diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-11-26 09:39:26 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-11-26 09:39:26 +0000 |
commit | 0b71cc558acde58716c2a97ed347e34b5ab858f3 (patch) | |
tree | 181a2e9edcb2dd8c227a19ab56ec067f7933d675 /ace/config-osf1-3.2.h | |
parent | fb17b6b4651bacab32beded7b2e54402288ad5f6 (diff) | |
download | ATCD-0b71cc558acde58716c2a97ed347e34b5ab858f3.tar.gz |
eee
Diffstat (limited to 'ace/config-osf1-3.2.h')
-rw-r--r-- | ace/config-osf1-3.2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/config-osf1-3.2.h b/ace/config-osf1-3.2.h index 2bb2ba7ee0a..13e627d3b7a 100644 --- a/ace/config-osf1-3.2.h +++ b/ace/config-osf1-3.2.h @@ -29,6 +29,7 @@ #define ACE_LACKS_THREAD_PROCESS_SCOPING // Platform has non-POSIX setkind and other functions. +#define ACE_LACKS_PTHREAD_THR_SIGSETMASK #define ACE_HAS_SETKIND_NP #define ACE_HAS_PTHREAD_T @@ -96,6 +97,7 @@ // Platform supports POSIX O_NONBLOCK semantics. #define ACE_HAS_POSIX_NONBLOCK +#define ACE_LACKS_PTHREAD_THR_SIGSETMASK // ACE supports POSIX Pthreads. #define ACE_HAS_DCETHREADS |