diff options
Diffstat (limited to 'security/amavisd-new/files/patch-config.h.in')
-rw-r--r-- | security/amavisd-new/files/patch-config.h.in | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/security/amavisd-new/files/patch-config.h.in b/security/amavisd-new/files/patch-config.h.in index 2f6641d9a4b5..63559836a5d2 100644 --- a/security/amavisd-new/files/patch-config.h.in +++ b/security/amavisd-new/files/patch-config.h.in @@ -1,15 +1,11 @@ ---- 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 +--- helper-progs/config.h.in.orig Mon Mar 6 00:26:08 2006 ++++ helper-progs/config.h.in Tue Apr 4 08:21:29 2006 +@@ -17,7 +17,7 @@ + #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 + #define HAVE_SNPRINTF |