diff options
author | oci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-03-22 15:31:53 +0000 |
---|---|---|
committer | oci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-03-22 15:31:53 +0000 |
commit | 56e51d38d6d113be6a0a27d3a2da0fd08a7cd345 (patch) | |
tree | 42d8c8883fbd527c65dae828823ff019ff2a0c19 /ace/config-chorus.h | |
parent | 8a6a18f7b8ae695a68ec96a1cdeb0f7906dfa894 (diff) | |
download | ATCD-56e51d38d6d113be6a0a27d3a2da0fd08a7cd345.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.h | 6 |
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 |