freebsd-ports/mail/postfix1/files/patch-ej
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

21 lines
381 B
Text

*** ./src/smtp/smtp.h.orig Thu Sep 14 13:04:43 2000
--- ./src/smtp/smtp.h Thu Sep 14 13:04:53 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
/*