diff options
Diffstat (limited to 'contrib/libf2c/libU77/config.hin')
-rw-r--r-- | contrib/libf2c/libU77/config.hin | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/contrib/libf2c/libU77/config.hin b/contrib/libf2c/libU77/config.hin index 27a89c05bb99..19f5399d5385 100644 --- a/contrib/libf2c/libU77/config.hin +++ b/contrib/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 |