URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [net/] [khttpd/] [sysctl.h] - Rev 1781
Go to most recent revision | Compare with Previous | Blame | View Log
#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
Go to most recent revision | Compare with Previous | Blame | View Log