diff options
author | Steve Huston <shuston@riverace.com> | 1998-08-17 18:03:50 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 1998-08-17 18:03:50 +0000 |
commit | 151dbb0a6ccf59acb24da6342ab304420442b1ca (patch) | |
tree | 97b59aab09e61c3908d82890f0147763d59a1509 /ace/config-mit-pthread.h | |
parent | 2a67868f5178daaf099e6ecae3303c032b847816 (diff) | |
download | ATCD-151dbb0a6ccf59acb24da6342ab304420442b1ca.tar.gz |
Changed to ACE_HAS_PTHREADS_STD
Diffstat (limited to 'ace/config-mit-pthread.h')
-rw-r--r-- | ace/config-mit-pthread.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ace/config-mit-pthread.h b/ace/config-mit-pthread.h index fca68d1571a..99c43abb760 100644 --- a/ace/config-mit-pthread.h +++ b/ace/config-mit-pthread.h @@ -15,6 +15,7 @@ #endif #define ACE_HAS_THREAD_SPECIFIC_STORAGE #define ACE_HAS_PTHREADS +#define ACE_HAS_PTHREADS_STD #define ACE_HAS_PTHREAD_T #define ACE_LACKS_PTHREAD_CANCEL #define ACE_HAS_PTHREAD_SIGMASK |