summaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
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