OSDN Git Service

Update Config files for current locale and wide char configuration options.
authorManuel Novoa III <mjn3@codepoet.org>
Wed, 3 Jul 2002 17:35:42 +0000 (17:35 -0000)
committerManuel Novoa III <mjn3@codepoet.org>
Wed, 3 Jul 2002 17:35:42 +0000 (17:35 -0000)
14 files changed:
extra/Configs/Config.alpha
extra/Configs/Config.arm
extra/Configs/Config.cross.arm.uclinux
extra/Configs/Config.h8300
extra/Configs/Config.i386
extra/Configs/Config.i960
extra/Configs/Config.m68k
extra/Configs/Config.m68k.coff
extra/Configs/Config.mips
extra/Configs/Config.mipsel
extra/Configs/Config.powerpc
extra/Configs/Config.sh
extra/Configs/Config.sparc
extra/Configs/Config.v850e

index 614384d..f8cc9dd 100644 (file)
@@ -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.
index 528d9c8..4d55262 100644 (file)
@@ -81,15 +81,13 @@ HAS_LONG_LONG = false
 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 
index 9c474dc..a86931f 100644 (file)
@@ -77,15 +77,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 
index 9d27b7e..8f29b8b 100644 (file)
@@ -80,15 +80,13 @@ DO_C99_MATH = false
 HAS_LONG_LONG = true
 
 # 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 
index c2e3d36..706a342 100644 (file)
@@ -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.
index 2004bfe..65d563b 100644 (file)
@@ -77,15 +77,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 
index ea85f38..90e1d47 100644 (file)
@@ -77,15 +77,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 
index 4a34094..0ca204a 100644 (file)
@@ -77,15 +77,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 
index 54163c6..5b7eb20 100644 (file)
@@ -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 
index 4e52fa0..a90e7f0 100644 (file)
@@ -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 
index c93590e..4cd4469 100644 (file)
@@ -77,15 +77,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 
index 0bf18d9..399d6bc 100644 (file)
@@ -101,15 +101,13 @@ HAS_LONG_LONG = false
 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 
index 00dc30f..7612623 100644 (file)
@@ -77,15 +77,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 
index 39b5f8f..b76837f 100644 (file)
@@ -79,15 +79,13 @@ DO_C99_MATH = false
 HAS_LONG_LONG = true
 
 # 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