Remove HAVE_RE_SEARCH
It is not used any longer since removing non-PCRE-based wxRegEx implementation.
This commit is contained in:
parent
fa84aa7605
commit
2433e201e4
3 changed files with 0 additions and 15 deletions
|
|
@ -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)
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue