summaryrefslogtreecommitdiff
path: root/compat.c
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2020-05-24 19:51:11 -0700
committerWayne Davison <wayne@opencoder.net>2020-05-24 19:52:08 -0700
commit5ac353d84580e64d71a6516b72898b59916007c0 (patch)
treeff885ba2fbb79e7ffcd7713eddfbc11871b001ab /compat.c
parentfaecd066a6b523713299e659d8295eb8e308f9ed (diff)
downloadrsync-5ac353d84580e64d71a6516b72898b59916007c0.tar.gz
Prefer zlibx compression consistently instead of having 2 possible default preference orders.
Diffstat (limited to 'compat.c')
-rw-r--r--compat.c5
1 files changed, 0 insertions, 5 deletions
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 }
}