summaryrefslogtreecommitdiffstats
path: root/rules/libcgi.in
blob: c3c7d765a262e4e4040ebdc4d22352c1553700d7 (plain)
1
2
3
4
5
6
7
8
9
10
## SECTION=networking
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.