summaryrefslogtreecommitdiff
path: root/rsync.h
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2020-07-04 10:23:17 -0700
committerWayne Davison <wayne@opencoder.net>2020-07-04 10:28:38 -0700
commit565cde84a71b212b25289e0e32221a66b3263837 (patch)
tree42a9394e89091e62abf7ec05a76689076fe97ebf /rsync.h
parentf0e670b4c691c58de3f996f2f18b50a0ee95777a (diff)
downloadrsync-565cde84a71b212b25289e0e32221a66b3263837.tar.gz
Don't turn off the user's open-noatime unless the module is forcing the value.
Diffstat (limited to 'rsync.h')
-rw-r--r--rsync.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rsync.h b/rsync.h
index 2668d670..41c4052b 100644
--- a/rsync.h
+++ b/rsync.h
@@ -20,6 +20,7 @@
#define False 0
#define True 1
+#define Unset (-1) /* Our BOOL values are always an int. */
#define BLOCK_SIZE 700
#define RSYNC_RSH_ENV "RSYNC_RSH"