Enable support for IPv6 on MinGW
commitfe3b2b7b827c75c21d61933e073050b6840f6dbc
authorMartin Storsjö <martin@martin.st>
Mon, 23 Nov 2009 22:55:50 +0000 (24 00:55 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 24 Nov 2009 08:58:17 +0000 (24 00:58 -0800)
treeba6cf588d0733dfdfc518a769ce368767c252af9
parentb7cc9f82594a2d5fe12867c515d86d91ecedad8f
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>
Makefile
compat/mingw.c
compat/mingw.h