aboutsummaryrefslogtreecommitdiffstats
path: root/fm.h
diff options
context:
space:
mode:
Diffstat (limited to 'fm.h')
-rw-r--r--fm.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/fm.h b/fm.h
index 1bbdbb9..652c7ba 100644
--- a/fm.h
+++ b/fm.h
@@ -1,4 +1,4 @@
-/* $Id: fm.h,v 1.40 2002/01/16 16:49:54 ukai Exp $ */
+/* $Id: fm.h,v 1.41 2002/01/21 15:56:13 ukai Exp $ */
/*
* w3m: WWW wo Miru utility
*
@@ -748,7 +748,9 @@ global int retryAsHttp init(TRUE);
global int showLineNum init(FALSE);
global int show_srch_str init(TRUE);
global char *Editor init(DEF_EDITOR);
+#ifndef USE_W3MMAILER
global char *Mailer init(DEF_MAILER);
+#endif
global char *ExtBrowser init(DEF_EXT_BROWSER);
global char *ExtBrowser2 init(NULL);
global char *ExtBrowser3 init(NULL);