*/
#undef VA_LIST_IS_ARRAY
+/*
+ * Define if the compiler supports variadic macros
+ */
+#undef HAVE_VARIADIC_MACROS
+
/*
* Define if your compiler has std::wstring
*/
/* Define if you have Pango xft support */
#undef HAVE_PANGO_XFT
+/* Define if you have the <sys/select.h> header file. */
+#undef HAVE_SYS_SELECT_H
+
/* -------------------------------------------------------------------------
Win32 adjustments section
------------------------------------------------------------------------- */
*/
#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__ */
/* --------------------------------------------------------*