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

metze at samba.org metze at samba.org
Mon Mar 12 16:05:57 GMT 2007


Author: metze
Date: 2007-03-12 16:05:57 +0000 (Mon, 12 Mar 2007)
New Revision: 21799

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

Log:
tell roken.h.in to not generate prototypes for setenv() and unsetenv()

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	2007-03-12 11:37:12 UTC (rev 21798)
+++ branches/SAMBA_4_0/source/heimdal_build/roken.h	2007-03-12 16:05:57 UTC (rev 21799)
@@ -41,6 +41,14 @@
 #define HAVE_STRNDUP
 #endif
 
+#ifndef HAVE_SETENV
+#define HAVE_SETENV
+#endif
+
+#ifndef HAVE_UNSETENV
+#define HAVE_UNSETENV
+#endif
+
 #ifndef HAVE_VSYSLOG
 #define HAVE_VSYSLOG
 #endif



More information about the samba-cvs mailing list