Removed --with-{editor,pager} configure options.
[mmh] / config / config.c
index 1a7b72f..82e72ae 100644 (file)
@@ -222,7 +222,7 @@ char *installproc = nmhlibdir (/install-mh);
  * draft message.
  */
 
-char *lproc = DEFAULT_PAGER;
+char *lproc = "more";
 
 /*
  * This is the path for the Bell equivalent mail program.
@@ -236,7 +236,7 @@ char *mailproc = nmhbindir (/mhmail);
  * or message parts of type text/plain.
  */
 
-char *moreproc = DEFAULT_PAGER;
+char *moreproc = "more";
 
 /* 
  * This is the program (mhl) used to filter messages.  It is
@@ -350,7 +350,7 @@ char *backup_prefix = ",";
  * editor, such as vi or emacs, but any editor will work.
  */
 
-char *defaulteditor = DEFAULT_EDITOR;
+char *defaulteditor = "vi";
 
 /* 
  * This is the global nmh alias file.  It is somewhat obsolete, since