summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Mailbox.c7
-rw-r--r--MailboxP.h2
2 files changed, 0 insertions, 9 deletions
diff --git a/Mailbox.c b/Mailbox.c
index 209ba60..b64375a 100644
--- a/Mailbox.c
+++ b/Mailbox.c
@@ -71,12 +71,6 @@ from the X Consortium.
typedef int waitType;
# define INTWAITTYPE
#else /* ! X_NOT_POSIX */
-#ifdef SYSV
-# define waitCode(w) (((w) >> 8) & 0x7f)
-# define waitSig(w) ((w) & 0xff)
-typedef int waitType;
-# define INTWAITTYPE
-#else
#ifdef WIN32
#include <process.h>
# define INTWAITTYPE
@@ -89,7 +83,6 @@ typedef int waitType;
# define waitSig(w) ((w).w_T.w_Termsig)
typedef union wait waitType;
#endif /* WIN32 else */
-#endif /* SYSV else */
#endif /* ! X_NOT_POSIX else */
#include <X11/bitmaps/mailfull> /* for flag up (mail present) bits */
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__)