summaryrefslogtreecommitdiff
path: root/extra/Configs/Config.powerpc
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-01-09 14:20:32 +0000
committerEric Andersen <andersen@codepoet.org>2002-01-09 14:20:32 +0000
commitdc5dac9013cf2b2ee70e126c9399367055717f94 (patch)
tree62a44f6e819613c9a96499bc99ad4f86e2a4d95a /extra/Configs/Config.powerpc
parent90374108bb8e84f45ef3186f8d569cf1eb4e446d (diff)
Allow people to exclude regex code, since it is huge (27k)
Diffstat (limited to 'extra/Configs/Config.powerpc')
-rw-r--r--extra/Configs/Config.powerpc6
1 files changed, 6 insertions, 0 deletions
diff --git a/extra/Configs/Config.powerpc b/extra/Configs/Config.powerpc
index 64d36d4f6..64b1190c6 100644
--- a/extra/Configs/Config.powerpc
+++ b/extra/Configs/Config.powerpc
@@ -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.