diff options
author | fxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-03-20 23:09:39 +0000 |
---|---|---|
committer | fxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-03-20 23:09:39 +0000 |
commit | c634bedf776e15bc970b348b9ed85e2a2b1d7fd8 (patch) | |
tree | cde04f2a97dc6a79cc81497599a4f606255de5b5 /libgfortran/config.h.in | |
parent | 559e4bfa7a298959ff3bee9f33fc8d9f0113b9a8 (diff) | |
download | gcc-c634bedf776e15bc970b348b9ed85e2a2b1d7fd8.tar.gz |
* configure.ac: Add missing check for gettimeofday.
* config.h.in: Renegerate.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@123094 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/config.h.in')
-rw-r--r-- | libgfortran/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libgfortran/config.h.in b/libgfortran/config.h.in index 216adba6e82..b6004bbe56d 100644 --- a/libgfortran/config.h.in +++ b/libgfortran/config.h.in @@ -402,6 +402,9 @@ /* Define to 1 if you have the `getrusage' function. */ #undef HAVE_GETRUSAGE +/* Define to 1 if you have the `gettimeofday' function. */ +#undef HAVE_GETTIMEOFDAY + /* libc includes getuid */ #undef HAVE_GETUID |