diff options
author | Doug Evans <dje@google.com> | 1999-02-02 19:38:43 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1999-02-02 19:38:43 +0000 |
commit | cd6245ce7034b1a26aedee8ef1a8ad29fcd0dce4 (patch) | |
tree | 6192ffea576f2a60a0c8e466dd68268ba3f88509 /sim/sparc/acconfig.h | |
parent | 27a9a44af7ac5328f9d291d6102362d7fe48f731 (diff) | |
download | gdb-cd6245ce7034b1a26aedee8ef1a8ad29fcd0dce4.zip gdb-cd6245ce7034b1a26aedee8ef1a8ad29fcd0dce4.tar.gz gdb-cd6245ce7034b1a26aedee8ef1a8ad29fcd0dce4.tar.bz2 |
sparc cgen port
Diffstat (limited to 'sim/sparc/acconfig.h')
-rw-r--r-- | sim/sparc/acconfig.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sim/sparc/acconfig.h b/sim/sparc/acconfig.h new file mode 100644 index 0000000..f9b87a1 --- /dev/null +++ b/sim/sparc/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 |