diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-10-13 14:13:22 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-10-13 14:13:22 +0300 |
commit | 911c00bbc5d4197b0f0aac8a1b656098222ac455 (patch) | |
tree | 0902a1ce21e5eedbc8eead815a33d1193ea8d025 /py/mpconfig.h | |
parent | e6c5a63fabf3c7195638140496de76522e1a8208 (diff) |
modzlibd: Remove, superceded by moduzlib.
Diffstat (limited to 'py/mpconfig.h')
-rw-r--r-- | py/mpconfig.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/py/mpconfig.h b/py/mpconfig.h index 96108a611..618b8fde5 100644 --- a/py/mpconfig.h +++ b/py/mpconfig.h @@ -391,10 +391,6 @@ typedef double mp_float_t; #define MICROPY_PY_UCTYPES (0) #endif -#ifndef MICROPY_PY_ZLIBD -#define MICROPY_PY_ZLIBD (0) -#endif - #ifndef MICROPY_PY_UZLIB #define MICROPY_PY_UZLIB (0) #endif |