From 40a7debcab36f2181ba00919a961246d691a2215 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 30 Dec 2003 10:33:37 +0000 Subject: * 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. --- gdb/config.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gdb/config.in') diff --git a/gdb/config.in b/gdb/config.in index a3edf86a0d7..cf6b19a68a8 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -79,6 +79,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 -- cgit v1.2.1