summaryrefslogtreecommitdiff
path: root/extra/Configs/Config.i386
diff options
context:
space:
mode:
authorManuel Novoa III <mjn3@codepoet.org>2002-05-06 12:43:43 +0000
committerManuel Novoa III <mjn3@codepoet.org>2002-05-06 12:43:43 +0000
commite6cbb8ad95a5b7586c71311e831969104d017b7c (patch)
treed71a63a915b4cb4c62c47b9ce81d4f70036d36e8 /extra/Configs/Config.i386
parent2a1d34e7168148f380d8b7f5aa690a451a087717 (diff)
Forgot to change the Config templates. Changed one... the others are
similar, but don't have time to take care of them.
Diffstat (limited to 'extra/Configs/Config.i386')
-rw-r--r--extra/Configs/Config.i38614
1 files changed, 7 insertions, 7 deletions
diff --git a/extra/Configs/Config.i386 b/extra/Configs/Config.i386
index 63aacab31..193adad02 100644
--- a/extra/Configs/Config.i386
+++ b/extra/Configs/Config.i386
@@ -77,15 +77,15 @@ HAS_LONG_LONG = true
HAS_SHADOW = false
# Set this to `false' if you don't have/need locale support; `true' otherwise.
-# Note: Currently only affects the ctype functions. You must also generate
-# a locale file for anything but the C locale. See directory extra/locale for
-# a utility to do so. Also see the following option.
+# Note: Currently only affects the {w}ctype functions, but that should
+# change shortly. You must also generate the locale data and associated .h
+# file. See the README in directory extra/locale for details.
HAS_LOCALE = false
-# Set this to the path of your uClibc locale file directory.
-# Warning! This must be different than the glibc locale directory to avoid
-# name conflicts, as the locale files are entirely different in format!
-LOCALE_DIR = "/usr/share/uClibc-locale/"
+# Set this to `false' if you don't have/need wide char support.
+# Note: Currently requires locale support to be enabled above, and
+# is automagically disabled when HAVE_LOCALE is false.
+HAS_WCHAR = false
# This specifies which malloc implementation is used.
# "malloc-simple" is very, very small, but is also very, very dumb