Mention dont-compress fix.
[rsync/rsync.git] / rsync.h
diff --git a/rsync.h b/rsync.h
index 1712b2c..73cc355 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)
 #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)
 #define ITEM_LOCAL_CHANGE (1<<14)
 #define ITEM_TRANSFER (1<<15)
 /* These are outside the range of the transmitted flags. */
-#define ITEM_NO_DEST_AND_NO_UPDATE (1<<16) /* used by itemize() */
 #define ITEM_MISSING_DATA (1<<16)         /* used by log_formatted() */
 #define ITEM_DELETED (1<<17)              /* used by log_formatted() */