remove Maintainer: and Source: from packages
[openwrt.git] / package / cgilib / Config.in
1 config BR2_PACKAGE_CGILIB
2         tristate "cgilib - Simple CGI Library"
3 #       default m if CONFIG_DEVEL
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           
10           http://www.infodrom.org/projects/cgilib/
11           
12