diff options
author | Kean Johnson <kean@armory.com> | 2005-11-08 06:33:30 +0000 |
---|---|---|
committer | Kean Johnson <kean@armory.com> | 2005-11-08 06:33:30 +0000 |
commit | 5390c7ab05d23f64e6d9afaa558be246a6d6e1b4 (patch) | |
tree | b559bbac1f1e8159758556807a14af8501416316 /Xprint | |
parent | f5814bf3fff5352ed6edef4c58aadf2d4593f094 (diff) |
See ChangeLog entry 2005-11-07 for details.
Diffstat (limited to 'Xprint')
-rw-r--r-- | Xprint/attributes.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Xprint/attributes.c b/Xprint/attributes.c index 2cb082ce3..60f6803a3 100644 --- a/Xprint/attributes.c +++ b/Xprint/attributes.c @@ -61,7 +61,7 @@ copyright holders. #include <sys/stat.h> #include <unistd.h> -#if (defined(sun) && defined(SVR4)) || (defined(SCO)) +#if (defined(sun) && defined(SVR4)) || defined(__SCO__) || defined(__UNIXWARE__) #include <wchar.h> #endif #include "scrnintstr.h" @@ -1377,7 +1377,7 @@ ReplaceAllKeywords( defined(linux) || \ defined(__CYGWIN__) || \ (defined(sun) && !defined(SVR4)) || \ - (defined(SVR4) && !defined(sun) && !defined(USL)) || \ + (defined(SVR4) && !defined(sun) && !defined(__UNIXWARE__)) || \ defined(__UNIXOS2__) || \ defined(ISC) || \ defined(Lynx) || \ |