summaryrefslogtreecommitdiff
path: root/Xos.h
AgeCommit message (Collapse)Author
2015-05-25darwin: Include strings.hJeremy Huddleston Sequoia
https://trac.macports.org/ticket/47813 Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
2014-07-06Bug #80528: make it build on AIXMichael Haubenwallner
https://bugs.freedesktop.org/show_bug.cgi?id=80528 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2011-11-21Cygwin/X: Include <strings.h> early to avoid compile errorsYaakov Selkowitz
http://lists.x.org/archives/xorg-devel/2011-November/027117.html Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
2009-06-15Drop #ifdef USG checks for some truly ancient (pre-SVR4) SysV'sAlan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-06-15Drop support for SunOS 4 and Solaris releases older than 2.5 (1995)Alan Coopersmith
Includes changing remaining sun ifdef's to check for standard-conformant / non-namespace-polluting #ifdef __sun instead of older #ifdef sun. Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-06-14Use indentation to provide a map through the twisty maze of ifdefs, all alikeAlan Coopersmith
git diff -w shows no changes other than whitespace in this patch Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-06-14Removing dangling #else block from X_NOT_STDC_ENV removalAlan Coopersmith
Fixes mass damage caused by ced38e880b54f2aae31a5354aecb4235a129f0a4 moving the includes for unistd.h, fcntl.h, etc. from the else for X_NOT_STDC_ENV into the #else for #ifndef _XOS_H_, which made them go away for everyone. Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-06-12__STDC__ is always defined in C89.Adam Jackson
2009-06-12Remove a bunch of garbage for unsupported platforms.Adam Jackson
2009-06-12Remove all trace of X_NOT_STDC_ENV (#6527)Adam Jackson
Seriously C89 already you guys.
2009-06-12Death to RCS tags.Adam Jackson
2009-03-05Remove #ifdef macII code left over from ancient A/UX 3.0 supportAlan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2008-02-10Fixed #ifdef checks that were using i386 to use __i386__Jeremy Huddleston
""" It's simply obsolete, sloppy, compiler namespace pollution. The compiler is not allowed to predefine symbols that might conflict with ordinary identifiers. For backwards compatibility gcc currently predefines i386 when compiling for x86 32-bit (but not 64-bit), but that will go away. It is also not defined if you specify -ansi when invoking the compiler, because then it is seriously standards compliant. Other compilers shouldn't define it either. Correct code shouldn't rely on it being defined. However __i386__ is safe and proper. """
2006-04-20On Solaris, #include <sys/isa_defs.h> to be sure _LP64 is defined in 64-bitAlan Coopersmith
builds. Fix some comment typos.
2005-11-08See ChangeLog entry 2005-11-07 for details.Kean Johnson
2005-07-23Remove all _XOPEN_SOURCE definitions from Xos.h, as Xpoll.h.in now dealsDaniel Stone
with this by using which of fds_bits or __fds_bits we have.
2005-07-14Don't define _XOPEN_SOURCE on SVR4, because it will REMOVE requiredAlan Coopersmith
definitions.
2005-07-13Make some minor source adjustments so that we don not need to useKeith Packard
-D_XOPEN_SOURCE -D_BSD_SOURCE everywhere as this will leak out of the modular environment and into application build processes, potentially foulling up their compiles.
2005-01-03gcc 4 doesn't like predeffines line 'linux' any more. To muffle theEgbert Eich
compiler replace them with __linux__ (Bugzilla #2207).
2004-11-15Bufzilla #1802, http://freedesktop.org/bugzilla/show_bug.cgi?id=1802 AddedAlexander Gottwald
mingw (Win32) port
2004-04-23Merging XORG-CURRENT into trunkEgbert Eich
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004Egbert Eich
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004Egbert Eich
2004-02-26readding XFree86's cvs IDsEgbert Eich
2004-02-26Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich
2004-01-29Importing vendor version xf86-012804-2330 on Thu Jan 29 00:06:33 PST 2004Egbert Eich
2003-12-19XFree86 4.3.99.902 (RC 2)Kaleb Keithley
2003-11-25XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksKaleb Keithley
2003-11-14XFree86 4.3.0.1Kaleb Keithley
2003-11-14R6.6 is the Xorg base-lineKaleb Keithley