diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-03-16 21:26:01 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-03-16 21:26:01 +0000 |
commit | da85f7f5fc233a10abf3cbcbda547c918b67fb27 (patch) | |
tree | cf196e3f59770ee720b4ad387eee004b4f28f762 /src/os/unix/ngx_os.h | |
parent | 9c61095a30ed2b6bf051dacbbbd26ae2769d9e34 (diff) | |
download | nginx-da85f7f5fc233a10abf3cbcbda547c918b67fb27.tar.gz nginx-da85f7f5fc233a10abf3cbcbda547c918b67fb27.zip |
nginx-0.0.3-2004-03-17-00:26:01 import
Diffstat (limited to 'src/os/unix/ngx_os.h')
-rw-r--r-- | src/os/unix/ngx_os.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/os/unix/ngx_os.h b/src/os/unix/ngx_os.h index 77484d406..6ecb08317 100644 --- 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 |