aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-02-12 13:19:12 +0000
committerIgor Sysoev <igor@sysoev.ru>2007-02-12 13:19:12 +0000
commit1131d87684c2c08a80e56fb35471ad1f01ff09b1 (patch)
tree3c9f391c452c9c9d91d8319edddbda675e229b0f /src
parent8e750112f6917061e55d6cf6d55e75a9e6ebd811 (diff)
downloadnginx-1131d87684c2c08a80e56fb35471ad1f01ff09b1.tar.gz
nginx-1131d87684c2c08a80e56fb35471ad1f01ff09b1.zip
fix building with ngx_http_perl_module
Diffstat (limited to 'src')
-rw-r--r--src/os/unix/ngx_solaris_config.h2
1 files changed, 2 insertions, 0 deletions
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 <sys/types.h> */