[BUILD] enable kqueue on MacOS X too

MacOS X is said to have kqueue. Let's enable it too.
This commit is contained in:
Willy Tarreau 2007-04-09 16:30:28 +02:00
parent cd5ce2a514
commit 8ae42f42f8
1 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ PCREDIR!= pcre-config --prefix 2>/dev/null || :
#PCREDIR=/usr/local
# This is for darwin 3.0 and above
COPTS.darwin = -DENABLE_POLL
COPTS.darwin = -DENABLE_POLL -DENABLE_KQUEUE
LIBS.darwin =
# CPU dependant optimizations