diff options
author | Michael Sokolov <msokolov@ivan.Harhan.ORG> | 2000-07-23 19:18:32 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2000-07-23 13:18:32 -0600 |
commit | c6451ce1ed9c5be3d6851cbbf272e34d216693a9 (patch) | |
tree | 3ee1847e8d1882a5dac6cd708d3ffd930f27d940 /libiberty/config.in | |
parent | cd44736010929b5e06f932279960a16165c59449 (diff) | |
download | gcc-c6451ce1ed9c5be3d6851cbbf272e34d216693a9.tar.gz |
configure.in (AC_CHECK_HEADERS): Add time.h.
* configure.in (AC_CHECK_HEADERS): Add time.h.
(AC_HEADER_TIME): Add check.
* configure, config.in: Regenerate.
* getruntime.c: Portably #include <sys/time.h> and/or <time.h>.
Co-Authored-By: Jeffrey A Law <law@cygnus.com>
From-SVN: r35212
Diffstat (limited to 'libiberty/config.in')
-rw-r--r-- | libiberty/config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libiberty/config.in b/libiberty/config.in index ca4a90a4c0e..797e2a74bd6 100644 --- a/libiberty/config.in +++ b/libiberty/config.in @@ -40,6 +40,9 @@ /* Define if you have the ANSI C header files. */ #undef STDC_HEADERS +/* Define if you can safely include both <sys/time.h> and <time.h>. */ +#undef TIME_WITH_SYS_TIME + /* Define vfork as fork if vfork does not work. */ #undef vfork @@ -232,6 +235,9 @@ /* Define if you have the <sys/time.h> header file. */ #undef HAVE_SYS_TIME_H +/* Define if you have the <time.h> header file. */ +#undef HAVE_TIME_H + /* Define if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H |