diff options
Diffstat (limited to 'ace/config-sunos5.4-g++.h')
-rw-r--r-- | ace/config-sunos5.4-g++.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/config-sunos5.4-g++.h b/ace/config-sunos5.4-g++.h index 4a75f7feb77..8530ebdecde 100644 --- a/ace/config-sunos5.4-g++.h +++ b/ace/config-sunos5.4-g++.h @@ -26,7 +26,8 @@ #define ACE_HAS_XPG4_MULTIBYTE_CHAR -#define ACE_HAS_TERM_IOCTLS +// Platform has POSIX terminal interface. +#define ACE_HAS_TERMIOS // Platform supports System V IPC (most versions of UNIX, but not Win32) #define ACE_HAS_SYSV_IPC |