summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorSander Vesik <svesik@openoffice.org>2000-12-06 10:12:34 +0000
committerSander Vesik <svesik@openoffice.org>2000-12-06 10:12:34 +0000
commit7415e8fcad7705a3e95b881bc7c4511dce0b73da (patch)
tree59385a5173457bf2c68bf6e7838f283b5a1bc2c9 /sal
parent4f61f8c3f9022c8b85b30749c112c820148b3944 (diff)
Add support for IRIX. Contriibuted by: SGI OpenOffice porting team
Diffstat (limited to 'sal')
-rw-r--r--sal/inc/sal/config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sal/inc/sal/config.h b/sal/inc/sal/config.h
index fb5e0566b..459115ffc 100644
--- a/sal/inc/sal/config.h
+++ b/sal/inc/sal/config.h
@@ -2,9 +2,9 @@
*
* $RCSfile: config.h,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: svesik $ $Date: 2000-11-06 10:54:58 $
+ * last change: $Author: svesik $ $Date: 2000-12-06 11:12:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -113,7 +113,7 @@ extern "C" {
#define SAL_DLLEXTENSION ".dll"
#endif
-#if defined(SOLARIS) || defined(LINUX) || defined(NETBSD) || defined(FREEBSD) || defined(SCO)
+#if defined(SOLARIS) || defined(LINUX) || defined(NETBSD) || defined(FREEBSD) || defined(SCO) || defined(IRIX)
#define SAL_UNX
#define SAL_DLLEXTENSION ".so"
#define SAL_DLLPREFIX "lib"