summaryrefslogtreecommitdiffstats
path: root/m_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'm_config.h')
-rw-r--r--m_config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/m_config.h b/m_config.h
index 75dd85ac14..91ee7ffe43 100644
--- a/m_config.h
+++ b/m_config.h
@@ -47,6 +47,8 @@ struct m_config_option {
struct m_config_option *next;
// Full name (ie option:subopt).
char *name;
+ // Compiled without support for this option? If so set to name of feature
+ char *disabled_feature;
// Option description.
const struct m_option *opt;
// Save slot stack.