diff options
author | Nick Clifton <nickc@redhat.com> | 2009-07-01 15:02:28 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2009-07-01 15:02:28 +0000 |
commit | efde2f2ce489a733f5489325437dfadbf948ea62 (patch) | |
tree | 366ea4da12b0ca2e864b9621025b5003b4e20559 /bfd/config.in | |
parent | e1ec24c6f31afae5a5175abecdcd9fd4d7893c4b (diff) | |
download | binutils-efde2f2ce489a733f5489325437dfadbf948ea62.zip binutils-efde2f2ce489a733f5489325437dfadbf948ea62.tar.gz binutils-efde2f2ce489a733f5489325437dfadbf948ea62.tar.bz2 |
* 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.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/config.in b/bfd/config.in index d1797ae..c9137c7 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 |