diff options
author | Nick Clifton <nickc@redhat.com> | 1998-04-27 21:39:56 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1998-04-27 21:39:56 +0000 |
commit | 072aa625aac207da53d3a5ad7d1415b03a5a8c9e (patch) | |
tree | d3ba9f0c30f418f0cc926922f9e97b70d7600db7 /opcodes/acconfig.h | |
parent | adc176bb645a05d8cd5ef6ee13957e03cc73a9f9 (diff) | |
download | gdb-072aa625aac207da53d3a5ad7d1415b03a5a8c9e.zip gdb-072aa625aac207da53d3a5ad7d1415b03a5a8c9e.tar.gz gdb-072aa625aac207da53d3a5ad7d1415b03a5a8c9e.tar.bz2 |
Internationalised the opcodes library.
Diffstat (limited to 'opcodes/acconfig.h')
-rw-r--r-- | opcodes/acconfig.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/opcodes/acconfig.h b/opcodes/acconfig.h index ef2f496..1fb4a51 100644 --- a/opcodes/acconfig.h +++ b/opcodes/acconfig.h @@ -4,3 +4,18 @@ /* Version of package. */ #undef VERSION + +/* 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 |