aboutsummaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-09-15 10:11:23 -0500
committerTed Gould <ted@gould.cx>2011-09-15 10:11:23 -0500
commit34a42266114d26f09a7470706cc43196ebe8b302 (patch)
treed05de54865c95284d29924031d1db09582feb3b9 /config.h.in
parent8f8de9ac5d3a35a21606335aa23ceccca6f2a223 (diff)
parent59a60d1e418b2ad975a58890e9e925f5a6f6e013 (diff)
downloadayatana-indicator-datetime-34a42266114d26f09a7470706cc43196ebe8b302.tar.gz
ayatana-indicator-datetime-34a42266114d26f09a7470706cc43196ebe8b302.tar.bz2
ayatana-indicator-datetime-34a42266114d26f09a7470706cc43196ebe8b302.zip
* New upstream release.
* Set default timezone on events without (LP: #837359) * Update docs to specify correct custom formats (LP: #775113) * Use GNOME wall clock interface for time (LP: #837440) * Remove add event when using greeter (LP: #836521) * Fix gettext domain for builder files (LP: #845473) * Update date correctly when opening menu (LP: #793450)
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index ddb1256..979f5d2 100644
--- a/config.h.in
+++ b/config.h.in
@@ -27,6 +27,9 @@
/* Define if your <locale.h> file defines LC_MESSAGES. */
#undef HAVE_LC_MESSAGES
+/* Define to 1 if you have the `m' library (-lm). */
+#undef HAVE_LIBM
+
/* Define to 1 if you have the <locale.h> header file. */
#undef HAVE_LOCALE_H