summaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2014-11-07 18:22:26 -0500
committerAllen Winter <allen.winter@kdab.com>2014-11-07 18:22:26 -0500
commit76db918128f0b17c82e584e2532170b147e1f945 (patch)
treecb394d9c4e913cb1ebc262c19f6f9dd32f7a732f /config.h.cmake
parentaed82c3bd167bf9fd21f6d71aa8285df6d3ec1dd (diff)
downloadlibical-git-76db918128f0b17c82e584e2532170b147e1f945.tar.gz
set variables if ICU DANGI calendar is available or if using 32bit time
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 2d16a851..2f31226d 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -172,6 +172,9 @@ typedef int pid_t;
#cmakedefine SIZEOF_TIME_T ${SIZEOF_TIME_T}
+/* whether we have ICU DANGI calendar */
+#cmakedefine HAVE_ICU_DANGI
+
#if !defined(_MSC_VER)
#define _unused(x) (void)x;
#else