nginx: add preconfigured time_t value for x-compile.
This commit is contained in:
parent
9ac35d6fb3
commit
83679b4768
|
@ -187,6 +187,10 @@
|
||||||
#define NGX_TIME_T_LEN (sizeof("-2147483648") - 1)
|
#define NGX_TIME_T_LEN (sizeof("-2147483648") - 1)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef NGX_MAX_TIME_T_VALUE
|
||||||
|
#define NGX_MAX_TIME_T_VALUE 2147483647L
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#ifndef NGX_HAVE_INET6
|
#ifndef NGX_HAVE_INET6
|
||||||
#define NGX_HAVE_INET6 1
|
#define NGX_HAVE_INET6 1
|
||||||
|
|
Loading…
Reference in New Issue