2012-04-06 16:33:17 +00:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2012-04-06 16:45:52 +00:00
|
|
|
# see misc/tools/kconfig-language.txt.
|
2012-04-06 16:33:17 +00:00
|
|
|
#
|
2012-04-14 20:01:08 +00:00
|
|
|
|
|
|
|
config NETUTILS_WEBSERVER
|
|
|
|
bool "uIP web server"
|
|
|
|
default n
|
|
|
|
---help---
|
2012-09-04 16:59:24 +00:00
|
|
|
Enable support for the uIP web server. This tiny web server was
|
|
|
|
from uIP 1.0, but has undergone many changes. It is, however,
|
|
|
|
still referred to as the "uIP" web server.
|
2012-04-14 20:01:08 +00:00
|
|
|
|
|
|
|
if NETUTILS_WEBSERVER
|
2012-09-04 16:59:24 +00:00
|
|
|
|
|
|
|
config NETUTILS_HTTPD_SCRIPT_DISABLE
|
|
|
|
bool "Disable %! scripting"
|
|
|
|
default n
|
|
|
|
---help---
|
|
|
|
This option, if selected, will elide the %! scripting
|
|
|
|
|
2012-09-04 18:01:54 +00:00
|
|
|
config NETUTILS_HTTPD_SERVERHEADER_DISABLE
|
2012-09-04 16:59:24 +00:00
|
|
|
bool "Disabled the SERVER header"
|
|
|
|
default n
|
|
|
|
---help---
|
2012-09-04 18:01:54 +00:00
|
|
|
This option, if selected, will elide the Server\: header
|
2012-09-04 16:59:24 +00:00
|
|
|
|
|
|
|
config NETUTILS_HTTPD_MMAP
|
|
|
|
bool "File mmap-ing"
|
|
|
|
default n
|
|
|
|
---help---
|
|
|
|
Replaces standard uIP server file open operations with mmap-ing operations.
|
|
|
|
|
2012-04-14 20:01:08 +00:00
|
|
|
endif
|