summaryrefslogtreecommitdiff
path: root/compat.c
diff options
context:
space:
mode:
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 }
}