From 47e2330706f095aecc98fb7998c60bd1c6c045d3 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Mon, 28 Nov 2005 16:33:54 +0000 Subject: Add option to allow switching between old and new regex --- extra/Configs/Config.in | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'extra') 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 -- cgit v1.2.3