From 9dec7aa9c10e72a365378bb88745c6c64c76b4ae Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Sun, 25 Nov 2001 09:30:36 +0000 Subject: [PATCH] Make some of the headers used by the KAME getaddrinfo implementation be conditional -- they are missing on e.g. Solaris. Not sure if this will fix it. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 912b8f69..9b8d00f6 100644 --- a/configure.in +++ b/configure.in @@ -343,7 +343,7 @@ AC_HEADER_SYS_WAIT AC_CHECK_HEADERS(sys/fcntl.h sys/select.h fcntl.h sys/time.h sys/unistd.h unistd.h utime.h grp.h) AC_CHECK_HEADERS(compat.h sys/param.h ctype.h sys/wait.h sys/ioctl.h) AC_CHECK_HEADERS(sys/filio.h string.h stdlib.h sys/socket.h sys/mode.h) -AC_CHECK_HEADERS(glob.h alloca.h mcheck.h) +AC_CHECK_HEADERS(glob.h alloca.h mcheck.h sys/sysctl.h arpa/inet.h arpa/nameser.h) AC_CHECK_SIZEOF(int) AC_CHECK_SIZEOF(long) -- 2.34.1