From bd33bd770decd470577487fa4bd399cb1d8426fc Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Fri, 27 Dec 2013 21:35:53 +0100 Subject: [PATCH] OS X has a working getaddrinfo() implementation --- contrib/MacOSX/config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/MacOSX/config.h b/contrib/MacOSX/config.h index 9374ab59..761a68e1 100644 --- a/contrib/MacOSX/config.h +++ b/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. */ -- 2.39.2