summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixChan.c
diff options
context:
space:
mode:
Diffstat (limited to 'unix/tclUnixChan.c')
-rw-r--r--unix/tclUnixChan.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/unix/tclUnixChan.c b/unix/tclUnixChan.c
index 3079c7e..fdc9d1d 100644
--- a/unix/tclUnixChan.c
+++ b/unix/tclUnixChan.c
@@ -15,8 +15,7 @@
#include "tclIO.h" /* To get Channel type declaration. */
#undef SUPPORTS_TTY
-#if defined(HAVE_TERMIOS_H) || defined(USE_TERMIOS)
- /* [1 Mar 2013] USE_TERMIOS: temporarily left in, to be removed */
+#if defined(HAVE_TERMIOS_H)
# define SUPPORTS_TTY 1
# include <termios.h>
# ifdef HAVE_SYS_IOCTL_H