summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJon Parise <jon@php.net>2002-02-02 06:21:58 +0000
committerJon Parise <jon@php.net>2002-02-02 06:21:58 +0000
commit1e5e93a63dfc1239548dcc3ef209d6f8617051c1 (patch)
tree1880ad95c6780cb9c43536c084ff1df14d7ea6bc /configure.in
parent3ff94ed265f6315a52abdc595417550dcd3e1cd0 (diff)
downloadphp-git-1e5e93a63dfc1239548dcc3ef209d6f8617051c1.tar.gz
Revert revision 1.294.
This commit broke things in interesting ways under FreeBSD. By adding these default header files to every header check, a number of subsequent checks failed (due to unsatisfied header file dependencies). This occured because <netinet/in.h>, for example, requires <sys/types.h>. In other words, these default includes are not autonomous and don't make workable defaults.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in10
1 files changed, 1 insertions, 9 deletions
diff --git a/configure.in b/configure.in
index e2378710fd..624fb04bcd 100644
--- a/configure.in
+++ b/configure.in
@@ -392,15 +392,7 @@ sys/wait.h \
unistd.h \
unix.h \
utime.h \
-,,,[
-$ac_includes_default
-#if HAVE_NETINET_IN_H
-#include <netinet/in.h>
-#endif
-#if HAVE_ARPA_NAMESER_H
-#include <arpa/nameser.h>
-#endif
-])
+)