From: Jon Parise Date: Sat, 2 Feb 2002 06:21:58 +0000 (+0000) Subject: Revert revision 1.294. X-Git-Tag: PRE_ISSET_PATCH~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1e5e93a63dfc1239548dcc3ef209d6f8617051c1;p=php 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 , for example, requires . In other words, these default includes are not autonomous and don't make workable defaults. --- 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 -#endif -#if HAVE_ARPA_NAMESER_H -#include -#endif -]) +)