summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2018-05-23 14:12:45 -0700
committerGuy Harris <guy@alum.mit.edu>2018-05-23 14:12:45 -0700
commite02efb50447568144bddf8b8c1adaed95e8f9fa9 (patch)
treeb08d402419fa3959f275890055bd99c6beb1693e /configure
parente73118bc07bde5b2c9944639eebcb1c809ef695f (diff)
downloadtcpdump-e02efb50447568144bddf8b8c1adaed95e8f9fa9.tar.gz
Declare the Bluetooth pseudo-header ourselves.
It's not specified by a libpcap header that might have a different layout in different pcap releases, it's specified on the list of link-layer header types and must remain the same forever (except for getting additional bits defined), so we don't need to pick it up from libpcap. This means we get to use tcpdump's nd_ types; do so.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure13
1 files changed, 0 insertions, 13 deletions
diff --git a/configure b/configure
index 70724a2f..63372c10 100755
--- a/configure
+++ b/configure
@@ -6523,19 +6523,6 @@ fi
#
savedcppflags="$CPPFLAGS"
CPPFLAGS="$CPPFLAGS $V_INCLS"
-for ac_header in pcap/bluetooth.h
-do :
- ac_fn_c_check_header_compile "$LINENO" "pcap/bluetooth.h" "ac_cv_header_pcap_bluetooth_h" "#include \"netdissect-stdinc.h\"
-"
-if test "x$ac_cv_header_pcap_bluetooth_h" = xyes; then :
- cat >>confdefs.h <<_ACEOF
-#define HAVE_PCAP_BLUETOOTH_H 1
-_ACEOF
-
-fi
-
-done
-
for ac_header in pcap/nflog.h
do :
ac_fn_c_check_header_compile "$LINENO" "pcap/nflog.h" "ac_cv_header_pcap_nflog_h" "#include \"netdissect-stdinc.h\"