]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h.in
enable support for printf positional parameters by default
[wxWidgets.git] / setup.h.in
index b4d0aadddd0c8d87ac2ce7c0f14d9c271788f09b..1fc6de667bc38a322e358a7024b60fe281511b45 100644 (file)
  */
 #undef VA_LIST_IS_ARRAY
 
+/*
+ * Define if the compiler supports variadic macros
+ */
+#undef HAVE_VARIADIC_MACROS
+
 /*
  * Define if your compiler has std::wstring
  */
  */
 #define wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW 1
 
+/* Define if the system headers declare the type boolean (which will conflict
+ * with the jpeg headers unless HAVE_BOOLEAN is defined).  */
+#undef HAVE_BOOLEAN
+
+/* Define if the header pbt.h is missing.  */
+#undef NEED_PBT_H
+
 #endif /* __WIN32__ */
 
 /* --------------------------------------------------------*