mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-11-28 14:21:00 +01: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.