diff options
author | Steve Huston <shuston@riverace.com> | 1998-08-17 18:01:13 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 1998-08-17 18:01:13 +0000 |
commit | 2a67868f5178daaf099e6ecae3303c032b847816 (patch) | |
tree | 52f35e132c375335915a8bd49637e3220c2d5624 | |
parent | 06673324b8fd93d472ab622eca566914c175058e (diff) | |
download | ATCD-2a67868f5178daaf099e6ecae3303c032b847816.tar.gz |
Changed to ACE_HAS_PTHREADS_DRAFT7.
-rw-r--r-- | ace/config-aix-4.1.x.h | 1 | ||||
-rw-r--r-- | ace/config-aix-4.2.x.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/ace/config-aix-4.1.x.h b/ace/config-aix-4.1.x.h index 2f097818777..0225ce9f88c 100644 --- a/ace/config-aix-4.1.x.h +++ b/ace/config-aix-4.1.x.h @@ -116,6 +116,7 @@ // EYE assume it does for now. #define ACE_HAS_SIGTHREADMASK #define ACE_HAS_PTHREADS +#define ACE_HAS_PTHREADS_DRAFT7 #define ACE_HAS_PTHREAD_T #define ACE_LACKS_RWLOCK_T #define ACE_PTHREADS_MAP diff --git a/ace/config-aix-4.2.x.h b/ace/config-aix-4.2.x.h index 2e2757957eb..e151cd3cfa0 100644 --- a/ace/config-aix-4.2.x.h +++ b/ace/config-aix-4.2.x.h @@ -142,6 +142,7 @@ #endif #define ACE_HAS_PTHREADS +#define ACE_HAS_PTHREADS_DRAFT7 #define ACE_HAS_PTHREAD_EQUAL #define ACE_HAS_PTHREAD_T #define ACE_HAS_RECURSIVE_THR_EXIT_SEMANTICS |