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

metze at samba.org metze at samba.org
Tue Nov 7 16:03:01 GMT 2006


Author: metze
Date: 2006-11-07 16:03:00 +0000 (Tue, 07 Nov 2006)
New Revision: 19624

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

Log:
we have timegm in libreplace so heimdal should not replace 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-11-07 15:59:39 UTC (rev 19623)
+++ branches/SAMBA_4_0/source/heimdal_build/roken.h	2006-11-07 16:03:00 UTC (rev 19624)
@@ -49,6 +49,10 @@
 #define HAVE_SSIZE_T
 #endif
 
+#ifndef HAVE_TIMEGM
+#define HAVE_TIMEGM
+#endif
+
 #undef SOCKET_WRAPPER_REPLACE
 
 #include "heimdal/lib/roken/roken.h.in"



More information about the samba-cvs mailing list