comparison 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
comparison
equal deleted inserted replaced
1100:01884449985f 1101:2d47c7f22f7c
6 6
7 #ifndef _NGX_SOLARIS_CONFIG_H_INCLUDED_ 7 #ifndef _NGX_SOLARIS_CONFIG_H_INCLUDED_
8 #define _NGX_SOLARIS_CONFIG_H_INCLUDED_ 8 #define _NGX_SOLARIS_CONFIG_H_INCLUDED_
9 9
10 10
11 #ifndef _REENTRANT
11 #define _REENTRANT 12 #define _REENTRANT
13 #endif
12 14
13 #define _FILE_OFFSET_BITS 64 /* must be before <sys/types.h> */ 15 #define _FILE_OFFSET_BITS 64 /* must be before <sys/types.h> */
14 16
15 #include <sys/types.h> 17 #include <sys/types.h>
16 #include <sys/time.h> 18 #include <sys/time.h>