bump version
[buildroot.git] / package / libcgi / Config.in
blobee9f61582615bb68d0257ba19d54b7219abbe786
1 config BR2_PACKAGE_LIBCGI
2         bool "libcgi"
3         default n
4         help
5                 LibCGI is a library written from scratch to easily make 
6                 CGI applications in C.
8                 There are a lot of functions like string manipulation, 
9                 session and cookie support, GET and POST methods manipulation 
10                 etc..., to help you to quickly write powerful CGI programs.
12                 http://libcgi.sourceforge.net/