commit | 1131d87684c2c08a80e56fb35471ad1f01ff09b1 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Mon Feb 12 13:19:12 2007 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Mon Feb 12 13:19:12 2007 +0000 |
tree | 3c9f391c452c9c9d91d8319edddbda675e229b0f | |
parent | 8e750112f6917061e55d6cf6d55e75a9e6ebd811 [diff] |
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 index 666e5ea..9183bb3 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> */