comparison src/os/win32/ngx_win32_config.h @ 493:975f62e77f02 release-0.1.21

nginx-0.1.21-RELEASE import *) Bugfix: the ngx_http_stub_status_module showed incorrect statistics if "rtsig" method was used or if several worker process ran on SMP. *) Bugfix: nginx could not be built by the icc compiler on Linux or if the zlib-1.2.x library was building from sources. *) Bugfix: nginx could not be built on NetBSD 2.0.
author Igor Sysoev <igor@sysoev.ru>
date Tue, 22 Feb 2005 14:40:13 +0000
parents c52408583801
children 64d9afb209da
comparison
equal deleted inserted replaced
492:a3fac9a5aa5b 493:975f62e77f02
109 typedef long time_t; 109 typedef long time_t;
110 typedef __int64 off_t; 110 typedef __int64 off_t;
111 typedef uint32_t in_addr_t; 111 typedef uint32_t in_addr_t;
112 typedef u_short in_port_t; 112 typedef u_short in_port_t;
113 typedef int sig_atomic_t; 113 typedef int sig_atomic_t;
114 typedef uint32_t ngx_atomic_t;
115 114
116 115
117 #define NGX_SIZE_T_LEN sizeof("-2147483648") - 1 116 #define NGX_SIZE_T_LEN sizeof("-2147483648") - 1
118 #define NGX_TIME_T_LEN sizeof("-2147483648") - 1 117 #define NGX_TIME_T_LEN sizeof("-2147483648") - 1
119 #define NGX_TIME_T_SIZE 4 118 #define NGX_TIME_T_SIZE 4