From: Igor Sysoev Date: Mon, 12 Feb 2007 13:19:12 +0000 (+0000) Subject: fix building with ngx_http_perl_module X-Git-Tag: release-0.5.12~2 X-Git-Url: http://git.kaiwu.me/%7B@url%7D?a=commitdiff_plain;h=1131d87684c2c08a80e56fb35471ad1f01ff09b1;p=nginx.git fix building with ngx_http_perl_module --- diff --git a/src/os/unix/ngx_solaris_config.h b/src/os/unix/ngx_solaris_config.h index 666e5eae9..9183bb360 100644 --- a/src/os/unix/ngx_solaris_config.h +++ b/src/os/unix/ngx_solaris_config.h @@ -8,7 +8,9 @@ #define _NGX_SOLARIS_CONFIG_H_INCLUDED_ +#ifndef _REENTRANT #define _REENTRANT +#endif #define _FILE_OFFSET_BITS 64 /* must be before */