X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/11c2b0413acb18377d6a641b76941b3e6f7e2475..b7421ab62574f7de584b2edf1270753277353371:/setup.h.in diff --git a/setup.h.in b/setup.h.in index 117d7b5542..40a2cb30e2 100644 --- a/setup.h.in +++ b/setup.h.in @@ -68,6 +68,9 @@ /* Define this if your version of GTK+ is greater than 2.10 */ #undef __WXGTK210__ +/* Define this if your version of GTK+ is greater than 2.18 */ +#undef __WXGTK218__ + /* Define this if you want to use GPE features */ #undef __WXGPE__ @@ -242,6 +245,8 @@ #define wxUSE_STOPWATCH 0 +#define wxUSE_FSWATCHER 0 + #define wxUSE_CONFIG 0 #define wxUSE_CONFIG_NATIVE 0 @@ -294,6 +299,8 @@ #define wxUSE_VARIANT 0 +#define wxUSE_ANY 0 + #define wxUSE_REGEX 0 #define wxUSE_SYSTEM_OPTIONS 0 @@ -315,9 +322,7 @@ #define wxUSE_STC 0 -#ifndef wxUSE_GRAPHICS_CONTEXT #define wxUSE_GRAPHICS_CONTEXT 0 -#endif #define wxUSE_CONTROLS 0 @@ -407,6 +412,8 @@ #define wxUSE_IMAGLIST 0 +#define wxUSE_INFOBAR 0 + #define wxUSE_MENUS 0 #define wxUSE_NOTIFICATION_MESSAGE 0 @@ -740,6 +747,10 @@ * Use the Hildon framework */ #define wxUSE_LIBHILDON 0 +/* + * Use the Hildon 2.0 framework + */ +#define wxUSE_LIBHILDON2 0 /* * Have glibc2 */ @@ -1148,6 +1159,12 @@ /* Define if locale_t is available */ #undef HAVE_LOCALE_T +/* Define if you have inotify_xxx() functions. */ +#undef wxHAS_INOTIFY + +/* Define if you have kqueu_xxx() functions. */ +#undef wxHAS_KQUEUE + /* ------------------------------------------------------------------------- Win32 adjustments section ------------------------------------------------------------------------- */