From efde2f2ce489a733f5489325437dfadbf948ea62 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Wed, 1 Jul 2009 15:02:28 +0000 Subject: * bfd/bfd.m4 (BFD_HAVE_TIME_TYPE_MEMBER, BFD_HAVE_SYS_STAT_TYPE_MEMBER): New config functions. * bfd/configure.in: Use them. * bfd/configure: Regenerate. * bfd/config.in: Regnerate. * bfd/vmsutil.c: Include sysdep.h, remove ansidecl.h. #define _BSD_SOURCE. Add comments. (vms_file_stats_name): Calculate creation date based on available runtime data. Return 1 for version instead of 0. --- bfd/config.in | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'bfd/config.in') diff --git a/bfd/config.in b/bfd/config.in index d1797aedfa..c9137c784b 100644 --- a/bfd/config.in +++ b/bfd/config.in @@ -192,6 +192,12 @@ /* Define if struct core_dumpx has member c_impl */ #undef HAVE_ST_C_IMPL +/* Define if has struct stat.st_mtim.tv_nsec */ +#undef HAVE_ST_MTIM_TV_NSEC + +/* Define if has struct stat.st_mtim.tv_sec */ +#undef HAVE_ST_MTIM_TV_SEC + /* Define to 1 if you have the `sysconf' function. */ #undef HAVE_SYSCONF @@ -221,6 +227,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_TIME_H +/* Define if has struct tm.tm_gmtoff. */ +#undef HAVE_TM_GMTOFF + /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H -- cgit v1.2.3