From 22721d3dc98cae61db96021c01ee8dc1cbdf462d Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@gmail.com>
Date: Mon, 15 Feb 2016 18:51:48 +0000
Subject: [PATCH] Added zlib and compression as an option to snapshots

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