diff options
Diffstat (limited to 'src/core/ngx_config.h')
| -rw-r--r-- | src/core/ngx_config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/ngx_config.h b/src/core/ngx_config.h index eb3cacbe8..4e3e77bdd 100644 --- 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 |
