diff options
author | Eli Zaretskii <eliz@gnu.org> | 2003-12-30 10:33:37 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2003-12-30 10:33:37 +0000 |
commit | 54c6bb0fe837171cd6f776aa91cdd68c5b75128a (patch) | |
tree | 90f7aff9cb44cdd87e5da82061f7522d447a3555 /gdb/config.in | |
parent | 2cce3b6453d098d66c02964e006f3247c691e8f3 (diff) | |
download | gdb-54c6bb0fe837171cd6f776aa91cdd68c5b75128a.tar.gz |
* 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/config.in')
-rw-r--r-- | gdb/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
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 |