diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-04-21 18:54:33 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-04-21 18:54:33 +0000 |
commit | 732a27196381164c799d345ec0d010b416408555 (patch) | |
tree | 043848398927223e1b08d1b15c071b3a23717d76 /src/core/nginx.c | |
parent | bb570859043557c5c1b20d933ff2e4c18d13c980 (diff) | |
download | nginx-732a27196381164c799d345ec0d010b416408555.tar.gz nginx-732a27196381164c799d345ec0d010b416408555.zip |
nginx-0.0.3-2004-04-21-22:54:33 import
Diffstat (limited to 'src/core/nginx.c')
-rw-r--r-- | src/core/nginx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/nginx.c b/src/core/nginx.c index 3c5f789fe..f63eeccaa 100644 --- a/src/core/nginx.c +++ b/src/core/nginx.c @@ -86,7 +86,7 @@ int main(int argc, char *const *argv) ngx_core_conf_t *ccf; ngx_master_ctx_t ctx; -#if __FreeBSD__ +#if defined __FreeBSD__ ngx_debug_init(); #endif |