comparison auto/unix @ 6082:51d4fde64bca stable-1.6

Core: expose maximum values of time_t and ngx_int_t. These are needed to detect overflows.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 17 Mar 2015 00:24:34 +0300
parents 692afcea9d0d
children
comparison
equal deleted inserted replaced
6081:12ab5cd445c0 6082:51d4fde64bca
487 ngx_param=NGX_OFF_T_LEN; ngx_value=$ngx_max_len; . auto/types/value 487 ngx_param=NGX_OFF_T_LEN; ngx_value=$ngx_max_len; . auto/types/value
488 488
489 ngx_type="time_t"; . auto/types/sizeof 489 ngx_type="time_t"; . auto/types/sizeof
490 ngx_param=NGX_TIME_T_SIZE; ngx_value=$ngx_size; . auto/types/value 490 ngx_param=NGX_TIME_T_SIZE; ngx_value=$ngx_size; . auto/types/value
491 ngx_param=NGX_TIME_T_LEN; ngx_value=$ngx_max_len; . auto/types/value 491 ngx_param=NGX_TIME_T_LEN; ngx_value=$ngx_max_len; . auto/types/value
492 ngx_param=NGX_MAX_TIME_T_VALUE; ngx_value=$ngx_max_value; . auto/types/value
492 493
493 494
494 # syscalls, libc calls and some features 495 # syscalls, libc calls and some features
495 496
496 497