summaryrefslogtreecommitdiff
path: root/magic.h
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2012-04-13 23:30:38 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2012-04-13 23:30:38 +0000
commitb60a4870e8e65b50ccb2ec0bdbe880d2e94efa9e (patch)
tree76d27a13085cbcecae404c91dc1a6e03fc5c5d7b /magic.h
parentdacc26abaa8ab61168c45f0716bea144fa8afd14 (diff)
Virgin import of Christos Zoulas's FILE 5.11.vendor/file/5.11
Notes
svn path=/vendor/file/dist/; revision=234250 svn path=/vendor/file/5.11/; revision=234251; tag=vendor/file/5.11
Diffstat (limited to 'magic.h')
-rw-r--r--magic.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/magic.h b/magic.h
index d87523deefa7..2bbed764d26d 100644
--- a/magic.h
+++ b/magic.h
@@ -55,7 +55,17 @@
#define MAGIC_NO_CHECK_ENCODING 0x200000 /* Don't check text encodings */
/* No built-in tests; only consult the magic file */
-#define MAGIC_NO_CHECK_BUILTIN 0x3fb000
+#define MAGIC_NO_CHECK_BUILTIN ( \
+ MAGIC_NO_CHECK_COMPRESS | \
+ MAGIC_NO_CHECK_TAR | \
+/* MAGIC_NO_CHECK_SOFT | */ \
+ MAGIC_NO_CHECK_APPTYPE | \
+ MAGIC_NO_CHECK_ELF | \
+ MAGIC_NO_CHECK_TEXT | \
+ MAGIC_NO_CHECK_CDF | \
+ MAGIC_NO_CHECK_TOKENS | \
+ MAGIC_NO_CHECK_ENCODING | \
+)
/* Defined for backwards compatibility (renamed) */
#define MAGIC_NO_CHECK_ASCII MAGIC_NO_CHECK_TEXT