summaryrefslogtreecommitdiffstats
path: root/m_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'm_config.h')
-rw-r--r--m_config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/m_config.h b/m_config.h
index 3ba5563499..709ac6cdf5 100644
--- a/m_config.h
+++ b/m_config.h
@@ -28,6 +28,9 @@ typedef struct m_config {
int mode;
} m_config_t;
+#define M_CFG_OPT_SET (1<<0)
+#define M_CFG_OPT_ALIAS (1<<1)
+
//////////////////////////// Functions ///////////////////////////////////