summaryrefslogtreecommitdiff
path: root/cmakeconfig.h.in
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2011-10-08 06:09:38 +0000
committerJörg Mayer <jmayer@loplof.de>2011-10-08 06:09:38 +0000
commit03fe88b31f442fff9f0da4e1a862450b76986568 (patch)
tree226be9ded9d8c8a9201b23a59221c964359bd7be /cmakeconfig.h.in
parent59cd69882217726b69fdeaa81f6770302a226f2b (diff)
downloadwireshark-03fe88b31f442fff9f0da4e1a862450b76986568.tar.gz
Mimic test for IPv6 support in GeoIP from autofoo
svn path=/trunk/; revision=39307
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