]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Added '#define HAVE_GETADDRINFO'.
authorGisle Vanem <gvanem@broadpark.no>
Sat, 1 Nov 2008 15:03:16 +0000 (15:03 +0000)
committerGisle Vanem <gvanem@broadpark.no>
Sat, 1 Nov 2008 15:03:16 +0000 (15:03 +0000)
lib/config-win32.h

index 0d10a04bb0c9a8dff21bc3ce487da8a0495704be..5ac22b9ef11a973fa1d884052383fbfe1b023075 100644 (file)
 #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