summaryrefslogtreecommitdiff
path: root/MailboxP.h
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-17 14:19:21 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-17 14:19:21 -0800
commitd19f0464e900b30f9a6a3482498711c45afaed14 (patch)
tree067d22368b69588c42bfd8c5eb358a5cc60f7b4d /MailboxP.h
parent4ce1a96d300a9d63a2306331000878d6f8c34a3e (diff)
unifdef SYSVHEADmaster
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'MailboxP.h')
-rw-r--r--MailboxP.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/MailboxP.h b/MailboxP.h
index 23b2589..879153f 100644
--- a/MailboxP.h
+++ b/MailboxP.h
@@ -44,8 +44,6 @@ from the X Consortium.
#ifndef MAILBOX_DIRECTORY
# ifdef _PATH_MAILDIR
# define MAILBOX_DIRECTORY _PATH_MAILDIR
-# elif defined(SYSV)
-# define MAILBOX_DIRECTORY "/usr/mail"
# elif defined(SVR4)
# define MAILBOX_DIRECTORY "/var/mail"
# elif defined(__linux__)