Config.in 385 B

1234567891011121314151617181920
  1. #
  2. # For a description of the syntax of this configuration file,
  3. # see scripts/kbuild/config-language.txt.
  4. #
  5. menu "ipsvd utilities"
  6. config TCPSVD
  7. bool "tcpsvd"
  8. default n
  9. help
  10. tcpsvd listens on a tcp port and runs a program for each new connection
  11. config UDPSVD
  12. bool "udpsvd"
  13. default n
  14. help
  15. udpsvd listens on a udp port and runs a program for each new connection
  16. endmenu