diff options
author | Tom Tromey <tromey@redhat.com> | 1998-04-23 06:33:50 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 1998-04-23 06:33:50 +0000 |
commit | 52dd717d63cfa5b467ec4482bc54f712a52b30e8 (patch) | |
tree | e30f41675920adaeb054955535fb7531f89c4ab6 /gdb/acconfig.h | |
parent | d6f3da9bc48eb26bd5ac8fe2386f01d849af76b4 (diff) | |
download | gdb-52dd717d63cfa5b467ec4482bc54f712a52b30e8.zip gdb-52dd717d63cfa5b467ec4482bc54f712a52b30e8.tar.gz gdb-52dd717d63cfa5b467ec4482bc54f712a52b30e8.tar.bz2 |
* config.in: Rebuilt.
* acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_STPCPY, HAVE_GETTEXT,
HAVE_LC_MESSAGES): Define.
Diffstat (limited to 'gdb/acconfig.h')
-rw-r--r-- | gdb/acconfig.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gdb/acconfig.h b/gdb/acconfig.h index b4dbe09..e3d1082 100644 --- a/gdb/acconfig.h +++ b/gdb/acconfig.h @@ -45,3 +45,18 @@ This may cause spurious memory corruption messages if the runtime tries to explicitly deallocate that memory when gdb calls exit. */ #undef MMCHECK_FORCE + +/* Define to 1 if NLS is requested. */ +#undef ENABLE_NLS + +/* Define as 1 if you have catgets and don't want to use GNU gettext. */ +#undef HAVE_CATGETS + +/* Define as 1 if you have gettext and don't want to use GNU gettext. */ +#undef HAVE_GETTEXT + +/* Define as 1 if you have the stpcpy function. */ +#undef HAVE_STPCPY + +/* Define if your locale.h file contains LC_MESSAGES. */ +#undef HAVE_LC_MESSAGES |