summaryrefslogtreecommitdiffstats
path: root/rules/libcgi.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/libcgi.in')
-rw-r--r--rules/libcgi.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/rules/libcgi.in b/rules/libcgi.in
new file mode 100644
index 000000000..0a5e720f7
--- /dev/null
+++ b/rules/libcgi.in
@@ -0,0 +1,10 @@
+config LIBCGI
+ bool
+ prompt "libcgi"
+ help
+ libcgi is a library for CGI programs written in C.
+ It includes 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.
+