diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-09-17 15:48:01 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-09-17 15:48:01 +0000 |
commit | c3349661434034a001517ef88304df1a121b45a4 (patch) | |
tree | 151d0a273d01dbb23539728521d88bd648f5c07c /mail/postfix-current/files/patch-lmtp.h | |
parent | add primer3 0.9 (diff) |
Update to latest snapshot
Add SASL2 support
PR: 42751
Submitted by: maintainer, Marc G. Fournier
Notes
Notes:
svn path=/head/; revision=66515
Diffstat (limited to 'mail/postfix-current/files/patch-lmtp.h')
-rw-r--r-- | mail/postfix-current/files/patch-lmtp.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/mail/postfix-current/files/patch-lmtp.h b/mail/postfix-current/files/patch-lmtp.h deleted file mode 100644 index 86d5975b2b4d..000000000000 --- a/mail/postfix-current/files/patch-lmtp.h +++ /dev/null @@ -1,13 +0,0 @@ ---- ./src/lmtp/lmtp.h.orig Fri Jan 19 15:43:06 2001 -+++ ./src/lmtp/lmtp.h Sat Feb 3 14:01:09 2001 -@@ -12,8 +12,8 @@ - * SASL library. - */ - #ifdef USE_SASL_AUTH --#include <sasl.h> --#include <saslutil.h> -+#include <sasl1/sasl.h> -+#include <sasl1/saslutil.h> - #endif - - /* |