diff options
Diffstat (limited to 'libical/acconfig.h')
-rw-r--r-- | libical/acconfig.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libical/acconfig.h b/libical/acconfig.h index ede59fd497..96f0975b26 100644 --- a/libical/acconfig.h +++ b/libical/acconfig.h @@ -8,3 +8,9 @@ /* Define to terminate lines with "\n" instead of "\r\n" */ #undef ICAL_UNIX_NEWLINE + +/* Define if your libc defines a "timezone" variable +#undef HAVE_TIMEZONE + +/* Define if your libc defines a struct tm containing a "tm_gmtoff" member */ +#undef HAVE_TM_GMTOFF |