summaryrefslogtreecommitdiff
path: root/ace/config-chorus.h
diff options
context:
space:
mode:
authoroci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-03-22 15:31:53 +0000
committeroci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-03-22 15:31:53 +0000
commit2bdfccb481a72e861cf9f9de370089dd630dfaba (patch)
tree42d8c8883fbd527c65dae828823ff019ff2a0c19 /ace/config-chorus.h
parent2ece12748a5863375b66a82654125b1b27a20457 (diff)
downloadATCD-2bdfccb481a72e861cf9f9de370089dd630dfaba.tar.gz
Correction for Chorus 4.0 support on the Ultra-SPARC.
Chad Elliott
Diffstat (limited to 'ace/config-chorus.h')
-rw-r--r--ace/config-chorus.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ace/config-chorus.h b/ace/config-chorus.h
index 75d3c6fa5c5..2f6e4978ed2 100644
--- a/ace/config-chorus.h
+++ b/ace/config-chorus.h
@@ -44,6 +44,12 @@
// Used in OS.i to map an actor id into a KnCap.
#define ACE_CHORUS_MAX_ACTORS 64
+// This is not needed when compiling for PPC. It is necessary
+// for certain methods in ACE.cpp.
+#if defined(sparc) && !defined(__unix)
+# define __unix
+#endif
+
#if defined(CHORUS_4)
# define ACE_CHORUS_DEFAULT_MIN_STACK_SIZE 0x8000
# define ACE_HAS_4_4BSD_SENDMSG_RECVMSG