- Define MAX_BASIS_DIRS.
authorWayne Davison <wayned@samba.org>
Sat, 27 Nov 2004 17:52:45 +0000 (17:52 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 27 Nov 2004 17:52:45 +0000 (17:52 +0000)
- Renamed FNAMECMP_CMPDEST to FNAMECMP_BASIS_DIR.

rsync.h

diff --git a/rsync.h b/rsync.h
index b417ba6f0a9c5797ee2d8492b6e1e4c470770f5a..785eb19325ff048232eae850134815ec84635563 100644 (file)
--- 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
 #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