#if defined __GNUC__ && !defined(__INTEL_COMPILER)
# if __GNUC__ >= 3 /* 3.0 -> */ /* XXX Verify this version */
# define HASATTRIBUTE_FORMAT
+# if defined __MINGW32__
+# define PRINTF_FORMAT_NULL_OK
+# endif
# endif
# if __GNUC__ >= 3 /* 3.0 -> */
# define HASATTRIBUTE_MALLOC
d_pipe='define'
d_poll='undef'
d_portable='define'
+d_printf_format_null='undef'
d_procselfexe='undef'
d_pthread_atfork='undef'
d_pthread_attr_setscope='undef'
d_pipe='define'
d_poll='undef'
d_portable='define'
+d_printf_format_null='undef'
d_procselfexe='undef'
d_pthread_atfork='undef'
d_pthread_attr_setscope='undef'
d_pipe='define'
d_poll='undef'
d_portable='define'
+d_printf_format_null='undef'
d_procselfexe='undef'
d_pthread_atfork='undef'
d_pthread_attr_setscope='undef'
d_pipe='define'
d_poll='undef'
d_portable='define'
+d_printf_format_null='undef'
d_procselfexe='undef'
d_pthread_atfork='undef'
d_pthread_attr_setscope='undef'
/* HASATTRIBUTE_FORMAT:
* Can we handle GCC attribute for checking printf-style formats
*/
+/* PRINTF_FORMAT_NULL_OK:
+ * Allows __printf__ format to be null when checking printf-style
+ */
/* HASATTRIBUTE_MALLOC:
* Can we handle GCC attribute for malloc-style functions.
*/
* Can we handle GCC attribute for warning on unused results
*/
/*#define HASATTRIBUTE_FORMAT /**/
+/*#define PRINTF_FORMAT_NULL_OK /**/
/*#define HASATTRIBUTE_MALLOC /**/
/*#define HASATTRIBUTE_NONNULL /**/
/*#define HASATTRIBUTE_NORETURN /**/
/* HASATTRIBUTE_FORMAT:
* Can we handle GCC attribute for checking printf-style formats
*/
+/* PRINTF_FORMAT_NULL_OK:
+ * Allows __printf__ format to be null when checking printf-style
+ */
/* HASATTRIBUTE_MALLOC:
* Can we handle GCC attribute for malloc-style functions.
*/
* Can we handle GCC attribute for warning on unused results
*/
/*#define HASATTRIBUTE_FORMAT /**/
+/*#define PRINTF_FORMAT_NULL_OK /**/
/*#define HASATTRIBUTE_MALLOC /**/
/*#define HASATTRIBUTE_NONNULL /**/
/*#define HASATTRIBUTE_NORETURN /**/
/* HASATTRIBUTE_FORMAT:
* Can we handle GCC attribute for checking printf-style formats
*/
+/* PRINTF_FORMAT_NULL_OK:
+ * Allows __printf__ format to be null when checking printf-style
+ */
/* HASATTRIBUTE_MALLOC:
* Can we handle GCC attribute for malloc-style functions.
*/
* Can we handle GCC attribute for warning on unused results
*/
/*#define HASATTRIBUTE_FORMAT /**/
+/*#define PRINTF_FORMAT_NULL_OK /**/
/*#define HASATTRIBUTE_MALLOC /**/
/*#define HASATTRIBUTE_NONNULL /**/
/*#define HASATTRIBUTE_NORETURN /**/
/* HASATTRIBUTE_FORMAT:
* Can we handle GCC attribute for checking printf-style formats
*/
+/* PRINTF_FORMAT_NULL_OK:
+ * Allows __printf__ format to be null when checking printf-style
+ */
/* HASATTRIBUTE_MALLOC:
* Can we handle GCC attribute for malloc-style functions.
*/
* Can we handle GCC attribute for warning on unused results
*/
/*#define HASATTRIBUTE_FORMAT /**/
+/*#define PRINTF_FORMAT_NULL_OK /**/
/*#define HASATTRIBUTE_MALLOC /**/
/*#define HASATTRIBUTE_NONNULL /**/
/*#define HASATTRIBUTE_NORETURN /**/