diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-10-13 23:08:18 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-10-13 23:08:18 +0000 |
commit | 0be6f86d49011a517607cdcea973bece0282dd80 (patch) | |
tree | 99fd2d67156238d385740e1d51d437ad1e25d49a /libiberty/config.in | |
parent | 650df5dfc08561c688d0c7016babded2275f7fcd (diff) | |
download | gcc-0be6f86d49011a517607cdcea973bece0282dd80.tar.gz |
* 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.in | 3 |
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 |