[BusyBox-cvs] busybox/networking Config.in,1.25,1.26

Erik Andersen andersen at busybox.net
Tue Feb 17 20:08:14 UTC 2004


Update of /var/cvs/busybox/networking
In directory nail:/tmp/cvs-serv31609/networking

Modified Files:
	Config.in 
Log Message:
Remove the unused CONFIG_FEATURE_HTTPD_SET_CGI_VARS_TO_ENV option.


Index: Config.in
===================================================================
RCS file: /var/cvs/busybox/networking/Config.in,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- Config.in	22 Oct 2003 09:58:33 -0000	1.25
+++ Config.in	17 Feb 2004 20:08:11 -0000	1.26
@@ -111,18 +111,6 @@
 	  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




More information about the busybox-cvs mailing list