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>2003-12-22 20:27:24 +0300
committerIgor Sysoev <igor@sysoev.ru>2003-12-22 20:27:24 +0300
commitfc68ea6f7bedd491126ef57110b6362e9af8900f (patch)
treeafa541b6cf00e3d10fbfd1915f20e00e03dc89f9 /auto/os/freebsd
parent669e3319cea6431bd4605a41979389789b2e046d (diff)
nginx-0.0.1-2003-12-22-20:27:24 import
Diffstat (limited to 'auto/os/freebsd')
-rw-r--r--auto/os/freebsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/os/freebsd b/auto/os/freebsd
index 415fcba5a..b26b6399f 100644
--- a/auto/os/freebsd
+++ b/auto/os/freebsd
@@ -25,7 +25,7 @@ fi
if [ \( $version -lt 500000 -a $version -ge 410000 \) \
-o $version -ge 500011 ]
then
- CFLAGS="$CFLAGS -D HAVE_KQUEUE=1"
+ CFLAGS="$CFLAGS -D HAVE_KQUEUE=1 -D HAVE_CLEAR_EVENT=1"
CORE_SRCS="$CORE_SRCS $KQUEUE_SRCS"
EVENT_MODULES="$EVENT_MODULES $KQUEUE_MODULE"
fi