From: Stephen van Egmond Date: Tue, 6 Feb 2001 00:03:44 +0000 (+0000) Subject: Added tests for arpa/nameser.h and resolv.h, which don't exist on the BeOS. X-Git-Tag: php-4.0.5RC1~352 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b2067a1839ff3e7366f2d13601b478691da136ba;p=php Added tests for arpa/nameser.h and resolv.h, which don't exist on the BeOS. --- 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 \