We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dee0993 commit 6c89f00Copy full SHA for 6c89f00
options.c
@@ -192,10 +192,6 @@ const char **remote_options = NULL;
192
const char *checksum_choice = NULL;
193
const char *compress_choice = NULL;
194
195
-#ifndef __APPLE__ /* Do we need a configure check for this? */
196
-#define SUPPORT_ATIMES 1
197
-#endif
198
-
199
int quiet = 0;
200
int output_motd = 1;
201
int log_before_transfer = 0;
rsync.h
@@ -570,6 +570,10 @@ typedef unsigned int size_t;
570
#endif
571
572
573
+#ifndef __APPLE__ /* Do we need a configure check for this? */
574
+#define SUPPORT_ATIMES 1
575
+#endif
576
+
577
#ifdef HAVE_GETATTRLIST
578
#define SUPPORT_CRTIMES 1
579
0 commit comments