diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-02-18 10:19:12 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-02-18 10:19:12 +0000 |
commit | 870bc4d636d933e5157c5d3185ae8acd21a67465 (patch) | |
tree | ef865005018b34f0bc70cbeab883024a99d77f09 /ace/config-win32-msvc4.x.h | |
parent | 6c6880c5bff99018f35c1b2226cf0b875a53c97d (diff) | |
download | ATCD-870bc4d636d933e5157c5d3185ae8acd21a67465.tar.gz |
*** empty log message ***
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 */ |