From 4a732520f3977f97112efe9027a1ca32428e64e7 Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Tue, 12 Oct 2004 16:16:19 +0000 Subject: - force milter dir as first include path - fix build with sendmail 8.13 mfapi.h - switch default to sendmail 8.13 --- mail/noattach/files/patch-noattach.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 mail/noattach/files/patch-noattach.c (limited to 'mail/noattach/files/patch-noattach.c') diff --git a/mail/noattach/files/patch-noattach.c b/mail/noattach/files/patch-noattach.c new file mode 100644 index 000000000000..19c07c00a793 --- /dev/null +++ b/mail/noattach/files/patch-noattach.c @@ -0,0 +1,12 @@ +--- noattach.c.orig Thu Aug 21 15:52:48 2003 ++++ noattach.c Tue Oct 12 18:02:32 2004 +@@ -54,7 +54,9 @@ + #define BUFFER_SIZE (MILTER_CHUNK_SIZE+OVERLAP_SIZE) + + #ifndef true ++#ifndef __bool_true_false_are_defined + typedef int bool; ++#endif /* ! __bool_true_false_are_defined */ + #define false 0 + #define true 1 + #endif /* ! true */ -- cgit v1.2.3