diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-11-05 17:54:38 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-11-05 17:54:38 +0000 |
commit | bedc31f559ef29ff3403c69dd6bda448f2444c78 (patch) | |
tree | 9e1aaef710230801e9bd07739c6d4b07ed1899ed /fm.h | |
parent | * NEWS: update (diff) | |
download | w3m-bedc31f559ef29ff3403c69dd6bda448f2444c78.tar.gz w3m-bedc31f559ef29ff3403c69dd6bda448f2444c78.zip |
[w3m-dev 03374] disable_secret_security_check
* etc.c (openSecurityFile): disable_secret_security_check
* fm.h (disable_secret_security_check): added
* rc.c (CMT_DISABLE_SECRET_SECURITY_CHECK): added
(disable_secret_security_check): added
* NEWS: rc: disable_secret_security_check
From: Fumitoshi UKAI <ukai@debian.or.jp>
Diffstat (limited to 'fm.h')
-rw-r--r-- | fm.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* $Id: fm.h,v 1.69 2002/11/05 17:10:05 ukai Exp $ */ +/* $Id: fm.h,v 1.70 2002/11/05 17:54:39 ukai Exp $ */ /* * w3m: WWW wo Miru utility * @@ -863,6 +863,7 @@ global char *ExtBrowser init(DEF_EXT_BROWSER); global char *ExtBrowser2 init(NULL); global char *ExtBrowser3 init(NULL); global int BackgroundExtViewer init(TRUE); +global int disable_secret_security_check init(FALSE); global char *passwd_file init(PASSWD_FILE); global char *pre_form_file init(PRE_FORM_FILE); global char *ftppasswd init(NULL); |