Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-03-30 10:27:36 +0400
committerIgor Sysoev <igor@sysoev.ru>2004-03-30 10:27:36 +0400
commit6881bfb99063e3d42abaa313641b311c6fc3522d (patch)
tree1df669d89a2f58b450947901b1f41eb407dbf540 /auto/os/freebsd
parent11dbe97ca401221313dc233aa2d6f67dfcaef1a7 (diff)
nginx-0.0.3-2004-03-30-10:27:36 import
Diffstat (limited to 'auto/os/freebsd')
-rw-r--r--auto/os/freebsd7
1 files changed, 5 insertions, 2 deletions
diff --git a/auto/os/freebsd b/auto/os/freebsd
index 82e442c56..5fa8e33e3 100644
--- a/auto/os/freebsd
+++ b/auto/os/freebsd
@@ -42,8 +42,8 @@ then
have=HAVE_KQUEUE . auto/have
have=HAVE_CLEAR_EVENT . auto/have
- CORE_SRCS="$CORE_SRCS $KQUEUE_SRCS"
EVENT_MODULES="$EVENT_MODULES $KQUEUE_MODULE"
+ CORE_SRCS="$CORE_SRCS $KQUEUE_SRCS"
EVENT_FOUND=YES
fi
@@ -60,6 +60,9 @@ fi
if [ $EVENT_AIO = YES ]; then
- CORE_SRCS="$CORE_SRCS $AIO_SRCS"
+ have=HAVE_AIO . auto/have
EVENT_MODULES="$EVENT_MODULES $AIO_MODULE"
+ CORE_SRCS="$CORE_SRCS $AIO_SRCS"
+else
+ have=HAVE_AIO . auto/nohave
fi