summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-06-21 21:49:33 +0000
committerSascha Schumann <sas@php.net>2000-06-21 21:49:33 +0000
commitde5e2a58df3c21a0da3c1356c86069c94e09d670 (patch)
tree1770e7889aa9987bbb74148cd21b26ccece39b02 /configure.in
parent322be144586e983e04d5b8b060ca0e3f9040a373 (diff)
downloadphp-git-de5e2a58df3c21a0da3c1356c86069c94e09d670.tar.gz
Add alloca.h check
Remove some unused header checks
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in8
1 files changed, 3 insertions, 5 deletions
diff --git a/configure.in b/configure.in
index 2efff19d82..80eef631e1 100644
--- a/configure.in
+++ b/configure.in
@@ -266,23 +266,23 @@ fi
AC_MISSING_FCLOSE_DECL
dnl QNX requires unix.h to allow functions in libunix to work properly
AC_CHECK_HEADERS(
+alloca.h \
arpa/inet.h \
crypt.h \
-dlfcn.h \
fcntl.h \
grp.h \
-ieeefp.h \
limits.h \
locale.h \
-memory.h \
netinet/in.h \
pwd.h \
signal.h \
stdarg.h \
stdlib.h \
string.h \
+syslog.h \
sys/file.h \
sys/mman.h \
+sys/resource.h \
sys/select.h \
sys/socket.h \
sys/statfs.h \
@@ -291,8 +291,6 @@ sys/time.h \
sys/types.h \
sys/varargs.h \
sys/wait.h \
-sys/resource.h \
-syslog.h \
unistd.h \
unix.h \
)