File: sysctl.h

package info (click to toggle)
kernel-source-2.4.27 2.4.27-10sarge5
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 191,224 kB
  • ctags: 610,077
  • sloc: ansic: 3,299,602; asm: 164,708; makefile: 10,962; sh: 3,725; perl: 2,273; yacc: 1,651; cpp: 820; lex: 752; tcl: 577; awk: 251; lisp: 218; sed: 79
file content (20 lines) | stat: -rw-r--r-- 616 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#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;

/* incremented each time sysctl_khttpd_stop goes nonzero */
extern atomic_t	khttpd_stopCount;

#endif