Config.in 461 B

1234567891011121314
  1. config ADK_PACKAGE_PORTMAP
  2. prompt "portmap........................... RPC Portmapper"
  3. tristate
  4. default n
  5. help
  6. Portmap is a server that converts RPC (Remote Procedure Call) program
  7. numbers into DARPA protocol port numbers. It must be running in order
  8. to make RPC calls. Services that use RPC include NFS and NIS.
  9. config ADK_PACKAGE_PORTMAP_LIBWRAP
  10. bool " Use tcp_wrappers"
  11. default n
  12. depends on ADK_PACKAGE_PORTMAP
  13. select ADK_PACKAGE_LIBWRAP