PRINTF_FUNCTION -> ALMOST_PRINTF.
[exim.git] / src / src / mytypes.h
index f8a738da6f620ee6cf2af6eea7afc68a26b3050c..964abf820d92a3009208dc0e2a00aca231f86117 100644 (file)
@@ -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