Module: ngircd.git Branch: master Commit: 1ddc74f13e3feb5be6af4294e1f6a8162edca8a7 URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=1ddc7...
Author: Alexander Barton alex@barton.de Date: Thu Dec 31 00:38:47 2009 +0100
Really test for netinet/ip.h and set HAVE_NETINET_IP_H
---
configure.in | 3 ++- contrib/MacOSX/config.h | 2 ++ 2 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/configure.in b/configure.in index 3d4c640..10a72d3 100644 --- a/configure.in +++ b/configure.in @@ -105,7 +105,8 @@ AC_CHECK_HEADERS([ \ strings.h sys/socket.h sys/time.h unistd.h \ ],,AC_MSG_ERROR([required C header missing!]))
-AC_CHECK_HEADERS([arpa/inet.h ctype.h malloc.h stdbool.h stddef.h varargs.h]) +AC_CHECK_HEADERS([ \ + arpa/inet.h ctype.h malloc.h netinet/ip.h stdbool.h stddef.h varargs.h])
# -- Datatypes --
diff --git a/contrib/MacOSX/config.h b/contrib/MacOSX/config.h index 60b0618..66465e2 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
ngircd-commits@lists.barton.de