aboutsummaryrefslogtreecommitdiff
path: root/gprof/gconfig.in
diff options
context:
space:
mode:
Diffstat (limited to 'gprof/gconfig.in')
-rw-r--r--gprof/gconfig.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/gprof/gconfig.in b/gprof/gconfig.in
index c18b790..f8cf42d 100644
--- a/gprof/gconfig.in
+++ b/gprof/gconfig.in
@@ -4,12 +4,30 @@
language is requested. */
#undef ENABLE_NLS
+/* Define to 1 if you have the Mac OS X function
+ CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */
+#undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES
+
+/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
+ the CoreFoundation framework. */
+#undef HAVE_CFPREFERENCESCOPYAPPVALUE
+
+/* Define if the GNU dcgettext() function is already present or preinstalled.
+ */
+#undef HAVE_DCGETTEXT
+
/* Is the prototype for getopt in <unistd.h> in the expected format? */
#undef HAVE_DECL_GETOPT
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
+/* Define if the GNU gettext() function is already present or preinstalled. */
+#undef HAVE_GETTEXT
+
+/* Define if you have the iconv() function and it works. */
+#undef HAVE_ICONV
+
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H