summaryrefslogtreecommitdiff
path: root/ace/config-sunos5.5.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-02-10 10:42:34 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-02-10 10:42:34 +0000
commiteec21c08a5507acab6d3a913bd4cac6c919b77bf (patch)
treef333a88cb7ef7ceb3de8c64dc04c2d7716d4c72c /ace/config-sunos5.5.h
parent6d9ddea82a4a2bcdd20adcdae988715426c29c45 (diff)
downloadATCD-eec21c08a5507acab6d3a913bd4cac6c919b77bf.tar.gz
ChangeLogTag: Fri Feb 10 09:18:39 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace/config-sunos5.5.h')
-rw-r--r--ace/config-sunos5.5.h7
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)