diff options
author | jenglish <jenglish@flightlab.com> | 2013-03-01 23:53:49 (GMT) |
---|---|---|
committer | jenglish <jenglish@flightlab.com> | 2013-03-01 23:53:49 (GMT) |
commit | 82b98d6ededcd965d9b8088ceead135d29626deb (patch) | |
tree | 3ea698ca5bd081350e1aaa3fcbbadd3392e452b0 /unix/tclConfig.h.in | |
parent | 38d26a919e410e019488b825dd025eca887d7483 (diff) | |
download | tcl-82b98d6ededcd965d9b8088ceead135d29626deb.zip tcl-82b98d6ededcd965d9b8088ceead135d29626deb.tar.gz tcl-82b98d6ededcd965d9b8088ceead135d29626deb.tar.bz2 |
Replace broken SC_SERIAL_PORT macro with plain AC_CHECK_HEADERS tests.
Diffstat (limited to 'unix/tclConfig.h.in')
-rw-r--r-- | unix/tclConfig.h.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/unix/tclConfig.h.in b/unix/tclConfig.h.in index f171cce..8069b68 100644 --- a/unix/tclConfig.h.in +++ b/unix/tclConfig.h.in @@ -433,15 +433,6 @@ /* Should we use FIONBIO? */ #undef USE_FIONBIO -/* Use the sgtty API for serial lines */ -#undef USE_SGTTY - -/* Use the termio API for serial lines */ -#undef USE_TERMIO - -/* Use the termios API for serial lines */ -#undef USE_TERMIOS - /* Do we want to use the threaded memory allocator? */ #undef USE_THREAD_ALLOC |