]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h.in
try all known UCS-[24] synonyms in wxMBConv_iconv, this should fix this class on...
[wxWidgets.git] / setup.h.in
index 667a2d06bb1f470a72d1dc63c31211be940ec0ba..9b96e27d951723ef0e0b1b3914c18427a45fe04f 100644 (file)
 /* Define if you have snprintf() declaration in the header */
 #undef HAVE_SNPRINTF_DECL
 
+/* Define if you have a _broken_ snprintf() declaration in the header,
+ * with 'char*' for the 3rd parameter instead of 'const char*' */
+#undef HAVE_BROKEN_SNPRINTF_DECL
+
 /* define if you have statfs function */
 #undef HAVE_STATFS
 
 /* Define if you have vsnprintf() declaration in the header */
 #undef HAVE_VSNPRINTF_DECL
 
+/* Define if you have a _broken_ vsnprintf() declaration in the header,
+ * with 'char*' for the 3rd parameter instead of 'const char*' */
+#undef HAVE_BROKEN_VSNPRINTF_DECL
+
 /* Define if you have usleep() */
 #undef HAVE_USLEEP