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-linux-pthread.h | |
parent | 2a67868f5178daaf099e6ecae3303c032b847816 (diff) | |
download | ATCD-151dbb0a6ccf59acb24da6342ab304420442b1ca.tar.gz |
Changed to ACE_HAS_PTHREADS_STD
Diffstat (limited to 'ace/config-linux-pthread.h')
-rw-r--r-- | ace/config-linux-pthread.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ace/config-linux-pthread.h b/ace/config-linux-pthread.h index bc9f765f749..4c592b26ba2 100644 --- a/ace/config-linux-pthread.h +++ b/ace/config-linux-pthread.h @@ -16,6 +16,7 @@ #endif // And they're even POSIX pthreads (MIT implementation) #define ACE_HAS_PTHREADS +#define ACE_HAS_PTHREADS_STD #define ACE_LACKS_RWLOCK_T #define ACE_HAS_SIGWAIT // If ACE doesn't compile due to the lack of these methods, please |