patch-2.3.14 linux/net/khttpd/sysctl.h

Next file: linux/net/khttpd/userspace.c
Previous file: linux/net/khttpd/sysctl.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.13/linux/net/khttpd/sysctl.h linux/net/khttpd/sysctl.h
@@ -0,0 +1,17 @@
+#ifndef _KHTTPD_INCLUDE_GUARD_SYSCTL_H
+#define _KHTTPD_INCLUDE_GUARD_SYSCTL_H
+
+extern char 	sysctl_khttpd_docroot[200];
+extern int 	sysctl_khttpd_stop;
+extern int 	sysctl_khttpd_start;
+extern int 	sysctl_khttpd_unload;
+extern int 	sysctl_khttpd_clientport;
+extern int 	sysctl_khttpd_permreq;
+extern int 	sysctl_khttpd_permforbid;
+extern int 	sysctl_khttpd_logging;
+extern int 	sysctl_khttpd_serverport;
+extern int 	sysctl_khttpd_sloppymime;
+extern int 	sysctl_khttpd_threads;
+extern int	sysctl_khttpd_maxconnect;
+
+#endif

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)