diff options
author | DJ Delorie <dj@redhat.com> | 2009-08-22 14:31:16 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2009-08-22 14:31:16 +0000 |
commit | 75086676098339eb1bbe2ffa7c9380c3cd7887e5 (patch) | |
tree | be41c599e86e7c6a607af122e006ce1a95b3e4d6 /intl/config.h.in | |
parent | 13b7343aa261369b007bcf15980d2b308c25d59f (diff) | |
download | gdb-75086676098339eb1bbe2ffa7c9380c3cd7887e5.zip gdb-75086676098339eb1bbe2ffa7c9380c3cd7887e5.tar.gz gdb-75086676098339eb1bbe2ffa7c9380c3cd7887e5.tar.bz2 |
merge from gcc
Diffstat (limited to 'intl/config.h.in')
-rw-r--r-- | intl/config.h.in | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/intl/config.h.in b/intl/config.h.in index 2e905fc..23dc976 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 <sys/types.h> does not define. */ +/* Define to `long int' if <sys/types.h> 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 <sys/types.h> does not define. */ +/* Define to `unsigned int' if <sys/types.h> does not define. */ #undef size_t /* Define to unsigned long or unsigned long long if <stdint.h> and |