diff options
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 |