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/tclConfig.h.in | |
| 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/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 |
