diff options
author | David Anders <dave123@abcsinc.com> | 2006-01-23 19:49:38 +0000 |
---|---|---|
committer | David Anders <dave123@abcsinc.com> | 2006-01-23 19:49:38 +0000 |
commit | ba72c1a6ab45252ef2f1961b1ecf4e112c98c1d7 (patch) | |
tree | 07ef5490423bf96597dcf80b8ba81c6afae50ccd /package/libcgi/Config.in | |
parent | 7b4c85567443eed1a07fe050e0b0552d4906ab37 (diff) | |
download | buildroot-novena-ba72c1a6ab45252ef2f1961b1ecf4e112c98c1d7.tar.gz buildroot-novena-ba72c1a6ab45252ef2f1961b1ecf4e112c98c1d7.zip |
added package libcgi per case 0000298
Diffstat (limited to 'package/libcgi/Config.in')
-rw-r--r-- | package/libcgi/Config.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/libcgi/Config.in b/package/libcgi/Config.in new file mode 100644 index 000000000..ee9f61582 --- /dev/null +++ b/package/libcgi/Config.in @@ -0,0 +1,12 @@ +config BR2_PACKAGE_LIBCGI + bool "libcgi" + default n + help + LibCGI is a library written from scratch to easily make + CGI applications in C. + + There are a lot of functions like string manipulation, + session and cookie support, GET and POST methods manipulation + etc..., to help you to quickly write powerful CGI programs. + + http://libcgi.sourceforge.net/ |