X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d4158b5d93a365f244c8b44e445f65e4254b244f..721a4a08bce5245dd748a9f4c64c5d25a02e8155:/setup.h.in diff --git a/setup.h.in b/setup.h.in index 605c55d1a7..100d1d7142 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 */ @@ -664,6 +668,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