diff options
author | Francois-Xavier Coudert <coudert@clipper.ens.fr> | 2007-03-21 00:09:39 +0100 |
---|---|---|
committer | François-Xavier Coudert <fxcoudert@gcc.gnu.org> | 2007-03-20 23:09:39 +0000 |
commit | 7f483eece3df0601cbc535b0e334590d5f96e0fc (patch) | |
tree | cde04f2a97dc6a79cc81497599a4f606255de5b5 /libgfortran/config.h.in | |
parent | 77eb5950766876da857481b3dafc7ccd13b4b722 (diff) | |
download | gcc-7f483eece3df0601cbc535b0e334590d5f96e0fc.zip gcc-7f483eece3df0601cbc535b0e334590d5f96e0fc.tar.gz gcc-7f483eece3df0601cbc535b0e334590d5f96e0fc.tar.bz2 |
configure.ac: Add missing check for gettimeofday.
* configure.ac: Add missing check for gettimeofday.
* config.h.in: Renegerate.
* configure: Regenerate.
From-SVN: r123094
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 216adba..b6004bb 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 |