Added XFLG_ABS_IF_SLASH.
authorWayne Davison <wayned@samba.org>
Fri, 7 Oct 2005 18:38:25 +0000 (18:38 +0000)
committerWayne Davison <wayned@samba.org>
Fri, 7 Oct 2005 18:38:25 +0000 (18:38 +0000)
rsync.h

diff --git a/rsync.h b/rsync.h
index 1712b2c..b97b909 100644 (file)
--- a/rsync.h
+++ b/rsync.h
 #define XFLG_FATAL_ERRORS      (1<<0)
 #define XFLG_OLD_PREFIXES      (1<<1)
 #define XFLG_ANCHORED2ABS      (1<<2)
+#define XFLG_ABS_IF_SLASH      (1<<3)
 
 #define PERMS_REPORT           (1<<0)
 #define PERMS_SKIP_MTIME       (1<<1)