diff options
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 |