aboutsummaryrefslogtreecommitdiff
path: root/libiberty/config.in
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>1998-10-13 23:08:18 +0000
committerJeff Law <law@gcc.gnu.org>1998-10-13 17:08:18 -0600
commitae76f1bedd0e090739787ef4cb4a04167304cbb0 (patch)
tree99fd2d67156238d385740e1d51d437ad1e25d49a /libiberty/config.in
parent470032d72e41bac5ed47efd297dbe9d0ec5d3dc8 (diff)
downloadgcc-ae76f1bedd0e090739787ef4cb4a04167304cbb0.zip
gcc-ae76f1bedd0e090739787ef4cb4a04167304cbb0.tar.gz
gcc-ae76f1bedd0e090739787ef4cb4a04167304cbb0.tar.bz2
mkstemp.c: Check HAVE_SYS_TIME_H before including sys/time.h
* mkstemp.c: Check HAVE_SYS_TIME_H before including sys/time.h * configure.in (AC_CHECK_HEADERS): Check for sys/time.h too. * config.in, configure: Rebuilt. From-SVN: r23067
Diffstat (limited to 'libiberty/config.in')
-rw-r--r--libiberty/config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/libiberty/config.in b/libiberty/config.in
index 51da798..3f47928 100644
--- a/libiberty/config.in
+++ b/libiberty/config.in
@@ -190,5 +190,8 @@
/* Define if you have the <sys/param.h> header file. */
#undef HAVE_SYS_PARAM_H
+/* Define if you have the <sys/time.h> header file. */
+#undef HAVE_SYS_TIME_H
+
/* Define if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H