diff options
author | JP Rosevear <jpr@helixcode.com> | 2000-12-22 07:33:02 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2000-12-22 07:33:02 +0800 |
commit | 0305388aa2c358bdc3395ef2b0abb9efc3e91744 (patch) | |
tree | 2982f6cc0cd8809985e0a988997caeab9c04f307 /libical/acconfig.h | |
parent | b920cbf1a5d5841636e021b3168149c566f0f9c7 (diff) | |
download | gsoc2013-evolution-0305388aa2c358bdc3395ef2b0abb9efc3e91744.tar.gz gsoc2013-evolution-0305388aa2c358bdc3395ef2b0abb9efc3e91744.tar.zst gsoc2013-evolution-0305388aa2c358bdc3395ef2b0abb9efc3e91744.zip |
include configure.h because HAVE_TIMEZONE is used
2000-12-21 JP Rosevear <jpr@helixcode.com>
* src/libical/icaltime.c: include configure.h because HAVE_TIMEZONE
is used
* acconfig.h: Terminate variable comment so that the variable can
actually be seen
svn path=/trunk/; revision=7122
Diffstat (limited to 'libical/acconfig.h')
-rw-r--r-- | libical/acconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libical/acconfig.h b/libical/acconfig.h index 96f0975b26..f03ba6005f 100644 --- a/libical/acconfig.h +++ b/libical/acconfig.h @@ -9,7 +9,7 @@ /* Define to terminate lines with "\n" instead of "\r\n" */ #undef ICAL_UNIX_NEWLINE -/* Define if your libc defines a "timezone" variable +/* Define if your libc defines a "timezone" variable */ #undef HAVE_TIMEZONE /* Define if your libc defines a struct tm containing a "tm_gmtoff" member */ |