From af87f98d150155d9707135bbd04f199b051c0048 Mon Sep 17 00:00:00 2001 From: James Peach Date: Fri, 9 Sep 2005 01:19:32 +0000 Subject: r10100: Check for more networking headers so the resolv.h test can succeed. (This used to be commit db75b2da1ef9d8e926610d918953697dd346fe3b) --- source4/heimdal_build/config.m4 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'source4/heimdal_build') diff --git a/source4/heimdal_build/config.m4 b/source4/heimdal_build/config.m4 index 411c26a329..b42bc92ee3 100644 --- a/source4/heimdal_build/config.m4 +++ b/source4/heimdal_build/config.m4 @@ -53,7 +53,10 @@ AC_CHECK_HEADERS([ \ termcap.h \ time.h \ timezone.h \ - ttyname.h + ttyname.h \ + netinet/in.h \ + netinet/in6.h \ + netinet6/in6.h ]) AC_CHECK_FUNCS([ \ -- cgit