/* Define to `unsigned' if <sys/types.h> doesn't define. */
#undef size_t
+/* Define if ssize_t type is available. */
+#undef HAVE_SSIZE_T
+
/* Define if you have the ANSI C header files. */
#define STDC_HEADERS
#define wxUSE_ODBC 1
#define wxUSE_BUILTIN_IODBC 0
#define wxODBC_FWD_ONLY_CURSORS 1
-#define wxODBC_BACKWARD_COMPATABILITY 0
/*
* Use freetype
*/
/*
* Use this control
*/
+#ifndef __WXX11__
#define wxUSE_TOGGLEBTN 1
+#else
+#define wxUSE_TOGGLEBTN 0
+#endif
+
/*
* Use Tab dialog class - obsolete, use wxNotebook instead
*/
* Use wave class
*/
#define wxUSE_SOUND 1
+/*
+ * Use wxMediaCtrl class
+ */
+#define wxUSE_MEDIACTRL 0
/*
* Use config system
*/