Core: expose maximum values of time_t and ngx_int_t.

These are needed to detect overflows.
This commit is contained in:
Ruslan Ermilov
2015-03-17 00:24:34 +03:00
parent d81db90455
commit 309928b941
3 changed files with 6 additions and 0 deletions

View File

@@ -510,6 +510,7 @@ ngx_param=NGX_OFF_T_LEN; ngx_value=$ngx_max_len; . auto/types/value
ngx_type="time_t"; . auto/types/sizeof
ngx_param=NGX_TIME_T_SIZE; ngx_value=$ngx_size; . auto/types/value
ngx_param=NGX_TIME_T_LEN; ngx_value=$ngx_max_len; . auto/types/value
ngx_param=NGX_MAX_TIME_T_VALUE; ngx_value=$ngx_max_value; . auto/types/value
# syscalls, libc calls and some features