35ea9ae15c
PR: 25493 Submitted by: maintainer
22 lines
383 B
Plaintext
22 lines
383 B
Plaintext
*** ./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 <sasl/sasl.h>
|
|
! #include <sasl/saslutil.h>
|
|
#endif
|
|
|
|
/*
|