aboutsummaryrefslogtreecommitdiffstats
path: root/fm.h
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2001-11-23 20:23:41 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2001-11-23 20:23:41 +0000
commit03f128ea0d2c511f94a4b00fe20a2c7038e957ca (patch)
tree0b9816dcaeb635df2b927b3fa580384b8ebece4f /fm.h
parent[w3m-dev 02528] RFC2732 URL Patch (diff)
downloadw3m-03f128ea0d2c511f94a4b00fe20a2c7038e957ca.tar.gz
w3m-03f128ea0d2c511f94a4b00fe20a2c7038e957ca.zip
add ftppass_hostnamegen
Diffstat (limited to 'fm.h')
-rw-r--r--fm.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/fm.h b/fm.h
index 013a168..8eae210 100644
--- a/fm.h
+++ b/fm.h
@@ -1,4 +1,4 @@
-/* $Id: fm.h,v 1.12 2001/11/23 19:00:47 ukai Exp $ */
+/* $Id: fm.h,v 1.13 2001/11/23 20:23:41 ukai Exp $ */
/*
* w3m: WWW wo Miru utility
*
@@ -713,6 +713,9 @@ global char *ExtBrowser2 init(NULL);
global char *ExtBrowser3 init(NULL);
global int BackgroundExtViewer init(TRUE);
global char *ftppasswd init(NULL);
+#ifdef FTPPASS_HOSTNAMEGEN
+global int ftppass_hostnamegen init(TRUE);
+#endif
global int do_download init(FALSE);
global char *UserAgent init(NULL);
global int NoSendReferer init(FALSE);