diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-04-28 22:04:12 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-04-28 22:04:12 +0000 |
commit | a870c60741273ebd6cb1e69b4e535ce3a6bc76bf (patch) | |
tree | 47dcf69bff609edf47aecd2a7f76f9034e0a11a2 | |
parent | 372f37171ba3875ea4bf7f60150d92869e06010f (diff) |
Don't define X_NOT_STDC_ENV on Solaris x86. Bugzilla #3158:
https://bugs.freedesktop.org/show_bug.cgi?id=3158 Patch #2588:
https://bugs.freedesktop.org/attachment.cgi?id=2588 (Henry Zhao, Sun
Microsystems)
-rw-r--r-- | Xosdefs.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ /* * O/S-dependent (mis)feature macro definitions * - * $XdotOrg: Xosdefs.h,v 1.5 2001/02/09 02:03:23 xorgcvs Exp $ + * $XdotOrg: xc/include/Xosdefs.h,v 1.2 2004/04/23 18:43:05 eich Exp $ * $Xorg: Xosdefs.h,v 1.5 2001/02/09 02:03:23 xorgcvs Exp $ * Copyright 1991, 1998 The Open Group @@ -91,7 +91,7 @@ in this Software without prior written authorization from The Open Group. #ifdef i386 #ifdef SYSV -#if !defined(ISC) && !defined(SCO) && !defined(_SEQUENT_) +#if !defined(ISC) && !defined(SCO) && !defined(_SEQUENT_) && !defined(sun) #if !defined(_POSIX_SOURCE) && !defined(_SCO_DS) #define X_NOT_POSIX #endif |