mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-10 12:12:43 +02:00
Building ev_kqueue on OpenBSD causes some warnings to occur, because OpenBSD also uses LIST_* macros in sys/queue.h, included from sys/event.h. Simply undefine those macros since we don't need them.