From a6aca00473c6ca3b340aa4d31f596edaaf1f9947 Mon Sep 17 00:00:00 2001 From: cascade Date: Fri, 28 Jan 2005 22:27:03 +0000 Subject: [PATCH] OCC7757 Providing possibility to compile OCCT on DEC platform --- src/WOKUtils/WOKUtils_Param.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WOKUtils/WOKUtils_Param.cxx b/src/WOKUtils/WOKUtils_Param.cxx index e8be3c5..cee3c13 100755 --- a/src/WOKUtils/WOKUtils_Param.cxx +++ b/src/WOKUtils/WOKUtils_Param.cxx @@ -55,7 +55,7 @@ void WOKUtils_Param :: SetBasicVariables ( void ) { myapi -> AddVariable ( "%Station", "sun" ); #elif defined(linux) || defined(LIN) myapi -> AddVariable ( "%Station", "lin" ); -#elif defined(__osf__) +#elif defined(__osf__) || defined(DECOSF1) myapi -> AddVariable ( "%Station", "ao1" ); #elif defined(__hpux) || defined(HPUX) myapi -> AddVariable ( "%Station", "hp" ); -- 2.39.5