diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-28 16:33:54 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-28 16:33:54 +0000 |
commit | 47e2330706f095aecc98fb7998c60bd1c6c045d3 (patch) | |
tree | 8659d60e6d8b60192707dd2eab1270bb1a7f40a0 | |
parent | c4137edde1ebabe4d4490f3ce37cd3fcaa2e5398 (diff) |
Add option to allow switching between old and new regex
-rw-r--r-- | extra/Configs/Config.in | 10 |
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 |