comparison src/core/ngx_config.h @ 326:8733703a37f3

nginx-0.0.3-2004-04-26-00:13:21 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 25 Apr 2004 20:13:21 +0000
parents ba876b26b76d
children 55e496a8ece3
comparison
equal deleted inserted replaced
325:7c3323909107 326:8733703a37f3
75 75
76 76
77 /* TODO: auto */ 77 /* TODO: auto */
78 #define NGX_INT32_LEN sizeof("-2147483648") - 1 78 #define NGX_INT32_LEN sizeof("-2147483648") - 1
79 #define NGX_INT64_LEN sizeof("-9223372036854775808") - 1 79 #define NGX_INT64_LEN sizeof("-9223372036854775808") - 1
80 #if 0
80 #define NGX_TIME_T_LEN sizeof("-2147483648") - 1 81 #define NGX_TIME_T_LEN sizeof("-2147483648") - 1
82 #endif
83 #define NGX_TIME_T_LEN sizeof("-9223372036854775808") - 1
81 #define NGX_OFF_T_LEN sizeof("-9223372036854775808") - 1 84 #define NGX_OFF_T_LEN sizeof("-9223372036854775808") - 1
82 85
83 86
84 87
85 /* TODO: auto_conf */ 88 /* TODO: auto_conf */