summaryrefslogtreecommitdiff
path: root/ace/README
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-09-03 20:41:28 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-09-03 20:41:28 +0000
commitd74cc78b6a207df53f012993277eebe367f66d74 (patch)
tree44859263aef72030006e17ac64572ce3e2925de4 /ace/README
parentd745a865c2ec3c9f6c5253b08238ab0ec32ca8f1 (diff)
downloadATCD-d74cc78b6a207df53f012993277eebe367f66d74.tar.gz
added ACE_DEFAULT_THREAD_KEYS and ACE_TSS_EMULATION
Diffstat (limited to 'ace/README')
-rw-r--r--ace/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/README b/ace/README
index 1fcccdabbfe..e078b71e92d 100644
--- a/ace/README
+++ b/ace/README
@@ -15,6 +15,7 @@ autoconf or Larry Wall's metaconfig...
Macro Description
----- -----------
+ACE_DEFAULT_THREAD_KEYS Number of TSS keys, with ACE_HAS_TSS_EMULATION _only_. Defaults to 64.
ACE_HAS_BROKEN_EXPLICIT_TEMPLATE_DESTRUCTOR When calling a template class'es destructor explicitly, we must use ptr->FOO<BAR>::~FOO () but not ptr->FOO<BAR>::~FOO<BAR> ().
ACE_THREADS_DONT_INHERIT_LOG_MSG Specify this if you don't want threads to inherit parent thread's ACE_Log_Msg properties.
ACE_HAS_RECV_TIMEDWAIT Platform has the MIT pthreads APIs for
@@ -172,6 +173,7 @@ ACE_HAS_TIMOD_H Platform supports TLI timod STREAMS module
ACE_HAS_TIUSER_H Platform supports TLI tiuser header
ACE_HAS_TLI Platform supports TLI
ACE_HAS_TLI_PROTOTYPES Platform provides TLI function prototypes
+ACE_HAS_TSS_EMULATION ACE provides TSS emulation. See also ACE_DEFAULT_THREAD_KEYS.
ACE_HAS_UALARM Platform supports ualarm()
ACE_HAS_UCONTEXT_T Platform supports ucontext_t (which is used in the extended signal API).
ACE_HAS_UNION_WAIT The wait() system call takes a (union wait *) rather than int *