From 5ac353d84580e64d71a6516b72898b59916007c0 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sun, 24 May 2020 19:51:11 -0700 Subject: Prefer zlibx compression consistently instead of having 2 possible default preference orders. --- compat.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'compat.c') diff --git a/compat.c b/compat.c index f1cc02c7..c555732c 100644 --- a/compat.c +++ b/compat.c @@ -89,13 +89,8 @@ int filesfrom_convert = 0; struct name_num_obj valid_compressions = { "compress", NULL, NULL, 0, 0, { -#ifndef EXTERNAL_ZLIB - { CPRES_ZLIB, "zlib", NULL }, -#endif { CPRES_ZLIBX, "zlibx", NULL }, -#ifdef EXTERNAL_ZLIB { CPRES_ZLIB, "zlib", NULL }, -#endif { CPRES_NONE, "none", NULL }, { 0, NULL, NULL } } -- cgit v1.2.1