summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixPort.h
diff options
context:
space:
mode:
authorjenglish@flightlab.com <jenglish>2013-03-01 23:53:49 (GMT)
committerjenglish@flightlab.com <jenglish>2013-03-01 23:53:49 (GMT)
commita090a701bdda02580953735a81fd16fc14511fca (patch)
tree3ea698ca5bd081350e1aaa3fcbbadd3392e452b0 /unix/tclUnixPort.h
parent09ecce4bbf5e3bd122e42cf844fd3d4b9d7f19f0 (diff)
downloadtcl-a090a701bdda02580953735a81fd16fc14511fca.zip
tcl-a090a701bdda02580953735a81fd16fc14511fca.tar.gz
tcl-a090a701bdda02580953735a81fd16fc14511fca.tar.bz2
Replace broken SC_SERIAL_PORT macro with plain AC_CHECK_HEADERS tests.
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.
*---------------------------------------------------------------------------