X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7799a2d76f42c91b136dabb3225367b99034aa95..3070bd96337c28b46c46642918c8d4a6a8dc4483:/setup.h.in diff --git a/setup.h.in b/setup.h.in index a6e821cc62..932c30459c 100644 --- a/setup.h.in +++ b/setup.h.in @@ -1,4 +1,3 @@ -G /* This define (__WX_SETUP_H__) is used both to insure setup.h is included * only once and to indicate that we are building using configure. */ #ifndef __WX_SETUP_H__ @@ -308,6 +307,12 @@ G #define wxUSE_TAB_DIALOG 0 /* compatibility */ #define wxUSE_TABDIALOG wxUSE_TAB_DIALOG + +/* + * Use generic wxToolBar instead of the native one? + */ +#define wxUSE_TOOLBAR_SIMPLE 0 + /* * Use this control */ @@ -735,6 +740,6 @@ G #undef HAVE_WCSTR_H /* Define this if you are using gtk and gdk contains support for X11R6 XIM */ -#undef HAVE_GDK_XIM +#undef HAVE_XIM #endif /* __WX_SETUP_H__ */