summaryrefslogtreecommitdiff
path: root/sal/osl/unx/system.h
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
commit5477745802415912c214efe9d01cbb0ba1b0a3fd (patch)
treee6d66632802a1c922d1d905176b21592d2ae19e5 /sal/osl/unx/system.h
parent19da5157c37be0443754c528e341631697586b0e (diff)
Remove SCO support.
Diffstat (limited to 'sal/osl/unx/system.h')
-rw-r--r--sal/osl/unx/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/osl/unx/system.h b/sal/osl/unx/system.h
index d705a440f..7909ca4e3 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)