comparison src/os/unix/ngx_solaris_config.h @ 284:3dbecd747fbb NGINX_0_5_12

nginx 0.5.12 *) Bugfix: nginx could not be built on platforms different from i386, amd64, sparc и ppc; bug appeared in 0.5.8. *) Bugfix: a segmentation fault might occur in worker process if the temporarily files were used while working with FastCGI server; bug appeared in 0.5.8. *) Bugfix: a segmentation fault might occur in worker process if the $fastcgi_script_name variable was logged. *) Bugfix: ngx_http_perl_module could not be built on Solaris.
author Igor Sysoev <http://sysoev.ru>
date Mon, 12 Feb 2007 00:00:00 +0300
parents a528ae0fe909
children 9fc4ab6673f9
comparison
equal deleted inserted replaced
283:48810289fcb1 284:3dbecd747fbb
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>