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/acconfig.h | |
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/acconfig.h')
-rw-r--r-- | libf2c/libU77/acconfig.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libf2c/libU77/acconfig.h b/libf2c/libU77/acconfig.h index 1400ba589b2..778e15410c8 100644 --- a/libf2c/libU77/acconfig.h +++ b/libf2c/libU77/acconfig.h @@ -4,3 +4,8 @@ /* 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 |