diff options
Diffstat (limited to 'gas/config.in')
-rw-r--r-- | gas/config.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gas/config.in b/gas/config.in index a50666a..9493de7 100644 --- a/gas/config.in +++ b/gas/config.in @@ -89,12 +89,24 @@ /* Define to 1 if you have the <string.h> header file. */ #undef HAVE_STRING_H +/* Define if <sys/stat.h> has struct stat.st_mtim.tv_nsec */ +#undef HAVE_ST_MTIM_TV_NSEC + +/* Define if <sys/stat.h> has struct stat.st_mtim.tv_sec */ +#undef HAVE_ST_MTIM_TV_SEC + /* Define to 1 if you have the <sys/stat.h> header file. */ #undef HAVE_SYS_STAT_H /* Define to 1 if you have the <sys/types.h> header file. */ #undef HAVE_SYS_TYPES_H +/* Define to 1 if you have the <time.h> header file. */ +#undef HAVE_TIME_H + +/* Define if <time.h> has struct tm.tm_gmtoff. */ +#undef HAVE_TM_GMTOFF + /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H |