summaryrefslogtreecommitdiff
path: root/Xos.h
diff options
context:
space:
mode:
authorKean Johnson <kean@armory.com>2005-11-08 06:33:25 +0000
committerKean Johnson <kean@armory.com>2005-11-08 06:33:25 +0000
commit448763bde4a31cb012ad17cd6c5159411102432b (patch)
tree8c76f983df87ad2f661c10143829095f25c101e5 /Xos.h
parent59a5a5ebb6781d417d7a4d5905999da5fc76a083 (diff)
See ChangeLog entry 2005-11-07 for details.
Diffstat (limited to 'Xos.h')
-rw-r--r--Xos.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Xos.h b/Xos.h
index e051016..94fe58c 100644
--- a/Xos.h
+++ b/Xos.h
@@ -62,7 +62,7 @@ in this Software without prior written authorization from The Open Group.
#endif /* USG */
#ifndef sgi
-#if defined(SCO325) || defined(__USLC__)
+#if defined(__SCO__) || defined(__UNIXWARE__)
#include <stdint.h>
#endif
#endif
@@ -92,7 +92,7 @@ in this Software without prior written authorization from The Open Group.
#ifndef X_NOT_STDC_ENV
#include <string.h>
-#ifdef SCO325
+#if defined(__SCO__) || defined(__UNIXWARE__)
#include <strings.h>
#else
#if (defined(sun) && defined(__SVR4))