2) Incorporate changes from PR 57382: - add rc.subr support - cleanup sed variable replacement scripts - add pointer to Clam Antivirus to installation message PR 57382 was closed by mistake, I thought the contents have already been commited, while they were not. PR: 59323 Submitted by: milter@free.fr (1) Submitted by: Martin Matuska <martin@tradex.sk> (2) Approved by: MAINTAINER
15 lines
496 B
C
15 lines
496 B
C
--- helper-progs/config.h.in.orig Fri Mar 7 22:56:50 2003
|
|
+++ helper-progs/config.h.in Tue Nov 11 22:54:33 2003
|
|
@@ -14,10 +14,10 @@
|
|
#define X_HEADER_LINE "by-amavisd-new-via-milter"
|
|
|
|
/* Define if you have the mkdtemp function, undefine otherwise */
|
|
-#undef HAVE_MKDTEMP
|
|
+#define HAVE_MKDTEMP
|
|
|
|
/* Define if you have the mktemp function, undefine otherwise */
|
|
-#define HAVE_MKTEMP
|
|
+#undef HAVE_MKTEMP
|
|
|
|
/* Define if we have the snprintf function, undefine otherwise */
|
|
#undef HAVE_SNPRINTF
|