diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-04-11 22:35:17 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-04-11 22:35:17 +0000 |
commit | 58470f88c336819265c6417a1f795adad86782cd (patch) | |
tree | dd16fac232282ee1ffae2ddc2ed25b4eaec02499 /libf2c/libU77/acconfig.h | |
parent | 16b8e80fd5c645838305de208fefe0e8b17c2c23 (diff) | |
download | gcc-58470f88c336819265c6417a1f795adad86782cd.tar.gz |
* libU77/aclocal.m4: New file.
* libU77/configure.in (LIBU77_HAVE_STRUCT_TIMEZONE): Add test.
* libU77/acconfig.h (HAVE_STRUCT_TIMEZONE): Add macro.
* libU77/datetime_c.c (G77_date_and_time_0): Use.
* libU77/config.hin: Regenerate.
* libU77/configure: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26353 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libf2c/libU77/acconfig.h')
-rw-r--r-- | libf2c/libU77/acconfig.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libf2c/libU77/acconfig.h b/libf2c/libU77/acconfig.h index 12bba85b869..1400ba589b2 100644 --- a/libf2c/libU77/acconfig.h +++ b/libf2c/libU77/acconfig.h @@ -1,2 +1,6 @@ /* Define as the path of the `chmod' program. */ #undef CHMOD_PATH + +/* Define if your sys/time.h defines struct timezone. */ +#undef HAVE_STRUCT_TIMEZONE + |