summaryrefslogtreecommitdiff
path: root/extra/Configs/Config.i386
diff options
context:
space:
mode:
authorManuel Novoa III <mjn3@codepoet.org>2002-07-03 17:35:42 +0000
committerManuel Novoa III <mjn3@codepoet.org>2002-07-03 17:35:42 +0000
commitcd8e741d32cacdad033cfaea8990a1429a2f78df (patch)
tree82ff31ee3279b4cea0f6201f87d8debfff11b3d6 /extra/Configs/Config.i386
parent599ad608ee3297bc1e2bb11656a97335e303877a (diff)
Update Config files for current locale and wide char configuration options.
Diffstat (limited to 'extra/Configs/Config.i386')
-rw-r--r--extra/Configs/Config.i3868
1 files changed, 3 insertions, 5 deletions
diff --git a/extra/Configs/Config.i386 b/extra/Configs/Config.i386
index c2e3d3607..706a34223 100644
--- a/extra/Configs/Config.i386
+++ b/extra/Configs/Config.i386
@@ -77,14 +77,12 @@ 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 {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.