pkgsrc/mail/distribute/patches/patch-ac

14 lines
441 B
Text

$NetBSD: patch-ac,v 1.3 2000/02/13 19:39:51 fredb Exp $
--- distribute.c.orig Sun Feb 13 13:32:22 2000
+++ distribute.c Sun Feb 13 13:33:08 2000
@@ -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__)
# include <paths.h> /* for sendmail path */
#endif