comparison src/core/nginx.c @ 323:ba876b26b76d

nginx-0.0.3-2004-04-21-22:54:33 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 21 Apr 2004 18:54:33 +0000
parents d621239c30f7
children 8733703a37f3
comparison
equal deleted inserted replaced
322:ab2f8c9a2a45 323:ba876b26b76d
84 ngx_log_t *log; 84 ngx_log_t *log;
85 ngx_cycle_t *cycle, init_cycle; 85 ngx_cycle_t *cycle, init_cycle;
86 ngx_core_conf_t *ccf; 86 ngx_core_conf_t *ccf;
87 ngx_master_ctx_t ctx; 87 ngx_master_ctx_t ctx;
88 88
89 #if __FreeBSD__ 89 #if defined __FreeBSD__
90 ngx_debug_init(); 90 ngx_debug_init();
91 #endif 91 #endif
92 92
93 /* TODO */ ngx_max_sockets = -1; 93 /* TODO */ ngx_max_sockets = -1;
94 94