diff src/os/unix/ngx_time.h @ 50:b288069a8696

nginx-0.0.1-2003-01-23-21:47:54 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 23 Jan 2003 18:47:54 +0000
parents f323b4f74e4a
children e8cdc2989cee
line wrap: on
line diff
--- a/src/os/unix/ngx_time.h
+++ b/src/os/unix/ngx_time.h
@@ -5,6 +5,7 @@
 #include <ngx_config.h>
 
 typedef u_int          ngx_msec_t;
+#define NGX_MAX_MSEC   ~0
 
 typedef struct tm      ngx_tm_t;