summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2018-01-11 11:10:21 -0800
committerGuy Harris <guy@alum.mit.edu>2018-01-11 11:10:21 -0800
commitfe225c551810e941ca1fc0d3fecee29cea7f16b9 (patch)
treeb2797b5e85b9b84fbab53638f691d6401dd7dc7d /configure
parent741edd63b9638db8b2194901f5b8a61bc7cc0f98 (diff)
downloadtcpdump-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-xconfigure13
1 files changed, 0 insertions, 13 deletions
diff --git a/configure b/configure
index 72955936..0c093913 100755
--- a/configure
+++ b/configure
@@ -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