summaryrefslogtreecommitdiff
path: root/ace/config-chorus.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-02-10 16:13:56 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-02-10 16:13:56 +0000
commite3cb7bbae0a3bea06450bd21ca8870f83ae9ec5e (patch)
treeaec997b08184479f42b6d753e9f7ff34a5f60d91 /ace/config-chorus.h
parentbf88041049ff0eb07988d7309f58db849bfa945b (diff)
downloadATCD-e3cb7bbae0a3bea06450bd21ca8870f83ae9ec5e.tar.gz
adjusted to work with GreenHills 1.8.8
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