Always init_lookup_list before readconf_main.
[exim.git] / src / src / macros.h
index e3129c61fc36bec7d7ba0f92c5b37999a7091854..c1c4cc33f703faeedaf500d5268f86daf336443c 100644 (file)
@@ -1,5 +1,3 @@
-/* $Cambridge: exim/src/src/macros.h,v 1.40 2010/06/06 00:27:52 pdp Exp $ */
-
 /*************************************************
 *     Exim - an Internet mail transport agent    *
 *************************************************/
@@ -74,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. */