From 27e17d84e764ca1396c516493b119eb2e628c45a Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Sat, 22 Aug 2009 14:31:02 +0000 Subject: merge from gcc --- intl/config.h.in | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'intl/config.h.in') diff --git a/intl/config.h.in b/intl/config.h.in index 2e905fc8490..23dc976bfcd 100644 --- a/intl/config.h.in +++ b/intl/config.h.in @@ -202,6 +202,9 @@ /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME +/* Define to the home page for this package. */ +#undef PACKAGE_URL + /* Define to the version of this package. */ #undef PACKAGE_VERSION @@ -210,7 +213,7 @@ /* If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be - automatically deduced at run-time. + automatically deduced at runtime. STACK_DIRECTION > 0 => grows toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses STACK_DIRECTION = 0 => direction of growth unknown */ @@ -228,7 +231,7 @@ #undef inline #endif -/* Define to `long' if does not define. */ +/* Define to `long int' if does not define. */ #undef off_t /* Define this entry point correctly. */ @@ -237,7 +240,7 @@ /* Define this entry point correctly. */ #undef set_relocation_prefix -/* Define to `unsigned' if does not define. */ +/* Define to `unsigned int' if does not define. */ #undef size_t /* Define to unsigned long or unsigned long long if and -- cgit v1.2.1