diff options
author | Igor Sysoev <igor@sysoev.ru> | 2002-12-23 06:29:22 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2002-12-23 06:29:22 +0000 |
commit | a6717c4e59a24bb11dab29b12fb9851bb41293c0 (patch) | |
tree | 3752e2a2fa8f5097b43d946b5b43e4aa90fbe98c /src/core/ngx_config.h | |
parent | 41d5a4f2ae515a62008d22997c431ff54cfc7500 (diff) | |
download | nginx-a6717c4e59a24bb11dab29b12fb9851bb41293c0.tar.gz nginx-a6717c4e59a24bb11dab29b12fb9851bb41293c0.zip |
nginx-0.0.1-2002-12-23-09:29:22 import
Diffstat (limited to 'src/core/ngx_config.h')
-rw-r--r-- | src/core/ngx_config.h | 7 |
1 files changed, 7 insertions, 0 deletions
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 <netinet/in.h> #include <arpa/inet.h> +#ifndef HAVE_POLL +#define HAVE_POLL 1 +#include <poll.h> +#endif + #define ngx_inline inline |