summaryrefslogtreecommitdiff
path: root/ace/config-cxx-common.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-12-18 05:00:09 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-12-18 05:00:09 +0000
commit8f3161d710aac30347af8017ed7894697084b049 (patch)
treefac49ac312805572c04da94426cdba06a0894457 /ace/config-cxx-common.h
parent618fa77cc82b3519c606e615810b5e8f6db28432 (diff)
downloadATCD-8f3161d710aac30347af8017ed7894697084b049.tar.gz
ChangeLogTag: Fri Dec 17 22:25:56 1999 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'ace/config-cxx-common.h')
-rw-r--r--ace/config-cxx-common.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/ace/config-cxx-common.h b/ace/config-cxx-common.h
index 1b70381c1f8..8535125ecd0 100644
--- a/ace/config-cxx-common.h
+++ b/ace/config-cxx-common.h
@@ -18,12 +18,14 @@
// are enabled by platform_osf1_4.0.GNU/wrapper_macros.GNU.
# if defined (ACE_HAS_EXCEPTIONS) && !defined (linux)
# define ACE_NEW_THROWS_EXCEPTIONS
-# endif /* ACE_HAS_EXCEPTIONS */
+# endif /* ACE_HAS_EXCEPTIONS && ! linux */
# define ACE_HAS_ANSI_CASTS
# if !defined (__RTTI)
# define ACE_LACKS_RTTI
# endif
-# define ACE_HAS_STDCPP_STL_INCLUDES
+# if !defined (linux)
+# define ACE_HAS_STDCPP_STL_INCLUDES
+# endif /* ! linux */
# define ACE_HAS_TEMPLATE_SPECIALIZATION
# define ACE_HAS_TEMPLATE_TYPEDEFS
# define ACE_HAS_TYPENAME_KEYWORD