diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2004-02-17 20:08:11 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2004-02-17 20:08:11 +0000 |
commit | cd4892baab9363928b3c8280143d80046ea60ac8 (patch) | |
tree | ceb4154818ebc1ade662f4d2bf22ca11fe72ef2a /networking | |
parent | 7d843f0baa30470c7f65a6e24b210ae459342da3 (diff) | |
download | busybox-w32-cd4892baab9363928b3c8280143d80046ea60ac8.tar.gz busybox-w32-cd4892baab9363928b3c8280143d80046ea60ac8.tar.bz2 busybox-w32-cd4892baab9363928b3c8280143d80046ea60ac8.zip |
Remove the unused CONFIG_FEATURE_HTTPD_SET_CGI_VARS_TO_ENV option.
git-svn-id: svn://busybox.net/trunk/busybox@8503 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'networking')
-rw-r--r-- | networking/Config.in | 12 |
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 | |||
111 | Use of this option can assist scripts in generating | 111 | Use of this option can assist scripts in generating |
112 | references that contain a unique port number. | 112 | references that contain a unique port number. |
113 | 113 | ||
114 | config CONFIG_FEATURE_HTTPD_SET_CGI_VARS_TO_ENV | ||
115 | bool " Enable setting of CGI_varname=value environment vars for CGI" | ||
116 | default n | ||
117 | depends on CONFIG_FEATURE_HTTPD_CGI | ||
118 | help | ||
119 | This option parses POST or GET arguments from a form and | ||
120 | sets environment variables with their value. This simplifies | ||
121 | and speeds up CGI scripts. A form argument of foo=bar would | ||
122 | result in a script having the environment variable CGI_foo set | ||
123 | to 'bar'. In addition, this option sets a variable that | ||
124 | lists all the argument names. e.g. CGI_VARNAMES_="name1 name2". | ||
125 | |||
126 | config CONFIG_FEATURE_HTTPD_ENCODE_URL_STR | 114 | config CONFIG_FEATURE_HTTPD_ENCODE_URL_STR |
127 | bool " Enable the -e option for shell script CGI simplification." | 115 | bool " Enable the -e option for shell script CGI simplification." |
128 | default y | 116 | default y |