commit bd33bd770decd470577487fa4bd399cb1d8426fc from: Alexander Barton date: Fri Dec 27 20:35:53 2013 UTC OS X has a working getaddrinfo() implementation commit - b8433e9261c516d7b8743b33681050b6666192e5 commit + bd33bd770decd470577487fa4bd399cb1d8426fc 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. */