diff options
Diffstat (limited to 'ace/config-tandem.h')
-rw-r--r-- | ace/config-tandem.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/config-tandem.h b/ace/config-tandem.h index b03893e478c..c74cf133d1e 100644 --- a/ace/config-tandem.h +++ b/ace/config-tandem.h @@ -54,8 +54,8 @@ //Platform provides <sysent.h> header #define ACE_HAS_SYSENT_H -// Platform has terminal ioctl flags like TCGETS and TCSETS. -#define ACE_HAS_TERM_IOCTLS +// Platform has POSIX terminal interface. +#define ACE_HAS_TERMIOS //Platform supports POSIX O_NONBLOCK semantics #define ACE_HAS_POSIX_NONBLOCK |