svn commit: samba r5043 - in branches/SAMBA_4_0/source/build/m4: .

tridge at samba.org tridge at samba.org
Thu Jan 27 11:07:23 GMT 2005


Author: tridge
Date: 2005-01-27 11:07:23 +0000 (Thu, 27 Jan 2005)
New Revision: 5043

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

Log:
this broke more systems than it helped. Remove it and try to work
around broken solaris headers some other way.






Modified:
   branches/SAMBA_4_0/source/build/m4/rewrite.m4


Changeset:
Modified: branches/SAMBA_4_0/source/build/m4/rewrite.m4
===================================================================
--- branches/SAMBA_4_0/source/build/m4/rewrite.m4	2005-01-27 10:18:31 UTC (rev 5042)
+++ branches/SAMBA_4_0/source/build/m4/rewrite.m4	2005-01-27 11:07:23 UTC (rev 5043)
@@ -9,15 +9,6 @@
 AC_SUBST(PICFLAG)
 
 AC_DEFINE([_GNU_SOURCE],[],[Pull in GNU extensions])
-
-# The definition of _GNU_SOURCE potentially causes a change of the value
-# of _XOPEN_SOURCE. So define it only conditionally.
-AH_VERBATIM([_XOPEN_SOURCE],
-[/* Define on UNIX to activate XPG/5 features.  */
-#if !defined(_XOPEN_SOURCE)
-# define _XOPEN_SOURCE
-#endif])
-
 AC_SYS_LARGEFILE
 
 #



More information about the samba-cvs mailing list