r10100: Check for more networking headers so the resolv.h test can succeed.
authorJames Peach <jpeach@samba.org>
Fri, 9 Sep 2005 01:19:32 +0000 (01:19 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:37:59 +0000 (13:37 -0500)
(This used to be commit db75b2da1ef9d8e926610d918953697dd346fe3b)

source4/heimdal_build/config.m4

index 411c26a329d5dc6ab9ed02cd6fd6cd7af699e482..b42bc92ee32aaca9215ba0227d9bb5a915512425 100644 (file)
@@ -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([                               \