changeset 1101:2d47c7f22f7c

fix building with ngx_http_perl_module
author Igor Sysoev <igor@sysoev.ru>
date Mon, 12 Feb 2007 13:19:12 +0000
parents 01884449985f
children 37c3b4e62b03
files src/os/unix/ngx_solaris_config.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 <sys/types.h> */