aboutsummaryrefslogtreecommitdiffstats
path: root/cmakeconfig.h.in
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2011-10-08 06:09:38 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2011-10-08 06:09:38 +0000
commit799d2cf0f656a98847fa98daddda8781e3a4bae2 (patch)
tree226be9ded9d8c8a9201b23a59221c964359bd7be /cmakeconfig.h.in
parent0b44f0b088a2601da42acf7ada02534d31a8b5d5 (diff)
Mimic test for IPv6 support in GeoIP from autofoo
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39307 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'cmakeconfig.h.in')
-rw-r--r--cmakeconfig.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in
index 6c6e571511..0ef4163680 100644
--- a/cmakeconfig.h.in
+++ b/cmakeconfig.h.in
@@ -72,6 +72,9 @@
/* Define to use GEOIP library */
#cmakedefine HAVE_GEOIP 1
+/* Define if GEOIP library supports IPv6 (GeoIP 1.4.5 and later) */
+#cmakedefine HAVE_GEOIP_V6 1
+
/* Define to use capabilities library */
#cmakedefine HAVE_LIBCAP 1