diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-02-17 14:19:21 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-02-17 14:19:21 -0800 |
commit | d19f0464e900b30f9a6a3482498711c45afaed14 (patch) | |
tree | 067d22368b69588c42bfd8c5eb358a5cc60f7b4d | |
parent | 4ce1a96d300a9d63a2306331000878d6f8c34a3e (diff) |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | Mailbox.c | 7 | ||||
-rw-r--r-- | MailboxP.h | 2 |
2 files changed, 0 insertions, 9 deletions
@@ -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 */ @@ -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__) |