comparison src/core/nginx.c @ 118:5bf52498665c

nginx-0.0.1-2003-07-18-18:44:05 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 18 Jul 2003 14:44:05 +0000
parents f6e3c5d019b6
children cd54bcbaf3b5
comparison
equal deleted inserted replaced
117:f6e3c5d019b6 118:5bf52498665c
69 ngx_log_t *log; 69 ngx_log_t *log;
70 ngx_cycle_t *cycle; 70 ngx_cycle_t *cycle;
71 ngx_core_conf_t *ccf; 71 ngx_core_conf_t *ccf;
72 72
73 #if (NGX_DEBUG) && (__FreeBSD__) 73 #if (NGX_DEBUG) && (__FreeBSD__)
74 malloc_options = "J"; 74 #if __FreeBSD_version >= 500014
75 _malloc_options
76 #else
77 malloc_options
78 #endif
79 = "J";
75 #endif 80 #endif
76 81
77 /* TODO */ ngx_max_sockets = -1; 82 /* TODO */ ngx_max_sockets = -1;
78 83
79 log = ngx_log_init_errlog(); 84 log = ngx_log_init_errlog();