Always use lutimes() if it is available.
[rsync/rsync.git] / rsync.h
diff --git a/rsync.h b/rsync.h
index 4d4a764..cf2a2dd 100644 (file)
--- a/rsync.h
+++ b/rsync.h
@@ -359,6 +359,10 @@ enum delret {
 #include <utime.h>
 #endif
 
+#ifdef HAVE_LUTIMES
+#define CAN_SET_SYMLINK_TIMES 1
+#endif
+
 #ifdef HAVE_SYS_SELECT_H
 #include <sys/select.h>
 #endif