X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3e44f09d771f3a7910e1b6bf17baa19a8f11de82..0013a77bd1e294fe6d983fc53dac909a07c52b5d:/setup.h.in diff --git a/setup.h.in b/setup.h.in index 100d1d7142..7a4fb44f91 100644 --- a/setup.h.in +++ b/setup.h.in @@ -222,6 +222,11 @@ */ #define wxUSE_FILEDLG 0 +/* + * Use wxFindReplaceDialog + */ +#define wxUSE_FINDREPLDLG 0 + /* * Use wxFontDialog */ @@ -450,6 +455,11 @@ #endif #endif +/* + * Use wxTreeLayout class + */ +#define wxUSE_TREELAYOUT 0 + /* * Use this control */ @@ -1004,7 +1014,4 @@ /* Define this if you are using gtk and gdk contains support for X11R6 XIM */ #undef HAVE_XIM -/* now check the settings self consistency */ -#include "wx/chkconf.h" - #endif /* __WX_SETUP_H__ */