about summary refs log tree commit diff stats
path: root/src/LYrcFile.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/LYrcFile.c')
-rw-r--r--src/LYrcFile.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/LYrcFile.c b/src/LYrcFile.c
index e47b99e5..c7437d92 100644
--- a/src/LYrcFile.c
+++ b/src/LYrcFile.c
@@ -86,6 +86,7 @@ Config_Enum tbl_preferred_encoding[] = {
     { "none",		encodingNONE },
 #if defined(USE_ZLIB) || defined(GZIP_PATH)
     { "gzip",		encodingGZIP },
+    { "deflate",	encodingDEFLATE },
 #endif
 #if defined(USE_ZLIB) || defined(COMPRESS_PATH)
     { "compress",	encodingCOMPRESS },