summaryrefslogtreecommitdiff
path: root/config-libical.h.cmake
diff options
context:
space:
mode:
authorLorry <lorry@roadtrain.codethink.co.uk>2012-07-18 20:41:42 +0100
committerLorry <lorry@roadtrain.codethink.co.uk>2012-07-18 20:41:42 +0100
commit5bb10cf303762530d847b2d9879e6b0fdf32603f (patch)
tree028b559e572d030bf98c541306819c4248985576 /config-libical.h.cmake
downloadlibical-5bb10cf303762530d847b2d9879e6b0fdf32603f.tar.gz
Tarball conversion
Diffstat (limited to 'config-libical.h.cmake')
-rw-r--r--config-libical.h.cmake25
1 files changed, 25 insertions, 0 deletions
diff --git a/config-libical.h.cmake b/config-libical.h.cmake
new file mode 100644
index 0000000..f3d087e
--- /dev/null
+++ b/config-libical.h.cmake
@@ -0,0 +1,25 @@
+/* config.h. Generated by cmake from config.h.cmake */
+
+/* Define to 1 if you have the <stdint.h> header file. */
+#cmakedefine HAVE_STDINT_H 1
+
+/* Define to 1 if you have the <stdlib.h> header file. */
+#cmakedefine HAVE_STDLIB_H 1
+
+/* Define to 1 if you have the <wctype.h> header file. */
+#cmakedefine HAVE_WCTYPE_H 1
+
+/* FIXME:
+ These are statically defined, as the configure check fails too often
+ This prevents libical's snprintf() copy to be used, which is buggy and causes dbus
+ to crash in handle_error()
+ In case there is a platform to be supported without working vsnprintf(),
+ a) fix the configure check
+ b) fix libical's vsnprintf.c/provide a better snprintf() implementation
+*/
+#define HAVE_SNPRINTF 1
+#define HAVE_VSNPRINTF 1
+
+/* Define to 1 if you have the `iswspace' function. */
+#cmakedefine HAVE_ISWSPACE 1
+