resetting manifest requested domain to floor
[platform/upstream/ccache.git] / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define to 1 if you have the `asprintf' function. */
4 #undef HAVE_ASPRINTF
5
6 /* Define to 1 if you have the `__compar_fn_t' typedef. */
7 #undef HAVE_COMPAR_FN_T
8
9 /* Define to 1 if you have the <ctype.h> header file. */
10 #undef HAVE_CTYPE_H
11
12 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
13    */
14 #undef HAVE_DIRENT_H
15
16 /* Define to 1 if your compiler supports extern inline */
17 #undef HAVE_EXTERN_INLINE
18
19 /* Define to 1 if you have the `gethostname' function. */
20 #undef HAVE_GETHOSTNAME
21
22 /* Define to 1 if you have the `getopt_long' function. */
23 #undef HAVE_GETOPT_LONG
24
25 /* Define to 1 if you have the `getpwuid' function. */
26 #undef HAVE_GETPWUID
27
28 /* Define to 1 if you have the `gettimeofday' function. */
29 #undef HAVE_GETTIMEOFDAY
30
31 /* Define to 1 if the system has the type `intmax_t'. */
32 #undef HAVE_INTMAX_T
33
34 /* Define to 1 if you have the <inttypes.h> header file. */
35 #undef HAVE_INTTYPES_H
36
37 /* Define to 1 if you have the `localeconv' function. */
38 #undef HAVE_LOCALECONV
39
40 /* Define to 1 if you have the <locale.h> header file. */
41 #undef HAVE_LOCALE_H
42
43 /* Define to 1 if the system has the type `long long int'. */
44 #undef HAVE_LONG_LONG_INT
45
46 /* Define to 1 if you have the <memory.h> header file. */
47 #undef HAVE_MEMORY_H
48
49 /* Define to 1 if you have the `mkstemp' function. */
50 #undef HAVE_MKSTEMP
51
52 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
53 #undef HAVE_NDIR_H
54
55 /* Define to 1 if the system has the type `ptrdiff_t'. */
56 #undef HAVE_PTRDIFF_T
57
58 /* Define to 1 if you have the <pwd.h> header file. */
59 #undef HAVE_PWD_H
60
61 /* Define to 1 if you have the `realpath' function. */
62 #undef HAVE_REALPATH
63
64 /* Define to 1 if you have a C99 compliant `snprintf' function. */
65 #undef HAVE_SNPRINTF
66
67 /* Define to 1 if you have the <stdarg.h> header file. */
68 #undef HAVE_STDARG_H
69
70 /* Define to 1 if stdbool.h conforms to C99. */
71 #undef HAVE_STDBOOL_H
72
73 /* Define to 1 if you have the <stddef.h> header file. */
74 #undef HAVE_STDDEF_H
75
76 /* Define to 1 if you have the <stdint.h> header file. */
77 #undef HAVE_STDINT_H
78
79 /* Define to 1 if you have the <stdlib.h> header file. */
80 #undef HAVE_STDLIB_H
81
82 /* Define to 1 if you have the <strings.h> header file. */
83 #undef HAVE_STRINGS_H
84
85 /* Define to 1 if you have the <string.h> header file. */
86 #undef HAVE_STRING_H
87
88 /* Define to 1 if you have the `strndup' function. */
89 #undef HAVE_STRNDUP
90
91 /* Define to 1 if `decimal_point' is a member of `struct lconv'. */
92 #undef HAVE_STRUCT_LCONV_DECIMAL_POINT
93
94 /* Define to 1 if `thousands_sep' is a member of `struct lconv'. */
95 #undef HAVE_STRUCT_LCONV_THOUSANDS_SEP
96
97 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
98    */
99 #undef HAVE_SYS_DIR_H
100
101 /* Define to 1 if you have the <sys/mman.h> header file. */
102 #undef HAVE_SYS_MMAN_H
103
104 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
105    */
106 #undef HAVE_SYS_NDIR_H
107
108 /* Define to 1 if you have the <sys/stat.h> header file. */
109 #undef HAVE_SYS_STAT_H
110
111 /* Define to 1 if you have the <sys/time.h> header file. */
112 #undef HAVE_SYS_TIME_H
113
114 /* Define to 1 if you have the <sys/types.h> header file. */
115 #undef HAVE_SYS_TYPES_H
116
117 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
118 #undef HAVE_SYS_WAIT_H
119
120 /* Define to 1 if you have the <termios.h> header file. */
121 #undef HAVE_TERMIOS_H
122
123 /* Define to 1 if the system has the type `uintmax_t'. */
124 #undef HAVE_UINTMAX_T
125
126 /* Define to 1 if the system has the type `uintptr_t'. */
127 #undef HAVE_UINTPTR_T
128
129 /* Define to 1 if you have the <unistd.h> header file. */
130 #undef HAVE_UNISTD_H
131
132 /* Define to 1 if the system has the type `unsigned long long int'. */
133 #undef HAVE_UNSIGNED_LONG_LONG_INT
134
135 /* Define to 1 if you have the `utimes' function. */
136 #undef HAVE_UTIMES
137
138 /* Define to 1 if you have the <varargs.h> header file. */
139 #undef HAVE_VARARGS_H
140
141 /* Define to 1 if you have the `vasprintf' function. */
142 #undef HAVE_VASPRINTF
143
144 /* Define to 1 if you have the `va_copy' function or macro. */
145 #undef HAVE_VA_COPY
146
147 /* Define to 1 if you have a C99 compliant `vsnprintf' function. */
148 #undef HAVE_VSNPRINTF
149
150 /* Define to 1 if the system has the type `_Bool'. */
151 #undef HAVE__BOOL
152
153 /* Define to 1 if you have the `__va_copy' function or macro. */
154 #undef HAVE___VA_COPY
155
156 /* Define to the address where bug reports for this package should be sent. */
157 #undef PACKAGE_BUGREPORT
158
159 /* Define to the full name of this package. */
160 #undef PACKAGE_NAME
161
162 /* Define to the full name and version of this package. */
163 #undef PACKAGE_STRING
164
165 /* Define to the one symbol short name of this package. */
166 #undef PACKAGE_TARNAME
167
168 /* Define to the home page for this package. */
169 #undef PACKAGE_URL
170
171 /* Define to the version of this package. */
172 #undef PACKAGE_VERSION
173
174 /* Define to 1 if you have the ANSI C header files. */
175 #undef STDC_HEADERS
176
177 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
178 #undef TIME_WITH_SYS_TIME
179
180 /* Define on OpenBSD to activate all library features */
181 #undef _BSD_SOURCE
182
183 /* Define on Irix to enable u_int */
184 #undef _BSD_TYPES
185
186 /* Define on Darwin to activate all library features */
187 #undef _DARWIN_C_SOURCE
188
189 /* Define on Linux to activate all library features */
190 #undef _GNU_SOURCE
191
192 /* Define on NetBSD to activate all library features */
193 #undef _NETBSD_SOURCE
194
195 /* Define to activate features from IEEE Stds 1003.1-2001 */
196 #undef _POSIX_C_SOURCE
197
198 /* Define to the level of X/Open that your system supports */
199 #undef _XOPEN_SOURCE
200
201 /* Define to activate Unix95-and-earlier features */
202 #undef _XOPEN_SOURCE_EXTENDED
203
204 /* Define on FreeBSD to activate all library features */
205 #undef __BSD_VISIBLE
206
207 /* Define to empty if `const' does not conform to ANSI C. */
208 #undef const
209
210 /* Define to `__inline__' or `__inline' if that's what the C compiler
211    calls it, or to nothing if 'inline' is not supported under any name.  */
212 #ifndef __cplusplus
213 #undef inline
214 #endif
215
216 /* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
217    not define. */
218 #undef intmax_t
219
220 /* Define to `unsigned int' if <sys/types.h> does not define. */
221 #undef size_t
222
223 /* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
224    do not define. */
225 #undef uintmax_t
226
227 /* Define to the type of an unsigned integer type wide enough to hold a
228    pointer, if such a type exists, and if the system does not define it. */
229 #undef uintptr_t