summaryrefslogtreecommitdiff
path: root/gdb/config.in
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/config.in')
-rw-r--r--gdb/config.in33
1 files changed, 30 insertions, 3 deletions
diff --git a/gdb/config.in b/gdb/config.in
index ea43988390f..7a634c16567 100644
--- a/gdb/config.in
+++ b/gdb/config.in
@@ -62,6 +62,15 @@
/* Define if compiling on Solaris 7. */
#undef _MSE_INT_H
+/* Define if your struct reg has r_fs. */
+#undef HAVE_R_FS
+
+/* Define if your struct reg has r_gs. */
+#undef HAVE_R_GS
+
+/* Define if the prfpregset_t type is broken. */
+#undef PRFPREGSET_T_BROKEN
+
/* Define if you want to use new multi-fd /proc interface
(replaces HAVE_MULTIPLE_PROC_FDS as well as other macros). */
#undef NEW_PROC_API
@@ -100,9 +109,6 @@
to explicitly deallocate that memory when gdb calls exit. */
#undef MMCHECK_FORCE
-/* Define if you want to use the full-screen terminal user interface. */
-#undef TUI
-
/* Define if <proc_service.h> on solaris uses int instead of
size_t, and assorted other type changes. */
#undef PROC_SERVICE_IS_OLD
@@ -126,6 +132,9 @@
/* Define if <sys/ptrace.h> defines the PTRACE_GETXFPREGS request. */
#undef HAVE_PTRACE_GETXFPREGS
+/* Define if gnu-regex.c included with GDB should be used. */
+#undef USE_INCLUDED_REGEX
+
/* Define if you have the __argz_count function. */
#undef HAVE___ARGZ_COUNT
@@ -207,6 +216,9 @@
/* Define if you have the <curses.h> header file. */
#undef HAVE_CURSES_H
+/* Define if you have the <dirent.h> header file. */
+#undef HAVE_DIRENT_H
+
/* Define if you have the <endian.h> header file. */
#undef HAVE_ENDIAN_H
@@ -225,6 +237,12 @@
/* Define if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
+/* Define if you have the <ncurses.h> header file. */
+#undef HAVE_NCURSES_H
+
+/* Define if you have the <ndir.h> header file. */
+#undef HAVE_NDIR_H
+
/* Define if you have the <nl_types.h> header file. */
#undef HAVE_NL_TYPES_H
@@ -255,9 +273,15 @@
/* Define if you have the <sys/debugreg.h> header file. */
#undef HAVE_SYS_DEBUGREG_H
+/* Define if you have the <sys/dir.h> header file. */
+#undef HAVE_SYS_DIR_H
+
/* Define if you have the <sys/ioctl.h> header file. */
#undef HAVE_SYS_IOCTL_H
+/* Define if you have the <sys/ndir.h> header file. */
+#undef HAVE_SYS_NDIR_H
+
/* Define if you have the <sys/param.h> header file. */
#undef HAVE_SYS_PARAM_H
@@ -273,6 +297,9 @@
/* Define if you have the <sys/select.h> header file. */
#undef HAVE_SYS_SELECT_H
+/* Define if you have the <sys/user.h> header file. */
+#undef HAVE_SYS_USER_H
+
/* Define if you have the <sys/wait.h> header file. */
#undef HAVE_SYS_WAIT_H