summaryrefslogtreecommitdiffstats
path: root/unix/tclConfig.h.in
diff options
context:
space:
mode:
authorjenglish <jenglish@flightlab.com>2013-03-01 23:53:49 (GMT)
committerjenglish <jenglish@flightlab.com>2013-03-01 23:53:49 (GMT)
commit6f42bd76847d33c1e7bbfbf328b7cf591e33d6a1 (patch)
tree3ea698ca5bd081350e1aaa3fcbbadd3392e452b0 /unix/tclConfig.h.in
parent1e1bbd03fb656021da2e16d78b39336c2537f169 (diff)
downloadtcl-6f42bd76847d33c1e7bbfbf328b7cf591e33d6a1.zip
tcl-6f42bd76847d33c1e7bbfbf328b7cf591e33d6a1.tar.gz
tcl-6f42bd76847d33c1e7bbfbf328b7cf591e33d6a1.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.in9
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