diff options
Diffstat (limited to 'ace/config-sunos5.5.h')
-rw-r--r-- | ace/config-sunos5.5.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ace/config-sunos5.5.h b/ace/config-sunos5.5.h index 34075494933..9694237791b 100644 --- a/ace/config-sunos5.5.h +++ b/ace/config-sunos5.5.h @@ -38,8 +38,7 @@ // If -compat=4 is turned on, the old 4.2 settings for iostreams are used, // but the newer, explicit instantiation is used (above) # if (__SUNPRO_CC_COMPAT >= 5) -# define ACE_HAS_USING_KEYWORD -# define ACE_HAS_TEMPLATE_TYPEDEFS +# define ACE_HAS_TEMPLATE_TYPEDEFS # define ACE_HAS_STANDARD_CPP_LIBRARY 1 # define ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIB 1 # define ACE_HAS_THR_C_DEST @@ -261,6 +260,10 @@ // SunOS 5.5.x does not support mkstemp #define ACE_LACKS_MKSTEMP +#if !(defined(_XOPEN_SOURCE) && (_XOPEN_VERSION - 0 >= 4)_ +# define ACE_HAS_CHARPTR_SHMDT +#endif + // Platform has posix getpwnam_r #if (defined (_POSIX_C_SOURCE) && _POSIX_C_SOURCE - 0 >= 199506L) || \ defined(_POSIX_PTHREAD_SEMANTICS) |