comparison src/os/win32/ngx_win32_config.h @ 1025:f88651afad40

style fix: remove tabs
author Igor Sysoev <igor@sysoev.ru>
date Fri, 12 Jan 2007 20:26:39 +0000
parents 887d8dec72dc
children f69d1aab6a0f 1a1fe29fdb17
comparison
equal deleted inserted replaced
1024:eeadc558e86d 1025:f88651afad40
129 typedef int sig_atomic_t; 129 typedef int sig_atomic_t;
130 130
131 131
132 #define NGX_PTR_SIZE 4 132 #define NGX_PTR_SIZE 4
133 #define NGX_SIZE_T_LEN sizeof("-2147483648") - 1 133 #define NGX_SIZE_T_LEN sizeof("-2147483648") - 1
134 #define NGX_MAX_SIZE_T_VALUE 2147483647 134 #define NGX_MAX_SIZE_T_VALUE 2147483647
135 #define NGX_TIME_T_LEN sizeof("-2147483648") - 1 135 #define NGX_TIME_T_LEN sizeof("-2147483648") - 1
136 #define NGX_TIME_T_SIZE 4 136 #define NGX_TIME_T_SIZE 4
137 #define NGX_OFF_T_LEN sizeof("-9223372036854775807") - 1 137 #define NGX_OFF_T_LEN sizeof("-9223372036854775807") - 1
138 #define NGX_MAX_OFF_T_VALUE 9223372036854775807 138 #define NGX_MAX_OFF_T_VALUE 9223372036854775807
139 #define NGX_SIG_ATOMIC_T_SIZE 4 139 #define NGX_SIG_ATOMIC_T_SIZE 4