summary refs log tree commit diff stats
path: root/win32
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2014-12-28 13:38:47 -0500
committerTingPing <tingping@tingping.se>2014-12-28 22:29:06 -0500
commit1b2bee37e43baca9b0ec58061561fdb60c31cef8 (patch)
tree7caf7da8be07701c2c1147c14a75149e5bb48575 /win32
parent9cb73f839ffddb1479f0ee1c8a89acebafd31045 (diff)
Remove option to disable ipv6
It has been default for a while, is the only tested option,
and will only get more common.
Diffstat (limited to 'win32')
-rw-r--r--win32/config.h.tt4
1 files changed, 0 insertions, 4 deletions
diff --git a/win32/config.h.tt b/win32/config.h.tt
index 77da3b38..ad518964 100644
--- a/win32/config.h.tt
+++ b/win32/config.h.tt
@@ -2,7 +2,6 @@
 #define ENABLE_NLS
 #define USE_PLUGIN
 #define USE_OPENSSL
-#define USE_IPV6
 #define HAVE_ISO_CODES
 #define ISO_CODES_PREFIX ".\\"
 #define ISO_CODES_LOCALEDIR LOCALEDIR
@@ -13,6 +12,3 @@
 #define OLD_PERL
 #define GETTEXT_PACKAGE "hexchat"
 #define PACKAGE_TARNAME "hexchat-<#= [string]::Join('.', $versionParts) #>"
-#ifndef USE_IPV6
-#define socklen_t int
-#endif