diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-09-07 12:26:42 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-09-07 12:26:42 +0000 |
commit | 451928c5135f5387f4f60a84e4e563bef4acae9b (patch) | |
tree | c53b21ac42a2a93f6ad38637873c6e6ea8f91ce9 /gdb/config.in | |
parent | ed15ac6a0a461de02bf1d4c50762300fc05e5ca6 (diff) | |
download | gdb-451928c5135f5387f4f60a84e4e563bef4acae9b.zip gdb-451928c5135f5387f4f60a84e4e563bef4acae9b.tar.gz gdb-451928c5135f5387f4f60a84e4e563bef4acae9b.tar.bz2 |
Regenerate aclocal (and config.in / configure).
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/config.in b/gdb/config.in index e86239c..bfb15cd 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -68,6 +68,9 @@ /* Define if your struct reg has r_gs. */ #undef HAVE_STRUCT_REG_R_GS +/* Define if <sys/link.h> has struct link_map32 */ +#undef HAVE_STRUCT_LINK_MAP32 + /* Define if the prfpregset_t type is broken. */ #undef PRFPREGSET_T_BROKEN @@ -246,9 +249,6 @@ /* Define if you have the <link.h> header file. */ #undef HAVE_LINK_H -/* Define if <link.h> defines struct link_map32. */ -#undef HAVE_STRUCT_LINK_MAP32 - /* Define if you have the <locale.h> header file. */ #undef HAVE_LOCALE_H |