diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-10-14 08:05:09 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-10-14 08:05:09 +0000 |
commit | b95894dcc2ace59c30f151287cf1f44ce2dbba35 (patch) | |
tree | 65d7f0f243a30f1824a15be53f3382b4a18aafbf /libf2c/libU77/config.hin | |
parent | e3f381196aaea9bba525643595aaa2cd3c2813b5 (diff) | |
download | gcc-b95894dcc2ace59c30f151287cf1f44ce2dbba35.tar.gz |
* libU77/acconfig.h: Define GETTIMEOFDAY_ONE_ARGUMENT and
HAVE_TIMEZONE in acconfig.h.
* libU77/config.hin: Rebuilt.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29964 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libf2c/libU77/config.hin')
-rw-r--r-- | libf2c/libU77/config.hin | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/libf2c/libU77/config.hin b/libf2c/libU77/config.hin index 27a89c05bb9..19f5399d538 100644 --- a/libf2c/libU77/config.hin +++ b/libf2c/libU77/config.hin @@ -33,8 +33,11 @@ /* Define as the path of the `chmod' program. */ #undef CHMOD_PATH -/* Define if your sys/time.h defines struct timezone. */ -#undef HAVE_STRUCT_TIMEZONE +/* Define if your gettimeofday takes only one argument. */ +#undef GETTIMEOFDAY_ONE_ARGUMENT + +/* Define if your gettimeofday takes a time zome argument. */ +#undef HAVE_TIMEZONE /* Define if you have the alarm function. */ #undef HAVE_ALARM |