diff options
| author | Alexander Barton <alex@barton.de> | 2013-12-27 21:35:53 +0100 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2013-12-27 21:35:53 +0100 |
| commit | bd33bd770decd470577487fa4bd399cb1d8426fc (patch) | |
| tree | c3ea675dc8c0883332e5a63949f11a1f54349a6e /contrib/MacOSX | |
| parent | b8433e9261c516d7b8743b33681050b6666192e5 (diff) | |
| download | ngircd-bd33bd770decd470577487fa4bd399cb1d8426fc.tar.gz ngircd-bd33bd770decd470577487fa4bd399cb1d8426fc.zip | |
OS X has a working getaddrinfo() implementation
Diffstat (limited to 'contrib/MacOSX')
| -rw-r--r-- | contrib/MacOSX/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
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. */ |