aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2009-11-24 00:55:50 +0200
committerJunio C Hamano <gitster@pobox.com>2009-11-24 00:58:17 -0800
commitfe3b2b7b827c75c21d61933e073050b6840f6dbc (patch)
treeba6cf588d0733dfdfc518a769ce368767c252af9 /Makefile
parentb7cc9f82594a2d5fe12867c515d86d91ecedad8f (diff)
downloadgit-fe3b2b7b827c75c21d61933e073050b6840f6dbc.tar.gz
git-fe3b2b7b827c75c21d61933e073050b6840f6dbc.tar.xz
Enable support for IPv6 on MinGW
The IPv6 support functions are loaded dynamically, to maintain backwards compatibility with versions of Windows prior to XP, and fallback wrappers are provided, implemented in terms of gethostbyname and gethostbyaddr. Signed-off-by: Martin Storsjo <martin@martin.st> Acked-by: Johannes Sixt <j6t@kdbg.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 25a977153..31db29d4d 100644
--- a/Makefile
+++ b/Makefile
@@ -982,7 +982,6 @@ ifneq (,$(findstring MINGW,$(uname_S)))
NEEDS_CRYPTO_WITH_SSL = YesPlease
NO_LIBGEN_H = YesPlease
NO_SYMLINK_HEAD = YesPlease
- NO_IPV6 = YesPlease
NO_SETENV = YesPlease
NO_UNSETENV = YesPlease
NO_STRCASESTR = YesPlease