summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKean Johnson <kean@armory.com>2005-06-10 06:54:03 +0000
committerKean Johnson <kean@armory.com>2005-06-10 06:54:03 +0000
commit37423b71fd5400c53d6b22ff7a8bd52735144d35 (patch)
tree53cd16579ca7901cefb32cd0a91e5ec75ae1d0f0
parentf9faf0399180abbc89e44d5077b9070294c2f507 (diff)
SCO port update for SCO OpenServer 5 and UnixWare 7. A few general cleanupssco_port_update
and bugs not specifically related to the port fixed along the way.
-rw-r--r--src/XawI18n.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/XawI18n.h b/src/XawI18n.h
index e5f35d6..e8953b5 100644
--- a/src/XawI18n.h
+++ b/src/XawI18n.h
@@ -42,7 +42,7 @@ in this Software without prior written authorization from The Open Group.
#include <wchar.h>
#endif
-#if defined(AIXV3) || defined(SCO325)
+#if defined(AIXV3) || defined(__SCO__)
#include <ctype.h>
#endif