diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-20 19:35:54 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-20 19:35:54 +0000 |
commit | 6497aa0fcb0aa97f47e3ec6e444e39d61be066cc (patch) | |
tree | 371d5aeee3c7a494e101da995a7ccdbad92f890f /ace/config-sunos5.5.h | |
parent | 698b9991335e575c3a67e55f1b1f52fa275ffd66 (diff) | |
download | ATCD-6497aa0fcb0aa97f47e3ec6e444e39d61be066cc.tar.gz |
With Green Hills only, added ACE_LACKS_ACE_IOSTREAM. ACE's
IOStream_Test never halts when built with Green Hills 1.8.9.
Diffstat (limited to 'ace/config-sunos5.5.h')
-rw-r--r-- | ace/config-sunos5.5.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/config-sunos5.5.h b/ace/config-sunos5.5.h index e88a21e79b9..829e99b2e18 100644 --- a/ace/config-sunos5.5.h +++ b/ace/config-sunos5.5.h @@ -103,6 +103,9 @@ // stdlib.h and Green Hills' ctype.h. # include <stdlib.h> + // IOStream_Test never halts with Green Hills 1.8.9. +# define ACE_LACKS_ACE_IOSTREAM + #elif defined (__KCC) /* KAI compiler */ # define ACE_HAS_ANSI_CASTS |