From c6451ce1ed9c5be3d6851cbbf272e34d216693a9 Mon Sep 17 00:00:00 2001 From: Michael Sokolov Date: Sun, 23 Jul 2000 19:18:32 +0000 Subject: 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 and/or . Co-Authored-By: Jeffrey A Law From-SVN: r35212 --- libiberty/config.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libiberty/config.in') 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 and . */ +#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 header file. */ #undef HAVE_SYS_TIME_H +/* Define if you have the header file. */ +#undef HAVE_TIME_H + /* Define if you have the header file. */ #undef HAVE_UNISTD_H -- cgit v1.2.1