diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-10 03:32:20 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-10 03:32:20 +0000 |
commit | 19efa8c9a3216be40226303b914c59357210adea (patch) | |
tree | 8ce8fef975f3c4730bb2b73ac50573c032974e3b /ace/config-hpux-10.x.h | |
parent | fb929ca3653acbfc6fac54e11206d9de9825a603 (diff) | |
download | ATCD-19efa8c9a3216be40226303b914c59357210adea.tar.gz |
added ACE_LACKS_LINEBUFFERED_STREAMBUF
Diffstat (limited to 'ace/config-hpux-10.x.h')
-rw-r--r-- | ace/config-hpux-10.x.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/config-hpux-10.x.h b/ace/config-hpux-10.x.h index 69d59cf93bb..5177eefb898 100644 --- a/ace/config-hpux-10.x.h +++ b/ace/config-hpux-10.x.h @@ -136,6 +136,8 @@ extern int h_errno; /* This isn't declared in a header file on HP-UX */ // But the putmsg signature doesn't have it as const... #define ACE_LACKS_CONST_STRBUF_PTR +#define ACE_LACKS_LINEBUFFERED_STREAMBUF + // Platform supports STREAM pipes // This is possible, but not by default - need to rebuild the kernel to // get them enabled - see pipe(2) and "STREAMS/UX for the HP 9000" |