2 // The following configuration file is designed to work for SunOS 5.8
3 // (Solaris 8) platforms using the SunC++ 4.x, 5.x, 6.x, or g++ compilers.
7 // ACE_CONFIG_H is defined by one of the following #included headers.
9 // #include the SunOS 5.7 config, then add any SunOS 5.8 updates below.
10 #include "ace/config-sunos5.7.h"
12 #undef ACE_WCHAR_IN_STD_NAMESPACE
14 // This may be true for versions prior to Solaris 8 as well, but I don't
15 // have any to try it on.
16 #if !defined (ACE_HAS_TIMEZONE)
17 # define ACE_HAS_TIMEZONE
20 // The range of thread priorities for 5.8 differs from 5.7 in the
21 // minimum priority for the SCHED_OTHER policy (i.e.,
22 // ACE_THR_PRI_OTHER_MIN)
23 # define ACE_THR_PRI_OTHER_MIN (long) -20
25 # if defined (_POSIX_PTHREAD_SEMANTICS)
26 # ifdef ACE_LACKS_RWLOCK_T
27 # undef ACE_LACKS_RWLOCK_T
28 # endif /* ACE_LACKS_RWLOCK_T */
29 # endif /* _POSIX_PTHREAD_SEMANTICS */
31 // This is no longer the case for Sun 5.9 onwards
32 # undef ACE_HAS_X86_STAT_MACROS
34 // gethostbyaddr does not handle IPv6-mapped-IPv4 addresses
35 #define ACE_HAS_BROKEN_GETHOSTBYADDR_V4MAPPED
37 #endif /* ACE_CONFIG_H */