diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-12-19 20:54:20 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-12-19 20:54:20 +0000 |
commit | ad76b5cc436937d9fb945bd43d9356651fe182ca (patch) | |
tree | a6f73f44c20cee4051b596a2471e6c38c3b1bc5e /Xosdefs.h | |
parent | 376f9efdab6ef2dce267caa0a0228892e768e390 (diff) |
XFree86 4.3.99.902 (RC 2)
Diffstat (limited to 'Xosdefs.h')
-rw-r--r-- | Xosdefs.h | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -25,7 +25,7 @@ Except as contained in this notice, the name of The Open Group shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from The Open Group. */ -/* $XFree86: xc/include/Xosdefs.h,v 3.20 2002/05/31 18:45:39 dawes Exp $ */ +/* $XFree86: xc/include/Xosdefs.h,v 3.21 2003/12/18 16:38:34 dawes Exp $ */ #ifndef _XOSDEFS_H_ #define _XOSDEFS_H_ @@ -79,6 +79,15 @@ in this Software without prior written authorization from The Open Group. #endif #endif +#ifdef _SCO_DS +#ifndef SCO +#define SCO +#endif +#ifndef SCO325 +#define SCO325 +#endif +#endif + #ifdef i386 #ifdef SYSV #if !defined(ISC) && !defined(SCO) && !defined(_SEQUENT_) |