9
0
Fork 0

Syntax error in last apps/netutils/webserver/Kconfig

git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5089 7fd9a85b-ad96-42d3-883c-3090e2eb8679
This commit is contained in:
patacongo 2012-09-04 18:01:54 +00:00
parent 7aa244e69b
commit ed8b171fbe
1 changed files with 2 additions and 2 deletions

View File

@ -19,11 +19,11 @@ config NETUTILS_HTTPD_SCRIPT_DISABLE
---help---
This option, if selected, will elide the %! scripting
config NETUTILS_HTTPD_SERVERHEADER_DISABLE, which elides the Server: header
config NETUTILS_HTTPD_SERVERHEADER_DISABLE
bool "Disabled the SERVER header"
default n
---help---
This option, if selected, will elide the Server: header
This option, if selected, will elide the Server\: header
config NETUTILS_HTTPD_MMAP
bool "File mmap-ing"