Config.in 359 B

12345678910
  1. config ADK_PACKAGE_CGILIB
  2. prompt "cgilib............................ Simple CGI Library"
  3. tristate
  4. default n
  5. help
  6. This library provides a simple programming API to the Common Gateway
  7. Interface (CGI). It features HTTP Redirect, provides read access to
  8. FORM variables, sets HTTP Cookies and reads them.
  9. http://www.infodrom.org/projects/cgilib/