aboutsummaryrefslogtreecommitdiff
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
commit78434e59854dbc1662a4278502f016e68c5bff3a (patch)
tree62fe07b96fe27ecfb9f2b9cc22c8ac86e570310c /gdb/config.in
parentc9e214e571d08fa968a53210682a14060261b91c (diff)
downloadgdb-78434e59854dbc1662a4278502f016e68c5bff3a.zip
gdb-78434e59854dbc1662a4278502f016e68c5bff3a.tar.gz
gdb-78434e59854dbc1662a4278502f016e68c5bff3a.tar.bz2
* 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 cf6b19a..1a11c7d 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