From 588bbbdde6117f74a3abc317e478fe144a1d0c31 Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@fe.uni-lj.si> Date: Tue, 16 Feb 2016 14:34:47 +0000 Subject: [PATCH] Extracted data from the python --- config.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/config.h b/config.h index ac9c24a..81910a1 100644 --- a/config.h +++ b/config.h @@ -16,6 +16,9 @@ /* Define to 1 if you have the `m' library (-lm). */ #define HAVE_LIBM 1 +/* Define to 1 if you have the `z' library (-lz). */ +#define HAVE_LIBZ 1 + /* Define to 1 if your system has a GNU libc compatible `malloc' function, and to 0 otherwise. */ #define HAVE_MALLOC 1 -- Gitblit v1.9.3