aboutsummaryrefslogtreecommitdiff
path: root/py/mpconfig.h
diff options
context:
space:
mode:
authorPaul Sokolovsky2014-08-08 22:51:40 +0300
committerPaul Sokolovsky2014-08-13 00:26:19 +0300
commit510296f25ae53e5732fe98cdd4b68bfeea15204a (patch)
treefafb9e6e4d1d0a60a074c0352455f878e6cb8ce2 /py/mpconfig.h
parent75ec22bf11301909ddc70c817eb0050ea45c5e34 (diff)
modzlibd: Decompress part of "zlib" module, based on miniz tinfl.c .
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 351910b6d..76e02be51 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 */