aboutsummaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-04-12 08:33:00 +0800
committerChris Lahey <clahey@src.gnome.org>2000-04-12 08:33:00 +0800
commitbed92671a3bbbd0264fa75d54779659922b81276 (patch)
tree6382d2d24050e472725db66d40e38945610d3fe3 /acconfig.h
parentd9d1fb83aa965e979c026b83ef912ea6ccc9556a (diff)
downloadgsoc2013-evolution-bed92671a3bbbd0264fa75d54779659922b81276.tar
gsoc2013-evolution-bed92671a3bbbd0264fa75d54779659922b81276.tar.gz
gsoc2013-evolution-bed92671a3bbbd0264fa75d54779659922b81276.tar.bz2
gsoc2013-evolution-bed92671a3bbbd0264fa75d54779659922b81276.tar.lz
gsoc2013-evolution-bed92671a3bbbd0264fa75d54779659922b81276.tar.xz
gsoc2013-evolution-bed92671a3bbbd0264fa75d54779659922b81276.tar.zst
gsoc2013-evolution-bed92671a3bbbd0264fa75d54779659922b81276.zip
Changed AC_DEFUN to AC_DEFINE.
2000-04-11 Christopher James Lahey <clahey@helixcode.com> * configure.in: Changed AC_DEFUN to AC_DEFINE. * acconfig.h: Added HAVE_TIMEZONE and HAVE_TM_GMTOFF. svn path=/trunk/; revision=2400
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h
index b74d78a06a..82d39e3328 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -14,4 +14,5 @@
/* Define this if you want to build against the development gtk */
#undef HAVE_DEVGTK
-
+#undef HAVE_TIMEZONE
+#undef HAVE_TM_GMTOFF