svn commit: trunk/uClibc/extra/Configs

psm at uclibc.org psm at uclibc.org
Mon Nov 28 16:33:56 UTC 2005


Author: psm
Date: 2005-11-28 08:33:54 -0800 (Mon, 28 Nov 2005)
New Revision: 12555

Log:
Add option to allow switching between old and new regex

Modified:
   trunk/uClibc/extra/Configs/Config.in


Changeset:
Modified: trunk/uClibc/extra/Configs/Config.in
===================================================================
--- trunk/uClibc/extra/Configs/Config.in	2005-11-28 16:31:01 UTC (rev 12554)
+++ trunk/uClibc/extra/Configs/Config.in	2005-11-28 16:33:54 UTC (rev 12555)
@@ -1044,6 +1044,16 @@
 	  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




More information about the uClibc-cvs mailing list