diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-05-18 17:38:44 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-05-18 17:38:44 +0000 |
commit | b668936bce584729f850988606f96239bb3548ef (patch) | |
tree | 1a9d939c21c4b76c71dbcfe09ca4d8cb5de49ead /ace/config-sunos5.4-g++.h | |
parent | 24454193feb1a7cd4aedcd4eb0528c1771fe088c (diff) | |
download | ATCD-b668936bce584729f850988606f96239bb3548ef.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/config-sunos5.4-g++.h')
-rw-r--r-- | ace/config-sunos5.4-g++.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ace/config-sunos5.4-g++.h b/ace/config-sunos5.4-g++.h index ee5117136a8..a0a7734a229 100644 --- a/ace/config-sunos5.4-g++.h +++ b/ace/config-sunos5.4-g++.h @@ -148,12 +148,6 @@ // Platform supports reentrant functions (i.e., all the POSIX *_r functions). #define ACE_HAS_REENTRANT_FUNCTIONS -// Automatically enable this if we aren't using STHREADS so -// readers/writer locks work. -#if !defined (ACE_HAS_STHREADS) -#define ACE_LACKS_RWLOCK_T -#endif /* ACE_HAS_STHREADS */ - /* end threading defines */ #define ACE_HAS_PRIOCNTL |