summaryrefslogtreecommitdiff
path: root/ace/config-openbsd.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/config-openbsd.h')
-rw-r--r--ace/config-openbsd.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/ace/config-openbsd.h b/ace/config-openbsd.h
index eacb2129ff6..37c066f3382 100644
--- a/ace/config-openbsd.h
+++ b/ace/config-openbsd.h
@@ -221,10 +221,8 @@
#endif /* ! ACE_HAD_THREADS */
-#define ACE_HAS_TERM_IOCTLS
-#define ACE_HAS_NEW_TERMIOS_STRUCT
-#define TCGETS TIOCGETA
-#define TCSETS TIOCSETA
+// Platform has POSIX terminal interface.
+#define ACE_HAS_TERMIOS
// OpenBSD actually has the clearerr call, but it causes a
// bogus compiler syntax error.