summaryrefslogtreecommitdiff
path: root/options.c
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 /options.c
parentdee099328610e22e75967313d878010f4fed6cbb (diff)
downloadrsync-6c89f00d1bc2b367c8385e3b423007569a83f228.tar.gz
Move SUPPORT_ATIMES to rsync.h.
Diffstat (limited to 'options.c')
-rw-r--r--options.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/options.c b/options.c
index 1857f70a..a9f0dc9e 100644
--- a/options.c
+++ b/options.c
@@ -192,10 +192,6 @@ const char **remote_options = NULL;
const char *checksum_choice = NULL;
const char *compress_choice = NULL;
-#ifndef __APPLE__ /* Do we need a configure check for this? */
-#define SUPPORT_ATIMES 1
-#endif
-
int quiet = 0;
int output_motd = 1;
int log_before_transfer = 0;