diff options
author | Simon Marchi <simon.marchi@ericsson.com> | 2018-06-18 10:25:22 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@ericsson.com> | 2018-06-18 12:00:58 -0400 |
commit | 63a9e923e666ae3b878d3d3c10d79f10f567c661 (patch) | |
tree | 24e1be81ec6891b3f72dae672d0411463db1be14 /sim/frv/config.in | |
parent | 633f513999f36b6b059588a296cef6e715c3b91b (diff) | |
download | gdb-63a9e923e666ae3b878d3d3c10d79f10f567c661.zip gdb-63a9e923e666ae3b878d3d3c10d79f10f567c661.tar.gz gdb-63a9e923e666ae3b878d3d3c10d79f10f567c661.tar.bz2 |
Generated filesusers/simark/autotools-bump
Diffstat (limited to 'sim/frv/config.in')
-rw-r--r-- | sim/frv/config.in | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/sim/frv/config.in b/sim/frv/config.in index 3fd3cde..ea6c08c 100644 --- a/sim/frv/config.in +++ b/sim/frv/config.in @@ -76,43 +76,43 @@ /* Define to 1 if you have the <string.h> header file. */ #undef HAVE_STRING_H -/* Define to 1 if `struct stat' is a member of `st_atime'. */ +/* Define to 1 if `st_atime' is a member of `struct stat'. */ #undef HAVE_STRUCT_STAT_ST_ATIME -/* Define to 1 if `struct stat' is a member of `st_blksize'. */ +/* Define to 1 if `st_blksize' is a member of `struct stat'. */ #undef HAVE_STRUCT_STAT_ST_BLKSIZE -/* Define to 1 if `struct stat' is a member of `st_blocks'. */ +/* Define to 1 if `st_blocks' is a member of `struct stat'. */ #undef HAVE_STRUCT_STAT_ST_BLOCKS -/* Define to 1 if `struct stat' is a member of `st_ctime'. */ +/* Define to 1 if `st_ctime' is a member of `struct stat'. */ #undef HAVE_STRUCT_STAT_ST_CTIME -/* Define to 1 if `struct stat' is a member of `st_dev'. */ +/* Define to 1 if `st_dev' is a member of `struct stat'. */ #undef HAVE_STRUCT_STAT_ST_DEV -/* Define to 1 if `struct stat' is a member of `st_gid'. */ +/* Define to 1 if `st_gid' is a member of `struct stat'. */ #undef HAVE_STRUCT_STAT_ST_GID -/* Define to 1 if `struct stat' is a member of `st_ino'. */ +/* Define to 1 if `st_ino' is a member of `struct stat'. */ #undef HAVE_STRUCT_STAT_ST_INO -/* Define to 1 if `struct stat' is a member of `st_mode'. */ +/* Define to 1 if `st_mode' is a member of `struct stat'. */ #undef HAVE_STRUCT_STAT_ST_MODE -/* Define to 1 if `struct stat' is a member of `st_mtime'. */ +/* Define to 1 if `st_mtime' is a member of `struct stat'. */ #undef HAVE_STRUCT_STAT_ST_MTIME -/* Define to 1 if `struct stat' is a member of `st_nlink'. */ +/* Define to 1 if `st_nlink' is a member of `struct stat'. */ #undef HAVE_STRUCT_STAT_ST_NLINK -/* Define to 1 if `struct stat' is a member of `st_rdev'. */ +/* Define to 1 if `st_rdev' is a member of `struct stat'. */ #undef HAVE_STRUCT_STAT_ST_RDEV -/* Define to 1 if `struct stat' is a member of `st_size'. */ +/* Define to 1 if `st_size' is a member of `struct stat'. */ #undef HAVE_STRUCT_STAT_ST_SIZE -/* Define to 1 if `struct stat' is a member of `st_uid'. */ +/* Define to 1 if `st_uid' is a member of `struct stat'. */ #undef HAVE_STRUCT_STAT_ST_UID /* Define to 1 if you have the <sys/mman.h> header file. */ |