diff options
author | Mark Kettenis <kettenis@gnu.org> | 2005-01-21 11:53:23 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2005-01-21 11:53:23 +0000 |
commit | 666ec76f414cd10124107b16e44a5a3f4f63d69c (patch) | |
tree | 29f9f45b935c52dbe648a2abf5d18cdebf0b4c19 /gdb/acconfig.h | |
parent | 0794d25a981ff0ec42fc1b6a8db2b6dedc0e31eb (diff) | |
download | gdb-666ec76f414cd10124107b16e44a5a3f4f63d69c.zip gdb-666ec76f414cd10124107b16e44a5a3f4f63d69c.tar.gz gdb-666ec76f414cd10124107b16e44a5a3f4f63d69c.tar.bz2 |
* configure.ac (targ_archs): Use standard autoconf check for
"struct stat.st_blocks" instead of rolling our own.
* configure: Regenerated.
* acconfig.h (HAVE_STRUCT_STAT_ST_BLOCKS): Remove undef.
* config.in: Regenerated.
Diffstat (limited to 'gdb/acconfig.h')
-rw-r--r-- | gdb/acconfig.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/acconfig.h b/gdb/acconfig.h index 19bf539..01e3b3f 100644 --- a/gdb/acconfig.h +++ b/gdb/acconfig.h @@ -6,9 +6,6 @@ /* 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 |