summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-05-17 10:47:30 -0700
committerGuy Harris <guy@alum.mit.edu>2015-05-17 10:47:30 -0700
commit032642d666080cbd1a7f759ece90c2f06ed69fe3 (patch)
tree0519ba6112f514fdd8c78bb2ac4bae0886257702 /config.h.in
parente8cd6c12e3a15dda738c5215b997c0b3fe5e2096 (diff)
downloadtcpdump-032642d666080cbd1a7f759ece90c2f06ed69fe3.tar.gz
Don't assume you have <net/if_pflog.h> if you have <net/pfvar.h>.
Debian/kFreeBSD ships <net/pfvar.h> but not <net/if_pflog.h>.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
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 <netinet/if_ether.h> header file. */
#undef HAVE_NETINET_IF_ETHER_H
+/* Define to 1 if you have the <net/if_pflog.h> header file. */
+#undef HAVE_NET_IF_PFLOG_H
+
/* Define to 1 if you have the <net/pfvar.h> header file. */
#undef HAVE_NET_PFVAR_H