summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2002-10-09 01:09:46 +0000
committerSteve Huston <shuston@riverace.com>2002-10-09 01:09:46 +0000
commit3266509a7946a759679970cd74f5e3641051ff21 (patch)
treea9fd2c437f205a8c8be6fe67b7d28fb1d1705265
parent5c60e26fef0423198824167ccaf6ac73d7bcea4a (diff)
downloadATCD-3266509a7946a759679970cd74f5e3641051ff21.tar.gz
ChangeLogTag:Tue Oct 8 21:06:23 2002 Steve Huston <shuston@riverace.com>
-rw-r--r--ace/config-sunos5.6.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/config-sunos5.6.h b/ace/config-sunos5.6.h
index de0b5a1ca9c..7888bebcc9c 100644
--- a/ace/config-sunos5.6.h
+++ b/ace/config-sunos5.6.h
@@ -53,6 +53,10 @@
#ifndef ACE_HAS_TEMPLATE_TYPEDEFS
#define ACE_HAS_TEMPLATE_TYPEDEFS 1
#endif /* ACE_HAS_TEMPLATE_TYPEDEFS */
+// Forte 7 seems to botch this one...
+#if __SUNPRO_CC == 0x540
+#undef ACE_HAS_TEMPLATE_TYPEDEFS
+#endif
#ifndef ACE_HAS_TYPENAME_KEYWORD
#define ACE_HAS_TYPENAME_KEYWORD 1
#endif /* ACE_HAS_TYPENAME_KEYWORD */