diff options
| author | jenglish@flightlab.com <jenglish> | 2013-03-01 23:53:49 (GMT) | 
|---|---|---|
| committer | jenglish@flightlab.com <jenglish> | 2013-03-01 23:53:49 (GMT) | 
| commit | a090a701bdda02580953735a81fd16fc14511fca (patch) | |
| tree | 3ea698ca5bd081350e1aaa3fcbbadd3392e452b0 /unix/tclUnixPort.h | |
| parent | 09ecce4bbf5e3bd122e42cf844fd3d4b9d7f19f0 (diff) | |
| download | tcl-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.h | 13 | 
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.   *---------------------------------------------------------------------------  | 
