summaryrefslogtreecommitdiffhomepage
path: root/src/core/ngx_config.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2002-12-24 17:30:59 +0000
committerIgor Sysoev <igor@sysoev.ru>2002-12-24 17:30:59 +0000
commit3a17f2483690412134e548a1a961e1424f958c01 (patch)
tree48b1b8efe8887453284d6fa60c056a9626ba1bbf /src/core/ngx_config.h
parent0d2bda53741ae243cca12364ccb662fd6b7b0d81 (diff)
downloadnginx-3a17f2483690412134e548a1a961e1424f958c01.tar.gz
nginx-3a17f2483690412134e548a1a961e1424f958c01.tar.bz2
nginx-0.0.1-2002-12-24-20:30:59 import
Diffstat (limited to 'src/core/ngx_config.h')
-rw-r--r--src/core/ngx_config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/ngx_config.h b/src/core/ngx_config.h
index 51d59dac1..2797a8df3 100644
--- a/src/core/ngx_config.h
+++ b/src/core/ngx_config.h
@@ -99,6 +99,12 @@
*/
#endif
+
+#if (HAVE_DEVPOLL)
+#include <sys/devpoll.h> /* Solaris, HP/UX */
+#endif
+
+
#define ngx_inline inline