diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-02-06 16:55:40 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-02-06 16:55:40 +0000 |
commit | a16154fafd66b55d0ec58516ab163ebcad867c7a (patch) | |
tree | 7eb92c0aa3b2e1bc489b02ad8964281aa7ada561 /ace/config-sunos4-sun4.x.h | |
parent | 27e3cf9ebd6d02807a23d3317708dd1541929ff4 (diff) | |
download | ATCD-a16154fafd66b55d0ec58516ab163ebcad867c7a.tar.gz |
added ACE_LACKS_LINEBUFFERED_STREAMBUF and ACE_LACKS_SIGNED_CHAR
Diffstat (limited to 'ace/config-sunos4-sun4.x.h')
-rw-r--r-- | ace/config-sunos4-sun4.x.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/config-sunos4-sun4.x.h b/ace/config-sunos4-sun4.x.h index 9d1a71aa56b..4ceaea902f5 100644 --- a/ace/config-sunos4-sun4.x.h +++ b/ace/config-sunos4-sun4.x.h @@ -68,6 +68,9 @@ // Platform has ACE_TLI. // #define ACE_HAS_TLI +#define ACE_LACKS_LINEBUFFERED_STREAMBUF +#define ACE_LACKS_SIGNED_CHAR + // Turns off the tracing feature. #if !defined (ACE_NTRACE) #define ACE_NTRACE 1 |