]> granicus.if.org Git - file/commitdiff
don't disable zlib anymore; I think the security issues were fixed long ago.
authorChristos Zoulas <christos@zoulas.com>
Sat, 24 Jul 2004 21:00:56 +0000 (21:00 +0000)
committerChristos Zoulas <christos@zoulas.com>
Sat, 24 Jul 2004 21:00:56 +0000 (21:00 +0000)
src/compress.c

index 6a695f5080b2ee8af07aabf14e925420fd5a1f23..cdee1cefa96837be181a3a049ca4a9205e42a494 100644 (file)
 #ifdef HAVE_SYS_WAIT_H
 #include <sys/wait.h>
 #endif
-#undef HAVE_LIBZ
 #ifdef HAVE_LIBZ
 #include <zlib.h>
 #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