commit 74db76b7922c0b9fde3ef70797647acff57601ab from: Alexander Barton date: Fri Dec 27 21:03:37 2013 UTC OS X has a working getaddrinfo() implementation (cherry picked from commit bd33bd770decd470577487fa4bd399cb1d8426fc) commit - 21ef762109dcb26cb2ccbda56b50472ada697477 commit + 74db76b7922c0b9fde3ef70797647acff57601ab blob - 9374ab59e27839de4a3b5cec3b19c8490992213b blob + 761a68e1e2a61ad64ad5e9ffc92dfd14b8d06f95 --- contrib/MacOSX/config.h +++ contrib/MacOSX/config.h @@ -105,6 +105,8 @@ #define HAVE_INET_ATON 1 /* Define to 1 if you have the `getaddrinfo' function. */ #define HAVE_GETADDRINFO 1 +/* getaddrinfo(0) */ +#define HAVE_WORKING_GETADDRINFO 1 /* Define to 1 if you have the `getnameinfo' function. */ #define HAVE_GETNAMEINFO 1 /* Define to 1 if you have the `sigaction' function. */