From cd8e741d32cacdad033cfaea8990a1429a2f78df Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Wed, 3 Jul 2002 17:35:42 +0000 Subject: Update Config files for current locale and wide char configuration options. --- extra/Configs/Config.mips | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'extra/Configs/Config.mips') diff --git a/extra/Configs/Config.mips b/extra/Configs/Config.mips index 54163c6f6..5b7eb2032 100644 --- a/extra/Configs/Config.mips +++ b/extra/Configs/Config.mips @@ -79,15 +79,13 @@ 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 does not affect collation. +# 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. +HAS_WCHAR = false # This specifies which malloc implementation is used. # "malloc-simple" is very, very small, but is also very, very dumb -- cgit v1.2.3