diff options
author | Nick Clifton <nickc@redhat.com> | 2000-09-02 21:35:47 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-09-02 21:35:47 +0000 |
commit | 4e4bfe9ebfa4b2748946577846588023e6da0c6b (patch) | |
tree | c92640a46a6d096c712d2a61549cf77632b53dd9 /bfd/config.in | |
parent | 7c8c614ac92f88edc3e27c81cf6dda3e5ad0285d (diff) | |
download | gdb-4e4bfe9ebfa4b2748946577846588023e6da0c6b.tar.gz |
Increase minor version number (to 2.10.91) to help tools detect the new
ability to support removal of duplciate DWARF@ debug information.
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 60338a8c9fa..7ce82fe714b 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 |