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.alpha | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'extra/Configs/Config.alpha') diff --git a/extra/Configs/Config.alpha b/extra/Configs/Config.alpha index 614384df6..f8cc9ddbc 100644 --- a/extra/Configs/Config.alpha +++ b/extra/Configs/Config.alpha @@ -77,14 +77,12 @@ HAS_LONG_LONG = true HAS_SHADOW = true # Set this to `false' if you don't have/need locale support; `true' otherwise. -# 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. +# 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 `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. -- cgit v1.2.3