X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/abb6edd197b78d24f762257a7880539556d10505..bb650010c8200174ce824aaadac44e8e5ead194d:/setup.h.in diff --git a/setup.h.in b/setup.h.in index f21c905398..65759d96c3 100644 --- a/setup.h.in +++ b/setup.h.in @@ -68,6 +68,9 @@ /* 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__ @@ -148,8 +151,6 @@ #endif -#define WXWIN_COMPATIBILITY_2_4 0 - #define WXWIN_COMPATIBILITY_2_6 0 #define WXWIN_COMPATIBILITY_2_8 0 @@ -806,6 +807,9 @@ /* Define if fsync() is available */ #undef HAVE_FSYNC +/* Define if round() is available */ +#undef HAVE_ROUND + /* Define if you have ftime() */ #undef HAVE_FTIME @@ -833,6 +837,9 @@ /* 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