X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/29fd3c0cc135ac56155a590842f808063ec51176..2389f33bb43784aabda8a5a9a359580917211cc8:/setup.h.in diff --git a/setup.h.in b/setup.h.in index 9cba0db12f..7a4fb44f91 100644 --- a/setup.h.in +++ b/setup.h.in @@ -120,6 +120,10 @@ */ #undef HAVE_BOOL +/* + * Use regex support + */ +#define wxUSE_REGEX 0 /* * Use zlib */ @@ -218,6 +222,11 @@ */ #define wxUSE_FILEDLG 0 +/* + * Use wxFindReplaceDialog + */ +#define wxUSE_FINDREPLDLG 0 + /* * Use wxFontDialog */ @@ -446,6 +455,11 @@ #endif #endif +/* + * Use wxTreeLayout class + */ +#define wxUSE_TREELAYOUT 0 + /* * Use this control */ @@ -1000,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__ */