nginx: add preconfigured time_t value for x-compile.

This commit is contained in:
Eivind Uggedal 2015-04-08 06:43:12 +00:00
parent 9ac35d6fb3
commit 83679b4768

View File

@ -187,6 +187,10 @@
#define NGX_TIME_T_LEN (sizeof("-2147483648") - 1)
#endif
#ifndef NGX_MAX_TIME_T_VALUE
#define NGX_MAX_TIME_T_VALUE 2147483647L
#endif
#ifndef NGX_HAVE_INET6
#define NGX_HAVE_INET6 1