[CLEANUP] silent warning about LIST_* being redefined on OpenBSD
authorWilly Tarreau <w@1wt.eu>
Sun, 28 Oct 2007 10:41:06 +0000 (11:41 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 28 Oct 2007 10:41:06 +0000 (11:41 +0100)
commitbd578bbe1a73e656b7297d416e47635bea4c5045
treefde2f9ce651c66ca662982a58483e046e349c522
parentd740babd0e16a40c1ff6727ab301fbb6e94e28c6
[CLEANUP] silent warning about LIST_* being redefined on OpenBSD

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.
include/common/mini-clist.h