#endif
-#define WXWIN_COMPATIBILITY_2_2 1
-
#define WXWIN_COMPATIBILITY_2_4 1
+#define WXWIN_COMPATIBILITY_2_6 1
+
#define wxDIALOG_UNIT_COMPATIBILITY 1
#define wxUSE_CHOICEBOOK 1
+#define wxUSE_TREEBOOK 1
+
#define wxUSE_TAB_DIALOG 1
#define wxUSE_GRID 1
#define wxUSE_GLCANVAS 1
+#define wxUSE_RICHTEXT 1
#define wxUSE_CLIPBOARD 1
* the common values automatically */
#if (defined(__WIN95__) && !defined(__WXUNIVERSAL__)) || defined(__WXPM__)
#define wxUSE_OWNER_DRAWN 1
-#endif
-
-#if defined(__WXPM__)
-#define wxUSE_OWNER_DRAWN 1
+#else
+#define wxUSE_OWNER_DRAWN 0
#endif
/* enable rich edit under Win32 */
* case WX_NO_REGEX_ADVANCED should be defined.
*/
#undef WX_NO_REGEX_ADVANCED
+/*
+ * On GNU systems use re_search instead of regexec, since the latter does a
+ * strlen on the search text affecting the performance of some operations.
+ */
+#undef HAVE_RE_SEARCH
/*
* Use SDL for audio (Unix)
*/
* by configure.
*/
-#include "wx/chkconf.h"
-
/*
define some constants identifying wxWindows version in more details t
just the version number