From b2067a1839ff3e7366f2d13601b478691da136ba Mon Sep 17 00:00:00 2001 From: Stephen van Egmond Date: Tue, 6 Feb 2001 00:03:44 +0000 Subject: [PATCH] Added tests for arpa/nameser.h and resolv.h, which don't exist on the BeOS. --- configure.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.in b/configure.in index b791c88211..b8012d0d2e 100644 --- a/configure.in +++ b/configure.in @@ -283,6 +283,7 @@ dnl QNX requires unix.h to allow functions in libunix to work properly AC_CHECK_HEADERS( alloca.h \ arpa/inet.h \ +arpa/nameser.h \ crypt.h \ fcntl.h \ grp.h \ @@ -291,6 +292,7 @@ limits.h \ locale.h \ netinet/in.h \ pwd.h \ +resolv.h \ signal.h \ stdarg.h \ stdlib.h \ -- 2.50.1