diff options
author | Igor Sysoev <igor@sysoev.ru> | 2006-09-26 12:20:12 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2006-09-26 12:20:12 +0000 |
commit | 4524fb0dcda00c32732132cfefb263f8fa9919df (patch) | |
tree | e3746564dc5428cf2630c403fc1615d2f693e9cb /src/os/unix/ngx_solaris_config.h | |
parent | 4c804591c1a917ec301dcb1a9d32a61f756b6f8a (diff) | |
download | nginx-4524fb0dcda00c32732132cfefb263f8fa9919df.tar.gz nginx-4524fb0dcda00c32732132cfefb263f8fa9919df.zip |
Solaris 10 event ports support
Diffstat (limited to 'src/os/unix/ngx_solaris_config.h')
-rw-r--r-- | src/os/unix/ngx_solaris_config.h | 5 |
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 |