diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-05-12 02:55:06 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-05-12 02:55:06 +0000 |
commit | e5eb27924b37a68859defce24c89509923c18c55 (patch) | |
tree | a706bff8f0fd0f3e6f3bf289dc8af9624587995a /ace/config-osf1-4.0.h | |
parent | 24cba9a2dee43e94069ce5d863360733be76933a (diff) | |
download | ATCD-e5eb27924b37a68859defce24c89509923c18c55.tar.gz |
put back ACE_HAS_RECURSIVE_THR_EXIT_SEMANTICS
Diffstat (limited to 'ace/config-osf1-4.0.h')
-rw-r--r-- | ace/config-osf1-4.0.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/config-osf1-4.0.h b/ace/config-osf1-4.0.h index 1dbf120da70..e37888a175b 100644 --- a/ace/config-osf1-4.0.h +++ b/ace/config-osf1-4.0.h @@ -43,6 +43,8 @@ // parameter. #define ACE_HAS_BROKEN_SETRLIMIT +#define ACE_HAS_RECURSIVE_THR_EXIT_SEMANTICS + // Platform supports POSIX 1.b clock_gettime () #define ACE_HAS_CLOCK_GETTIME |