X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/a22ca88565a116e6867d75222222e522bea67c30..24787acd088e36e8f258f1b902ec6fc241b44f65:/rsync.h diff --git a/rsync.h b/rsync.h index 5a86d083..7b327654 100644 --- a/rsync.h +++ b/rsync.h @@ -115,6 +115,7 @@ #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) @@ -133,11 +134,6 @@ #define FNAMECMP_BACKUP 0x82 #define FNAMECMP_FUZZY 0x83 -/* For calling delete_file() */ -#define DEL_NO_RECURSE (1<<1) -#define DEL_FORCE_RECURSE (1<<2) /* recurse even w/o --force */ -#define DEL_TERSE (1<<3) - /* For use by the itemize_changes code */ #define ITEM_REPORT_CHECKSUM (1<<1) #define ITEM_REPORT_SIZE (1<<2) @@ -319,6 +315,10 @@ enum msgcode { #include #endif +#ifdef HAVE_LIMITS_H +# include +#endif + #include #include "lib/pool_alloc.h"