/* 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__
#define wxUSE_STOPWATCH 0
+#define wxUSE_FSWATCHER 0
+
#define wxUSE_CONFIG 0
#define wxUSE_CONFIG_NATIVE 0
#define wxUSE_STC 0
-#ifndef wxUSE_GRAPHICS_CONTEXT
#define wxUSE_GRAPHICS_CONTEXT 0
-#endif
#define wxUSE_CONTROLS 0
#define wxUSE_IMAGLIST 0
+#define wxUSE_INFOBAR 0
+
#define wxUSE_MENUS 0
#define wxUSE_NOTIFICATION_MESSAGE 0
* Use the Hildon framework
*/
#define wxUSE_LIBHILDON 0
+/*
+ * Use the Hildon 2.0 framework
+ */
+#define wxUSE_LIBHILDON2 0
/*
* Have glibc2
*/
/* 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
------------------------------------------------------------------------- */