diff options
author | Martin Storsjö <martin@martin.st> | 2009-11-24 00:55:50 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-11-24 00:58:17 -0800 |
commit | fe3b2b7b827c75c21d61933e073050b6840f6dbc (patch) | |
tree | ba6cf588d0733dfdfc518a769ce368767c252af9 /Makefile | |
parent | b7cc9f82594a2d5fe12867c515d86d91ecedad8f (diff) | |
download | git-fe3b2b7b827c75c21d61933e073050b6840f6dbc.tar.gz |
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-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |