diff options
Diffstat (limited to 'gold/config.in')
-rw-r--r-- | gold/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gold/config.in b/gold/config.in index 93d7517..745510b 100644 --- a/gold/config.in +++ b/gold/config.in @@ -102,6 +102,9 @@ /* Define to 1 if you have the `readv' function. */ #undef HAVE_READV +/* Define if struct stat has a field st_mtim with timespec for mtime */ +#undef HAVE_STAT_ST_MTIM + /* Define to 1 if you have the <stdint.h> header file. */ #undef HAVE_STDINT_H |