diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2005-03-08 08:55:34 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2005-03-08 08:55:34 +0000 |
commit | edece23776d06c405e0b71b38cfcc80b501bac15 (patch) | |
tree | 6d44e56cda6e4813873e33e92474231e2823bef8 /sim/iq2000/acconfig.h | |
parent | 9b505842893b22dea34beb5ba448594173952cd2 (diff) | |
download | gdb-edece23776d06c405e0b71b38cfcc80b501bac15.zip gdb-edece23776d06c405e0b71b38cfcc80b501bac15.tar.gz gdb-edece23776d06c405e0b71b38cfcc80b501bac15.tar.bz2 |
* iq2000: New target subdirectory.
* configure.ac: Add iq2000 target.
* configure: Regenerate.
Diffstat (limited to 'sim/iq2000/acconfig.h')
-rw-r--r-- | sim/iq2000/acconfig.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sim/iq2000/acconfig.h b/sim/iq2000/acconfig.h new file mode 100644 index 0000000..f9b87a1 --- /dev/null +++ b/sim/iq2000/acconfig.h @@ -0,0 +1,15 @@ + +/* 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 |