summaryrefslogtreecommitdiff
path: root/ace/config-chorus.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/config-chorus.h')
-rw-r--r--ace/config-chorus.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/ace/config-chorus.h b/ace/config-chorus.h
index 26e26dbce1f..943428de101 100644
--- a/ace/config-chorus.h
+++ b/ace/config-chorus.h
@@ -23,7 +23,12 @@
#if defined (__GNUG__)
# include "ace/config-g++-common.h"
+# define ACE_NEEDS_WRITEV
+# define ACE_NEEDS_READV
+# define ACE_HAS_BROKEN_READV
#elif defined (ghs)
+# define ACE_HAS_CONSISTENT_SIGNAL_PROTOTYPES
+# define ACE_HAS_TANDEM_SIGNALS
# define ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA
# define ACE_HAS_TEMPLATE_SPECIALIZATION
#else /* ! __GNUG__ && ! ghs */
@@ -62,13 +67,6 @@
#define ACE_HAS_CPLUSPLUS_HEADERS
#define ACE_HAS_LONG_MAP_FAILED
-// Platform supports System V IPC (most versions of UNIX, but not Win32)
-//#define ACE_HAS_SYSV_IPC
-
-#define ACE_NEEDS_WRITEV
-#define ACE_NEEDS_READV
-#define ACE_HAS_BROKEN_READV
-
// Platforms lacks UNIX domain sockets.
#define ACE_LACKS_UNIX_DOMAIN_SOCKETS
#define ACE_LACKS_UTSNAME_T