/* Define this if your version of GTK+ is greater than 2.6 */
#undef __WXGTK26__
+/* Define this if your version of GTK+ is greater than 2.10 */
+#undef __WXGTK210__
+
/* Define this if you want to use GPE features */
#undef __WXGPE__
#undef __WINDOWS__
#endif
-#ifndef __WIN95__
-#undef __WIN95__
-#endif
#ifndef __WIN32__
#undef __WIN32__
#endif
#endif
-#define WXWIN_COMPATIBILITY_2_4 0
-
#define WXWIN_COMPATIBILITY_2_6 0
+#define WXWIN_COMPATIBILITY_2_8 0
+
#define wxDIALOG_UNIT_COMPATIBILITY 0
#define wxUSE_RADIOBOX 0
#define wxUSE_RADIOBTN 0
#define wxUSE_SCROLLBAR 0
+#define wxUSE_SEARCHCTRL 0
#define wxUSE_SLIDER 0
#define wxUSE_SPINBTN 0
#define wxUSE_SPINCTRL 0
/* for some features we don't have dedicated configure switches, so just choose
* the common values automatically */
-#if (defined(__WIN95__) && !defined(__WXUNIVERSAL__)) || defined(__WXPM__)
+#if (defined(__WIN32__) && !defined(__WXUNIVERSAL__)) || defined(__WXPM__)
#define wxUSE_OWNER_DRAWN 1
#else
#define wxUSE_OWNER_DRAWN 0
#endif
-#if defined(__WIN95__) && !defined(__WINE__) && !defined(__GNUWIN32_OLD__)
+#if defined(__WIN32__) && !defined(__WINE__) && !defined(__GNUWIN32_OLD__)
#define wxUSE_RICHEDIT 1
#define wxUSE_RICHEDIT2 1
#else
/* Define if fsync() is available */
#undef HAVE_FSYNC
+/* Define if round() is available */
+#undef HAVE_ROUND
+
/* Define if you have ftime() */
#undef HAVE_FTIME
/* Define if you have pthread_cancel */
#undef HAVE_PTHREAD_CANCEL
+/* Define if you have pthread_mutex_timedlock */
+#undef HAVE_PTHREAD_MUTEX_TIMEDLOCK
+
/* Define if you have pthread_attr_setstacksize */
#undef HAVE_PTHREAD_ATTR_SETSTACKSIZE