X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fsrc%2Fmytypes.h;h=964abf820d92a3009208dc0e2a00aca231f86117;hb=0509be3542344cf27658df9935d930cb2d2b9560;hp=f8a738da6f620ee6cf2af6eea7afc68a26b3050c;hpb=c4ceed07f17f67af7d96e7fd27c92eb374e62e19;p=exim.git diff --git a/src/src/mytypes.h b/src/src/mytypes.h index f8a738da6..964abf820 100644 --- a/src/src/mytypes.h +++ b/src/src/mytypes.h @@ -37,6 +37,12 @@ the arguments of printf-like functions. This is done by a macro. */ #define ARG_UNUSED /**/ #endif +#ifdef WANT_DEEPER_PRINTF_CHECKS +#define ALMOST_PRINTF(A, B) PRINTF_FUNCTION(A, B) +#else +#define ALMOST_PRINTF(A, B) +#endif + /* Some operating systems (naughtily, imo) include a definition for "uchar" in the standard header files, so we use "uschar". Solaris has u_char in