Skip to content

Commit

Permalink
main, gnulib: add gnulib_regex on the feature list.
Browse files Browse the repository at this point in the history
  • Loading branch information
hirooih committed Jul 18, 2021
1 parent 4a240f4 commit 1967181
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main/options.c
Expand Up @@ -555,6 +555,10 @@ static struct Feature {
{"wildcards", "can use glob matching"},
{"regex", "can use regular expression based pattern matching"},

/* https://lists.gnu.org/archive/html/bug-gnulib/2011-07/msg00435.html */
#ifdef _REGEX_INCLUDE_LIMITS_H
{"gnulib_regex", "linked with the Gnulib regular expression library"},
#endif
#ifndef EXTERNAL_SORT
{"internal-sort", "uses internal sort routine instead of invoking sort command"},
#endif
Expand Down

0 comments on commit 1967181

Please sign in to comment.