From 1b2bee37e43baca9b0ec58061561fdb60c31cef8 Mon Sep 17 00:00:00 2001 From: TingPing Date: Sun, 28 Dec 2014 13:38:47 -0500 Subject: Remove option to disable ipv6 It has been default for a while, is the only tested option, and will only get more common. --- win32/config.h.tt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'win32') 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 -- cgit 1.4.1