summaryrefslogtreecommitdiff
path: root/src/mbsupport.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbsupport.h')
-rw-r--r--src/mbsupport.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mbsupport.h b/src/mbsupport.h
index 007f412a..06729e17 100644
--- a/src/mbsupport.h
+++ b/src/mbsupport.h
@@ -33,3 +33,8 @@
#else
# define MBS_SUPPORT 0
#endif
+
+#if ! MBS_SUPPORT
+# undef MB_CUR_MAX
+# define MB_CUR_MAX 1
+#endif