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-irix6.x-common.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-irix6.x-common.h')
-rw-r--r-- | ace/config-irix6.x-common.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ace/config-irix6.x-common.h b/ace/config-irix6.x-common.h index 34172f4b57c..666e35ee0a5 100644 --- a/ace/config-irix6.x-common.h +++ b/ace/config-irix6.x-common.h @@ -136,10 +136,6 @@ #define ACE_HAS_DIRENT #define ACE_LACKS_RWLOCK_T -// Platform supports the tid_t type (e.g., AIX and Irix 6.2) -#define ACE_HAS_TID_T - - // Turns off the tracing feature. #if !defined (ACE_NTRACE) #define ACE_NTRACE 1 |