diff options
Diffstat (limited to 'ace/config-win32-msvc4.x.h')
-rw-r--r-- | ace/config-win32-msvc4.x.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/config-win32-msvc4.x.h b/ace/config-win32-msvc4.x.h index f735a4c3254..27a8ed44fe7 100644 --- a/ace/config-win32-msvc4.x.h +++ b/ace/config-win32-msvc4.x.h @@ -238,4 +238,7 @@ // Platform support for non-blocking connects is broken #define ACE_HAS_BROKEN_NON_BLOCKING_CONNECTS +// Platform support linebuffered streaming is broken +#define ACE_LACKS_LINEBUFFERED_STREAMBUF + #endif /* ACE_CONFIG_H */ |