summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-04-17 17:19:35 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-04-17 17:51:12 +0200
commit2733ce87f0ffd9a6b950ec49f1d502da7a7e973b (patch)
treec67cbc0eff152ad247908bcc498a7a9eba8b759c /extra
parent43da5e839f0a287206b5aafd8784e8390481fa73 (diff)
remove old regex implementation
Diffstat (limited to 'extra')
-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 974fc7a1a..80100a7f8 100644
--- a/extra/Configs/Config.in
+++ b/extra/Configs/Config.in
@@ -1835,21 +1835,6 @@ config UCLIBC_HAS_REGEX
Of course, if you only statically link, leave this on, since it will
only be included in your apps if you use regular expressions.
-config UCLIBC_HAS_REGEX_OLD
- bool "Use the older (stable) regular expression code"
- depends on UCLIBC_HAS_REGEX
- default y
- help
- There are two versions of regex. 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_FNMATCH
bool "fnmatch Support"
default y