Use /var/spool instead of /usr/spool and /var/mail instead of /usr/mail

This commit is contained in:
chase
2018-05-19 20:54:27 -05:00
committed by Jon Trulson
parent 07900bd93b
commit 0fa51f280f
23 changed files with 64 additions and 90 deletions

View File

@@ -165,13 +165,7 @@ WidgetClass dtControlGadgetClass;
#define UNSPECIFIED_DIMENSION 9999
#define UNSPECIFIED_CHAR 255
#ifdef _SUN_OS
static const char _DtMsgIndicator_0000[] = "/var/mail/";
#elif defined(__osf__)
static const char _DtMsgIndicator_0000[] = "/usr/spool/mail/";
#else
static const char _DtMsgIndicator_0000[] = "/usr/mail/";
#endif
#define MAIL_DIR _DtMsgIndicator_0000
#define Min(x, y) (((x) < (y)) ? (x) : (y))