+2782. [port] win32: use getaddrinfo() for hostname lookups.
+ [RT #20650]
+
2777. [contrib] DLZ MYSQL auto reconnect support discovery was wrong.
2772. [security] When validating, track whether pending data was from
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: config.h.win32,v 1.16.130.2 2008/04/02 23:46:28 tbox Exp $ */
+/* $Id: config.h.win32,v 1.16.130.3 2009/11/24 02:14:17 marka Exp $ */
/*
* win32 configuration file
* macro is used there.
*/
+
+/** define if struct addrinfo exists */
+#define HAVE_ADDRINFO
+
+/** define if getaddrinfo() exists */
+#define HAVE_GETADDRINFO
+
+/** define if gai_strerror() exists */
+#define HAVE_GAISTRERROR
+
#define FD_SETSIZE 16384
#include <windows.h>