aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2002-09-11 14:54:33 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2002-09-11 14:54:33 +0000
commit4176436cc441bf1a0ca587f6e6ae11adda54c427 (patch)
treedbcd1f2eaf4686e834053556c60c22985a217c03 /configure
parentif wrong password, dont read passwd_file (diff)
downloadw3m-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 '')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index ce2a1bf..a821cbe 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: configure,v 1.75 2002/09/09 13:50:44 ukai Exp $
+# $Id: configure,v 1.76 2002/09/11 14:54:33 ukai Exp $
# Configuration.
#
@@ -2376,6 +2376,7 @@ $def_use_xface
#define COOKIE_FILE "cookie"
#define HISTORY_FILE "history"
+#define PASSWD_FILE RC_DIR "/passwd"
#define USER_MAILCAP RC_DIR "/mailcap"
#define SYS_MAILCAP "/etc/mailcap"
#define USER_MIMETYPES "~/.mime.types"