I'm trying to build haproxy with kqueue on osx leopard, but I don't think it's working. There is no mention of DENABLE_KQUEUE anywhere when it's building it. This is the make I use: make Makefile.osx TARGET=darwin CPU=i686 USE_PCRE=1 all
checking the executable after make: > ./haproxy -vv HA-Proxy version 1.3.17 2009/03/29 Copyright 2000-2008 Willy Tarreau <[email protected]> Build options : TARGET = osx CPU = i686 CC = gcc CFLAGS = -O2 -march=i686 -g OPTIONS = USE_PCRE=1 So how do I enable kqueue in the build? thank you, Sergej

