diff options
author | Jeff Law <law@gcc.gnu.org> | 1999-10-14 02:05:09 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-10-14 02:05:09 -0600 |
commit | 866623d4d176f5c3b068ecafd97df3c4e1cf4f7f (patch) | |
tree | 65d7f0f243a30f1824a15be53f3382b4a18aafbf | |
parent | a9e78efc358cabadd9500884fa1259a65bdb7a94 (diff) | |
download | gcc-866623d4d176f5c3b068ecafd97df3c4e1cf4f7f.zip gcc-866623d4d176f5c3b068ecafd97df3c4e1cf4f7f.tar.gz gcc-866623d4d176f5c3b068ecafd97df3c4e1cf4f7f.tar.bz2 |
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
-rw-r--r-- | libf2c/ChangeLog | 8 | ||||
-rw-r--r-- | libf2c/libU77/acconfig.h | 5 | ||||
-rw-r--r-- | 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 <fx@gnu.org> +1999-10-14 Theo Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr> + + * libU77/acconfig.h: Define GETTIMEOFDAY_ONE_ARGUMENT and + HAVE_TIMEZONE in acconfig.h. + * libU77/config.hin: Rebuilt. + +1999-10-12 Dave Love <fx@gnu.org> * 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 |