summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-08-27 12:53:52 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-08-27 12:53:52 +0000
commit83fa8411212a4e5e08ce54f2a428caeb4a80712d (patch)
treed56d98d5c179a2a876e62771c7cf52ef250635c7 /tools
parentee6d0cea8dbcd814dd3552860af5f4433425c9a8 (diff)
INTEGRATION: CWS sb91 (1.9.2); FILE MERGED
2008/07/21 09:47:41 sb 1.9.2.1: #i91567# adapted to unxsolu4
Diffstat (limited to 'tools')
-rw-r--r--tools/inc/tools/solar.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/inc/tools/solar.h b/tools/inc/tools/solar.h
index d0214d0637dd..46fe42b9c36f 100644
--- a/tools/inc/tools/solar.h
+++ b/tools/inc/tools/solar.h
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: solar.h,v $
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
* This file is part of OpenOffice.org.
*
@@ -347,6 +347,8 @@ template<typename T> inline T Abs(T a) { return (a>=0?a:-a); }
#define __DLLEXTENSION "ap.so"
#elif defined HPUX
#define __DLLEXTENSION "hr.sl"
+#elif defined SOLARIS && defined SPARC && defined IS_LP64
+ #define __DLLEXTENSION "su.so"
#elif defined SOLARIS && defined SPARC && !defined __GNUC__
#define __DLLEXTENSION "ss.so"
#elif defined SOLARIS && defined SPARC && defined __GNUC__