From 866623d4d176f5c3b068ecafd97df3c4e1cf4f7f Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Thu, 14 Oct 1999 02:05:09 -0600 Subject: [PATCH] acconfig.h: Define GETTIMEOFDAY_ONE_ARGUMENT and HAVE_TIMEZONE in acconfig.h. * libU77/acconfig.h: Define GETTIMEOFDAY_ONE_ARGUMENT and HAVE_TIMEZONE in acconfig.h. * libU77/config.hin: Rebuilt. From-SVN: r29964 --- libf2c/ChangeLog | 8 +++++++- libf2c/libU77/acconfig.h | 5 +++++ libf2c/libU77/config.hin | 7 +++++-- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/libf2c/ChangeLog b/libf2c/ChangeLog index 94668e0..dba61a4 100644 --- a/libf2c/ChangeLog +++ b/libf2c/ChangeLog @@ -1,4 +1,10 @@ -1999-10-22 Dave Love +1999-10-14 Theo Papadopoulo + + * libU77/acconfig.h: Define GETTIMEOFDAY_ONE_ARGUMENT and + HAVE_TIMEZONE in acconfig.h. + * libU77/config.hin: Rebuilt. + +1999-10-12 Dave Love * libU77/aclocal.m4: Re-write, defining LIBU77_GETTIMEOFDAY, not LIBU77_HAVE_STRUCT_TIMEZONE. diff --git a/libf2c/libU77/acconfig.h b/libf2c/libU77/acconfig.h index 1400ba5..778e154 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 diff --git a/libf2c/libU77/config.hin b/libf2c/libU77/config.hin index 27a89c0..19f5399 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 -- 2.7.4