diff options
| author | Damien George <damien.p.george@gmail.com> | 2014-10-12 23:25:24 +0100 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2014-10-12 23:25:24 +0100 |
| commit | 29f56826218b3df81eeeaa6e1cdc36890a836e87 (patch) | |
| tree | 1bda1cec0ba2cb6e36840cd874bc5c640307d11d /py/mpconfig.h | |
| parent | 50062587c7dc47f43773e9d172fe3d6099faeb26 (diff) | |
| parent | bfb6af857aaff7f5c2f75116caa6c6b67d63bf52 (diff) | |
Merge pull request #904 from pfalcon/moduzlib
Module "uzlib" - based on similarly named library
Diffstat (limited to 'py/mpconfig.h')
| -rw-r--r-- | py/mpconfig.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/py/mpconfig.h b/py/mpconfig.h index 13ccb9ca9..96108a611 100644 --- a/py/mpconfig.h +++ b/py/mpconfig.h @@ -395,6 +395,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 |
