summaryrefslogtreecommitdiff
path: root/gdb/config.in
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2004-01-02 12:40:09 +0000
committerMark Kettenis <kettenis@gnu.org>2004-01-02 12:40:09 +0000
commitf028afb2b55a2332def9d06a6d0b4b23095ee882 (patch)
treed2372447255c1bae76f7f2cc3ea9ea98cce19773 /gdb/config.in
parentd95b88bdaf4e42701fa65fafec44d69636fdae65 (diff)
downloadgdb-f028afb2b55a2332def9d06a6d0b4b23095ee882.tar.gz
* configure.in: Check for <machine/reg.h>. Check for `struct reg'
in <machine/reg.h>. * configure, config.in: Regenerate.
Diffstat (limited to 'gdb/config.in')
-rw-r--r--gdb/config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in
index cf6b19a68a8..1a11c7d9aee 100644
--- a/gdb/config.in
+++ b/gdb/config.in
@@ -290,6 +290,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
@@ -459,6 +462,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