diff -udr ../nmh-0.19.ORIG/config/config.c ./config/config.c
--- ../nmh-0.19.ORIG/config/config.c	Tue Dec 23 15:51:00 1997
+++ ./config/config.c	Mon Jan  5 22:05:13 1998
@@ -14,6 +14,7 @@
 #define nmhbindir(file) NMHBINDIR#file
 #define nmhetcdir(file) NMHETCDIR#file
 #define nmhlibdir(file) NMHLIBDIR#file
+#define nmhlibexecdir(file) NMHLIBEXECDIR#file
 
 
 char *
@@ -114,6 +115,7 @@
 char *nsequence = "Sequence-Negation";
 
 char *mhlibdir = NMHLIBDIR;
+char *mhlibexecdir = NMHLIBEXECDIR;
 char *mhetcdir = NMHETCDIR;
 
 /* 
@@ -185,7 +187,7 @@
  * is called to create his nmh profile, and mail directory.
  */
 
-char *installproc = nmhlibdir (/install-mh);
+char *installproc = nmhlibexecdir (/install-mh);
 
 /*
  * This is the default program invoked by a "list" response
@@ -210,7 +212,7 @@
  * This program is mhl - the nifty message lister
  */
 
-char *mhlproc = nmhlibdir (/mhl);
+char *mhlproc = nmhlibexecdir (/mhl);
 
 /* 
  * This is the super handy BBoard reading program, which is
@@ -230,14 +232,14 @@
  * deliver mail to users.  This is the interface to the MTS.
  */
 
-char *postproc = nmhlibdir (/post);
+char *postproc = nmhlibexecdir (/post);
 
 /*
  * This is program is called by slocal to handle
  * the action `folder' or `+'.
  */
 
-char *rcvstoreproc = nmhlibdir (/rcvstore);
+char *rcvstoreproc = nmhlibexecdir (/rcvstore);
 
 /* 
  * This program is called to remove a folder.  
