diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-04-05 19:05:49 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-04-05 19:05:49 +0000 |
commit | 54014030e25173e14c1f52035309dc5a5c328aca (patch) | |
tree | 1f613657cdcfab4f28a5b549a231de9d77d592f2 /security/amavisd-new/files | |
parent | eeb9bc7a2fab10edd47c5920c25226b2f90cc15f (diff) |
Notes
Diffstat (limited to 'security/amavisd-new/files')
-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 |