From 2433e201e4a43b931e84d24e262e7f599beca422 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 26 Jan 2023 17:43:54 +0100 Subject: [PATCH] Remove HAVE_RE_SEARCH It is not used any longer since removing non-PCRE-based wxRegEx implementation. --- build/cmake/setup.h.in | 5 ----- setup.h.in | 5 ----- setup.h_vms | 5 ----- 3 files changed, 15 deletions(-) diff --git a/build/cmake/setup.h.in b/build/cmake/setup.h.in index 87e5260d84..09fc6702b2 100644 --- a/build/cmake/setup.h.in +++ b/build/cmake/setup.h.in @@ -708,11 +708,6 @@ */ #cmakedefine HAVE_BROKEN_LIBSTDCXX_VISIBILITY -/* - * 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. - */ -#cmakedefine HAVE_RE_SEARCH /* * Use SDL for audio (Unix) */ diff --git a/setup.h.in b/setup.h.in index 704c8e8e7d..537458cf7a 100644 --- a/setup.h.in +++ b/setup.h.in @@ -711,11 +711,6 @@ */ #undef HAVE_BROKEN_LIBSTDCXX_VISIBILITY -/* - * 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) */ diff --git a/setup.h_vms b/setup.h_vms index a0025bc228..138f50ebf0 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -771,11 +771,6 @@ typedef pid_t GPid; */ #undef HAVE_BROKEN_LIBSTDCXX_VISIBILITY -/* - * 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) */