Skip to content

Commit 6c89f00

Browse files
committed
Move SUPPORT_ATIMES to rsync.h.
1 parent dee0993 commit 6c89f00

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

options.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,10 +192,6 @@ const char **remote_options = NULL;
192192
const char *checksum_choice = NULL;
193193
const char *compress_choice = NULL;
194194

195-
#ifndef __APPLE__ /* Do we need a configure check for this? */
196-
#define SUPPORT_ATIMES 1
197-
#endif
198-
199195
int quiet = 0;
200196
int output_motd = 1;
201197
int log_before_transfer = 0;

rsync.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -570,6 +570,10 @@ typedef unsigned int size_t;
570570
#endif
571571
#endif
572572

573+
#ifndef __APPLE__ /* Do we need a configure check for this? */
574+
#define SUPPORT_ATIMES 1
575+
#endif
576+
573577
#ifdef HAVE_GETATTRLIST
574578
#define SUPPORT_CRTIMES 1
575579
#endif

0 commit comments

Comments
 (0)