$NetBSD: patch-ab,v 1.2 2000/03/14 16:52:28 tron Exp $ --- plug-ins/common/mail.c.orig Mon Jan 31 04:13:01 2000 +++ plug-ins/common/mail.c Mon Mar 13 23:55:20 2000 @@ -91,7 +91,12 @@ * */ #ifndef MAILER +#ifdef __NetBSD__ +#include +#define MAILER _PATH_SENDMAIL +#else #define MAILER "/usr/lib/sendmail" +#endif #endif #ifndef UUENCODE