diff options
Diffstat (limited to 'contrib/file/acconfig.h')
| -rw-r--r-- | contrib/file/acconfig.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/contrib/file/acconfig.h b/contrib/file/acconfig.h index b2d201dfda17..781819108599 100644 --- a/contrib/file/acconfig.h +++ b/contrib/file/acconfig.h @@ -13,12 +13,21 @@ /* Define if the `long long' type works. */ #undef HAVE_LONG_LONG +/* Define if we have "tm_zone" in "struct tm". */ +#undef HAVE_TM_ZONE + +/* Define if we have a global "char * []" "tzname" variable. */ +#undef HAVE_TZNAME + /* Define if we have "tm_isdst" in "struct tm". */ #undef HAVE_TM_ISDST /* Define if we have a global "int" variable "daylight". */ #undef HAVE_DAYLIGHT +/* Define if we have a mkstemp */ +#undef HAVE_MKSTEMP + /* Define to `unsigned char' if standard headers don't define. */ #undef uint8_t |
