aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/main.c b/main.c
index bac5a9a..9cdf538 100644
--- a/main.c
+++ b/main.c
@@ -1,4 +1,4 @@
-/* $Id: main.c,v 1.57 2002/01/15 03:45:02 ukai Exp $ */
+/* $Id: main.c,v 1.58 2002/01/15 16:30:08 ukai Exp $ */
#define MAINPROGRAM
#include "fm.h"
#include <signal.h>
@@ -132,6 +132,12 @@ fversion(FILE * f)
",ssl-verify"
#endif
#endif
+#ifdef USE_EXTERNAL_URI_LOADER
+ ",external-uri-loader"
+#endif
+#ifdef USE_W3MMAILER
+ ",w3mmailer"
+#endif
#ifdef USE_NNTP
",nntp"
#endif