summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-02-02 20:14:26 -0800
committerGuy Harris <guy@alum.mit.edu>2014-02-02 20:14:26 -0800
commitb485483022cddbb9d21845e9c3b465f6cd882676 (patch)
treed96f3c1451a12ce6cb031233c9b1962b993e79c8 /config.h.in
parent3454732513abdbd1490c6107a94c6474f71a74d2 (diff)
downloadtcpdump-b485483022cddbb9d21845e9c3b465f6cd882676.tar.gz
Use the new libpcap <pcap/nflog.h> for NFLOG definitions and declarations.
Use the header file for information about LINKTYPE_NFLOG files. Don't build the NFLOG printer if we don't have that header file. Fix some checks for pcap/XXX.h header files to look for "tcpdump-stdinc.h" rather than <tcpdump-stdinc.h>, so that we don't fail to find that header.
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 81da0ced..a3ae3ac4 100644
--- a/config.h.in
+++ b/config.h.in
@@ -106,6 +106,9 @@
/* define if libpcap has pcap_list_datalinks() */
#undef HAVE_PCAP_LIST_DATALINKS
+/* Define to 1 if you have the <pcap/nflog.h> header file. */
+#undef HAVE_PCAP_NFLOG_H
+
/* Define to 1 if you have the `pcap_setdirection' function. */
#undef HAVE_PCAP_SETDIRECTION