X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/b9c5be1c924b3414d135b40d6d75d6bd9af2f21e..ce52b325c3cdc39c3dbc933fb9630d894a03feb0:/src/src/macros.h diff --git a/src/src/macros.h b/src/src/macros.h index 451bc56fd..c1c4cc33f 100644 --- a/src/src/macros.h +++ b/src/src/macros.h @@ -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. */