summaryrefslogtreecommitdiff
path: root/extra/Configs/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-04-17 17:17:31 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-04-17 17:51:12 +0200
commit43da5e839f0a287206b5aafd8784e8390481fa73 (patch)
treea0c5c0f67d59ca2a2ef5b95ad598840049308033 /extra/Configs/Config.in
parent2f4000a2f56f9b80e431c3ad07b4c8e3711397fc (diff)
remove old fnmatch implementation
Diffstat (limited to 'extra/Configs/Config.in')
-rw-r--r--extra/Configs/Config.in15
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