From 2180971924e735de02ccda1ca6c624b6c583c46f Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Wed, 8 Jul 2009 00:56:55 +0000 Subject: [PATCH] * adjusted wchar-related defines in config.h of libiconv, coreutils, findutils and tar to match the new reality git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31451 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/coreutils/lib/config.h | 4 ++-- src/bin/findutils/config.h | 8 ++++---- src/bin/tar/config.h | 8 ++++---- src/libs/iconv/config.h | 8 ++++---- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/bin/coreutils/lib/config.h b/src/bin/coreutils/lib/config.h index 2445b80da0..c72e197f87 100644 --- a/src/bin/coreutils/lib/config.h +++ b/src/bin/coreutils/lib/config.h @@ -29,7 +29,7 @@ #define BITSIZEOF_SIZE_T 32 /* Define to the number of bits in type 'wchar_t'. */ -#define BITSIZEOF_WCHAR_T 16 +#define BITSIZEOF_WCHAR_T 32 /* Define to the number of bits in type 'wint_t'. */ #define BITSIZEOF_WINT_T 32 @@ -955,7 +955,7 @@ #define HAVE_SIGNED_SIG_ATOMIC_T 1 /* Define to 1 if 'wchar_t' is a signed integer type. */ -/* #undef HAVE_SIGNED_WCHAR_T */ +#define HAVE_SIGNED_WCHAR_T 1 /* Define to 1 if 'wint_t' is a signed integer type. */ /* #undef HAVE_SIGNED_WINT_T */ diff --git a/src/bin/findutils/config.h b/src/bin/findutils/config.h index 2b8687f6ab..aabf16ee41 100644 --- a/src/bin/findutils/config.h +++ b/src/bin/findutils/config.h @@ -11,7 +11,7 @@ #define BITSIZEOF_SIZE_T 32 /* Define to the number of bits in type 'wchar_t'. */ -#define BITSIZEOF_WCHAR_T 16 +#define BITSIZEOF_WCHAR_T 32 /* Define to the number of bits in type 'wint_t'. */ #define BITSIZEOF_WINT_T 32 @@ -481,7 +481,7 @@ #define HAVE_SIGNED_SIG_ATOMIC_T 1 /* Define to 1 if 'wchar_t' is a signed integer type. */ -/* #undef HAVE_SIGNED_WCHAR_T */ +#define HAVE_SIGNED_WCHAR_T 1 /* Define to 1 if 'wint_t' is a signed integer type. */ /* #undef HAVE_SIGNED_WINT_T */ @@ -820,7 +820,7 @@ /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type 'sig_atomic_t'. */ -#define SIG_ATOMIC_T_SUFFIX +#define SIG_ATOMIC_T_SUFFIX /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type 'size_t'. */ @@ -854,7 +854,7 @@ /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type 'wchar_t'. */ -#define WCHAR_T_SUFFIX +#define WCHAR_T_SUFFIX /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type 'wint_t'. */ diff --git a/src/bin/tar/config.h b/src/bin/tar/config.h index a6e7e46f22..5345a59e89 100644 --- a/src/bin/tar/config.h +++ b/src/bin/tar/config.h @@ -11,7 +11,7 @@ #define BITSIZEOF_SIZE_T 32 /* Define to the number of bits in type 'wchar_t'. */ -#define BITSIZEOF_WCHAR_T 16 +#define BITSIZEOF_WCHAR_T 32 /* Define to the number of bits in type 'wint_t'. */ #define BITSIZEOF_WINT_T 32 @@ -582,7 +582,7 @@ #define HAVE_SIGNED_SIG_ATOMIC_T 1 /* Define to 1 if 'wchar_t' is a signed integer type. */ -/* #undef HAVE_SIGNED_WCHAR_T */ +#define HAVE_SIGNED_WCHAR_T 1 /* Define to 1 if 'wint_t' is a signed integer type. */ /* #undef HAVE_SIGNED_WINT_T */ @@ -943,7 +943,7 @@ /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type 'sig_atomic_t'. */ -#define SIG_ATOMIC_T_SUFFIX +#define SIG_ATOMIC_T_SUFFIX /* Define as the maximum value of type 'size_t', if the system doesn't define it. */ @@ -996,7 +996,7 @@ /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type 'wchar_t'. */ -#define WCHAR_T_SUFFIX +#define WCHAR_T_SUFFIX /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type 'wint_t'. */ diff --git a/src/libs/iconv/config.h b/src/libs/iconv/config.h index 4522713bc6..75605d2f3d 100644 --- a/src/libs/iconv/config.h +++ b/src/libs/iconv/config.h @@ -11,7 +11,7 @@ #define BITSIZEOF_SIZE_T 32 /* Define to the number of bits in type 'wchar_t'. */ -#define BITSIZEOF_WCHAR_T 16 +#define BITSIZEOF_WCHAR_T 32 /* Define to the number of bits in type 'wint_t'. */ #define BITSIZEOF_WINT_T 32 @@ -190,7 +190,7 @@ #define HAVE_SIGNED_SIG_ATOMIC_T 1 /* Define to 1 if 'wchar_t' is a signed integer type. */ -/* #undef HAVE_SIGNED_WCHAR_T */ +#define HAVE_SIGNED_WCHAR_T 1 /* Define to 1 if 'wint_t' is a signed integer type. */ /* #undef HAVE_SIGNED_WINT_T */ @@ -295,7 +295,7 @@ /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type 'sig_atomic_t'. */ -#define SIG_ATOMIC_T_SUFFIX +#define SIG_ATOMIC_T_SUFFIX /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type 'size_t'. */ @@ -325,7 +325,7 @@ /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type 'wchar_t'. */ -#define WCHAR_T_SUFFIX +#define WCHAR_T_SUFFIX /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type 'wint_t'. */