diff options
author | Ito Hiroyuki <ZXB01226@nifty.com> | 2010-08-03 10:02:16 +0000 |
---|---|---|
committer | Ito Hiroyuki <ZXB01226@nifty.com> | 2010-08-03 10:02:16 +0000 |
commit | 49883bb9cb1d66d377982f092174846e29697313 (patch) | |
tree | 13a641230f3e2d001edfc87eb002a5ce48ffdab1 /fm.h | |
parent | Revert the change of using ATTR_TITLE if ATTR_ALT is empty. (diff) | |
download | w3m-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.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 |