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

tridge at samba.org tridge at samba.org
Mon Sep 11 10:32:39 GMT 2006


Author: tridge
Date: 2006-09-11 10:32:39 +0000 (Mon, 11 Sep 2006)
New Revision: 18378

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

Log:

try enabling _OSF_SOURCE to see if it fixes the tru64 build problems -
thanks to volker for the suggestion

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-11 09:21:58 UTC (rev 18377)
+++ branches/SAMBA_4_0/source/lib/replace/libreplace.m4	2006-09-11 10:32:39 UTC (rev 18378)
@@ -29,6 +29,12 @@
 # define _XOPEN_SOURCE_EXTENDED 1
 #endif])
 
+AH_VERBATIM([_OSF_SOURCE],
+[/* Enable OSF extensions on systems that have them.  */
+#ifndef _OSF_SOURCE
+# define _OSF_SOURCE 1
+#endif])
+
 LIBREPLACE_C99_STRUCT_INIT([],[])
 
 AC_SYS_LARGEFILE



More information about the samba-cvs mailing list