X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/29fd3c0cc135ac56155a590842f808063ec51176..0e980f91092ded629a7b014ff0d2238b1c8940c5:/setup.h.in diff --git a/setup.h.in b/setup.h.in index 9cba0db12f..016bbb0d30 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 */ @@ -446,6 +450,11 @@ #endif #endif +/* + * Use wxTreeLayout class + */ +#define wxUSE_TREELAYOUT 0 + /* * Use this control */