From 43da5e839f0a287206b5aafd8784e8390481fa73 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 17 Apr 2017 17:17:31 +0200 Subject: remove old fnmatch implementation --- extra/Configs/Config.in | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'extra') 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 -- cgit v1.2.3