diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2004-04-25 20:13:21 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2004-04-25 20:13:21 +0000 |
| commit | 3f4685f3ded30199ec0c61f98b016f5880330422 (patch) | |
| tree | 9b633e6681f3b02123700dea850ba0083eb4d6cb /src/core/ngx_config.h | |
| parent | a040f00167fa64e0bd5ea85f3c0551358e0ee544 (diff) | |
| download | nginx-3f4685f3ded30199ec0c61f98b016f5880330422.tar.gz nginx-3f4685f3ded30199ec0c61f98b016f5880330422.tar.bz2 | |
nginx-0.0.3-2004-04-26-00:13:21 import
Diffstat (limited to 'src/core/ngx_config.h')
| -rw-r--r-- | src/core/ngx_config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/ngx_config.h b/src/core/ngx_config.h index 3d44f1ea4..448e63ab6 100644 --- a/src/core/ngx_config.h +++ b/src/core/ngx_config.h @@ -77,7 +77,10 @@ typedef int ngx_flag_t; /* TODO: auto */ #define NGX_INT32_LEN sizeof("-2147483648") - 1 #define NGX_INT64_LEN sizeof("-9223372036854775808") - 1 +#if 0 #define NGX_TIME_T_LEN sizeof("-2147483648") - 1 +#endif +#define NGX_TIME_T_LEN sizeof("-9223372036854775808") - 1 #define NGX_OFF_T_LEN sizeof("-9223372036854775808") - 1 |
