diff options
author | Mark Mitchell <mark@codesourcery.com> | 2005-03-21 21:23:35 +0000 |
---|---|---|
committer | Mark Mitchell <mark@codesourcery.com> | 2005-03-21 21:23:35 +0000 |
commit | d3ea68091c7b557fa76c915778273f6b9a743938 (patch) | |
tree | 2a68a6676df975f4251f4897cde6a6551ef6a801 /gdb/config.in | |
parent | d460b7f5daae7daa8044d121d25fd41817bd4bd7 (diff) | |
download | gdb-d3ea68091c7b557fa76c915778273f6b9a743938.zip gdb-d3ea68091c7b557fa76c915778273f6b9a743938.tar.gz gdb-d3ea68091c7b557fa76c915778273f6b9a743938.tar.bz2 |
* configure.ac (stat.st_blksize): Check for it.
(getuid): Likewise.
(getgid): Likewise.
* configure: Regenerated.
* config.in: Likewise.
* remote-fileio.c (remote_fileio_to_fio_stat): Check
HAVE_STRUCT_STAT_ST_BLKSIZE.
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in index 9c6414a..18807c9 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -247,12 +247,18 @@ /* Define to 1 if you have the `getcwd' function. */ #undef HAVE_GETCWD +/* Define to 1 if you have the `getgid' function. */ +#undef HAVE_GETGID + /* Define to 1 if you have the `getpagesize' function. */ #undef HAVE_GETPAGESIZE /* Define as 1 if you have gettext and don't want to use GNU gettext. */ #undef HAVE_GETTEXT +/* Define to 1 if you have the `getuid' function. */ +#undef HAVE_GETUID + /* Define to 1 if you have the <gnu/libc-version.h> header file. */ #undef HAVE_GNU_LIBC_VERSION_H @@ -457,6 +463,9 @@ /* Define to 1 if `r_gs' is member of `struct reg'. */ #undef HAVE_STRUCT_REG_R_GS +/* Define to 1 if `st_blksize' is member of `struct stat'. */ +#undef HAVE_STRUCT_STAT_ST_BLKSIZE + /* Define to 1 if `st_blocks' is member of `struct stat'. */ #undef HAVE_STRUCT_STAT_ST_BLOCKS |