aboutsummaryrefslogtreecommitdiff
path: root/gdb/acconfig.h
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2003-12-30 10:33:37 +0000
committerEli Zaretskii <eliz@gnu.org>2003-12-30 10:33:37 +0000
commit40a7debcab36f2181ba00919a961246d691a2215 (patch)
treed24739577a615de86760a11c5a68c7c8cfd29e47 /gdb/acconfig.h
parentb0f0a30e296012e61e6b80787fa6a3b6add66d51 (diff)
downloadgdb-40a7debcab36f2181ba00919a961246d691a2215.zip
gdb-40a7debcab36f2181ba00919a961246d691a2215.tar.gz
gdb-40a7debcab36f2181ba00919a961246d691a2215.tar.bz2
* configure.in: Check for st_blocks member in struct stat and
define HAVE_STRUCT_STAT_ST_BLOCKS accordingly. * acconfig.h (HAVE_STRUCT_STAT_ST_BLOCKS): New undef. * configure, config.in: Regenerated.
Diffstat (limited to 'gdb/acconfig.h')
-rw-r--r--gdb/acconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/acconfig.h b/gdb/acconfig.h
index f3b8bf1..3bef708 100644
--- a/gdb/acconfig.h
+++ b/gdb/acconfig.h
@@ -6,6 +6,9 @@
/* 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