freebsd-ports/mail/postfix22/files/patch-ej
FUJISHIMA Satsuki 35ea9ae15c update to NON BETA release, 20010228.
PR:		25493
Submitted by:	maintainer
2001-03-04 19:35:00 +00:00

22 lines
379 B
Plaintext

*** ./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 <sasl/sasl.h>
! #include <sasl/saslutil.h>
#endif
/*