More bug-fixes, GSASL DIGEST-MD5 now works.
[exim.git] / src / src / macros.h
index 451bc56fddd97cc0bad2fd5dae0bb9c719b05b8d..c1c4cc33f703faeedaf500d5268f86daf336443c 100644 (file)
@@ -72,6 +72,11 @@ as unsigned. */
   ((uschar)(c) > 127 && print_topbitchars))
 
 
+/* Convenience for testing strings */
+
+#define streqic(Foo, Bar) (strcmpic(Foo, Bar) == 0)
+
+
 /* When built with TLS support, the act of flushing SMTP output becomes
 a no-op once an SSL session is in progress. */