diff src/core/ngx_config.h @ 59:e8cdc2989cee

nginx-0.0.1-2003-02-06-20:21:13 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 06 Feb 2003 17:21:13 +0000
parents a499e0d1f16e
children 34d647deb1da
line wrap: on
line diff
--- a/src/core/ngx_config.h
+++ b/src/core/ngx_config.h
@@ -94,22 +94,24 @@
 #include <netinet/in.h>
 #include <arpa/inet.h>
 
+
 #ifndef HAVE_POLL
 #define HAVE_POLL  1
 #include <poll.h>
-/*
-#ifndef INFTIM
-#define INFTIM    -1
-#endif
-*/
 #endif
 
 
 #if (HAVE_DEVPOLL)
+#include <sys/ioctl.h>
 #include <sys/devpoll.h>        /* Solaris, HP/UX */
 #endif
 
 
+#if (HAVE_AIO)
+#include <aio.h>
+#endif
+
+
 #define ngx_inline   inline