diff options
author | Steve Huston <shuston@riverace.com> | 1997-07-14 22:28:52 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 1997-07-14 22:28:52 +0000 |
commit | 2f68e67360eff7f71e429b8b0c2fb6220fddd4b2 (patch) | |
tree | b9d8054bcfdba63fcbc829fa5c71ff2d3c3331b4 /ace/config-aix-4.2.x.h | |
parent | c0c2e5a71b283cc281ef71ec478e6af3d76c736d (diff) | |
download | ATCD-2f68e67360eff7f71e429b8b0c2fb6220fddd4b2.tar.gz |
Add ACE_LACKS_LINEBUFFERED_STREAMBUF to get IOStream to build correctly.
Diffstat (limited to 'ace/config-aix-4.2.x.h')
-rw-r--r-- | ace/config-aix-4.2.x.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/config-aix-4.2.x.h b/ace/config-aix-4.2.x.h index e7356f6b030..fd11cd526cf 100644 --- a/ace/config-aix-4.2.x.h +++ b/ace/config-aix-4.2.x.h @@ -126,6 +126,9 @@ #define ACE_HAS_UCONTEXT_T #define ACE_HAS_SIZET_SOCKET_LEN +// Keep an eye on this as the compiler and standards converge... +#define ACE_LACKS_LINEBUFFERED_STREAMBUF + // BSD 4.4 interface fixes nabbed from config-linux.h #if !defined (msg_accrights) #undef msg_control |