comparison src/core/ngx_config.h @ 309:2e899477243a

nginx-0.0.3-2004-04-09-20:03:04 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 09 Apr 2004 16:03:04 +0000
parents ee394e997c77
children a0beefedaf94
comparison
equal deleted inserted replaced
308:7a0dbd779c6d 309:2e899477243a
81 #define NGX_INVALID_ARRAY_INDEX 0x80000000 81 #define NGX_INVALID_ARRAY_INDEX 0x80000000
82 82
83 83
84 /* TODO: auto */ 84 /* TODO: auto */
85 #define NGX_INT32_LEN sizeof("-2147483648") - 1 85 #define NGX_INT32_LEN sizeof("-2147483648") - 1
86 #define NGX_INT64_LEN sizeof("-9223372036854775808") - 1
86 #define NGX_TIME_T_LEN sizeof("-2147483648") - 1 87 #define NGX_TIME_T_LEN sizeof("-2147483648") - 1
87 #define NGX_OFF_T_LEN sizeof("-9223372036854775808") - 1 88 #define NGX_OFF_T_LEN sizeof("-9223372036854775808") - 1
88 89
89 90
90 91