* complete copyright information.
*/
-#include <h/mh.h>
+#include "h/mh.h"
+#include "sbr/r1bindex.h"
+#include "sbr/client.h"
+#include "sbr/error.h"
#include "smtp.h"
-#include <h/mts.h>
-#include <h/signals.h>
-#include <h/utils.h>
-#include <h/netsec.h>
+#include "h/mts.h"
+#include "h/signals.h"
+#include "h/utils.h"
+#include "h/netsec.h"
#include <sys/socket.h>
#include "sbr/base64.h"
char **ehlo = EHLOkeys, *buffer;
if (doingEHLO) {
- static int at_least_once = 0;
+ static bool at_least_once;
if (at_least_once) {
char *ep;
free (ep);
}
} else {
- at_least_once = 1;
+ at_least_once = true;
}
ehlo = EHLOkeys;