summaryrefslogtreecommitdiff
path: root/mg.h
diff options
context:
space:
mode:
Diffstat (limited to 'mg.h')
-rw-r--r--mg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/mg.h b/mg.h
index a7d217cc46..ab24eb03ab 100644
--- a/mg.h
+++ b/mg.h
@@ -29,5 +29,8 @@ struct magic {
#define MGf_TAINTEDDIR 1
#define MGf_REFCOUNTED 2
#define MGf_GSKIP 4
+
+#define MGf_MINMATCH 1
+
#define MgTAINTEDDIR(mg) (mg->mg_flags & MGf_TAINTEDDIR)
#define MgTAINTEDDIR_on(mg) (mg->mg_flags |= MGf_TAINTEDDIR)