aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2011-10-05 23:02:31 +0000
committerGerald Combs <gerald@wireshark.org>2011-10-05 23:02:31 +0000
commitd40223b6fb46b4b65b9139a76c81777e6f35b3c4 (patch)
treeed06559cb8260c8ff6c3c7aaa99a20c3188750da /config.h.win32
parent9040abb68d7b60bfb274434a89e1ea9abfbc0b8e (diff)
Add a HAVE_GEOIP_V6 configuration option and enable it by default.
svn path=/trunk/; revision=39283
Diffstat (limited to 'config.h.win32')
-rw-r--r--config.h.win325
1 files changed, 4 insertions, 1 deletions
diff --git a/config.h.win32 b/config.h.win32
index 41cd54c593..7055cf931a 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -219,9 +219,12 @@
/* Define to have SMI */
@HAVE_SMI@
-/* Define to have GeoIP */
+/* Define to use GeoIP library */
@HAVE_GEOIP@
+/* Define if GeoIP supports IPv6 (GeoIP 1.4.5 and later) */
+@HAVE_GEOIP_V6@
+
/* Define for IPv6 */
@INET6@