commit | 34162872b1119df31288dadc9fda2390119d4e27 | [log] [tgz] |
---|---|---|
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | Sun Oct 12 08:16:34 2014 -0700 |
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | Mon Oct 13 00:07:44 2014 +0300 |
tree | a1f77ac1818e2c8dec2895acefdca1712e2a864f | |
parent | 426bb58b237a2d5ec2cf0e8a36a5b47000e324b1 [diff] [blame] |
moduzlib: Integrate into the system.
diff --git a/py/mpconfig.h b/py/mpconfig.h index 92b61d0..fa5f682 100644 --- a/py/mpconfig.h +++ b/py/mpconfig.h
@@ -390,6 +390,10 @@ #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