From e4977b0b9f58ff54c34dea25a4a59f164fd6b6e5 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sat, 27 Nov 2004 17:52:45 +0000 Subject: [PATCH] - Define MAX_BASIS_DIRS. - Renamed FNAMECMP_CMPDEST to FNAMECMP_BASIS_DIR. --- rsync.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.34.1