nginx: add preconfigured time_t value for x-compile.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user