diff options
Diffstat (limited to 'contrib/libf2c/libU77/acconfig.h')
-rw-r--r-- | contrib/libf2c/libU77/acconfig.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/libf2c/libU77/acconfig.h b/contrib/libf2c/libU77/acconfig.h index 12bba85..1400ba5 100644 --- a/contrib/libf2c/libU77/acconfig.h +++ b/contrib/libf2c/libU77/acconfig.h @@ -1,2 +1,6 @@ /* Define as the path of the `chmod' program. */ #undef CHMOD_PATH + +/* Define if your sys/time.h defines struct timezone. */ +#undef HAVE_STRUCT_TIMEZONE + |