diff options
-rw-r--r-- | ace/config-hpux-9.x-orbix.h | 2 | ||||
-rw-r--r-- | ace/config-hpux-9.x.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/ace/config-hpux-9.x-orbix.h b/ace/config-hpux-9.x-orbix.h index 8684a385aab..4a3395e01d3 100644 --- a/ace/config-hpux-9.x-orbix.h +++ b/ace/config-hpux-9.x-orbix.h @@ -90,6 +90,8 @@ // Platform has the XLI version of ACE_TLI. // #define ACE_HAS_XLI +#define ACE_LACKS_ACE_IOSTREAM + #define ACE_NEEDS_DEV_IO_CONVERSION // Turns off the tracing feature. diff --git a/ace/config-hpux-9.x.h b/ace/config-hpux-9.x.h index 43ba829af2e..c62f41a1c30 100644 --- a/ace/config-hpux-9.x.h +++ b/ace/config-hpux-9.x.h @@ -87,6 +87,8 @@ // Platform has the XLI version of ACE_TLI. // #define ACE_HAS_XLI +#define ACE_LACKS_ACE_IOSTREAM + #define ACE_NEEDS_DEV_IO_CONVERSION // Turns off the tracing feature. |