diff options
author | Steve Huston <shuston@riverace.com> | 1999-07-06 01:34:41 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 1999-07-06 01:34:41 +0000 |
commit | b8bdc4d8335322ff03de22cbf4b1c9b787b9fd2b (patch) | |
tree | 70d595c34b52407f3800781c3bd99ccd7e0d92fa /ace/config-hpux11.h | |
parent | 10c071e654cc194f5fafbc9ffdfdca13038d15cb (diff) | |
download | ATCD-b8bdc4d8335322ff03de22cbf4b1c9b787b9fd2b.tar.gz |
Enabled pthread suspend/continue and rwlocks for platforms w/ UNIX98
extensions to pthreads. HP-UX 11 is now enabled.
Diffstat (limited to 'ace/config-hpux11.h')
-rw-r--r-- | ace/config-hpux11.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/ace/config-hpux11.h b/ace/config-hpux11.h index fe601c6fae4..3c9e36e8b0f 100644 --- a/ace/config-hpux11.h +++ b/ace/config-hpux11.h @@ -154,11 +154,6 @@ // Platform has XPG4 wide character support #define ACE_HAS_XPG4_MULTIBYTE_CHAR -// Platform lacks readers/writer locks. -// For now... it does have pthread read/write locks but the code in OS.{h i} -// doesn't know how to do pthread read/write locks. -#define ACE_LACKS_RWLOCK_T - // Platform lacks a typedef for timespec_t, but has struct timespec #define ACE_LACKS_TIMESPEC_T @@ -246,6 +241,7 @@ # define ACE_HAS_PTHREADS # define ACE_HAS_PTHREADS_STD +# define ACE_HAS_PTHREADS_UNIX98_EXT # define ACE_HAS_THREAD_SPECIFIC_STORAGE #endif /* ACE_HAS_THREADS */ |