From 295bb6335d2f0b1931dbd0ff93de87fad189e9a7 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 23 Dec 2002 18:22:18 +0000 Subject: nginx-0.0.1-2002-12-23-21:22:18 import --- src/core/ngx_config.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/core/ngx_config.h') diff --git a/src/core/ngx_config.h b/src/core/ngx_config.h index f3eb11652..51d59dac1 100644 --- a/src/core/ngx_config.h +++ b/src/core/ngx_config.h @@ -67,12 +67,14 @@ #define HAVE_INHERITED_NONBLOCK 1 #endif +#include /* INFTIM */ + #endif /* Solaris */ #include -#include /* offsetof */ +#include /* offsetof */ #include #include #include @@ -90,6 +92,11 @@ #ifndef HAVE_POLL #define HAVE_POLL 1 #include +/* +#ifndef INFTIM +#define INFTIM -1 +#endif +*/ #endif #define ngx_inline inline -- cgit