summaryrefslogtreecommitdiff
path: root/ace/config-hpux-10.x.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-09-10 03:32:20 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-09-10 03:32:20 +0000
commit67318a925a063bef2b3b20ab17fa82d780ddbed9 (patch)
tree8ce8fef975f3c4730bb2b73ac50573c032974e3b /ace/config-hpux-10.x.h
parent38d69105192332d5817ac3ca5e095803c81bd43e (diff)
downloadATCD-67318a925a063bef2b3b20ab17fa82d780ddbed9.tar.gz
added ACE_LACKS_LINEBUFFERED_STREAMBUF
Diffstat (limited to 'ace/config-hpux-10.x.h')
-rw-r--r--ace/config-hpux-10.x.h2
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"