summaryrefslogtreecommitdiffstatshomepage
path: root/py/mpconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'py/mpconfig.h')
-rw-r--r--py/mpconfig.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/py/mpconfig.h b/py/mpconfig.h
index 351910b6dd..76e02be512 100644
--- a/py/mpconfig.h
+++ b/py/mpconfig.h
@@ -368,10 +368,15 @@ typedef double mp_float_t;
// Extended modules
+
#ifndef MICROPY_PY_UCTYPES
#define MICROPY_PY_UCTYPES (0)
#endif
+#ifndef MICROPY_PY_ZLIBD
+#define MICROPY_PY_ZLIBD (0)
+#endif
+
/*****************************************************************************/
/* Hooks for a port to add builtins */