John E. Malmberg convinced me to standardize on #ifs for defined
[rsync/rsync.git] / backup.c
index 1db011c..a994e18 100644 (file)
--- a/backup.c
+++ b/backup.c
@@ -208,7 +208,7 @@ static int keep_backup(char *fname)
                kept = 1;
        }
 
-#if SUPPORT_LINKS
+#ifdef SUPPORT_LINKS
        if (!kept && preserve_links && S_ISLNK(file->mode)) {
                if (safe_symlinks && unsafe_symlink(file->u.link, buf)) {
                        if (verbose) {