svn commit: samba r18997 - in branches/SAMBA_4_0/source/heimdal_build: .

metze at samba.org metze at samba.org
Fri Sep 29 12:24:23 GMT 2006


Author: metze
Date: 2006-09-29 12:24:23 +0000 (Fri, 29 Sep 2006)
New Revision: 18997

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

Log:
we have a replacement for vsyslog in libreplace so libroken doesn't need to care about it

metze
Modified:
   branches/SAMBA_4_0/source/heimdal_build/roken.h


Changeset:
Modified: branches/SAMBA_4_0/source/heimdal_build/roken.h
===================================================================
--- branches/SAMBA_4_0/source/heimdal_build/roken.h	2006-09-29 10:53:27 UTC (rev 18996)
+++ branches/SAMBA_4_0/source/heimdal_build/roken.h	2006-09-29 12:24:23 UTC (rev 18997)
@@ -33,13 +33,14 @@
 #define HAVE_SETEUID 1
 #endif
 
-#ifndef HAVE_SOCKLEN_T
-#define HAVE_SOCKLEN_T
-#endif
-
 #ifndef HAVE_STRNDUP
 #define HAVE_STRNDUP
 #endif
+
+#ifndef HAVE_VSYSLOG
+#define HAVE_VSYSLOG
+#endif
+
 #ifndef HAVE_SOCKLEN_T
 #define HAVE_SOCKLEN_T
 #endif



More information about the samba-cvs mailing list