From: Gisle Vanem Date: Sat, 1 Nov 2008 15:03:16 +0000 (+0000) Subject: Added '#define HAVE_GETADDRINFO'. X-Git-Tag: curl-7_19_1~20 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6a8832d83b4d86da285124ac13dc4f4d277a8e95;p=thirdparty%2Fcurl.git Added '#define HAVE_GETADDRINFO'. --- diff --git a/lib/config-win32.h b/lib/config-win32.h index 0d10a04bb0..5ac22b9ef1 100644 --- a/lib/config-win32.h +++ b/lib/config-win32.h @@ -219,6 +219,13 @@ #define HAVE_UTIME 1 #endif +/* The following 2 functions are strictly only available when + * _WIN32_WINNT is 0x0501 or larger. But we assume this value + * is defined. See below. */ + +/* Define if you have the getaddrinfo function. */ +#define HAVE_GETADDRINFO 1 + /* Define if you have the getnameinfo function. */ #define HAVE_GETNAMEINFO 1