1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/mail/postfix1/files/patch-lmtp.h
Jacques Vidrine 4229c6179c After a repo-copy from ports/mail/postfix, time warp back to
2003/01/08 and Postfix version 1.1.12.  Some folks haven't moved on to
Postfix 2.x it seems.

Requested by:	diviner17@yahoo.com
2003-07-31 12:19:53 +00:00

14 lines
275 B
C

--- ./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
/*