*/
#define SLOCAL_MBOX 1
-/*
- * If this is defined, nmh will recognize the ~ construct.
- */
-#define MHRC 1
-
/*
* Compile simple ftp client into mhshow/mhstore. This will be used by
* mhshow/mhstore for ftp access unless you have specified another access
*/
#include <h/mh.h>
-
-#ifdef MHRC
-# include <pwd.h>
-#endif
+#include <pwd.h>
/*
{
static char epath[PATH_MAX];
char *cp;
-#ifdef MHRC
char *pp;
struct passwd *pw;
if (access (epath, R_OK) != NOTOK)
return epath; /* else fall */
}
-try_it:
-#endif /* MHRC */
+try_it:
if (*file == '/') {
/* If already absolute pathname, return it */
return file;