X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7ede73899d3ccca4ff94e2c2333d4016ee4b65be..ab0f0eddc4acd89223c79e38047447419ead583a:/setup.h_vms diff --git a/setup.h_vms b/setup.h_vms index 974bc0b776..551799e6b5 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -604,6 +604,11 @@ * case WX_NO_REGEX_ADVANCED should be defined. */ #undef WX_NO_REGEX_ADVANCED +/* + * On GNU systems use re_search instead of regexec, since the latter does a + * strlen on the search text affecting the performance of some operations. + */ +#undef HAVE_RE_SEARCH /* * Use SDL for audio (Unix) */