From 6c89f00d1bc2b367c8385e3b423007569a83f228 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Mon, 3 Aug 2020 13:27:00 -0700 Subject: Move SUPPORT_ATIMES to rsync.h. --- options.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'options.c') 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; -- cgit v1.2.1