svn commit: samba r18078 - in branches/SAMBA_4_0/source/lib/replace: .

tridge at samba.org tridge at samba.org
Tue Sep 5 11:42:20 GMT 2006


Author: tridge
Date: 2006-09-05 11:42:20 +0000 (Tue, 05 Sep 2006)
New Revision: 18078

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18078

Log:

these tests came from talloc

Modified:
   branches/SAMBA_4_0/source/lib/replace/libreplace.m4


Changeset:
Modified: branches/SAMBA_4_0/source/lib/replace/libreplace.m4
===================================================================
--- branches/SAMBA_4_0/source/lib/replace/libreplace.m4	2006-09-05 11:38:50 UTC (rev 18077)
+++ branches/SAMBA_4_0/source/lib/replace/libreplace.m4	2006-09-05 11:42:20 UTC (rev 18078)
@@ -65,6 +65,7 @@
 AC_CHECK_HEADERS(sys/syslog.h syslog.h)
 AC_CHECK_HEADERS(sys/time.h time.h)
 AC_CHECK_HEADERS(sys/socket.h netinet/in.h)
+AC_CHECK_HEADERS(stdarg.h vararg.h)
 AC_CHECK_FUNCS(seteuid setresuid setegid setresgid chroot bzero strerror)
 AC_CHECK_FUNCS(vsyslog setlinebuf mktime ftruncate chsize rename)
 AC_CHECK_FUNCS(waitpid strlcpy strlcat innetgr initgroups memmove strdup)
@@ -218,3 +219,5 @@
 if test x"$samba_cv_sig_atomic_t" = x"yes"; then
    AC_DEFINE(HAVE_SIG_ATOMIC_T_TYPE,1,[Whether we have the atomic_t variable type])
 fi
+
+



More information about the samba-cvs mailing list