summaryrefslogtreecommitdiff
path: root/src/compress.c
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2016-06-26 20:59:11 +0000
committerXin LI <delphij@FreeBSD.org>2016-06-26 20:59:11 +0000
commit581c312f134935d421daea8ff9efe57e66a2beab (patch)
treed4db8d35ebe47a20f97f06e315b4a93cf2f0b6d1 /src/compress.c
parent509ff251d4b89e75b87130948ac80361b40c6f79 (diff)
Notes
Diffstat (limited to 'src/compress.c')
-rw-r--r--src/compress.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/compress.c b/src/compress.c
index 979443bb8ded8..1988fe78fdc7b 100644
--- a/src/compress.c
+++ b/src/compress.c
@@ -35,7 +35,7 @@
#include "file.h"
#ifndef lint
-FILE_RCSID("@(#)$File: compress.c,v 1.96 2016/04/20 00:00:26 christos Exp $")
+FILE_RCSID("@(#)$File: compress.c,v 1.97 2016/05/13 23:02:28 christos Exp $")
#endif
#include "magic.h"
@@ -62,10 +62,9 @@ typedef void (*sig_t)(int);
#if defined(HAVE_SYS_TIME_H)
#include <sys/time.h>
#endif
-#if defined(HAVE_ZLIB_H) && defined(HAVE_LIBZ)
+#if defined(HAVE_ZLIB_H)
#define BUILTIN_DECOMPRESS
#include <zlib.h>
-#define ZLIBSUPPORT
#endif
#ifdef DEBUG
int tty = -1;