summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
Diffstat (limited to 'extra')
-rw-r--r--extra/Configs/Config.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in
index 468288fd7..aa4a78c17 100644
--- a/extra/Configs/Config.in
+++ b/extra/Configs/Config.in
@@ -1044,6 +1044,16 @@ config UCLIBC_HAS_REGEX
Of course, if you only staticly 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 Support"
+ depends on UCLIBC_HAS_REGEX
+ default y
+ help
+ POSIX regular expression code is really big -- 27k all by itself.
+ If you don't use regular expressions, turn this off and save space.
+ Of course, if you only staticly link, leave this on, since it will
+ only be included in your apps if you use regular expressions.
+
config UCLIBC_HAS_WORDEXP
bool "Support the wordexp() interface"
default n