diff options
| author | Alexander Barton <alex@barton.de> | 2009-12-31 00:38:47 +0100 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2009-12-31 00:38:47 +0100 |
| commit | 1ddc74f13e3feb5be6af4294e1f6a8162edca8a7 (patch) | |
| tree | efd7e5070a6b00ad44d12472449231506b730ed6 /contrib/MacOSX | |
| parent | 75dabcaae52eb9f2dcfbccc19743670962dbafb3 (diff) | |
| download | ngircd-1ddc74f13e3feb5be6af4294e1f6a8162edca8a7.tar.gz ngircd-1ddc74f13e3feb5be6af4294e1f6a8162edca8a7.zip | |
Really test for netinet/ip.h and set HAVE_NETINET_IP_H
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 60b06188..66465e26 100644 --- a/contrib/MacOSX/config.h +++ b/contrib/MacOSX/config.h @@ -71,6 +71,8 @@ #define HAVE_STDBOOL_H 1 /* Define to 1 if you have the <arpa/inet.h> header file. */ #define HAVE_ARPA_INET_H 1 +/* Define to 1 if you have the <netinet/ip.h> header file. */ +#define HAVE_NETINET_IP_H 1 /* Define to 1 if you have the `kqueue' function. */ #define HAVE_KQUEUE 1 |