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-osf1-3.2.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-osf1-3.2.h')
-rw-r--r-- | ace/config-osf1-3.2.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ace/config-osf1-3.2.h b/ace/config-osf1-3.2.h index 9f77d0b38a1..b15338c70cb 100644 --- a/ace/config-osf1-3.2.h +++ b/ace/config-osf1-3.2.h @@ -37,8 +37,6 @@ // Platform supports <sys/procfs.h> #define ACE_HAS_PROC_FS -// Platform supports tid_t -#define ACE_HAS_TID_T #define ACE_HAS_UALARM // If ACE doesn't compile due to the lack of these methods, please @@ -55,7 +53,6 @@ // Platform has non-POSIX setkind and other functions. #define ACE_LACKS_PTHREAD_THR_SIGSETMASK #define ACE_HAS_SETKIND_NP -#define ACE_HAS_PTHREAD_T // Platform supports POSIX 1.b clock_gettime () #define ACE_HAS_CLOCK_GETTIME |