summaryrefslogtreecommitdiff
path: root/ace/config-sunos5.4-centerline-2.x.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-05-16 02:50:59 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-05-16 02:50:59 +0000
commitba0d3b1f7759a5603db3208f6b9b115a305c71c1 (patch)
tree0971b35fba6653e103fbaf02daf9371acd5770ba /ace/config-sunos5.4-centerline-2.x.h
parent2b59771afe892128cdb2abcdd2240fa0490ab72e (diff)
downloadATCD-ba0d3b1f7759a5603db3208f6b9b115a305c71c1.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/config-sunos5.4-centerline-2.x.h')
-rw-r--r--ace/config-sunos5.4-centerline-2.x.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ace/config-sunos5.4-centerline-2.x.h b/ace/config-sunos5.4-centerline-2.x.h
index 974cf2cd601..046fe2c3ea1 100644
--- a/ace/config-sunos5.4-centerline-2.x.h
+++ b/ace/config-sunos5.4-centerline-2.x.h
@@ -139,6 +139,12 @@
// Platform supports reentrant functions (i.e., all the POSIX *_r functions).
#define ACE_HAS_REENTRANT_FUNCTIONS
+// Automatically enable this if we aren't using STHREADS so
+// readers/writer locks work.
+#if !defined (ACE_HAS_STHREADS)
+#define ACE_LACKS_RWLOCK_T
+#endif /* ACE_HAS_STHREADS */
+
/* end threading defines */
#define ACE_HAS_PRIOCNTL