2782. [port] win32: use getaddrinfo() for hostname lookups.

[RT #20650]
This commit is contained in:
Mark Andrews 2009-11-24 02:09:28 +00:00
parent ebaaeff9ea
commit 503e5aa8d2
2 changed files with 13 additions and 1 deletions

View file

@ -1,3 +1,6 @@
2782. [port] win32: use getaddrinfo() for hostname lookups.
[RT #20650]
--- 9.7.0b3 released ---
2781. [bug] Inactive keys could be used for signing. [RT #20649]

View file

@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: config.h.win32,v 1.23 2009/10/12 16:41:12 each Exp $ */
/* $Id: config.h.win32,v 1.24 2009/11/24 02:09:28 marka Exp $ */
/*
* win32 configuration file
@ -254,3 +254,12 @@ typedef long off_t;
*/
/* #undef USE_PKCS11 */
/** define if struct addrinfo exists */
#define HAVE_ADDRINFO
/** define if getaddrinfo() exists */
#define HAVE_GETADDRINFO
/** define if gai_strerror() exists */
#define HAVE_GAISTRERROR