X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b39dbf34b887a73c525da903d8599f4f6b7eb8f9..76bdd7b31b1efd37286917d37fe0f6b188d069a5:/setup.h.in diff --git a/setup.h.in b/setup.h.in index 50fdb2a3be..57b110ba55 100644 --- a/setup.h.in +++ b/setup.h.in @@ -157,6 +157,10 @@ */ #undef HAVE_CONST_CAST +/* + * use STL for containers and wxString + */ +#define wxUSE_STL 0 /* * Use regex support */ @@ -208,7 +212,9 @@ /* * Use GUI */ +#ifndef wxUSE_GUI #define wxUSE_GUI 0 +#endif /* * Don't use GUI (defined to 1 when compiling/using base only) */ @@ -329,6 +335,11 @@ */ #define wxUSE_DRAGIMAGE 0 +/* + * Enable accessibility support + */ +#define wxUSE_ACCESSIBILITY 0 + /* * Use property sheet classes */