summaryrefslogtreecommitdiff
path: root/ace/README
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-03-31 15:21:09 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-03-31 15:21:09 +0000
commit7d2025339b647c713a6728bad0fcaf7e7aac3278 (patch)
treee6616c01b1441c77f78926f8608ba6aeb13cc6b2 /ace/README
parent207c8e577afca8276a8f45f01d784a01521bacd9 (diff)
downloadATCD-7d2025339b647c713a6728bad0fcaf7e7aac3278.tar.gz
ChangeLogTag:Wed Mar 31 14:43:48 UTC 2004 Don Hinton <dhinton@dre.vanderbilt.edu>
Diffstat (limited to 'ace/README')
-rw-r--r--ace/README5
1 files changed, 4 insertions, 1 deletions
diff --git a/ace/README b/ace/README
index b263e07bb81..bb31a47a1fb 100644
--- a/ace/README
+++ b/ace/README
@@ -139,7 +139,10 @@ ACE_THREAD_MANAGER_USES_SAFE_SPAWN Disable the "check before lock" feature
ACE_HAS_GNUG_PRE_2_8 Compiling with g++ prior to
version 2.8.0.
ACE_HAS_PRIOCNTL OS has priocntl (2).
-ACE_HAS_RECURSIVE_MUTEXES Mutexes are inherently recursive (e.g., Win32)
+ACE_HAS_RECURSIVE_MUTEXES Mutexes are inherently recursive
+ (e.g., Win32)
+ACE_HAS_NONRECURSIVE_MUTEXES In addition to recursive mutexes,
+ platform has non-recursive ones also.
ACE_HAS_RECV_TIMEDWAIT Platform has the MIT pthreads
APIs for
ACE_HAS_RECVFROM_TIMEDWAIT timed send/recv operations