diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-05-09 17:12:10 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-05-09 17:12:10 +0000 |
commit | f0b2bf0f4d6e7c3d4bdb4cfd41fed3872a4894a6 (patch) | |
tree | 83bc8127f1690754e216027fb54a6629acf309ba /ace/config-osf1-4.0-g++.h | |
parent | 8ad6e1cb632cf553e2fde836b9980a7523869c71 (diff) | |
download | ATCD-f0b2bf0f4d6e7c3d4bdb4cfd41fed3872a4894a6.tar.gz |
*** empty log message ***
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 |