summaryrefslogtreecommitdiffhomepage
path: root/auto/modules
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 /auto/modules
parent4c804591c1a917ec301dcb1a9d32a61f756b6f8a (diff)
downloadnginx-4524fb0dcda00c32732132cfefb263f8fa9919df.tar.gz
nginx-4524fb0dcda00c32732132cfefb263f8fa9919df.tar.bz2
Solaris 10 event ports support
Diffstat (limited to 'auto/modules')
-rw-r--r--auto/modules8
1 files changed, 8 insertions, 0 deletions
diff --git a/auto/modules b/auto/modules
index ed19ef8d5..4c8cca0f5 100644
--- a/auto/modules
+++ b/auto/modules
@@ -31,6 +31,14 @@ if [ $NGX_TEST_BUILD_DEVPOLL = YES ]; then
CORE_SRCS="$CORE_SRCS $DEVPOLL_SRCS"
fi
+
+if [ $NGX_TEST_BUILD_EVENTPORT = YES ]; then
+ have=NGX_HAVE_EVENTPORT . auto/have
+ have=NGX_TEST_BUILD_EVENTPORT . auto/have
+ EVENT_MODULES="$EVENT_MODULES $EVENTPORT_MODULE"
+ CORE_SRCS="$CORE_SRCS $EVENTPORT_SRCS"
+fi
+
if [ $NGX_TEST_BUILD_EPOLL = YES ]; then
have=NGX_HAVE_EPOLL . auto/have
have=NGX_TEST_BUILD_EPOLL . auto/have