[or-cvs] Add a touch_file() function to compat so we can update cach...

Nick Mathewson nickm at seul.org
Wed Sep 14 23:27:54 UTC 2005


Update of /home/or/cvsroot/tor
In directory moria:/tmp/cvs-serv5508

Modified Files:
	configure.in 
Log Message:
Add a touch_file() function to compat so we can update cache mtimes.

Index: configure.in
===================================================================
RCS file: /home/or/cvsroot/tor/configure.in,v
retrieving revision 1.234
retrieving revision 1.235
diff -u -d -r1.234 -r1.235
--- configure.in	14 Sep 2005 03:59:32 -0000	1.234
+++ configure.in	14 Sep 2005 23:27:52 -0000	1.235
@@ -304,7 +304,7 @@
 
 dnl These headers are not essential
 
-AC_CHECK_HEADERS(stdint.h sys/types.h inttypes.h sys/param.h sys/wait.h sys/limits.h netinet/in.h arpa/inet.h machine/limits.h syslog.h sys/time.h sys/resource.h stddef.h inttypes.h)
+AC_CHECK_HEADERS(stdint.h sys/types.h inttypes.h sys/param.h sys/wait.h sys/limits.h netinet/in.h arpa/inet.h machine/limits.h syslog.h sys/time.h sys/resource.h stddef.h inttypes.h utime.h sys/utime.h)
 
 AC_CHECK_FUNCS(gettimeofday ftime socketpair uname inet_aton strptime getrlimit setrlimit strlcat strlcpy strtoull getpwnam ftello getaddrinfo localtime_r gmtime_r event_get_version event_get_method event_set_log_callback memmem)
 



More information about the tor-commits mailing list