summaryrefslogtreecommitdiff
path: root/mail/imap-uw/patches/patch-ai
blob: bcd6c2bc8b8d3bdadc7ae7b151245bb3d10bf383 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-ai,v 1.4 2004/05/13 18:14:34 adam Exp $

--- src/mtest/mtest.c.orig	2004-05-01 17:22:07.000000000 +0000
+++ src/mtest/mtest.c
@@ -33,6 +33,11 @@
 
 /* Excellent reasons to hate ifdefs, and why my real code never uses them */
 
+#if defined(__NetBSD__)		/* NetBSD no longer defines unix. */
+# undef unix
+# define unix 1
+#endif
+
 #ifndef unix
 # define unix 0
 #endif