Use futimes() instead of utime() to implement SetFileTime, so that it
can be done on the client side.

diff --git a/configure b/configure
index 3cdaec9..aff6ad5 100755
--- a/configure
+++ b/configure
@@ -15972,6 +15972,7 @@
 
 
 
+
 for ac_func in \
 	_lwp_create \
 	_lwp_self \
@@ -15988,6 +15989,7 @@
 	fpclass \
 	ftruncate \
 	ftruncate64 \
+	futimes \
 	getnetbyaddr \
 	getnetbyname \
 	getopt_long \