From: Alexander Barton Date: Fri, 27 Dec 2013 20:35:53 +0000 (+0100) Subject: OS X has a working getaddrinfo() implementation X-Git-Tag: rel-22-rc1~84 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=commitdiff_plain;h=bd33bd770decd470577487fa4bd399cb1d8426fc OS X has a working getaddrinfo() implementation --- 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. */