blob: 2a51a7f5d624ef9e71106353b6eee09bd3226d44 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- plug-ins/mail/mail.c.orig Mon Nov 24 23:04:27 1997
+++ plug-ins/mail/mail.c Tue Apr 14 00:43:26 1998
@@ -88,9 +88,9 @@
* As always: The utility of this plugin is left as an exercise for the reader
*
*/
-#ifndef MAILER
-#define MAILER "/usr/lib/sendmail"
-#endif
+
+#include <paths.h>
+#define MAILER _PATH_SENDMAIL
#ifndef UUENCODE
#define UUENCODE "uuencode"
|