]> git.kaiwu.me - nginx.git/commitdiff
fix building with ngx_http_perl_module
authorIgor Sysoev <igor@sysoev.ru>
Mon, 12 Feb 2007 13:19:12 +0000 (13:19 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 12 Feb 2007 13:19:12 +0000 (13:19 +0000)
src/os/unix/ngx_solaris_config.h

index 666e5eae93a3d08ee39e6e2b9369fc561d62aa68..9183bb360714de1907c69b16ab7d6bbc542337cd 100644 (file)
@@ -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> */