comparison src/os/win32/ngx_win32_config.h @ 419:47709bff4468

nginx-0.0.10-2004-09-09-19:40:48 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 09 Sep 2004 15:40:48 +0000
parents 744ccb59062d
children da8c5707af39
comparison
equal deleted inserted replaced
418:cf072d26d6d6 419:47709bff4468
95 95
96 typedef int ssize_t; 96 typedef int ssize_t;
97 typedef long time_t; 97 typedef long time_t;
98 typedef __int64 off_t; 98 typedef __int64 off_t;
99 typedef uint32_t in_addr_t; 99 typedef uint32_t in_addr_t;
100 typedef u_short in_port_t;
100 typedef int sig_atomic_t; 101 typedef int sig_atomic_t;
101 typedef uint32_t ngx_atomic_t; 102 typedef uint32_t ngx_atomic_t;
102 103
103 104
104 #define TIME_T_LEN sizeof("-2147483648") - 1 105 #define TIME_T_LEN sizeof("-2147483648") - 1