summaryrefslogtreecommitdiffstats
path: root/rules/libcgi.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2007-09-20 20:38:28 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2007-09-20 20:38:28 +0000
commitfd996b350ed7d71511d47f7e82b9a5d4d8b6e36d (patch)
treeeb4c43877b1a033606764c8b2f916ed4fa49e41e /rules/libcgi.in
parent5974eb03c78cd9b59c76c5bf1b81882f9825b28b (diff)
downloadptxdist-fd996b350ed7d71511d47f7e82b9a5d4d8b6e36d.tar.gz
ptxdist-fd996b350ed7d71511d47f7e82b9a5d4d8b6e36d.tar.xz
libcgi: added; patch by Guillaume Gourat.
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7284 33e552b5-05e3-0310-8538-816dae2090ed
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.
+