moduzlib: Integrate into the system.

This commit is contained in:
Paul Sokolovsky
2014-10-12 08:16:34 -07:00
parent 426bb58b23
commit 34162872b1
7 changed files with 16 additions and 2 deletions

View File

@@ -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