summaryrefslogtreecommitdiff
path: root/package/cgilib/Config.in
blob: 40da2fc47ee6946bcdaf8f8bbc0ade0e4ef4e387 (plain)
1
2
3
4
5
6
7
8
9
10
config ADK_PACKAGE_CGILIB
	prompt "cgilib............................ Simple CGI Library"
	tristate
	default n
	help
	  This library provides a simple programming API to the Common Gateway
	  Interface (CGI).  It features HTTP Redirect, provides read access to
	  FORM variables, sets HTTP Cookies and reads them.

	  http://www.infodrom.org/projects/cgilib/