resetting manifest requested domain to floor
[platform/upstream/libical.git] / config-libical.h.cmake
1 /* config.h.  Generated by cmake from config.h.cmake */
2
3 /* Define to 1 if you have the <stdint.h> header file. */
4 #cmakedefine HAVE_STDINT_H 1
5
6 /* Define to 1 if you have the <stdlib.h> header file. */
7 #cmakedefine HAVE_STDLIB_H 1
8
9 /* Define to 1 if you have the <wctype.h> header file. */
10 #cmakedefine HAVE_WCTYPE_H 1
11
12 /* FIXME: 
13    These are statically defined, as the configure check fails too often
14    This prevents libical's snprintf() copy to be used, which is buggy and causes dbus 
15    to crash in handle_error()
16    In case there is a platform to be supported without working vsnprintf(),
17      a) fix the configure check 
18      b) fix libical's vsnprintf.c/provide a better snprintf() implementation 
19 */
20 #define    HAVE_SNPRINTF 1
21 #define    HAVE_VSNPRINTF 1
22
23 /* Define to 1 if you have the `iswspace' function. */
24 #cmakedefine    HAVE_ISWSPACE 1
25