From fcce8d529a6aa7930cc58a5ec84b735cfb72c7e7 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 23 Jan 2003 18:47:54 +0000 Subject: nginx-0.0.1-2003-01-23-21:47:54 import --- src/os/unix/ngx_time.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/os/unix/ngx_time.h') diff --git a/src/os/unix/ngx_time.h b/src/os/unix/ngx_time.h index 5da536a49..fac71adf4 100644 --- a/src/os/unix/ngx_time.h +++ b/src/os/unix/ngx_time.h @@ -5,6 +5,7 @@ #include typedef u_int ngx_msec_t; +#define NGX_MAX_MSEC ~0 typedef struct tm ngx_tm_t; -- cgit