diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-05-24 03:05:35 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-05-24 03:05:35 +0000 |
commit | ada881820f6cf4161c8af473bb207099b03f5990 (patch) | |
tree | 95b7275917f0968e2d604a27327c78f6cfa76857 /ace/config-hpux-9.x.h | |
parent | df2383494670b16951b499424af2c8f0fd0c4bda (diff) | |
download | ATCD-ada881820f6cf4161c8af473bb207099b03f5990.tar.gz |
added ACE_LACKS_ACE_IOSTREAM
Diffstat (limited to 'ace/config-hpux-9.x.h')
-rw-r--r-- | ace/config-hpux-9.x.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/config-hpux-9.x.h b/ace/config-hpux-9.x.h index 43ba829af2e..c62f41a1c30 100644 --- a/ace/config-hpux-9.x.h +++ b/ace/config-hpux-9.x.h @@ -87,6 +87,8 @@ // Platform has the XLI version of ACE_TLI. // #define ACE_HAS_XLI +#define ACE_LACKS_ACE_IOSTREAM + #define ACE_NEEDS_DEV_IO_CONVERSION // Turns off the tracing feature. |