From a6717c4e59a24bb11dab29b12fb9851bb41293c0 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 23 Dec 2002 06:29:22 +0000 Subject: nginx-0.0.1-2002-12-23-09:29:22 import --- src/core/ngx_config.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/core/ngx_config.h') diff --git a/src/core/ngx_config.h b/src/core/ngx_config.h index 66199deee..f3eb11652 100644 --- a/src/core/ngx_config.h +++ b/src/core/ngx_config.h @@ -9,6 +9,8 @@ ngx_inline inline __inline __inline__ */ +/* STUB */ +#undef FD_SETSIZE #define FD_SETSIZE 1024 @@ -85,6 +87,11 @@ #include #include +#ifndef HAVE_POLL +#define HAVE_POLL 1 +#include +#endif + #define ngx_inline inline -- cgit