summaryrefslogtreecommitdiffstats
path: root/rules/libcgi.in
blob: 450606963056e3045d2c8a1e68b72f16dead390c (plain)
1
2
3
4
5
6
7
8
9
config LIBCGI
	tristate
	prompt "libcgi"
	help
	  libcgi is a library for CGI programs written in C. 
	  It includes a lot of functions like string 
	  manipulation, session and cookie support, GET and 
	  POST methods manipulation etc. to help you to 
	  quickly write powerful CGI programs.