diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-01-02 12:40:09 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-01-02 12:40:09 +0000 |
commit | f028afb2b55a2332def9d06a6d0b4b23095ee882 (patch) | |
tree | d2372447255c1bae76f7f2cc3ea9ea98cce19773 /gdb/config.in | |
parent | d95b88bdaf4e42701fa65fafec44d69636fdae65 (diff) | |
download | gdb-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.in | 6 |
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 |