summaryrefslogtreecommitdiff
path: root/mail/pine/patches/patch-af
blob: c997ae70c3f08825b8f30edbeef98c3802cf1bc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-af,v 1.5 1999/02/10 15:13:38 frueauf Exp $

--- imap/src/mtest/mtest.c.orig	Fri Nov 13 10:59:21 1998
+++ imap/src/mtest/mtest.c	Fri Nov 13 10:59:43 1998
@@ -52,6 +52,9 @@
 
 /* Excellent reasons to hate ifdefs, and why my real code never uses them */
 
+#ifdef __NetBSD__
+#define unix 1
+#endif
 #ifndef unix
 # define unix 0
 #endif