diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-07-23 19:18:32 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-07-23 19:18:32 +0000 |
commit | 1a163ca8de631d67b8f657e96e8d1ef6f0f5e113 (patch) | |
tree | 3ee1847e8d1882a5dac6cd708d3ffd930f27d940 /libiberty/config.in | |
parent | a451eef0cb4c54cbe5ec2d32f7cb773e999d564d (diff) | |
download | gcc-1a163ca8de631d67b8f657e96e8d1ef6f0f5e113.tar.gz |
* 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>.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35212 138bc75d-0d04-0410-961f-82ee72b054a4
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 |