aboutsummaryrefslogtreecommitdiffstats
path: root/fm.h
diff options
context:
space:
mode:
authorDai Sato <satodai@w3m.jp>2006-12-10 11:01:24 +0000
committerDai Sato <satodai@w3m.jp>2006-12-10 11:01:24 +0000
commitd067996dca64c847a799e9317cbee8aa92616772 (patch)
tree4f021d751b1ec22e35a9b13da21536bb443c4fad /fm.h
parentaccept invalid "set-cookies" headers when "domainName == .hostName". (diff)
downloadw3m-d067996dca64c847a799e9317cbee8aa92616772.tar.gz
w3m-d067996dca64c847a799e9317cbee8aa92616772.zip
[w3m-dev 04184] automatic uncompression in downloading
Diffstat (limited to '')
-rw-r--r--fm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fm.h b/fm.h
index 984d935..93c3c27 100644
--- a/fm.h
+++ b/fm.h
@@ -1,4 +1,4 @@
-/* $Id: fm.h,v 1.132 2006/12/10 10:49:23 inu Exp $ */
+/* $Id: fm.h,v 1.133 2006/12/10 11:01:24 inu Exp $ */
/*
* w3m: WWW wo Miru utility
*
@@ -777,6 +777,7 @@ global char RenderFrame init(FALSE);
global char TargetSelf init(FALSE);
global char PermitSaveToPipe init(FALSE);
global char DecodeCTE init(FALSE);
+global char AutoUncompress init(FALSE);
global char PreserveTimestamp init(TRUE);
global char ArgvIsURL init(FALSE);
global char MetaRefresh init(FALSE);