/* Define this if your version of Motif is greater than 2.0 */
/* #undef __WXMOTIF20__ */
+/* Define this if you are using Lesstif */
+/* #undef __WXLESSTIF__ */
+
#ifdef __WXGTK__
/* Define this if your version of GTK+ is greater than 1.2 */
#define __WXGTK12__ 1
/* Define if you have pango_font_family_is_monospace() (Pango >= 1.3.3) */
#undef HAVE_PANGO_FONT_FAMILY_IS_MONOSPACE
+/* Define if gtk_icon_size_lookup is missing from the GTK+ headers */
+#undef NEED_GTK_ICON_SIZE_LOOKUP
+
/* Define if you have Pango xft support */
#undef HAVE_PANGO_XFT