diff options
author | Guy Harris <guy@alum.mit.edu> | 2014-02-02 20:14:26 -0800 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2014-02-02 20:14:26 -0800 |
commit | b485483022cddbb9d21845e9c3b465f6cd882676 (patch) | |
tree | d96f3c1451a12ce6cb031233c9b1962b993e79c8 /config.h.in | |
parent | 3454732513abdbd1490c6107a94c6474f71a74d2 (diff) | |
download | tcpdump-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.in | 3 |
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 |