diff 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
line wrap: on
line diff
--- a/src/core/ngx_config.h
+++ b/src/core/ngx_config.h
@@ -83,6 +83,7 @@ typedef int    ngx_flag_t;
 
 /* TODO: auto */
 #define NGX_INT32_LEN      sizeof("-2147483648") - 1
+#define NGX_INT64_LEN      sizeof("-9223372036854775808") - 1
 #define NGX_TIME_T_LEN     sizeof("-2147483648") - 1
 #define NGX_OFF_T_LEN      sizeof("-9223372036854775808") - 1