summaryrefslogtreecommitdiffstats
path: root/libiberty/config.in
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-10-13 23:08:18 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-10-13 23:08:18 +0000
commit0be6f86d49011a517607cdcea973bece0282dd80 (patch)
tree99fd2d67156238d385740e1d51d437ad1e25d49a /libiberty/config.in
parent650df5dfc08561c688d0c7016babded2275f7fcd (diff)
downloadppe42-gcc-0be6f86d49011a517607cdcea973bece0282dd80.tar.gz
ppe42-gcc-0be6f86d49011a517607cdcea973bece0282dd80.zip
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23067 138bc75d-0d04-0410-961f-82ee72b054a4
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 51da7984749..3f47928afbe 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
OpenPOWER on IntegriCloud