byte first (like Motorola and SPARC, unlike Intel and VAX). */
#undef WORDS_BIGENDIAN
+#ifdef __WXGTK__
/* Define this if your version of GTK+ is greater than 1.2 */
#define __WXGTK12__ 1
/* Define this if your version of GTK+ is greater than 1.3 */
#undef __WXGTK20__
+#endif
/*
* Define to 1 for Unix[-like] system
/*
* Compile wxString with some Unicode (wide character) support?
*/
-#define wxUSE_WCHAR_T 0
+#define wxUSE_WCHAR_T 1
/*
* Compile wxWindows in Unicode mode (Win32 only for now)?
/*
* Compatibility with 2.2 API
*/
-#define WXWIN_COMPATIBILITY_2_2 1
+#define WXWIN_COMPATIBILITY_2_2 0
+/*
+ * Compatibility with 2.4 API
+ */
+#define WXWIN_COMPATIBILITY_2_4 1
/*
* Enables debugging: memory tracing, assert, etc., contains debug level
*/
/* Define if you have vsnprintf() */
#undef HAVE_VSNPRINTF
+/* Define if you have vsnprintf() declaration in the header */
+#undef HAVE_VSNPRINTF_DECL
+
/* Define if you have usleep() */
#define HAVE_USLEEP 1