diff options
author | Igor Sysoev <igor@sysoev.ru> | 2002-12-23 18:22:18 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2002-12-23 18:22:18 +0000 |
commit | 295bb6335d2f0b1931dbd0ff93de87fad189e9a7 (patch) | |
tree | bcfe25f469f7c68b45bdf7b6863160f2b40a4a91 /src/core/ngx_config.h | |
parent | a6717c4e59a24bb11dab29b12fb9851bb41293c0 (diff) | |
download | nginx-295bb6335d2f0b1931dbd0ff93de87fad189e9a7.tar.gz nginx-295bb6335d2f0b1931dbd0ff93de87fad189e9a7.zip |
nginx-0.0.1-2002-12-23-21:22:18 import
Diffstat (limited to 'src/core/ngx_config.h')
-rw-r--r-- | src/core/ngx_config.h | 9 |
1 files changed, 8 insertions, 1 deletions
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 <sys/stropts.h> /* INFTIM */ + #endif /* Solaris */ #include <unistd.h> -#include <stddef.h> /* offsetof */ +#include <stddef.h> /* offsetof */ #include <stdlib.h> #include <stdio.h> #include <stdarg.h> @@ -90,6 +92,11 @@ #ifndef HAVE_POLL #define HAVE_POLL 1 #include <poll.h> +/* +#ifndef INFTIM +#define INFTIM -1 +#endif +*/ #endif #define ngx_inline inline |