mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-26 21:18:04 +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.