summaryrefslogtreecommitdiff
path: root/gdb/config.in
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/config.in')
-rw-r--r--gdb/config.in18
1 files changed, 9 insertions, 9 deletions
diff --git a/gdb/config.in b/gdb/config.in
index a3edf86a0d7..69982fd6b9a 100644
--- a/gdb/config.in
+++ b/gdb/config.in
@@ -79,6 +79,9 @@
/* Define if your struct reg has r_fs. */
#undef HAVE_STRUCT_REG_R_FS
+/* Define if your struct stat has st_blocks. */
+#undef HAVE_STRUCT_STAT_ST_BLOCKS
+
/* Define if your struct reg has r_gs. */
#undef HAVE_STRUCT_REG_R_GS
@@ -133,15 +136,6 @@
/* Define if you have HPUX threads */
#undef HAVE_HPUX_THREAD_SUPPORT
-/* Define if you want to use the memory mapped malloc package (mmalloc). */
-#undef USE_MMALLOC
-
-/* Define if the runtime uses a routine from mmalloc before gdb has a chance
- to initialize mmalloc, and we want to force checking to be used anyway.
- This may cause spurious memory corruption messages if the runtime tries
- to explicitly deallocate that memory when gdb calls exit. */
-#undef MMCHECK_FORCE
-
/* Define if <proc_service.h> on solaris uses int instead of
size_t, and assorted other type changes. */
#undef PROC_SERVICE_IS_OLD
@@ -287,6 +281,9 @@
/* Define if you have the <locale.h> header file. */
#undef HAVE_LOCALE_H
+/* Define if you have the <machine/reg.h> header file. */
+#undef HAVE_MACHINE_REG_H
+
/* Define if you have the <malloc.h> header file. */
#undef HAVE_MALLOC_H
@@ -456,6 +453,9 @@
/* Define to 1 if the regex included in libiberty should be used. */
#undef USE_INCLUDED_REGEX
+/* Define to 1 if your system has struct reg in <machine/reg.h>. */
+#undef HAVE_STRUCT_REG
+
/* Define if <stdint.h> provides the uintptr_t type. */
#undef HAVE_UINTPTR_T