summaryrefslogtreecommitdiff
path: root/gdb/config.in
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/config.in')
-rw-r--r--gdb/config.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in
index faf5cd4d10d..c8509750098 100644
--- a/gdb/config.in
+++ b/gdb/config.in
@@ -135,6 +135,15 @@
/* Define if gnu-regex.c included with GDB should be used. */
#undef USE_INCLUDED_REGEX
+/* BFD's default architecture. */
+#undef DEFAULT_BFD_ARCH
+
+/* BFD's default target vector. */
+#undef DEFAULT_BFD_VEC
+
+/* Multi-arch enabled. */
+#undef GDB_MULTI_ARCH
+
/* Define if you have the __argz_count function. */
#undef HAVE___ARGZ_COUNT
@@ -249,6 +258,9 @@
/* Define if you have the <objlist.h> header file. */
#undef HAVE_OBJLIST_H
+/* Define if you have the <poll.h> header file. */
+#undef HAVE_POLL_H
+
/* Define if you have the <proc_service.h> header file. */
#undef HAVE_PROC_SERVICE_H
@@ -285,6 +297,9 @@
/* Define if you have the <sys/param.h> header file. */
#undef HAVE_SYS_PARAM_H
+/* Define if you have the <sys/poll.h> header file. */
+#undef HAVE_SYS_POLL_H
+
/* Define if you have the <sys/procfs.h> header file. */
#undef HAVE_SYS_PROCFS_H