diff options
author | Guy Harris <guy@alum.mit.edu> | 2018-01-11 11:10:21 -0800 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2018-01-11 11:10:21 -0800 |
commit | fe225c551810e941ca1fc0d3fecee29cea7f16b9 (patch) | |
tree | b2797b5e85b9b84fbab53638f691d6401dd7dc7d /config.h.in | |
parent | 741edd63b9638db8b2194901f5b8a61bc7cc0f98 (diff) | |
download | tcpdump-fe225c551810e941ca1fc0d3fecee29cea7f16b9.tar.gz |
Use nd_ types, add host-endian extract routines, clean up signed vs. unsigned.
We now define the structures for Linux USB headers in print-usb.c, so it
doesn't need to include <pcap/usb.h>; don't check for it.
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in index e5ae27c3..e0351163 100644 --- a/config.h.in +++ b/config.h.in @@ -175,9 +175,6 @@ /* Define to 1 if you have the `pcap_set_tstamp_type' function. */ #undef HAVE_PCAP_SET_TSTAMP_TYPE -/* Define to 1 if you have the <pcap/usb.h> header file. */ -#undef HAVE_PCAP_USB_H - /* define if libpcap has pcap_version */ #undef HAVE_PCAP_VERSION |