ac5088451c698e12239232f36abe68b286d0aec0
[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