summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixPort.h
diff options
context:
space:
mode:
authorjoe <joe>2013-03-03 17:57:45 (GMT)
committerjoe <joe>2013-03-03 17:57:45 (GMT)
commit69607b4155c25df2b10866bc98b77661a846374c (patch)
treee1136405929aa268361a8243796ca0006ba81bcf /unix/tclUnixPort.h
parent2e7dd9a8aae2880a577342d8dad1b7f4ad89fbbb (diff)
parent643ff20ea533a98beebb47faea61a461f43576c1 (diff)
downloadtcl-69607b4155c25df2b10866bc98b77661a846374c.zip
tcl-69607b4155c25df2b10866bc98b77661a846374c.tar.gz
tcl-69607b4155c25df2b10866bc98b77661a846374c.tar.bz2
Unix terminal and serial port I/O: retire obsolete termio and sgtty code,
general cleanup. See SF [Bug 3606258] for details.
Diffstat (limited to 'unix/tclUnixPort.h')
-rw-r--r--unix/tclUnixPort.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/unix/tclUnixPort.h b/unix/tclUnixPort.h
index 59a35ba..636c760 100644
--- a/unix/tclUnixPort.h
+++ b/unix/tclUnixPort.h
@@ -578,19 +578,6 @@ extern char ** environ;
/*
*---------------------------------------------------------------------------
- * The termios configure test program relies on the configure script being run
- * from a terminal, which is not the case e.g., when configuring from Xcode.
- * Since termios is known to be present on all Mac OS X releases since 10.0,
- * override the configure defines for serial API here. [Bug 497147]
- *---------------------------------------------------------------------------
- */
-
-# define USE_TERMIOS 1
-# undef USE_TERMIO
-# undef USE_SGTTY
-
-/*
- *---------------------------------------------------------------------------
* Include AvailabilityMacros.h here (when available) to ensure any symbolic
* MAC_OS_X_VERSION_* constants passed on the command line are translated.
*---------------------------------------------------------------------------