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

metze at samba.org metze at samba.org
Mon Sep 11 16:02:36 GMT 2006


Author: metze
Date: 2006-09-11 16:02:36 +0000 (Mon, 11 Sep 2006)
New Revision: 18388

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

Log:
remove _XOPEN_SOURCE it causes trouble on BSD and IRIX

I need to find a way to define it only on Tru64 maybe.

metze
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 15:55:44 UTC (rev 18387)
+++ branches/SAMBA_4_0/source/lib/replace/libreplace.m4	2006-09-11 16:02:36 UTC (rev 18388)
@@ -24,12 +24,6 @@
 AC_C_INLINE
 AC_PROG_INSTALL
 
-AH_VERBATIM([_XOPEN_SOURCE],
-[/* Enable XOPEN on systems that have them.  */
-#ifndef _XOPEN_SOURCE
-# define _XOPEN_SOURCE 500
-#endif])
-
 AH_VERBATIM([_XOPEN_SOURCE_EXTENDED],
 [/* Enable XOPEN extensions on systems that have them.  */
 #ifndef _XOPEN_SOURCE_EXTENDED



More information about the samba-cvs mailing list