diff src/os/unix/ngx_solaris_config.h @ 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 532d15ddbe68
children 0d57c150115b
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> */