From 032642d666080cbd1a7f759ece90c2f06ed69fe3 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sun, 17 May 2015 10:47:30 -0700 Subject: Don't assume you have if you have . Debian/kFreeBSD ships but not . --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index 914289a8..fa38d391 100644 --- a/config.h.in +++ b/config.h.in @@ -79,6 +79,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_NETINET_IF_ETHER_H +/* Define to 1 if you have the header file. */ +#undef HAVE_NET_IF_PFLOG_H + /* Define to 1 if you have the header file. */ #undef HAVE_NET_PFVAR_H -- cgit v1.2.1