From 581c312f134935d421daea8ff9efe57e66a2beab Mon Sep 17 00:00:00 2001 From: Xin LI Date: Sun, 26 Jun 2016 20:59:11 +0000 Subject: Vendor import of file 5.28. --- src/compress.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/compress.c') 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 #endif -#if defined(HAVE_ZLIB_H) && defined(HAVE_LIBZ) +#if defined(HAVE_ZLIB_H) #define BUILTIN_DECOMPRESS #include -#define ZLIBSUPPORT #endif #ifdef DEBUG int tty = -1; -- cgit v1.2.3