summaryrefslogtreecommitdiff
path: root/mail/postfix-current/files/patch-ei
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-09-17 15:48:01 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-09-17 15:48:01 +0000
commitc3349661434034a001517ef88304df1a121b45a4 (patch)
tree151d0a273d01dbb23539728521d88bd648f5c07c /mail/postfix-current/files/patch-ei
parentadd primer3 0.9 (diff)
Update to latest snapshot
Add SASL2 support PR: 42751 Submitted by: maintainer, Marc G. Fournier
Diffstat (limited to 'mail/postfix-current/files/patch-ei')
-rw-r--r--mail/postfix-current/files/patch-ei21
1 files changed, 0 insertions, 21 deletions
diff --git a/mail/postfix-current/files/patch-ei b/mail/postfix-current/files/patch-ei
deleted file mode 100644
index 8f03b69ccc52..000000000000
--- a/mail/postfix-current/files/patch-ei
+++ /dev/null
@@ -1,21 +0,0 @@
-*** ./src/smtpd/smtpd.h.orig Thu Sep 14 10:17:23 2000
---- ./src/smtpd/smtpd.h Thu Sep 14 10:17:38 2000
-***************
-*** 12,19 ****
- * SASL library.
- */
- #ifdef USE_SASL_AUTH
-! #include <sasl.h>
-! #include <saslutil.h>
- #endif
-
- /*
---- 12,19 ----
- * SASL library.
- */
- #ifdef USE_SASL_AUTH
-! #include <sasl1/sasl.h>
-! #include <sasl1/saslutil.h>
- #endif
-
- /*