Commit Diff
Diff:
b8433e9261c516d7b8743b33681050b6666192e5
bd33bd770decd470577487fa4bd399cb1d8426fc
Commit:
bd33bd770decd470577487fa4bd399cb1d8426fc
Tree:
c3ea675dc8c0883332e5a63949f11a1f54349a6e
Author:
Alexander Barton <alex@barton.de>
Committer:
Alexander Barton <alex@barton.de>
Date:
Fri Dec 27 20:35:53 2013 UTC
Message:
OS X has a working getaddrinfo() implementation
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. */
IRCNow