summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorrobi <robi>2010-10-21 00:28:11 +0000
committerrobi <robi>2010-10-21 00:28:11 +0000
commitcedd65372019ef7a824da3c2a96b7d10eaf2abfb (patch)
tree7716f74d8c242654ff02e7b805536adb5ade8841 /src/util.h
parent0c1eea1cdef832dd75ee8d020f3258ba8eadfdb4 (diff)
some settings for file-5.04
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h11
1 files changed, 6 insertions, 5 deletions
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