summaryrefslogtreecommitdiff
path: root/ace/config-psosim-g++.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-02-03 18:15:57 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-02-03 18:15:57 +0000
commit0e7a5683565d87ba4984b8821f675c9844ef92b2 (patch)
tree05026a4b3339f7e27b2e070c4b76072fc9fa71cc /ace/config-psosim-g++.h
parenta8d46228c39bf6b2aed49a24e4ac1c0aa0e9d5b0 (diff)
downloadATCD-0e7a5683565d87ba4984b8821f675c9844ef92b2.tar.gz
migrated to config-g++-common.h
Diffstat (limited to 'ace/config-psosim-g++.h')
-rw-r--r--ace/config-psosim-g++.h17
1 files changed, 5 insertions, 12 deletions
diff --git a/ace/config-psosim-g++.h b/ace/config-psosim-g++.h
index 5fd66af8e64..8963b9109aa 100644
--- a/ace/config-psosim-g++.h
+++ b/ace/config-psosim-g++.h
@@ -47,6 +47,9 @@
# define __ACE_INLINE__
#endif /* ! __ACE_INLINE__ */
+#if defined (__GNUG__)
+# include "ace/config-g++-common.h"
+#endif /* __GNUG__ */
#define ACE_HAS_IP_MULTICAST
@@ -89,7 +92,7 @@
#if !defined (ACE_MT_SAFE)
# define ACE_MT_SAFE 1
-#endif
+#endif
#define ACE_DEFAULT_THREAD_KEYS 256
@@ -100,7 +103,7 @@
*/
-#define ACE_HAS_TSS_EMULATION
+#define ACE_HAS_TSS_EMULATION
////////////////////////////////////////////////////////////////
@@ -214,16 +217,6 @@
#define ACE_PAGE_SIZE 4096
-#define ACE_HAS_BROKEN_EXPLICIT_TEMPLATE_DESTRUCTOR
-
-#define ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION
-
-#define ACE_HAS_TEMPLATE_SPECIALIZATION
-
-#define ACE_LACKS_STATIC_DATA_MEMBER_TEMPLATES
-
-#define ACE_TEMPLATES_REQUIRE_SOURCE
-
#if !defined (ACE_NTRACE)
# define ACE_NTRACE 1
#endif /* ACE_NTRACE */