Files
pkgsrc-ng/mail/distribute/patches/patch-ac
2013-09-26 17:14:40 +02:00

15 lines
477 B
Plaintext

$NetBSD: patch-ac,v 1.4 2006/01/08 15:44:06 joerg Exp $
--- distribute.c.orig 2006-01-08 15:39:24.000000000 +0000
+++ distribute.c
@@ -49,7 +49,8 @@
#define index strchr
#endif
-#if defined(__bsdi__) /* may be wrong -- we need to use NET/2 def.*/
+/* may be wrong -- we need to use NET/2 def.*/
+#if defined(__bsdi__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__DragonFly__) || defined(__OpenBSD__)
# include <paths.h> /* for sendmail path */
#endif