Alexander Barton : OS X has a working getaddrinfo() implementation
Module: ngircd.git Branch: master Commit: bd33bd770decd470577487fa4bd399cb1d8426fc URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=bd33bd770... Author: Alexander Barton <alex@barton.de> Date: Fri Dec 27 21:35:53 2013 +0100 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 9374ab5..761a68e 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. */
Teilnehmer (1)
-
alex@arthur.barton.de