aboutsummaryrefslogtreecommitdiff
path: root/sim/common/acconfig.h
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1998-04-24 20:51:56 +0000
committerTom Tromey <tromey@redhat.com>1998-04-24 20:51:56 +0000
commitfc4198bbb5aaaf02110cec9b36ed83b1576b2992 (patch)
treecf87dbcb2586b1e773c9b406e70c3f73e91da043 /sim/common/acconfig.h
parentb1df34b9ed5f1d8f24a9ce671e88ccf10128c2c2 (diff)
downloadgdb-fc4198bbb5aaaf02110cec9b36ed83b1576b2992.zip
gdb-fc4198bbb5aaaf02110cec9b36ed83b1576b2992.tar.gz
gdb-fc4198bbb5aaaf02110cec9b36ed83b1576b2992.tar.bz2
* configure: Regenerated to track ../common/aclocal.m4 changes.
* config.in: Ditto. * acconfig.h: New file. * Make-common.in (top_builddir): New macro. (INTL_LIB): Removed. (INTLLIBS): New macro. (INTLDEPS): Likewise. (LIBDEPS): Use INTLDEPS. (EXTRA_LIBS): Use INTLLIBS. * aclocal.m4 (SIM_AC_COMMON): Call CY_GNU_GETTEXT. (CY_WITH_NLS, CY_GNU_GETTEXT, AM_PATH_PROG_WITH_TEST, AM_LC_MESSAGES): New macros from GNU gettext.
Diffstat (limited to 'sim/common/acconfig.h')
-rw-r--r--sim/common/acconfig.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/sim/common/acconfig.h b/sim/common/acconfig.h
new file mode 100644
index 0000000..b61140c
--- /dev/null
+++ b/sim/common/acconfig.h
@@ -0,0 +1,18 @@
+
+/* 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
+
+/* Whether printf must be declared even if <stdio.h> is included. */
+#undef NEED_DECLARATION_PRINTF