diff options
author | Nick Clifton <nickc@redhat.com> | 2001-04-25 19:09:30 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-04-25 19:09:30 +0000 |
commit | 5a0a214415f6190b75ffe8b807008009e5d70ad6 (patch) | |
tree | c6165213de3e990cfab37226c01d6562a4515920 /bfd/config.in | |
parent | ea3b9044a6a4a86bf3c1208e68499e145fedf9d8 (diff) | |
download | gdb-5a0a214415f6190b75ffe8b807008009e5d70ad6.zip gdb-5a0a214415f6190b75ffe8b807008009e5d70ad6.tar.gz gdb-5a0a214415f6190b75ffe8b807008009e5d70ad6.tar.bz2 |
Fix autoconf breakage + commit target.c, omitted in previous delta
Diffstat (limited to 'bfd/config.in')
-rw-r--r-- | bfd/config.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/bfd/config.in b/bfd/config.in index 9440d71..4618560 100644 --- a/bfd/config.in +++ b/bfd/config.in @@ -172,6 +172,18 @@ /* Define if you have the <values.h> header file. */ #undef HAVE_VALUES_H +/* Define if you have the stpcpy function */ +#undef HAVE_STPCPY + +/* Define if your locale.h file contains LC_MESSAGES. */ +#undef HAVE_LC_MESSAGES + +/* Define to 1 if NLS is requested */ +#undef ENABLE_NLS + +/* Define as 1 if you have gettext and don't want to use GNU gettext. */ +#undef HAVE_GETTEXT + /* Name of package */ #undef PACKAGE |