1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/mail/nmh/files/patch-aa
Mark Murray 4e5c3cbd2a Update from 0.17 to 0.18
While I'm about it, make this more compatible with the "MH" port WRT
locking and the "deleted" files.
1997-12-28 12:37:47 +00:00

38 lines
882 B
Plaintext

--- ../nmh-0.18.ORIG/acconfig.h Mon Dec 1 07:52:31 1997
+++ acconfig.h Sun Dec 28 14:22:34 1997
@@ -36,9 +36,9 @@
* OpenBSD 2.x
* BSD/OS 2.x
*/
-/* #define BIND 1 */
-/* #define BSD42 1 */
-/* #define BSD44 1 */
+#define BIND 1 /**/
+#define BSD42 1 /**/
+#define BSD44 1 /**/
/*
* SCO 4.x
@@ -71,10 +71,10 @@
* other programs which may modify your maildrops.
* Currently you can only use one type.
*/
-#define DOT_LOCKING 1
+/* #define DOT_LOCKING 1 */
/* #define FCNTL_LOCKING 1 */
/* #define LOCKF_LOCKING 1 */
-/* #define FLOCK_LOCKING 1 */
+#define FLOCK_LOCKING 1
/*
* If you have defined DOT_LOCKING, then the default is to
@@ -154,7 +154,7 @@
/*
* The prefix to use when messages are "removed" by rmm.
*/
-#define BACKUP_PREFIX ","
+#define BACKUP_PREFIX "#"
/*
* Name of link to file to which you are replying.