# HG changeset patch # User Igor Sysoev # Date 1171286352 0 # Node ID 2d47c7f22f7c8082dd8fc7c735cf29170d52df42 # Parent 01884449985f3c88be3a044ca117a6c5d56272f6 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 --- 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 */