summaryrefslogtreecommitdiffstats
path: root/contrib/libpcap/acconfig.h
diff options
context:
space:
mode:
authorfenner <fenner@FreeBSD.org>2002-06-21 01:36:27 +0000
committerfenner <fenner@FreeBSD.org>2002-06-21 01:36:27 +0000
commit1e8ea467791f99f6068888787c27fd8b6b923d2c (patch)
tree4bf19d614b784f03cdea171c65cf7b2e9f63715c /contrib/libpcap/acconfig.h
parenta6bce8883c0f9dd7fee0eb03667f57b40b1d9dab (diff)
downloadFreeBSD-src-1e8ea467791f99f6068888787c27fd8b6b923d2c.zip
FreeBSD-src-1e8ea467791f99f6068888787c27fd8b6b923d2c.tar.gz
Import libpcap 0.7.1, from
http://www.tcpdump.org/release/libpcap-0.7.1.tar.gz
Diffstat (limited to 'contrib/libpcap/acconfig.h')
-rw-r--r--contrib/libpcap/acconfig.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/libpcap/acconfig.h b/contrib/libpcap/acconfig.h
new file mode 100644
index 0000000..a23f320
--- /dev/null
+++ b/contrib/libpcap/acconfig.h
@@ -0,0 +1,7 @@
+/* Long story short: aclocal.m4 depends on autoconf 2.13
+ * implementation details wrt "const"; newer versions
+ * have different implementation details so for now we
+ * put "const" here. This may cause duplicate definitions
+ * in config.h but that should be OK since they're the same.
+ */
+#undef const
OpenPOWER on IntegriCloud