diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-04-17 17:17:31 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-04-17 17:51:12 +0200 |
commit | 43da5e839f0a287206b5aafd8784e8390481fa73 (patch) | |
tree | a0c5c0f67d59ca2a2ef5b95ad598840049308033 /extra | |
parent | 2f4000a2f56f9b80e431c3ad07b4c8e3711397fc (diff) |
remove old fnmatch implementation
Diffstat (limited to 'extra')
-rw-r--r-- | extra/Configs/Config.in | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index b329f88b7..974fc7a1a 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -1856,21 +1856,6 @@ config UCLIBC_HAS_FNMATCH help POSIX fnmatch. -config UCLIBC_HAS_FNMATCH_OLD - bool "Use the older (stable) fnmatch code" - depends on UCLIBC_HAS_FNMATCH - default y - help - There are two versions of fnmatch. The older (stable) version has - been in uClibc for quite a long time but hasn't seen too many - updates. It also has some known issues when dealing with uncommon - corner cases and multibyte/unicode strings. However, it is quite - a bit smaller than the newer version. - - If the older version has worked for you and you don't need unicode - support, then stick with the old version (and say Y here). - Otherwise, you should use the new version (and say N here). - config UCLIBC_HAS_WORDEXP bool "Support the wordexp() interface" depends on UCLIBC_HAS_GLOB |