diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-07-04 05:00:54 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-07-04 05:00:54 +0000 |
commit | 6c29acca43b2c78b7668b5c8c6676181303b9cfd (patch) | |
tree | ccea8802dbc4a003671fc4627f73ffa0f77d5cdc /sim/tic80/acconfig.h | |
parent | 78492fde3d8e2784f72284ad97fc1fcd7544a860 (diff) | |
download | gdb-6c29acca43b2c78b7668b5c8c6676181303b9cfd.zip gdb-6c29acca43b2c78b7668b5c8c6676181303b9cfd.tar.gz gdb-6c29acca43b2c78b7668b5c8c6676181303b9cfd.tar.bz2 |
TIc80 simulator.
Diffstat (limited to 'sim/tic80/acconfig.h')
-rw-r--r-- | sim/tic80/acconfig.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sim/tic80/acconfig.h b/sim/tic80/acconfig.h new file mode 100644 index 0000000..f9b87a1 --- /dev/null +++ b/sim/tic80/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 |