summaryrefslogtreecommitdiff
path: root/vfat.h
diff options
context:
space:
mode:
Diffstat (limited to 'vfat.h')
-rw-r--r--vfat.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/vfat.h b/vfat.h
index 621e591..7bbae76 100644
--- a/vfat.h
+++ b/vfat.h
@@ -60,6 +60,10 @@ void autorename_long(char *, int);
#define DO_OPEN_DIRS 0x400 /* open all directories that are found */
#define OPEN_PARENT 0x1000 /* in target lookup, open parent
* instead of file itself */
-#define NO_UNIX 0x2000 /* in target lookup, consider all files to reside on
- * the DOS fs */
+
+#define DEFERABLE 0x2000 /* When copying from a source with wildcards
+ * to a destination that is not a directory, defer the
+ * copy until the directory has been scanned fully, to
+ * make sure that no multiple files match the wildcard */
+
#endif