summaryrefslogtreecommitdiff
path: root/apps/netutils/webserver/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-29 09:30:09 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-29 09:30:09 -0600
commit1deaf2a9634576bf0e0f35a24911c3f22215fbd2 (patch)
treecfc63769fd41a0e4417e2a723d79e4ba8fb6f077 /apps/netutils/webserver/Kconfig
parent02bad8e430f112e7f0bac29f52861c7048cb2bbe (diff)
downloadnuttx-1deaf2a9634576bf0e0f35a24911c3f22215fbd2.tar.gz
nuttx-1deaf2a9634576bf0e0f35a24911c3f22215fbd2.tar.bz2
nuttx-1deaf2a9634576bf0e0f35a24911c3f22215fbd2.zip
Fixes for networking and tiny webserver from Max
Diffstat (limited to 'apps/netutils/webserver/Kconfig')
-rw-r--r--apps/netutils/webserver/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/netutils/webserver/Kconfig b/apps/netutils/webserver/Kconfig
index d984427a3..59dcc5f30 100644
--- a/apps/netutils/webserver/Kconfig
+++ b/apps/netutils/webserver/Kconfig
@@ -33,6 +33,15 @@ config NETUTILS_HTTPD_SCRIPT_DISABLE
---help---
This option, if selected, will elide the %! scripting
+config NETUTILS_HTTPD_MAXPATH
+ bool "Maximum size of a path"
+ default 64
+ ---help---
+ This is the maximum size of a PATH used in the web server. This setting
+ is the logically the same as the PATH_MAX setting that (and in fact, if
+ not defined, the MAX_PATH setting will be used). This setting allows
+ more conservative memory allocation.
+
config NETUTILS_HTTPD_CGIPATH
bool "URL/CGI function mapping"
default n