From: Wayne Davison Date: Sat, 27 Nov 2004 17:52:45 +0000 (+0000) Subject: - Define MAX_BASIS_DIRS. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/e4977b0b9f58ff54c34dea25a4a59f164fd6b6e5 - Define MAX_BASIS_DIRS. - Renamed FNAMECMP_CMPDEST to FNAMECMP_BASIS_DIR. --- diff --git a/rsync.h b/rsync.h index b417ba6f..785eb193 100644 --- a/rsync.h +++ b/rsync.h @@ -98,6 +98,8 @@ #define MAX_ARGS 1000 +#define MAX_BASIS_DIRS 20 + #define MPLEX_BASE 7 #define NO_EXCLUDES 0 @@ -119,7 +121,7 @@ #define PDIR_CREATE 1 #define PDIR_DELETE 0 -#define FNAMECMP_CMPDEST 0x00 +#define FNAMECMP_BASIS_DIR 0x00 #define FNAMECMP_FNAME 0x80 #define FNAMECMP_PARTIAL_DIR 0x81 #define FNAMECMP_BACKUP 0x82