From 4bfba9b24f5e7087fe22317f6edbf32a0b4ca746 Mon Sep 17 00:00:00 2001 From: "nethack.allison" Date: Sat, 22 Jan 2005 18:42:16 +0000 Subject: [PATCH] config.h follow-up I had uncommented ZLIB_COMP for testing in config.h, but it should have been commented when the diff was cut. --- include/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/config.h b/include/config.h index 1351c0ddc..7c0ebfb10 100644 --- a/include/config.h +++ b/include/config.h @@ -184,7 +184,7 @@ #endif #ifndef COMPRESS -# define ZLIB_COMP /* ZLIB for compression */ +/* # define ZLIB_COMP */ /* ZLIB for compression */ #endif /* -- 2.40.0