diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-09-11 14:54:33 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-09-11 14:54:33 +0000 |
commit | 4176436cc441bf1a0ca587f6e6ae11adda54c427 (patch) | |
tree | dbcd1f2eaf4686e834053556c60c22985a217c03 /fm.h | |
parent | if wrong password, dont read passwd_file (diff) | |
download | w3m-4176436cc441bf1a0ca587f6e6ae11adda54c427.tar.gz w3m-4176436cc441bf1a0ca587f6e6ae11adda54c427.zip |
[w3m-dev 03311] Re: Passwords
* configure (config.h): default PASSWD_FILE
* fm.h (passwd_file): default PASSWD_FILE
From: Yuuichi Teranishi <teranisi@gohome.org>
Diffstat (limited to 'fm.h')
-rw-r--r-- | fm.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $Id: fm.h,v 1.63 2002/09/10 17:27:47 ukai Exp $ */ +/* $Id: fm.h,v 1.64 2002/09/11 14:54:33 ukai Exp $ */ /* * w3m: WWW wo Miru utility * @@ -838,7 +838,7 @@ global char *ExtBrowser init(DEF_EXT_BROWSER); global char *ExtBrowser2 init(NULL); global char *ExtBrowser3 init(NULL); global int BackgroundExtViewer init(TRUE); -global char *passwd_file init(NULL); +global char *passwd_file init(PASSWD_FILE); global char *ftppasswd init(NULL); #ifdef FTPPASS_HOSTNAMEGEN global int ftppass_hostnamegen init(TRUE); |