diff options
author | Jeff Law <law@redhat.com> | 2000-07-23 19:20:18 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 2000-07-23 19:20:18 +0000 |
commit | 62df20656565cd422330ae2b2aebf61c67cbaf22 (patch) | |
tree | 6fa6cd87995a561e5688cac81306465eb230d329 /libiberty/config.in | |
parent | 25c6c1126869b8a7070f37b8a0f8a1fa5a3ade47 (diff) | |
download | gdb-62df20656565cd422330ae2b2aebf61c67cbaf22.zip gdb-62df20656565cd422330ae2b2aebf61c67cbaf22.tar.gz gdb-62df20656565cd422330ae2b2aebf61c67cbaf22.tar.bz2 |
* 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>.
Diffstat (limited to 'libiberty/config.in')
-rw-r--r-- | libiberty/config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libiberty/config.in b/libiberty/config.in index f9895c7..797e2a7 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 @@ -202,6 +205,9 @@ /* Define if you have the <fcntl.h> header file. */ #undef HAVE_FCNTL_H +/* Define if you have the <limits.h> header file. */ +#undef HAVE_LIMITS_H + /* Define if you have the <stdlib.h> header file. */ #undef HAVE_STDLIB_H @@ -229,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 |