1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-04-05 07:17:13 +00:00

OS X has a working getaddrinfo() implementation

(cherry picked from commit bd33bd770decd470577487fa4bd399cb1d8426fc)
This commit is contained in:
Alexander Barton 2013-12-27 21:35:53 +01:00
parent 21ef762109
commit 74db76b792

View File

@ -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. */