]> git.notmuchmail.org Git - notmuch/commit
date.c: Add hard-coded definition of HAVE_TIMEZONE
authorCarl Worth <cworth@cworth.org>
Mon, 19 Oct 2009 20:19:37 +0000 (13:19 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 19 Oct 2009 20:19:37 +0000 (13:19 -0700)
commit747f610901f979c30dafe22f46e4f0b802c2f901
tree618d24326de9cf566bbff575f5a4de262e558f86
parentc2c50d50c572fcd2a015aeba87d33a8ccf5a76b8
date.c: Add hard-coded definition of HAVE_TIMEZONE

The original code expected this to be set by running configure.
We'll just manually set it here for now. This isn't as portable
as if we were doing some compile-time examination of the current
system, but I don't need portability now.

When someone comes along that wants to port notmuch to another
system, they will already have all the #ifdefs in place and
will simply need to add the appropriate machinery to set the
defines.
date.c