/* 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 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