aboutsummaryrefslogtreecommitdiff
path: root/networking
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-02-17 20:08:11 +0000
committerEric Andersen <andersen@codepoet.org>2004-02-17 20:08:11 +0000
commit37aac6489eb4177539218489074a25edab23e2dd (patch)
treeceb4154818ebc1ade662f4d2bf22ca11fe72ef2a /networking
parent60bb3f31af5b26fdd2e13f82e83c78f0231704f3 (diff)
downloadbusybox-37aac6489eb4177539218489074a25edab23e2dd.tar.gz
Remove the unused CONFIG_FEATURE_HTTPD_SET_CGI_VARS_TO_ENV option.
Diffstat (limited to 'networking')
-rw-r--r--networking/Config.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/networking/Config.in b/networking/Config.in
index b41b7b71f..f250e78cc 100644
--- a/networking/Config.in
+++ b/networking/Config.in
@@ -111,18 +111,6 @@ config CONFIG_FEATURE_HTTPD_SET_REMOTE_PORT_TO_ENV
Use of this option can assist scripts in generating
references that contain a unique port number.
-config CONFIG_FEATURE_HTTPD_SET_CGI_VARS_TO_ENV
- bool " Enable setting of CGI_varname=value environment vars for CGI"
- default n
- depends on CONFIG_FEATURE_HTTPD_CGI
- help
- This option parses POST or GET arguments from a form and
- sets environment variables with their value. This simplifies
- and speeds up CGI scripts. A form argument of foo=bar would
- result in a script having the environment variable CGI_foo set
- to 'bar'. In addition, this option sets a variable that
- lists all the argument names. e.g. CGI_VARNAMES_="name1 name2".
-
config CONFIG_FEATURE_HTTPD_ENCODE_URL_STR
bool " Enable the -e option for shell script CGI simplification."
default y