]> granicus.if.org Git - php/commitdiff
Revert revision 1.294.
authorJon Parise <jon@php.net>
Sat, 2 Feb 2002 06:21:58 +0000 (06:21 +0000)
committerJon Parise <jon@php.net>
Sat, 2 Feb 2002 06:21:58 +0000 (06:21 +0000)
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.

configure.in

index e2378710fd7fe1dd053f941c96526a31459ebf73..624fb04bcd0f72e0877f27d98934a21bb6e93b6f 100644 (file)
@@ -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
-])
+)