diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-03-26 03:25:26 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-03-26 03:25:26 +0000 |
commit | 7b99df2a8e1fce221b0aef88422c8d214c329bed (patch) | |
tree | 72edb58c2d115c0cd740030f622237da7286bcb3 /ace/config-hpux-9.x.h | |
parent | ca30ec462527f66fca8c020d39b01bd97030b8f1 (diff) | |
download | ATCD-7b99df2a8e1fce221b0aef88422c8d214c329bed.tar.gz |
added ACE_NEEDS_DEV_IO_CONVERSION to not compile in the ACE_DEV_IO & conversion operator for ACE_TTY_IO, which is a subclass of ACE_DEV_IO
Diffstat (limited to 'ace/config-hpux-9.x.h')
-rw-r--r-- | ace/config-hpux-9.x.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/config-hpux-9.x.h b/ace/config-hpux-9.x.h index 3f9e54452b1..0679c810161 100644 --- a/ace/config-hpux-9.x.h +++ b/ace/config-hpux-9.x.h @@ -80,6 +80,8 @@ // Platform has the XLI version of ACE_TLI. // #define ACE_HAS_XLI +#define ACE_NEEDS_DEV_IO_CONVERSION + // Turns off the tracing feature. #if !defined (ACE_NTRACE) #define ACE_NTRACE 1 |