]> git.ipfire.org Git - people/ms/suricata.git/commit
configure: fix detection of netfilter_queue with older headers
authorJason Ish <jason.ish@oisf.net>
Fri, 7 Aug 2020 14:57:04 +0000 (08:57 -0600)
committerVictor Julien <victor@inliniac.net>
Mon, 24 Aug 2020 14:02:14 +0000 (16:02 +0200)
commitfbc9da450d917ec140e3616ad0d9363cb58ffa22
treeb4fa49be1ddad3c1ebd671173fefd70b00ee7d26
parent454950541851e388c14c9c7564fc5a238e47dc57
configure: fix detection of netfilter_queue with older headers

Define _GNU_SOURCE and include sys/types.h so older
netfilter_queue headers can be detected properly, as they are
using u_int_xx style integers.
configure.ac