aboutsummaryrefslogtreecommitdiff
path: root/gprof/acconfig.h
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1998-04-22 07:33:42 +0000
committerTom Tromey <tromey@redhat.com>1998-04-22 07:33:42 +0000
commit16a02269fc8d2cf0f25b40d16a70087bb315a653 (patch)
treeec21066ad4af150303e3fe7bbbd4b32399449c96 /gprof/acconfig.h
parent1a9136e2253b2464a36cb9deabfc5da70900f036 (diff)
downloadgdb-16a02269fc8d2cf0f25b40d16a70087bb315a653.zip
gdb-16a02269fc8d2cf0f25b40d16a70087bb315a653.tar.gz
gdb-16a02269fc8d2cf0f25b40d16a70087bb315a653.tar.bz2
* gprof.h: Added includes and defines for gettext.
* configure.in (ALL_LINGUAS): New macro. Call CY_GNU_GETTEXT. Create po/Makefile.in and po/Makefile. * acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT, HAVE_STPCPY, HAVE_LC_MESSAGES): Define. * gprof.c (main): Call setlocale, bindtextdomain, textdomain. * Makefile.am (SUBDIRS): New macro. (INCLUDES): Look in intl dirs for headers. Define LOCALEDIR. (gprof_DEPENDENCIES): Added INTLDEPS. (gprof_LDADD): Added INTLLLIBS. (POTFILES): New macro. (po/POTFILES.in): New target. * Many files: Wrap user-visible strings with gettext invocation.
Diffstat (limited to 'gprof/acconfig.h')
-rw-r--r--gprof/acconfig.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/gprof/acconfig.h b/gprof/acconfig.h
index cc61277..fa938fa5 100644
--- a/gprof/acconfig.h
+++ b/gprof/acconfig.h
@@ -7,3 +7,18 @@
/* Whether this system uses the BSD 4.4 gmon.out format. */
#undef BSD44_FORMAT
+
+/* 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