summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2015-02-20 18:50:53 +0000
committerThomas Markwalder <tmark@isc.org>2015-02-20 18:50:53 +0000
commit0943c53ffef8bbcf2bb0faf6be2e810c8fd3e18d (patch)
treed4fc62831be7c13ec09081d906e663e206383595
parenta4dcb2a62ff39e927171e3fe3decfc815062bff4 (diff)
downloadisc-dhcp-0943c53ffef8bbcf2bb0faf6be2e810c8fd3e18d.tar.gz
[v4_1_esv] Updated autogenerated files after rt38677 updates
-rwxr-xr-xconfigure10
-rw-r--r--includes/config.h.in3
2 files changed, 13 insertions, 0 deletions
diff --git a/configure b/configure
index e4f6289f..6a078533 100755
--- a/configure
+++ b/configure
@@ -6561,6 +6561,16 @@ fi
fi
+ac_fn_c_check_member "$LINENO" "struct tpacket_auxdata" "tp_vlan_tci" "ac_cv_member_struct_tpacket_auxdata_tp_vlan_tci" "#include <linux/if_packet.h>
+"
+if test "x$ac_cv_member_struct_tpacket_auxdata_tp_vlan_tci" = xyes; then :
+
+$as_echo "#define VLAN_TCI_PRESENT 1" >>confdefs.h
+
+
+fi
+
+
# Append selected warning levels to CFLAGS before substitution (but after
# AC_TRY_COMPILE & etc).
CFLAGS="$CFLAGS $STD_CWARNINGS"
diff --git a/includes/config.h.in b/includes/config.h.in
index 6d07e9f0..8c173385 100644
--- a/includes/config.h.in
+++ b/includes/config.h.in
@@ -185,6 +185,9 @@
/* Version number of package */
#undef VERSION
+/* tpacket_auxdata.tp_vlan_tci present */
+#undef VLAN_TCI_PRESENT
+
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */
#if defined AC_APPLE_UNIVERSAL_BUILD