mts/sendmail code. Kimmo has since fixed nmh so it compiles, but according to
Ken, the SASL stuff still does not work. Integrating a patch from him for this.
unnecessary local makes and an out-of-sync stamp-h.in file, but
would not cause problems for other people using the CVS files.
+ * Ken Hornstein's SASL patch was not integrated properly with
+ Ruud's new merged mts/sendmail code. Kimmo has since fixed nmh so
+ it compiles, but according to Ken, the SASL stuff still does not
+ work. Integrating a patch from him for this.
+
Tue Jul 18 19:36:59 EDT 2000 Kimmo Suominen <kim@tac.nyc.ny.us>
* Added the answer to Dan's question in README.developers.
#include <errno.h>
#endif
+#ifdef CYRUS_SASL
+#include <sasl.h>
+#include <sys/socket.h>
+#include <netinet/in.h>
+#include <arpa/inet.h>
+#include <netdb.h>
+#include <errno.h>
+#endif /* CYRUS_SASL */
+
/*
* This module implements an interface to SendMail very similar
* to the MMDF mm_(3) routines. The sm_() routines herein talk
KRB4_LIBS = @KRB4_LIBS@
SASL_LIBS = @SASL_LIBS@
HESIOD_LIBS = @HESIOD_LIBS@
-LOCALLIBS = ../config/version.o ../config/config.o ../sbr/libmh.a $(MTSLIB) ../zotnet/libzot.a
+LOCALLIBS = ../config/version.o ../config/config.o $(MTSLIB) ../sbr/libmh.a ../zotnet/libzot.a
LINKLIBS = $(LOCALLIBS) $(KRB4_LIBS) $(SASL_LIBS) $(HESIOD_LIBS) $(LIBS)
LINT = @LINT@