diff options
Diffstat (limited to 'contrib/libf2c/libU77/acconfig.h')
-rw-r--r-- | contrib/libf2c/libU77/acconfig.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/libf2c/libU77/acconfig.h b/contrib/libf2c/libU77/acconfig.h new file mode 100644 index 0000000..778e154 --- /dev/null +++ b/contrib/libf2c/libU77/acconfig.h @@ -0,0 +1,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 |