diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-10-13 17:39:09 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-10-13 17:39:09 +0000 |
commit | 0cc992ceeacc9e0cf87202c34b434adb5a319a12 (patch) | |
tree | 16acb883710f0c49919fa7d8c0df5cdb56a4c959 /ace/config-aix-4.1.x.h | |
parent | bd326b683587d80fa0860fe181568740e4f67c80 (diff) | |
download | ATCD-0cc992ceeacc9e0cf87202c34b434adb5a319a12.tar.gz |
removed ACE_HAS_PTHREAD_T and ACE_HAS_TID_T support
Diffstat (limited to 'ace/config-aix-4.1.x.h')
-rw-r--r-- | ace/config-aix-4.1.x.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/ace/config-aix-4.1.x.h b/ace/config-aix-4.1.x.h index 0225ce9f88c..b35358dd169 100644 --- a/ace/config-aix-4.1.x.h +++ b/ace/config-aix-4.1.x.h @@ -21,7 +21,6 @@ #define ACE_HAS_RECURSIVE_THR_EXIT_SEMANTICS #define ACE_HAS_2_PARAM_ASCTIME_R_AND_CTIME_R #define ACE_HAS_UNION_WAIT -#define ACE_HAS_TID_T // Optimize ACE_Handle_Set for select(). #define ACE_HAS_HANDLE_SET_OPTIMIZED_FOR_SELECT @@ -34,7 +33,7 @@ #define ACE_LACKS_THREAD_PROCESS_SCOPING #define ACE_LACKS_THREAD_STACK_ADDR // If ACE doesn't compile due to the lack of these methods, please -// send email to schmidt@cs.wustl.edu reporting this. +// send email to schmidt@cs.wustl.edu reporting this. // #define ACE_LACKS_CONDATTR_PSHARED // #define ACE_LACKS_MUTEXATTR_PSHARED #define ACE_HAS_SIN_LEN @@ -54,7 +53,7 @@ #define ACE_HAS_SVR4_TIME #define ACE_HAS_THREADS #if !defined (ACE_MT_SAFE) - #define ACE_MT_SAFE 1 + #define ACE_MT_SAFE 1 #endif #define ACE_HAS_UTIME #define ACE_HAS_SELECT_H @@ -117,7 +116,6 @@ #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 |