X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/46f35e659f3bc3e808a70263bea0ec72624c8a08..f345b9b480296b4b6a8469d6221752893c5d1420:/config/config.c?ds=sidebyside diff --git a/config/config.c b/config/config.c index a5cdfd9b..28436d93 100644 --- a/config/config.c +++ b/config/config.c @@ -11,8 +11,9 @@ #include #define nmhbindir(file) NMHBINDIR#file -#define nmhetcdir(file) NMHETCDIR#file #define nmhlibexecdir(file) NMHLIBEXECDIR#file +#define nmhetcdir(file) NMHETCDIR#file +#define nmhdocdir(file) NMHDOCDIR#file /* @@ -143,8 +144,10 @@ char *nmhaccessftp = "nmh-access-ftp"; /* profile entry for external url access command */ char *nmhaccessurl = "nmh-access-url"; +char *mhbindir = NMHBINDIR; char *mhlibexecdir = NMHLIBEXECDIR; char *mhetcdir = NMHETCDIR; +char *mhdocdir = NMHDOCDIR; /* * nmh not-so constants @@ -241,13 +244,6 @@ char *moreproc = NULL; char *mhlproc = nmhlibexecdir (/mhl); -/* - * This is the super handy BBoard reading program, which is - * really just the nmh shell program. - */ - -char *mshproc = nmhbindir (/msh); - /* * This program is called to pack a folder. */ @@ -298,13 +294,6 @@ char *showmimeproc = nmhbindir (/mhshow); char *showproc = nmhlibexecdir (/mhl); -/* - * This program is called by vmh as the back-end to the window management - * protocol - */ - -char *vmhproc = nmhbindir (/msh); - /* * This program is called after comp, et. al., have built a draft */