diff options
Diffstat (limited to 'ace/config-macosx-panther.h')
-rw-r--r-- | ace/config-macosx-panther.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ace/config-macosx-panther.h b/ace/config-macosx-panther.h index ea065b2639d..cb60ac49b95 100644 --- a/ace/config-macosx-panther.h +++ b/ace/config-macosx-panther.h @@ -160,9 +160,8 @@ #define ACE_LACKS_SETSCHED //#define ACE_HAS_RECURSIVE_MUTEXES -#define ACE_HAS_TERM_IOCTLS -#define TCGETS TIOCGETA -#define TCSETS TIOCSETA +// Platform has POSIX terminal interface. +#define ACE_HAS_TERMIOS #define ACE_HAS_SEMUN #define ACE_HAS_SIGINFO_T |