X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/ebb0a6f61826aeaba0aeb1866df41dee8b7c7269..1b01b295c960fd6b9fb0c3fdb961010c22b2c898:/rsync.h diff --git a/rsync.h b/rsync.h index 9301062a..ce360185 100644 --- a/rsync.h +++ b/rsync.h @@ -23,6 +23,11 @@ #define RSYNC_NAME "rsync" #define BACKUP_SUFFIX "~" +/* a non-zero CHAR_OFFSET makes the rolling sum stronger, but is + imcompatible with older versions :-( */ +#define CHAR_OFFSET 0 + + #define FILE_VALID 1 #define SAME_MODE (1<<1) #define SAME_RDEV (1<<2)