aboutsummaryrefslogtreecommitdiff
path: root/src/os/unix
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2006-09-26 12:20:12 +0000
committerIgor Sysoev <igor@sysoev.ru>2006-09-26 12:20:12 +0000
commit4524fb0dcda00c32732132cfefb263f8fa9919df (patch)
treee3746564dc5428cf2630c403fc1615d2f693e9cb /src/os/unix
parent4c804591c1a917ec301dcb1a9d32a61f756b6f8a (diff)
downloadnginx-4524fb0dcda00c32732132cfefb263f8fa9919df.tar.gz
nginx-4524fb0dcda00c32732132cfefb263f8fa9919df.zip
Solaris 10 event ports support
Diffstat (limited to 'src/os/unix')
-rw-r--r--src/os/unix/ngx_solaris_config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/os/unix/ngx_solaris_config.h b/src/os/unix/ngx_solaris_config.h
index ba1d351c7..c3d832719 100644
--- a/src/os/unix/ngx_solaris_config.h
+++ b/src/os/unix/ngx_solaris_config.h
@@ -74,6 +74,11 @@
#endif
+#if (NGX_HAVE_EVENTPORT)
+#include <port.h>
+#endif
+
+
#ifndef NGX_HAVE_INHERITED_NONBLOCK
#define NGX_HAVE_INHERITED_NONBLOCK 1
#endif