summaryrefslogtreecommitdiff
path: root/ace/config-hpux11.h
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1999-07-06 01:34:41 +0000
committerSteve Huston <shuston@riverace.com>1999-07-06 01:34:41 +0000
commitb8bdc4d8335322ff03de22cbf4b1c9b787b9fd2b (patch)
tree70d595c34b52407f3800781c3bd99ccd7e0d92fa /ace/config-hpux11.h
parent10c071e654cc194f5fafbc9ffdfdca13038d15cb (diff)
downloadATCD-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.h6
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 */