Added XFLG_DIRECTORY define.

This commit is contained in:
Wayne Davison
2004-09-22 04:10:10 +00:00
parent 42afed9c1a
commit 3e976df0fb

View File

@@ -108,6 +108,7 @@
#define XFLG_DEF_INCLUDE (1<<1)
#define XFLG_WORDS_ONLY (1<<2)
#define XFLG_WORD_SPLIT (1<<3)
#define XFLG_DIRECTORY (1<<4)
#define PERMS_REPORT (1<<0)
#define PERMS_SKIP_MTIME (1<<1)