diff src/os/unix/ngx_os.h @ 292:a472bfb778b3

nginx-0.0.3-2004-03-17-00:26:01 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 16 Mar 2004 21:26:01 +0000
parents 87e73f067470
children 7650aea1816f
line wrap: on
line diff
--- a/src/os/unix/ngx_os.h
+++ b/src/os/unix/ngx_os.h
@@ -49,24 +49,6 @@ extern int          ngx_max_sockets;
 extern int          ngx_inherited_nonblocking;
 
 
-#if 0
-
-extern ngx_int_t    ngx_process;
-extern ngx_pid_t    ngx_new_binary;
-
-extern ngx_int_t    ngx_inherited;
-extern ngx_int_t    ngx_reap;
-extern ngx_int_t    ngx_timer;
-extern ngx_int_t    ngx_quit;
-extern ngx_int_t    ngx_terminate;
-extern ngx_int_t    ngx_noaccept;
-extern ngx_int_t    ngx_reconfigure;
-extern ngx_int_t    ngx_reopen;
-extern ngx_int_t    ngx_change_binary;
-
-#endif
-
-
 #ifdef __FreeBSD__
 #include <ngx_freebsd.h>
 #endif