X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=mts%2Fsmtp%2Fsmtp.c;h=f2390b834560646f612a554095d5714658a6c47b;hb=f88898638f4f0f8f6d77b1235b704982d295b832;hp=5b33ed827009ce40e5d4da8859b0b7a6e59b349b;hpb=a60b66a4ee37b8cd59233b7f35a50398f0a27da6;p=mmh diff --git a/mts/smtp/smtp.c b/mts/smtp/smtp.c index 5b33ed8..f2390b8 100644 --- a/mts/smtp/smtp.c +++ b/mts/smtp/smtp.c @@ -13,6 +13,15 @@ #include #endif +#ifdef CYRUS_SASL +#include +#include +#include +#include +#include +#include +#endif /* CYRUS_SASL */ + /* * This module implements an interface to SendMail very similar * to the MMDF mm_(3) routines. The sm_() routines herein talk @@ -108,7 +117,8 @@ char *EHLOkeys[MAXEHLO + 1]; /* * static prototypes */ -static int smtp_init (char *, char *, int, int, int, int, int); +static int smtp_init (char *, char *, int, int, int, int, int, int, + char *, char *); static int sendmail_init (char *, char *, int, int, int, int, int); static int rclient (char *, char *, char *);