aboutsummaryrefslogtreecommitdiffstats
path: root/fm.h
diff options
context:
space:
mode:
authorIto Hiroyuki <ZXB01226@nifty.com>2010-08-03 10:02:16 +0000
committerIto Hiroyuki <ZXB01226@nifty.com>2010-08-03 10:02:16 +0000
commit49883bb9cb1d66d377982f092174846e29697313 (patch)
tree13a641230f3e2d001edfc87eb002a5ce48ffdab1 /fm.h
parentRevert the change of using ATTR_TITLE if ATTR_ALT is empty. (diff)
downloadw3m-49883bb9cb1d66d377982f092174846e29697313.tar.gz
w3m-49883bb9cb1d66d377982f092174846e29697313.zip
* register user name and password for proxy authentication.
* remove option -pauth
Diffstat (limited to 'fm.h')
-rw-r--r--fm.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/fm.h b/fm.h
index be2a0ab..2dc0762 100644
--- a/fm.h
+++ b/fm.h
@@ -1,4 +1,4 @@
-/* $Id: fm.h,v 1.145 2010/07/26 11:38:53 htrb Exp $ */
+/* $Id: fm.h,v 1.146 2010/08/03 10:02:16 htrb Exp $ */
/*
* w3m: WWW wo Miru utility
*
@@ -979,8 +979,6 @@ global int IgnoreCase init(TRUE);
global int WrapSearch init(FALSE);
global int squeezeBlankLine init(FALSE);
global char *BookmarkFile init(NULL);
-global char *pauth init(NULL);
-global Str proxy_auth_cookie init(NULL);
global int UseExternalDirBuffer init(TRUE);
global char *DirBufferCommand init("file:///$LIB/dirlist" CGI_EXTENSION);
#ifdef USE_DICT