OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [net/] [khttpd/] [sysctl.h] - Diff between revs 1275 and 1765

Only display areas with differences | Details | Blame | View Log

Rev 1275 Rev 1765
#ifndef _KHTTPD_INCLUDE_GUARD_SYSCTL_H
#ifndef _KHTTPD_INCLUDE_GUARD_SYSCTL_H
#define _KHTTPD_INCLUDE_GUARD_SYSCTL_H
#define _KHTTPD_INCLUDE_GUARD_SYSCTL_H
 
 
extern char     sysctl_khttpd_docroot[200];
extern char     sysctl_khttpd_docroot[200];
extern int      sysctl_khttpd_stop;
extern int      sysctl_khttpd_stop;
extern int      sysctl_khttpd_start;
extern int      sysctl_khttpd_start;
extern int      sysctl_khttpd_unload;
extern int      sysctl_khttpd_unload;
extern int      sysctl_khttpd_clientport;
extern int      sysctl_khttpd_clientport;
extern int      sysctl_khttpd_permreq;
extern int      sysctl_khttpd_permreq;
extern int      sysctl_khttpd_permforbid;
extern int      sysctl_khttpd_permforbid;
extern int      sysctl_khttpd_logging;
extern int      sysctl_khttpd_logging;
extern int      sysctl_khttpd_serverport;
extern int      sysctl_khttpd_serverport;
extern int      sysctl_khttpd_sloppymime;
extern int      sysctl_khttpd_sloppymime;
extern int      sysctl_khttpd_threads;
extern int      sysctl_khttpd_threads;
extern int      sysctl_khttpd_maxconnect;
extern int      sysctl_khttpd_maxconnect;
 
 
/* incremented each time sysctl_khttpd_stop goes nonzero */
/* incremented each time sysctl_khttpd_stop goes nonzero */
extern atomic_t khttpd_stopCount;
extern atomic_t khttpd_stopCount;
 
 
#endif
#endif
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.