diff options
author | burnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-01-21 16:16:10 +0000 |
---|---|---|
committer | burnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-01-21 16:16:10 +0000 |
commit | e93cd3187c29f422d142eaa6de64175ae89efbee (patch) | |
tree | a99bf5364c681de7075f0f28f1287cd4ae87d259 /libgfortran/config.h.in | |
parent | 533a9fbc2542e52b8366dda8158b1d7ec7ee49bd (diff) | |
download | gcc-e93cd3187c29f422d142eaa6de64175ae89efbee.tar.gz |
2006-12-09 Tobias Burnus <burnus@net-b.de>
PR libfortran/30015
* intrinsics/date_and_time.c (date_and_time): Fix case where time
can go backwards.
* configure.ac: Remove AC_TRY_RUN test for timezone in
gettimeofday.
* acinclude.m4: Ditto.
* configure: Regenerate.
* config.h.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121033 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/config.h.in')
-rw-r--r-- | libgfortran/config.h.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libgfortran/config.h.in b/libgfortran/config.h.in index c67365fd20c..ab7a8920713 100644 --- a/libgfortran/config.h.in +++ b/libgfortran/config.h.in @@ -1,8 +1,5 @@ /* config.h.in. Generated from configure.ac by autoheader. */ -/* Does gettimeofday take a single argument */ -#undef GETTIMEOFDAY_ONE_ARGUMENT - /* Define to 0 if the target shouldn't use #pragma weak */ #undef GTHREAD_USE_WEAK @@ -645,9 +642,6 @@ /* Define to 1 if you have the `times' function. */ #undef HAVE_TIMES -/* Do we have struct timezone */ -#undef HAVE_TIMEZONE - /* Define to 1 if you have the <time.h> header file. */ #undef HAVE_TIME_H |