resetting manifest requested domain to floor
[platform/upstream/libical.git] / config.h.in
1 /* config.h.in.  Generated from configure.in by autoheader.  */
2
3 /* Define to 1 if you have the <assert.h> header file. */
4 #undef HAVE_ASSERT_H
5
6 /* Define to 1 if you have the `backtrace' function. */
7 #undef HAVE_BACKTRACE
8
9 /* Define to 1 if you have the <byteswap.h> header file. */
10 #undef HAVE_BYTESWAP_H
11
12 /* Define to 1 if you have the <ctype.h> header file. */
13 #undef HAVE_CTYPE_H
14
15 /* Define to 1 if you have the <dlfcn.h> header file. */
16 #undef HAVE_DLFCN_H
17
18 /* Define to 1 if you have the <endian.h> header file. */
19 #undef HAVE_ENDIAN_H
20
21 /* Define to 1 if you have the `gmtime_r' function. */
22 #undef HAVE_GMTIME_R
23
24 /* Define to 1 if you have the <inttypes.h> header file. */
25 #undef HAVE_INTTYPES_H
26
27 /* Define to 1 if you have the `isspace' function. */
28 #undef HAVE_ISSPACE
29
30 /* Define to 1 if you have the `iswspace' function. */
31 #undef HAVE_ISWSPACE
32
33 /* Define to 1 if you have the <memory.h> header file. */
34 #undef HAVE_MEMORY_H
35
36 /* Define if we have pthread. */
37 #undef HAVE_PTHREAD
38
39 /* Define to 1 if you have the <pthread.h> header file. */
40 #undef HAVE_PTHREAD_H
41
42 /* Define to 1 if you have the `setenv' function. */
43 #undef HAVE_SETENV
44
45 /* Define to 1 if you have the `snprintf' function. */
46 #undef HAVE_SNPRINTF
47
48 /* Define to 1 if you have the <stdint.h> header file. */
49 #undef HAVE_STDINT_H
50
51 /* Define to 1 if you have the <stdlib.h> header file. */
52 #undef HAVE_STDLIB_H
53
54 /* Define to 1 if you have the `strdup' function. */
55 #undef HAVE_STRDUP
56
57 /* Define to 1 if you have the <strings.h> header file. */
58 #undef HAVE_STRINGS_H
59
60 /* Define to 1 if you have the <string.h> header file. */
61 #undef HAVE_STRING_H
62
63 /* Define to 1 if you have the <sys/endian.h> header file. */
64 #undef HAVE_SYS_ENDIAN_H
65
66 /* Define to 1 if you have the <sys/stat.h> header file. */
67 #undef HAVE_SYS_STAT_H
68
69 /* Define to 1 if you have the <sys/types.h> header file. */
70 #undef HAVE_SYS_TYPES_H
71
72 /* Define to 1 if you have the <time.h> header file. */
73 #undef HAVE_TIME_H
74
75 /* Define to 1 if you have the <unistd.h> header file. */
76 #undef HAVE_UNISTD_H
77
78 /* Define to 1 if you have the `unsetenv' function. */
79 #undef HAVE_UNSETENV
80
81 /* Define to 1 if you have the <wctype.h> header file. */
82 #undef HAVE_WCTYPE_H
83
84 /* Define to prevent empty properties from being replaced with X-LIC-ERROR
85    properties */
86 #undef ICAL_ALLOW_EMPTY_PROPERTIES
87
88 /* Define to make icalerror_* calls abort instead of internally signalling an
89    error */
90 #undef ICAL_ERRORS_ARE_FATAL
91
92 /* Define if we want _REENTRANT */
93 #undef ICAL_REENTRANT
94
95 /* Define to terminate lines with "\n" instead of "\r\n" */
96 #undef ICAL_UNIX_NEWLINE
97
98 /* Define to the sub-directory in which libtool stores uninstalled libraries.
99    */
100 #undef LT_OBJDIR
101
102 /* Define to 1 if you DO NOT WANT to see deprecated messages */
103 #undef 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 #undef NO_WARN_ICAL_MALFORMEDDATA_ERROR_HACK
108
109 /* Name of package */
110 #undef PACKAGE
111
112 /* Define to the address where bug reports for this package should be sent. */
113 #undef PACKAGE_BUGREPORT
114
115 /* where our self provided zonefiles should live */
116 #undef PACKAGE_DATA_DIR
117
118 /* Define to the full name of this package. */
119 #undef PACKAGE_NAME
120
121 /* Define to the full name and version of this package. */
122 #undef PACKAGE_STRING
123
124 /* Define to the one symbol short name of this package. */
125 #undef PACKAGE_TARNAME
126
127 /* Define to the version of this package. */
128 #undef PACKAGE_VERSION
129
130 /* Define to 1 if you have the ANSI C header files. */
131 #undef STDC_HEADERS
132
133 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
134 #undef TM_IN_SYS_TIME
135
136 /* whether we should bring our own TZ-Data */
137 #undef USE_BUILTIN_TZDATA
138
139 /* Version number of package */
140 #undef VERSION
141
142 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
143    `char[]'. */
144 #undef YYTEXT_POINTER
145
146 /* Define to empty if `const' does not conform to ANSI C. */
147 #undef const
148
149 /* Define to `int' if <sys/types.h> does not define. */
150 #undef mode_t
151
152 /* Define to `unsigned int' if <sys/types.h> does not define. */
153 #undef size_t