diff options
Diffstat (limited to 'ace/config-osf1-4.0-g++.h')
-rw-r--r-- | ace/config-osf1-4.0-g++.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ace/config-osf1-4.0-g++.h b/ace/config-osf1-4.0-g++.h index 2bc7f84a15b..529fbdc664f 100644 --- a/ace/config-osf1-4.0-g++.h +++ b/ace/config-osf1-4.0-g++.h @@ -22,9 +22,8 @@ // Must specialize templates due to G++'s lame parameterized type // support... #define ACE_TEMPLATES_REQUIRE_SPECIALIZATION -#define ACE_HAS_RECURSIVE_THR_EXIT_SEMANTICS +// #define ACE_HAS_RECURSIVE_THR_EXIT_SEMANTICS -#define ACE_HAS_STRING_CLASS // Compiler's template mechanism must see source code (i.e., .C // files). #define ACE_TEMPLATES_REQUIRE_SOURCE @@ -60,6 +59,9 @@ // parameter. #define ACE_HAS_BROKEN_SETRLIMIT +#define ACE_HAS_STRING_CLASS +#define ACE_HAS_RECURSIVE_THR_EXIT_SEMANTICS + // Platform supports POSIX 1.b clock_gettime () #define ACE_HAS_CLOCK_GETTIME |