wget: add TODO
[oweals/busybox.git] / networking / Config.in
index 3dfd80b3da31ef1da3317509cc6c6fc71d1fca40..34847a14b49f305ad541b00e2aaa127a89a479ac 100644 (file)
@@ -69,14 +69,6 @@ config HTTPD
        help
          Serve web pages via an HTTP server.
 
-config FEATURE_HTTPD_WITHOUT_INETD
-       bool "Support using httpd as a daemon (not from inetd)"
-       default n
-       depends on HTTPD
-       help
-         This option enables uid and port options for the httpd applet,
-         and eliminates the need to be called from the inetd server daemon.
-
 config FEATURE_HTTPD_RELOAD_CONFIG_SIGHUP
        bool "Support reloading the global config file using hup signal"
        default n