diff options
| author | Ruslan Ermilov <ru@nginx.com> | 2015-03-17 00:24:34 +0300 |
|---|---|---|
| committer | Ruslan Ermilov <ru@nginx.com> | 2015-03-17 00:24:34 +0300 |
| commit | 309928b941edf6e4a00ba873a70521c3ce3fc94d (patch) | |
| tree | 63c27f741ecef6730850946510c224973918a80a /auto/unix | |
| parent | d81db904550f719907df5922f7d8c384dd349cdc (diff) | |
| download | nginx-309928b941edf6e4a00ba873a70521c3ce3fc94d.tar.gz nginx-309928b941edf6e4a00ba873a70521c3ce3fc94d.tar.bz2 | |
Core: expose maximum values of time_t and ngx_int_t.
These are needed to detect overflows.
Diffstat (limited to 'auto/unix')
| -rwxr-xr-x | auto/unix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
