Fix client-only use of gsasl authenticator. Bug 2818
[exim.git] / src / src / macros.h
index bf5241e1029ebd3e17dd0bd74ec54add81a85a25..80e0ecbe172f7b957bca1bf96b19c9900dabb83d 100644 (file)
@@ -79,11 +79,6 @@ 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. */