summaryrefslogtreecommitdiff
path: root/rsync.h
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2020-08-03 13:27:00 -0700
committerWayne Davison <wayne@opencoder.net>2020-08-03 13:27:00 -0700
commit6c89f00d1bc2b367c8385e3b423007569a83f228 (patch)
treec59e905044ae196b83125eea600cb134bf40a170 /rsync.h
parentdee099328610e22e75967313d878010f4fed6cbb (diff)
downloadrsync-6c89f00d1bc2b367c8385e3b423007569a83f228.tar.gz
Move SUPPORT_ATIMES to rsync.h.
Diffstat (limited to 'rsync.h')
-rw-r--r--rsync.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/rsync.h b/rsync.h
index b8bdd786..c688f09c 100644
--- a/rsync.h
+++ b/rsync.h
@@ -570,6 +570,10 @@ typedef unsigned int size_t;
#endif
#endif
+#ifndef __APPLE__ /* Do we need a configure check for this? */
+#define SUPPORT_ATIMES 1
+#endif
+
#ifdef HAVE_GETATTRLIST
#define SUPPORT_CRTIMES 1
#endif