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

tridge at samba.org tridge at samba.org
Wed Sep 13 23:13:32 GMT 2006


Author: tridge
Date: 2006-09-13 23:13:32 +0000 (Wed, 13 Sep 2006)
New Revision: 18490

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

Log:

on irix _XOPEN_SOURCE_EXTENDED needs to be defined to 1, not just
defined

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


Changeset:
Modified: branches/SAMBA_4_0/source/lib/replace/libreplace_macros.m4
===================================================================
--- branches/SAMBA_4_0/source/lib/replace/libreplace_macros.m4	2006-09-13 22:42:23 UTC (rev 18489)
+++ branches/SAMBA_4_0/source/lib/replace/libreplace_macros.m4	2006-09-13 23:13:32 UTC (rev 18490)
@@ -91,11 +91,11 @@
 [
   cat >>confdefs.h <<\EOF
 #ifndef $1
-# define $1
+# define $1 1
 #endif
 EOF
 AH_VERBATIM([$1], [#ifndef $1
-# define $1
+# define $1 1
 #endif])
 ])
 



More information about the samba-cvs mailing list