mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
47c434f9bb
xmailbox - mailbox checker with sound and animation for X PR: 6748 Submitted by: andy@icc.surw.chel.su
17 lines
404 B
Plaintext
17 lines
404 B
Plaintext
--- MailboxP.h Mon Jul 1 11:13:47 1996
|
|
+++ /home/andy/tmp/wrk/MailboxP.h Sun May 24 00:39:39 1998
|
|
@@ -40,12 +40,10 @@
|
|
|
|
#ifdef SYSV
|
|
#define MAILBOX_DIRECTORY "/usr/mail"
|
|
-#else
|
|
-#ifdef SVR4
|
|
+#elif defined(SVR4) || defined(__FreeBSD__)
|
|
#define MAILBOX_DIRECTORY "/var/mail"
|
|
#else
|
|
#define MAILBOX_DIRECTORY "/usr/spool/mail"
|
|
-#endif
|
|
#endif
|
|
|
|
typedef struct { /* new fields for mailbox widget */
|