diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-10-13 18:18:51 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-10-13 18:18:51 +0000 |
commit | 07e9e551be74a01e2584467ef06e082e2de3ec99 (patch) | |
tree | 1bf86023118689cb3d618094e5a05a8f8b3ba38d /ace/README | |
parent | 884f05380a62596e20118a9c1ef3d6645123048a (diff) | |
download | ATCD-07e9e551be74a01e2584467ef06e082e2de3ec99.tar.gz |
removed ACE_HAS_PTHREAD_T, ACE_HAS_TID_T, and ACE_HAS_PTHREAD_EQUAL
because they're no longer used
Diffstat (limited to 'ace/README')
-rw-r--r-- | ace/README | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ace/README b/ace/README index 073583537c3..eba53fcfa38 100644 --- a/ace/README +++ b/ace/README @@ -380,13 +380,10 @@ ACE_HAS_PTHREADS_STD Platform supports POSIX.1c-1995 threads (This is the final standard Pthreads). ACE_HAS_PTHREAD_CONDATTR_SETKIND_NP Platform has pthread_condattr_setkind_np(). -ACE_HAS_PTHREAD_EQUAL Platform has pthread_equal(). ACE_HAS_PTHREAD_MUTEXATTR_SETKIND_NP Platform has pthread_mutexattr_setkind_np(). ACE_HAS_PTHREAD_SIGMASK Platform has pthread_sigmask() defined. -ACE_HAS_PTHREAD_T Platform has pthread_t - defined. ACE_HAS_PURIFY Purify'ing. Set by wrapper_macros.GNU. ACE_HAS_QUANTIFY Quantify'ing. Set by wrapper_macros.GNU. ACE_HAS_RECURSIVE_THR_EXIT_SEMANTICS Platform will recurse @@ -538,8 +535,6 @@ ACE_HAS_THR_C_DEST The pthread_keycreate() ACE_HAS_THR_C_FUNC The pthread_create() routine *must* take extern C functions. -ACE_HAS_TID_T Platform supports the tid_t - type (e.g., AIX) ACE_HAS_TIMEZONE_GETTIMEOFDAY Platform/compiler supports timezone * as second parameter to gettimeofday() |