From 447905db7df66911e2839e5c289817161429b3bc Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 19 Sep 2006 23:45:43 +0000 Subject: r18701: this tests are in libreplace metze (This used to be commit 31e3cc8c6f10a3d1ea8f357c26c80fe47ab276dc) --- source3/configure.in | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) (limited to 'source3/configure.in') diff --git a/source3/configure.in b/source3/configure.in index 544fc3e3cf..b269f1df78 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -910,7 +910,7 @@ case "$host_os" in fi ;; esac -AC_CHECK_HEADERS(shadow.h netinet/tcp.h netinet/in_systm.h netinet/in_ip.h) +AC_CHECK_HEADERS(shadow.h) AC_CHECK_HEADERS(nss.h nss_common.h nsswitch.h ns_api.h sys/security.h security/pam_appl.h) AC_CHECK_HEADERS(stropts.h poll.h) AC_CHECK_HEADERS(syscall.h sys/syscall.h) @@ -920,24 +920,6 @@ AC_CHECK_HEADERS(sys/ea.h sys/proplist.h) AC_CHECK_HEADERS(sys/cdefs.h glob.h) -AC_CHECK_HEADERS(netinet/ip.h,,,[[ -#include -#if HAVE_SYS_SOCKET_H -#include -#endif -#include -#if HAVE_NETINET_IN_SYSTM_H -#include -#endif -]]) - -AC_CHECK_HEADERS(net/if.h,,,[[ -#include -#if HAVE_SYS_SOCKET_H -#include -#endif -]]) - AC_CHECK_HEADERS(security/pam_modules.h,,,[[ #if HAVE_SECURITY_PAM_APPL_H #include -- cgit