diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-01-18 18:39:45 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-01-18 18:39:45 +0000 |
commit | eb3c1cd8519ab7306fd5b800e66c7e20f39f9eb1 (patch) | |
tree | b704be4b4c9e18128aeed9566bce0d6811fea0d5 /ace | |
parent | d7434f68833a1ae3c2f945bf6c61c9fb5b4e8146 (diff) | |
download | ATCD-eb3c1cd8519ab7306fd5b800e66c7e20f39f9eb1.tar.gz |
moved ACE_HAS_PRIOCNTL #define so that it's defined even without threads.
Diffstat (limited to 'ace')
-rw-r--r-- | ace/config-sunos5.5.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/config-sunos5.5.h b/ace/config-sunos5.5.h index 0fb9c8ef7de..82a9a2dac13 100644 --- a/ace/config-sunos5.5.h +++ b/ace/config-sunos5.5.h @@ -247,14 +247,14 @@ // Platform supports reentrant functions (i.e., all the POSIX *_r functions). # define ACE_HAS_REENTRANT_FUNCTIONS -# define ACE_HAS_PRIOCNTL # define ACE_NEEDS_LWP_PRIO_SET # define ACE_HAS_PTHREAD_SIGMASK # define ACE_HAS_THR_YIELD # define ACE_LACKS_PTHREAD_YIELD - #endif /* _REENTRANT */ +# define ACE_HAS_PRIOCNTL + // Platform supports ACE_TLI timod STREAMS module. #define ACE_HAS_TIMOD_H |