summaryrefslogtreecommitdiffstats
path: root/net/khttpd/sysctl.h
blob: 9e3050dd13db60338e866ec8bfd6e1f2d4a79a83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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