mirror of
https://github.com/osmarks/ngircd.git
synced 2024-12-12 01:40:27 +00:00
define HAVE_GAI_STRERROR for Mac OS X Xcode builds
On Mac OS X 10.7 Lion, this fixes In file included from .../contrib/MacOSX/../../src/ngircd/client.c:28: /Developer/SDKs/MacOSX10.7.sdk/usr/include/netdb.h:272:13: error: expected identifier or '('
This commit is contained in:
parent
0a85c58878
commit
e1315f30fd
@ -74,6 +74,8 @@
|
|||||||
/* Define to 1 if you have the <netinet/ip.h> header file. */
|
/* Define to 1 if you have the <netinet/ip.h> header file. */
|
||||||
#define HAVE_NETINET_IP_H 1
|
#define HAVE_NETINET_IP_H 1
|
||||||
|
|
||||||
|
/* Define to 1 if you have the `gai_strerror' function. */
|
||||||
|
#define HAVE_GAI_STRERROR 1
|
||||||
/* Define to 1 if you have the `kqueue' function. */
|
/* Define to 1 if you have the `kqueue' function. */
|
||||||
#define HAVE_KQUEUE 1
|
#define HAVE_KQUEUE 1
|
||||||
/* Define to 1 if you have the `inet_ntoa' function. */
|
/* Define to 1 if you have the `inet_ntoa' function. */
|
||||||
|
Loading…
Reference in New Issue
Block a user