From: Christos Zoulas Date: Sat, 24 Jul 2004 21:00:56 +0000 (+0000) Subject: don't disable zlib anymore; I think the security issues were fixed long ago. X-Git-Tag: FILE5_05~858 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=024f33f80a3c6a7e9e2b699dc4ee70973875b94f;p=file don't disable zlib anymore; I think the security issues were fixed long ago. --- diff --git a/src/compress.c b/src/compress.c index 6a695f50..cdee1cef 100644 --- a/src/compress.c +++ b/src/compress.c @@ -50,13 +50,12 @@ #ifdef HAVE_SYS_WAIT_H #include #endif -#undef HAVE_LIBZ #ifdef HAVE_LIBZ #include #endif #ifndef lint -FILE_RCSID("@(#)$Id: compress.c,v 1.36 2004/03/22 19:11:54 christos Exp $") +FILE_RCSID("@(#)$Id: compress.c,v 1.37 2004/07/24 21:00:56 christos Exp $") #endif