summaryrefslogtreecommitdiff
path: root/bfd/config.in
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2009-07-01 15:02:28 +0000
committerNick Clifton <nickc@redhat.com>2009-07-01 15:02:28 +0000
commitdfb3cbd3424613934cc084923327477b874f77d6 (patch)
treee05a897ceda607c2177ecdcfd8c9748a513500dd /bfd/config.in
parent04d1cb5e8e0dd199085e0cb9225f448e1037e3c7 (diff)
downloadbinutils-redhat-dfb3cbd3424613934cc084923327477b874f77d6.tar.gz
* 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.
Diffstat (limited to 'bfd/config.in')
-rw-r--r--bfd/config.in9
1 files changed, 9 insertions, 0 deletions
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 <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 `sysconf' function. */
#undef HAVE_SYSCONF
@@ -221,6 +227,9 @@
/* 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