X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/13074c982bb4830a21287a1504b0e38a953f4f74..8bd77e7098d9863f258070fb2274e324a446adbd:/rsync.h diff --git a/rsync.h b/rsync.h index a600152d..77f9b3a7 100644 --- a/rsync.h +++ b/rsync.h @@ -129,6 +129,9 @@ #define IO_BUFFER_SIZE (4092) #define MAX_BLOCK_SIZE ((int32)1 << 17) +/* For compatibility with older rsyncs */ +#define OLD_MAX_BLOCK_SIZE ((int32)1 << 29) + #define IOERR_GENERAL (1<<0) /* For backward compatibility, this must == 1 */ #define IOERR_VANISHED (1<<1) #define IOERR_DEL_LIMIT (1<<2)