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 /configure | |
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 'configure')
-rwxr-xr-x | configure | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -6671,19 +6671,6 @@ fi done -for ac_header in pcap/usb.h -do : - ac_fn_c_check_header_compile "$LINENO" "pcap/usb.h" "ac_cv_header_pcap_usb_h" "#include \"netdissect-stdinc.h\" -" -if test "x$ac_cv_header_pcap_usb_h" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE_PCAP_USB_H 1 -_ACEOF - -fi - -done - CPPFLAGS="$savedcppflags" if test -n "$ac_tool_prefix"; then |