From a962506498d3930bea4e34bc21d261613065f98f Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 28 Aug 2009 08:12:35 +0000 Subject: FreeBSD and Linux AIO support --- auto/modules | 1 + 1 file changed, 1 insertion(+) (limited to 'auto/modules') diff --git a/auto/modules b/auto/modules index 01951c738..146b7d7f2 100644 --- a/auto/modules +++ b/auto/modules @@ -41,6 +41,7 @@ fi if [ $NGX_TEST_BUILD_EPOLL = YES ]; then have=NGX_HAVE_EPOLL . auto/have + have=NGX_HAVE_EVENTFD . auto/have have=NGX_TEST_BUILD_EPOLL . auto/have EVENT_MODULES="$EVENT_MODULES $EPOLL_MODULE" CORE_SRCS="$CORE_SRCS $EPOLL_SRCS" -- cgit