From ba72c1a6ab45252ef2f1961b1ecf4e112c98c1d7 Mon Sep 17 00:00:00 2001 From: David Anders Date: Mon, 23 Jan 2006 19:49:38 +0000 Subject: added package libcgi per case 0000298 --- package/libcgi/Config.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 package/libcgi/Config.in (limited to 'package/libcgi/Config.in') 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/ -- cgit v1.2.3