sysctl.h
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:1k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. #ifndef _KHTTPD_INCLUDE_GUARD_SYSCTL_H
  2. #define _KHTTPD_INCLUDE_GUARD_SYSCTL_H
  3. extern char  sysctl_khttpd_docroot[200];
  4. extern int  sysctl_khttpd_stop;
  5. extern int  sysctl_khttpd_start;
  6. extern int  sysctl_khttpd_unload;
  7. extern int  sysctl_khttpd_clientport;
  8. extern int  sysctl_khttpd_permreq;
  9. extern int  sysctl_khttpd_permforbid;
  10. extern int  sysctl_khttpd_logging;
  11. extern int  sysctl_khttpd_serverport;
  12. extern int  sysctl_khttpd_sloppymime;
  13. extern int  sysctl_khttpd_threads;
  14. extern int sysctl_khttpd_maxconnect;
  15. /* incremented each time sysctl_khttpd_stop goes nonzero */
  16. extern atomic_t khttpd_stopCount;
  17. #endif