summaryrefslogtreecommitdiff
path: root/sal/osl
diff options
context:
space:
mode:
authorFrancois Tigeot <ftigeot@wolfpond.org>2011-02-18 11:33:23 +0100
committerFrancois Tigeot <ftigeot@wolfpond.org>2011-02-21 16:18:06 +0100
commit75c4cb64a3be9726f469953dd11fda632217417a (patch)
tree011c1b7755e5c3b260bfe9b96adab4ed401924ad /sal/osl
parent82062268958cfb90a31088de23215989c25583fb (diff)
Remove SCO support.
Diffstat (limited to 'sal/osl')
-rw-r--r--sal/osl/os2/system.h2
-rw-r--r--sal/osl/unx/system.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/sal/osl/os2/system.h b/sal/osl/os2/system.h
index 82e87937712a..0782384a127f 100644
--- a/sal/osl/os2/system.h
+++ b/sal/osl/os2/system.h
@@ -296,7 +296,7 @@ char *macxp_tempnam( const char *tmpdir, const char *prefix );
#endif
#if !defined(_WIN32) && !defined(OS2) && \
- !defined(LINUX) && !defined(NETBSD) && !defined(FREEBSD) && !defined(SCO) && \
+ !defined(LINUX) && !defined(NETBSD) && !defined(FREEBSD) && \
!defined(AIX) && \
!defined(SOLARIS) && !defined(MAC) && \
!defined(MACOSX)
diff --git a/sal/osl/unx/system.h b/sal/osl/unx/system.h
index e0089f9a7843..feff4aca3ff3 100644
--- a/sal/osl/unx/system.h
+++ b/sal/osl/unx/system.h
@@ -333,7 +333,7 @@ int macxp_resolveAlias(char *path, int buflen);
#endif
#if !defined(_WIN32) && !defined(OS2) && \
- !defined(LINUX) && !defined(NETBSD) && !defined(FREEBSD) && !defined(SCO) && \
+ !defined(LINUX) && !defined(NETBSD) && !defined(FREEBSD) && \
!defined(AIX) && \
!defined(SOLARIS) && !defined(MACOSX) && \
!defined(OPENBSD) && !defined(DRAGONFLY)