Author: jpeach Date: 2005-09-09 01:19:32 +0000 (Fri, 09 Sep 2005) New Revision: 10100
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10100 Log: Check for more networking headers so the resolv.h test can succeed. Modified: branches/SAMBA_4_0/source/heimdal_build/config.m4 Changeset: Modified: branches/SAMBA_4_0/source/heimdal_build/config.m4 =================================================================== --- branches/SAMBA_4_0/source/heimdal_build/config.m4 2005-09-09 01:17:27 UTC (rev 10099) +++ branches/SAMBA_4_0/source/heimdal_build/config.m4 2005-09-09 01:19:32 UTC (rev 10100) @@ -53,7 +53,10 @@ termcap.h \ time.h \ timezone.h \ - ttyname.h + ttyname.h \ + netinet/in.h \ + netinet/in6.h \ + netinet6/in6.h ]) AC_CHECK_FUNCS([ \
