From cedd65372019ef7a824da3c2a96b7d10eaf2abfb Mon Sep 17 00:00:00 2001 From: robi Date: Thu, 21 Oct 2010 00:28:11 +0000 Subject: some settings for file-5.04 --- src/util.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index d630ce6..d999509 100644 --- a/src/util.h +++ b/src/util.h @@ -50,16 +50,17 @@ #define M_APPLI 0x00400000 #define M_MESSAGE 0x00800000 #define M_MODEL 0x00004000 +#define M_TAR 0x00008000 #define M_IS_FILE 0x00FC4000 -#define M_IS_DATA 0x00060000 +#define M_IS_DATA 0x00030000 #define M_BINARY 0x01000000 -#define M_ASCII 0x02000000 -#define M_UTF 0x04000000 -#define M_IS_CHARSET 0x07000000 + +#define M_CLASS_1 0x02000000 +#define M_CLASS_2 0x04000000 +#define M_IS_CLASS 0x06000000 #define M_ARCHIV 0x08000000 -#define M_TAR 0x00008000 #define M_ACL 0x80000000 #define M_EXT4_META 0x40000000 -- cgit v1.2.3