From 1e5e93a63dfc1239548dcc3ef209d6f8617051c1 Mon Sep 17 00:00:00 2001 From: Jon Parise Date: Sat, 2 Feb 2002 06:21:58 +0000 Subject: [PATCH] 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. --- configure.in | 10 +--------- 1 file changed, 1 insertion(+), 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 -#endif -#if HAVE_ARPA_NAMESER_H -#include -#endif -]) +) -- 2.50.1