DEFS = @DEFS@
INCLUDES = -I.. -I$(top_srcdir) @CPPFLAGS@
CONFIGDEFS = -DNMHBINDIR='"$(bindir)"' -DNMHETCDIR='"$(etcdir)"' \
- -DNMHLIBDIR='"$(libdir)"' -DSENDMAILPATH='"$(sendmailpath)"' \
+ -DSENDMAILPATH='"$(sendmailpath)"' \
-DMAILSPOOL='"$(mailspool)"'
COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CFLAGS)
** nmh globals
*/
-char *mhlibdir = NMHLIBDIR;
char *mhetcdir = NMHETCDIR;
char *invo_name; /* command invocation name */
** This is the delivery program called by send to actually
** deliver mail to users. This is the interface to the MTS.
*/
-char *postproc = NMHLIBDIR"/spost";
+char *postproc = NMHBINDIR"/spost";
/*
** This is program is called by slocal to handle
** the action `folder' or `+'.
*/
-char *rcvstoreproc = NMHLIBDIR"/rcvstore";
+char *rcvstoreproc = NMHBINDIR"/rcvstore";
/*
** This program is called to remove a message by rmm or refile -nolink.
#include <h/mh.h>
-extern char *mhlibdir;
-
static struct swit switches[] = {
#define COMPSW 0
{ "components", 0 },
{ "version", &version_num },
{ "whatnowproc", &whatnowproc },
{ "etcdir", &mhetcdir },
- { "libdir", &mhlibdir },
{ "backup-prefix", &backup_prefix },
{ "altmsg-link", &altmsglink },
{ "draft-folder", &draftfolder },