diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-03-16 02:53:15 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-03-16 02:53:15 +0000 |
commit | d6a47602406e6a939b6614afaf92cf23bd87d85f (patch) | |
tree | 54b664b6648c18d7ac0f6eee8b361a266128fdc9 /ace/config-chorus.h | |
parent | fe747bf4beb2c42cc9b3d5e98958f8c688fa4929 (diff) | |
download | ATCD-d6a47602406e6a939b6614afaf92cf23bd87d85f.tar.gz |
ChangeLogTag: Wed Mar 15 20:51:21 2000 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'ace/config-chorus.h')
-rw-r--r-- | ace/config-chorus.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/ace/config-chorus.h b/ace/config-chorus.h index c7fb293c8aa..03b0f0c01f0 100644 --- a/ace/config-chorus.h +++ b/ace/config-chorus.h @@ -44,6 +44,14 @@ // Used in OS.i to map an actor id into a KnCap. #define ACE_CHORUS_MAX_ACTORS 64 +#if !defined(CHORUS_4) +# define ACE_LACKS_KEY_T +#else +# define ACE_HAS_4_4BSD_SENDMSG_RECVMSG +# define ACE_NLOGGING // Many ACE tests fail if logging is enabled + // I'm not quite sure why yet. elliott_c@ociweb.com +#endif + #define ACE_HAS_BROKEN_READV #define ACE_HAS_CLOCK_GETTIME #define ACE_HAS_CPLUSPLUS_HEADERS @@ -70,7 +78,6 @@ #define ACE_LACKS_SETREGID #define ACE_LACKS_SETREUID #define ACE_LACKS_GETSERVBYNAME -#define ACE_LACKS_KEY_T #define ACE_LACKS_LONGLONG_T #define ACE_LACKS_MADVISE #define ACE_LACKS_MALLOC_H |