Imported Upstream version 0.48
[platform/upstream/libical.git] / config.h.cmake
1 /* config.h. Generated by cmake from config.h.cmake */
2
3 /* Define to 1 if you have the <assert.h> header file. */
4 #cmakedefine HAVE_ASSERT_H 1
5
6 /* Define to 1 if you have the `backtrace' function. */
7 #cmakedefine HAVE_BACKTRACE 1
8
9 /* Define to 1 if you have the <byteswap.h> header file. */
10 #cmakedefine HAVE_BYTESWAP_H 1
11
12 /* Define to 1 if you have the <ctype.h> header file. */
13 #cmakedefine HAVE_CTYPE_H 1
14
15 /* Define to 1 if you have the <dlfcn.h> header file. */
16 #cmakedefine HAVE_DLFCN_H 1
17
18 /* Define to 1 if you have the <endian.h> header file. */
19 #cmakedefine HAVE_ENDIAN_H 1
20
21 /* Define to 1 if you have the `gmtime_r' function. */
22 #cmakedefine HAVE_GMTIME_R 1
23
24 /* Define to 1 if you have the <inttypes.h> header file. */
25 #cmakedefine HAVE_INTTYPES_H 1
26
27 /* Define to 1 if you have type 'intptr_t' defined. */
28 #cmakedefine HAVE_INTPTR_T 1
29
30 /* Define to 1 if you have the `isspace' function. */
31 #cmakedefine HAVE_ISSPACE 1
32
33 /* Define to 1 if you have the `iswspace' function. */
34 #cmakedefine HAVE_ISWSPACE 1
35
36 /* Define to 1 if you have the <memory.h> header file. */
37 #cmakedefine HAVE_MEMORY_H 1
38
39 /* Define if we have pthread. */
40 #cmakedefine HAVE_PTHREAD_ATTR_GET_NP 1
41 #cmakedefine HAVE_PTHREAD_GETATTR_NP 1
42 #cmakedefine HAVE_PTHREAD_NP_H 1
43 #if defined(HAVE_PTHREAD_ATTR_GET_NP) || defined(HAVE_PTHREAD_GETATTR_NP) || defined(HAVE_PTHREAD_NP_H)
44 #define HAVE_PTHREAD 1
45 #endif
46
47 /* Define to 1 if you have the <pthread.h> header file. */
48 #cmakedefine HAVE_PTHREAD_H 1
49
50 /* Define to 1 if you have the `snprintf' function. */
51 #cmakedefine HAVE_SNPRINTF 1
52
53 /* Define to 1 if you have the <stdint.h> header file. */
54 #cmakedefine HAVE_STDINT_H 1
55
56 /* Define to 1 if you have the <stdlib.h> header file. */
57 #cmakedefine HAVE_STDLIB_H 1
58
59 /* Define to 1 if you have the `strdup' function. */
60 #cmakedefine HAVE_STRDUP 1
61
62 /* Define to 1 if you have the <strings.h> header file. */
63 #cmakedefine HAVE_STRINGS_H 1
64
65 /* Define to 1 if you have the <string.h> header file. */
66 #cmakedefine HAVE_STRING_H 1
67
68 /* Define to 1 if you have the <sys/endian.h> header file. */
69 #cmakedefine HAVE_SYS_ENDIAN_H 1
70
71 /* Define to 1 if you have the `setenv' function. */
72 #cmakedefine HAVE_SETENV 1
73
74 /* Define to 1 if you have the <sys/stat.h> header file. */
75 #cmakedefine HAVE_SYS_STAT_H 1
76
77 /* Define to 1 if you have the <sys/types.h> header file. */
78 #cmakedefine HAVE_SYS_TYPES_H 1
79
80 /* Define to 1 if you have the <time.h> header file. */
81 #cmakedefine HAVE_TIME_H 1
82
83 /* Define to 1 if you have the <unistd.h> header file. */
84 #cmakedefine HAVE_UNISTD_H 1
85
86 /* Define to 1 if you have the `unsetenv' function. */
87 #cmakedefine HAVE_UNSETENV 1
88
89 /* Define to 1 if you have the <wctype.h> header file. */
90 #cmakedefine HAVE_WCTYPE_H 1
91
92 /* Define to make icalerror_* calls abort instead of internally signalling an
93    error */
94 #define ICAL_ERRORS_ARE_FATAL ${ICAL_ERRORS_ARE_FATAL}
95
96 /* Define if we want _REENTRANT */
97 #cmakedefine ICAL_REENTRANT 1
98
99 /* Define to terminate lines with "\n" instead of "\r\n" */
100 #define ICAL_UNIX_NEWLINE ${ICAL_UNIX_NEWLINE}
101
102 /* Define to 1 if you DO NOT WANT to see deprecated messages */
103 #define NO_WARN_DEPRECATED ${NO_WARN_DEPRECATED}
104
105 /* Define to 1 if you DO NO WANT to see the warning messages related to
106    ICAL_MALFORMEDDATA_ERROR and parsing .ics zoneinfo files */
107 #cmakedefine NO_WARN_ICAL_MALFORMEDDATA_ERROR_HACK 1
108
109 /* Name of package */
110 #define PACKAGE "${CMAKE_PROJECT_NAME}"
111
112 /* Define to the address where bug reports for this package should be sent. */
113 #define PACKAGE_BUGREPORT "${PROJECT_URL}"
114
115 /* Define to the full name of this package. */
116 #define PACKAGE_NAME "${CMAKE_PROJECT_NAME}"
117
118 /* Define to the full name and version of this package. */
119 #define PACKAGE_STRING "${CMAKE_PROJECT_NAME} ${PROJECT_VERSION}"
120
121 /* Define to the one symbol short name of this package. */
122 #define PACKAGE_TARNAME "${CMAKE_PROJECT_NAME}"
123
124 /* Define to the version of this package. */
125 #define PACKAGE_VERSION "${PROJECT_VERSION}"
126
127 /* Define to 1 if you have the ANSI C header files. */
128 #cmakedefine STDC_HEADERS 1
129
130 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
131 #cmakedefine TM_IN_SYS_TIME 1
132
133 /* whether we should bring our own TZ-Data */
134 #cmakedefine USE_BUILTIN_TZDATA
135
136 /* Version number of package */
137 #define VERSION "${PROJECT_VERSION}"
138
139 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
140    `char[]'. */
141 #cmakedefine YYTEXT_POINTER 1
142
143 /* Define to empty if `const' does not conform to ANSI C. */
144 #cmakedefine const
145
146 /* Define to `int' if <sys/types.h> does not define. */
147 #cmakedefine HAVE_SIZEOF_MODE_T
148 #if !defined(HAVE_SIZEOF_MODE_T)
149 #define mode_t int
150 #endif
151
152 /* Define to `unsigned int' if <sys/types.h> does not define. */
153 #cmakedefine HAVE_SIZEOF_SIZE_T
154 #if !defined(HAVE_SIZEOF_SIZE_T)
155 #define size_t int
156 #endif
157
158 #cmakedefine HAVE_PID_T 1
159 #if !HAVE_PID_T
160 typedef int pid_t;
161 #endif
162