aboutsummaryrefslogtreecommitdiff
path: root/auto.def
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2013-11-26 08:48:14 +1000
committerSteve Bennett <steveb@workware.net.au>2013-12-21 01:08:24 +1000
commit348cf1a55c8ed2442d58ec29034966ba1d05980e (patch)
treea05dd33cdcab12bc30aea5de2ba6c6c4d27e6a7f /auto.def
parentdd766b8642398684da5bf70f4f346301bc9da01c (diff)
downloadjimtcl-348cf1a55c8ed2442d58ec29034966ba1d05980e.zip
jimtcl-348cf1a55c8ed2442d58ec29034966ba1d05980e.tar.gz
jimtcl-348cf1a55c8ed2442d58ec29034966ba1d05980e.tar.bz2
aio: add support for half-close
Currently only for sockets since Jim Tcl does not support bidirectional pipes. Signed-off-by: Steve Bennett <steveb@workware.net.au>
Diffstat (limited to 'auto.def')
-rw-r--r--auto.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/auto.def b/auto.def
index 556361a..59baea0 100644
--- a/auto.def
+++ b/auto.def
@@ -87,6 +87,7 @@ cc-check-functions ualarm lstat fork vfork system select execvpe
cc-check-functions backtrace geteuid mkstemp realpath strptime isatty
cc-check-functions regcomp waitpid sigaction sys_signame sys_siglist isascii
cc-check-functions syslog opendir readlink sleep usleep pipe getaddrinfo utimes
+cc-check-functions shutdown
if {[cc-check-functions sysinfo]} {
cc-with {-includes sys/sysinfo.h} {
cc-check-members "struct sysinfo.uptime"