aboutsummaryrefslogtreecommitdiff
path: root/auto.def
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2012-02-24 21:09:51 +1000
committerSteve Bennett <steveb@workware.net.au>2012-02-27 08:13:06 +1000
commit9951e1ece7551809575a6a42b114224c2552efb4 (patch)
treef4fad593ac13174243436e4b6fa047c5cc39a0bd /auto.def
parenta557e8657e175d4d20200d0653672141779b1a2e (diff)
downloadjimtcl-9951e1ece7551809575a6a42b114224c2552efb4.zip
jimtcl-9951e1ece7551809575a6a42b114224c2552efb4.tar.gz
jimtcl-9951e1ece7551809575a6a42b114224c2552efb4.tar.bz2
Add support for aio command: isatty
Signed-off-by: Steve Bennett <steveb@workware.net.au>
Diffstat (limited to 'auto.def')
-rw-r--r--auto.def4
1 files changed, 2 insertions, 2 deletions
diff --git a/auto.def b/auto.def
index cf4ba69..e4010ee 100644
--- a/auto.def
+++ b/auto.def
@@ -80,7 +80,7 @@ if {[cc-check-function-in-lib socket socket]} {
}
cc-check-functions ualarm lstat fork vfork system select execvpe
-cc-check-functions backtrace geteuid mkstemp realpath strptime
+cc-check-functions backtrace geteuid mkstemp realpath strptime isatty
cc-check-functions regcomp waitpid sigaction sys_signame sys_siglist
cc-check-functions syslog opendir readlink sleep usleep pipe getaddrinfo utimes
if {[cc-check-functions sysinfo]} {
@@ -167,7 +167,7 @@ if {[opt-bool ipv6 full]} {
define JIM_IPV6
}
if {[opt-bool lineedit full]} {
- if {([cc-check-includes termios.h] && [cc-check-functions isatty]) || [have-feature winconsole]} {
+ if {([cc-check-includes termios.h] && [have-feature isatty]) || [have-feature winconsole]} {
msg-result "Enabling line editing"
define USE_LINENOISE
lappend extra_objs linenoise.o