diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-07-21 21:47:23 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-07-21 21:47:23 +0000 |
commit | 0c038e79b34931aac441eca7f53c13145de2fe0d (patch) | |
tree | f565a73120fd3aeb501bbd498f35737cefcb72ca /ace/config-sunos5.5-sunc++-4.x.h | |
parent | e257fe69bb7a8f0400a725f656a9f0e343814a85 (diff) | |
download | ATCD-0c038e79b34931aac441eca7f53c13145de2fe0d.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/config-sunos5.5-sunc++-4.x.h')
-rw-r--r-- | ace/config-sunos5.5-sunc++-4.x.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ace/config-sunos5.5-sunc++-4.x.h b/ace/config-sunos5.5-sunc++-4.x.h index a838a87e436..fa10ad6a6b4 100644 --- a/ace/config-sunos5.5-sunc++-4.x.h +++ b/ace/config-sunos5.5-sunc++-4.x.h @@ -170,6 +170,13 @@ // Compiler/platform has thread-specific storage #define ACE_HAS_THREAD_SPECIFIC_STORAGE + +/* Uncomment the following macros (and comment out ACE_HAS_STHREADS) + if you want to use only POSIX pthreads on Solaris. */ +// #define ACE_HAS_ONEARG_SIGWAIT +// #define ACE_HAS_PTHREAD_SIGMASK +// #define ACE_HAS_THR_YIELD +// #define ACE_LACKS_PTHREAD_YIELD /* End of threading #defines */ // Reactor detects deadlock |