diff src/core/ngx_config.h @ 94:8220378432a8

nginx-0.0.1-2003-05-22-19:23:47 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 22 May 2003 15:23:47 +0000
parents 738fe44c70d5
children 7db96f59bc29
line wrap: on
line diff
--- a/src/core/ngx_config.h
+++ b/src/core/ngx_config.h
@@ -50,6 +50,10 @@
 #endif
 
 
+#ifndef INFTIM    /* Linux */
+#define INFTIM    -1
+#endif
+
 #ifndef INADDR_NONE    /* Solaris */
 #define INADDR_NONE ((unsigned long) -1)
 #endif