X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d4158b5d93a365f244c8b44e445f65e4254b244f..c0f8674c79186e83854f43e53e4805fd3ee866b4:/setup.h.in diff --git a/setup.h.in b/setup.h.in index 605c55d1a7..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 */ @@ -664,6 +673,10 @@ * Use built-in HTML-based help controller */ #define wxUSE_WXHTML_HELP 0 +/* + * Use MS HTML Help controller (win32) + */ +#define wxUSE_MS_HTML_HELP 0 /* * Use iostream.h rather than iostream