diff src/core/ngx_config.h @ 39:83fa61cd3d2f

nginx-0.0.1-2002-12-24-20:30:59 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 24 Dec 2002 17:30:59 +0000
parents 9fe40e51d4a3
children a499e0d1f16e
line wrap: on
line diff
--- 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