aboutsummaryrefslogtreecommitdiff
path: root/gdbserver/config.in
diff options
context:
space:
mode:
Diffstat (limited to 'gdbserver/config.in')
-rw-r--r--gdbserver/config.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/gdbserver/config.in b/gdbserver/config.in
index ab507aa..ca4b9f4 100644
--- a/gdbserver/config.in
+++ b/gdbserver/config.in
@@ -28,9 +28,21 @@
/* Define to 1 if you have the <arpa/inet.h> header file. */
#undef HAVE_ARPA_INET_H
+/* 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 compiler supports basic C++17 syntax */
#undef HAVE_CXX17
+/* Define if the GNU dcgettext() function is already present or preinstalled.
+ */
+#undef HAVE_DCGETTEXT
+
/* Define to 1 if you have the declaration of `ADDR_NO_RANDOMIZE', and to 0 if
you don't. */
#undef HAVE_DECL_ADDR_NO_RANDOMIZE
@@ -125,9 +137,15 @@
/* Define to 1 if you have the `getrusage' function. */
#undef HAVE_GETRUSAGE
+/* Define if the GNU gettext() function is already present or preinstalled. */
+#undef HAVE_GETTEXT
+
/* Define if <sys/procfs.h> has gregset_t. */
#undef HAVE_GREGSET_T
+/* 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