From dc5dac9013cf2b2ee70e126c9399367055717f94 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 9 Jan 2002 14:20:32 +0000 Subject: Allow people to exclude regex code, since it is huge (27k) --- extra/Configs/Config.i386 | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'extra/Configs/Config.i386') diff --git a/extra/Configs/Config.i386 b/extra/Configs/Config.i386 index f587cdd12..74d7236e5 100644 --- a/extra/Configs/Config.i386 +++ b/extra/Configs/Config.i386 @@ -109,6 +109,12 @@ UNIFIED_SYSCALL = false # Do not enable this unless your kernel provides large file support. DOLFS = false +# 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. +INCLUDE_REGEX=true + # If you want to include RPC support, enable this. RPC is almost never used # for anything except NFS support, so unless you plan to use NFS, leave this # disabled. This is off by default. -- cgit v1.2.3