aboutsummaryrefslogtreecommitdiff
path: root/auto.def
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2016-09-02 17:05:51 +1000
committerSteve Bennett <steveb@workware.net.au>2016-09-09 17:38:37 +1000
commit685edd21efef7311ad8ef7dcb4023db30201b99f (patch)
tree9e587fa0a7fbcf21ae4d780b8c1e9c41548ef0b2 /auto.def
parent4baa884e739b59dfd50cbf606786c41de1d289a8 (diff)
downloadjimtcl-685edd21efef7311ad8ef7dcb4023db30201b99f.zip
jimtcl-685edd21efef7311ad8ef7dcb4023db30201b99f.tar.gz
jimtcl-685edd21efef7311ad8ef7dcb4023db30201b99f.tar.bz2
aio: add tty settings support (via termios)
Enough to make serial ports work and support raw and cooked input/output Signed-off-by: Steve Bennett <steveb@workware.net.au>
Diffstat (limited to 'auto.def')
-rw-r--r--auto.def3
1 files changed, 3 insertions, 0 deletions
diff --git a/auto.def b/auto.def
index e531743..0ff91fb 100644
--- a/auto.def
+++ b/auto.def
@@ -350,6 +350,9 @@ if {[have-feature windows]} {
user-error "cygwin/mingw require --shared for dynamic modules"
}
}
+if {[have-feature termios.h]} {
+ lappend extra_objs jim-tty.o
+}
if {[ext-get-status regexp] in {y m}} {
if {![have-feature regcomp]} {