1
0
mirror of https://github.com/php/php-src.git synced 2026-04-11 18:13:00 +02:00

Added tests for arpa/nameser.h and resolv.h, which don't exist on the BeOS.

This commit is contained in:
Stephen van Egmond
2001-02-06 00:03:44 +00:00
parent c3531b3750
commit b2067a1839

View File

@@ -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 \