summaryrefslogtreecommitdiff
path: root/ace
diff options
context:
space:
mode:
authorkitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-08-08 19:22:38 +0000
committerkitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-08-08 19:22:38 +0000
commit8f42053262d0bb9d969c47455532bf7c4c31a149 (patch)
treedce879870e60340eada663baa479000434c236a8 /ace
parentbd7d58ac95fbf4b44c81a52615e8a055f83845ce (diff)
downloadATCD-8f42053262d0bb9d969c47455532bf7c4c31a149.tar.gz
ChangeLogTag: Wed Aug 8 14:06:36 2001 Krishnakumar B <kitty@cs.wustl.edu>
Diffstat (limited to 'ace')
-rw-r--r--ace/config-cxx-common.h7
-rw-r--r--ace/config-tru64.h2
2 files changed, 7 insertions, 2 deletions
diff --git a/ace/config-cxx-common.h b/ace/config-cxx-common.h
index 25d57b3a9e2..88aa69a3f15 100644
--- a/ace/config-cxx-common.h
+++ b/ace/config-cxx-common.h
@@ -23,7 +23,7 @@
# define ACE_HAS_CPLUSPLUS_HEADERS
# if (__DECCXX_VER >= 60090010)
// DEC CXX 6.0 supports exceptions, etc., by default. Exceptions
- // are enabled by platform_osf1_4.0.GNU/wrapper_macros.GNU.
+ // are enabled by platform_osf1_4.x.GNU/wrapper_macros.GNU.
# if defined (ACE_HAS_EXCEPTIONS)
# define ACE_NEW_THROWS_EXCEPTIONS
# endif /* ACE_HAS_EXCEPTIONS */
@@ -67,6 +67,11 @@
# pragma message disable intconlosbit
# endif /* __DECCXX_VER >= 60190029 */
+# if (__DECCXX_VER == 60190027)
+ // Seems that this version of cxx doesn't have reset
+# define ACE_AUTO_PTR_LACKS_RESET
+# endif /* __DECCXX_VER == 60190027 */
+
# if defined (DIGITAL_UNIX) && DIGITAL_UNIX >= 0x40D
// variable "PTHREAD_THIS_CATCH_NP" was declared but never referenced
# pragma message disable declbutnotref
diff --git a/ace/config-tru64.h b/ace/config-tru64.h
index 40a10fb315f..313d93d9fb0 100644
--- a/ace/config-tru64.h
+++ b/ace/config-tru64.h
@@ -11,9 +11,9 @@
#if defined (DIGITAL_UNIX)
# include "ace/config-osf1-4.0.h"
+# define ACE_HAS_NONSTATIC_OBJECT_MANAGER
# if DIGITAL_UNIX >= 0x40D
# define ACE_LACKS_SYSTIME_H
-# define ACE_HAS_NONSTATIC_OBJECT_MANAGER
# endif /* DIGITAL_UNIX >= 0x40D */
#else /* ! DIGITAL_UNIX */
# include "ace/config-osf1-3.2.h"