diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2004-10-17 22:13:44 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2004-10-17 22:13:44 -0400 |
commit | 1c6757afa67bdaba78ca9d902165126e54bd8061 (patch) | |
tree | 475dfc17d0605e464de4d34677896bea71af0bb7 /src/LYrcFile.c | |
parent | ff34560f27f6cc7ba97cfc11e10973ac34735c4c (diff) | |
download | lynx-snapshots-1c6757afa67bdaba78ca9d902165126e54bd8061.tar.gz |
snapshot of project "lynx", label v2-8-6dev_7
Diffstat (limited to 'src/LYrcFile.c')
-rw-r--r-- | src/LYrcFile.c | 1 |
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 }, |