summaryrefslogtreecommitdiff
path: root/py/mpconfig.h
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2014-10-12 08:16:34 -0700
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2014-10-13 00:07:44 +0300
commit34162872b1119df31288dadc9fda2390119d4e27 (patch)
treea1f77ac1818e2c8dec2895acefdca1712e2a864f /py/mpconfig.h
parent426bb58b237a2d5ec2cf0e8a36a5b47000e324b1 (diff)
moduzlib: Integrate into the system.
Diffstat (limited to 'py/mpconfig.h')
-rw-r--r--py/mpconfig.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/py/mpconfig.h b/py/mpconfig.h
index 92b61d0e1..fa5f682cf 100644
--- a/py/mpconfig.h
+++ b/py/mpconfig.h
@@ -390,6 +390,10 @@ typedef double mp_float_t;
#define MICROPY_PY_ZLIBD (0)
#endif
+#ifndef MICROPY_PY_UZLIB
+#define MICROPY_PY_UZLIB (0)
+#endif
+
#ifndef MICROPY_PY_UJSON
#define MICROPY_PY_UJSON (0)
#endif