]> granicus.if.org Git - php/commitdiff
Add alloca.h check
authorSascha Schumann <sas@php.net>
Wed, 21 Jun 2000 21:49:33 +0000 (21:49 +0000)
committerSascha Schumann <sas@php.net>
Wed, 21 Jun 2000 21:49:33 +0000 (21:49 +0000)
Remove some unused header checks

configure.in

index 2efff19d82507ae32e833da21e5806ab0c2f8f53..80eef631e1187f2eb83c636a635c2984dd735d13 100644 (file)
@@ -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 \
 )