comparison src/core/ngx_config.h @ 370:54f76b0b8dca

nginx-0.0.7-2004-06-27-22:01:57 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 27 Jun 2004 18:01:57 +0000
parents 2e3cbc1bbe3c
children 449c4885dcd1
comparison
equal deleted inserted replaced
369:9c2515d70489 370:54f76b0b8dca
73 #endif 73 #endif
74 74
75 /* TODO: auto */ 75 /* TODO: auto */
76 #define NGX_INT32_LEN sizeof("-2147483648") - 1 76 #define NGX_INT32_LEN sizeof("-2147483648") - 1
77 #define NGX_INT64_LEN sizeof("-9223372036854775808") - 1 77 #define NGX_INT64_LEN sizeof("-9223372036854775808") - 1
78 #if 0
79 #define NGX_TIME_T_LEN sizeof("-2147483648") - 1
80 #endif
81 #define NGX_TIME_T_LEN sizeof("-9223372036854775808") - 1
82 #define NGX_OFF_T_LEN sizeof("-9223372036854775808") - 1 78 #define NGX_OFF_T_LEN sizeof("-9223372036854775808") - 1
83 79
84 80
85 81
86 /* TODO: auto_conf */ 82 /* TODO: auto_conf */