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

metze at samba.org metze at samba.org
Thu Nov 15 15:43:14 GMT 2007


Author: metze
Date: 2007-11-15 15:43:14 +0000 (Thu, 15 Nov 2007)
New Revision: 25974

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

Log:
libreplace: see what the build-farm says if we use _XOPEN_SOURCE=600

On Tru64 this brings in socklen_t and some other socket stuff

metze

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


Changeset:
Modified: branches/SAMBA_4_0/source/lib/replace/libreplace_cc.m4
===================================================================
--- branches/SAMBA_4_0/source/lib/replace/libreplace_cc.m4	2007-11-15 15:41:03 UTC (rev 25973)
+++ branches/SAMBA_4_0/source/lib/replace/libreplace_cc.m4	2007-11-15 15:43:14 UTC (rev 25974)
@@ -49,6 +49,7 @@
 
 AC_ISC_POSIX
 AC_N_DEFINE(_XOPEN_SOURCE_EXTENDED)
+AC_N_DEFINE(_XOPEN_SOURCE,600)
 AC_N_DEFINE(_OSF_SOURCE)
 
 AC_SYS_LARGEFILE



More information about the samba-cvs mailing list