aboutsummaryrefslogtreecommitdiff
path: root/auto.def
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2011-08-17 14:35:13 +1000
committerSteve Bennett <steveb@workware.net.au>2011-08-18 20:15:24 +1000
commit33b86c56df545baf6b9e5f0c1decdd0052dd8cea (patch)
treec60cc79f19454fb336181bda082775b5258dcccf /auto.def
parent1e61f2961e0f13ce077a85febe080e50bea3f59d (diff)
downloadjimtcl-33b86c56df545baf6b9e5f0c1decdd0052dd8cea.zip
jimtcl-33b86c56df545baf6b9e5f0c1decdd0052dd8cea.tar.gz
jimtcl-33b86c56df545baf6b9e5f0c1decdd0052dd8cea.tar.bz2
Implement 'file mtime <file> newtime'
Allows a file to be "touched" Signed-off-by: Steve Bennett <steveb@workware.net.au>
Diffstat (limited to 'auto.def')
-rw-r--r--auto.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto.def b/auto.def
index 0adaa51..7103b84 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
cc-check-functions backtrace geteuid mkstemp realpath strptime gettimeofday
cc-check-functions regcomp waitpid sigaction sys_signame sys_siglist
-cc-check-functions syslog opendir readlink sleep usleep pipe getaddrinfo
+cc-check-functions syslog opendir readlink sleep usleep pipe getaddrinfo utimes
if {[cc-check-functions sysinfo]} {
cc-with {-includes sys/sysinfo.h} {
cc-check-members "struct sysinfo.uptime"