[Check]: Disable the document to correct build error.
[platform/upstream/check.git] / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* "Regular expressions are supported and enabled" */
4 #undef ENABLE_REGEX
5
6 /* Subunit protocol result output */
7 #undef ENABLE_SUBUNIT
8
9 /* Define to 1 if you have the `alarm' function. */
10 #undef HAVE_ALARM
11
12 /* Define to 1 if you have the `clock_gettime' function. */
13 #undef HAVE_CLOCK_GETTIME
14
15 /* Define to 1 if you have the declaration of `alarm', and to 0 if you don't.
16    */
17 #undef HAVE_DECL_ALARM
18
19 /* Define to 1 if you have the declaration of `clock_gettime', and to 0 if you
20    don't. */
21 #undef HAVE_DECL_CLOCK_GETTIME
22
23 /* Define to 1 if you have the declaration of `getline', and to 0 if you
24    don't. */
25 #undef HAVE_DECL_GETLINE
26
27 /* Define to 1 if you have the declaration of `gettimeofday', and to 0 if you
28    don't. */
29 #undef HAVE_DECL_GETTIMEOFDAY
30
31 /* Define to 1 if you have the declaration of `localtime_r', and to 0 if you
32    don't. */
33 #undef HAVE_DECL_LOCALTIME_R
34
35 /* Define to 1 if you have the declaration of `setenv', and to 0 if you don't.
36    */
37 #undef HAVE_DECL_SETENV
38
39 /* Define to 1 if you have the declaration of `strdup', and to 0 if you don't.
40    */
41 #undef HAVE_DECL_STRDUP
42
43 /* Define to 1 if you have the declaration of `strsignal', and to 0 if you
44    don't. */
45 #undef HAVE_DECL_STRSIGNAL
46
47 /* Define to 1 if you have the declaration of `timer_create', and to 0 if you
48    don't. */
49 #undef HAVE_DECL_TIMER_CREATE
50
51 /* Define to 1 if you have the declaration of `timer_delete', and to 0 if you
52    don't. */
53 #undef HAVE_DECL_TIMER_DELETE
54
55 /* Define to 1 if you have the declaration of `timer_settime', and to 0 if you
56    don't. */
57 #undef HAVE_DECL_TIMER_SETTIME
58
59 /* Define to 1 if you have the <dlfcn.h> header file. */
60 #undef HAVE_DLFCN_H
61
62 /* Define to 1 if you have the <fcntl.h> header file. */
63 #undef HAVE_FCNTL_H
64
65 /* Define to 1 if you have the `fork' function. */
66 #undef HAVE_FORK
67
68 /* Define to 1 if you have the `getline' function. */
69 #undef HAVE_GETLINE
70
71 /* Define to 1 if you have the `gettimeofday' function. */
72 #undef HAVE_GETTIMEOFDAY
73
74 /* Define to 1 if the system has the type `intmax_t'. */
75 #undef HAVE_INTMAX_T
76
77 /* Define to 1 if you have the <inttypes.h> header file. */
78 #undef HAVE_INTTYPES_H
79
80 /* Define to 1 if you have the `m' library (-lm). */
81 #undef HAVE_LIBM
82
83 /* Define to 1 if you have the `rt' library (-lrt). */
84 #undef HAVE_LIBRT
85
86 /* Define to 1 if you have the `localeconv' function. */
87 #undef HAVE_LOCALECONV
88
89 /* Define to 1 if you have the <locale.h> header file. */
90 #undef HAVE_LOCALE_H
91
92 /* Define to 1 if you have the `localtime_r' function. */
93 #undef HAVE_LOCALTIME_R
94
95 /* Define to 1 if the system has the type `long double'. */
96 #undef HAVE_LONG_DOUBLE
97
98 /* Define to 1 if the system has the type `long long int'. */
99 #undef HAVE_LONG_LONG_INT
100
101 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
102    to 0 otherwise. */
103 #undef HAVE_MALLOC
104
105 /* Define to 1 if you have the <memory.h> header file. */
106 #undef HAVE_MEMORY_H
107
108 /* Define to 1 if you have the `mkstemp' function. */
109 #undef HAVE_MKSTEMP
110
111 /* Define if you have POSIX threads libraries and header files. */
112 #undef HAVE_PTHREAD
113
114 /* Define to 1 if the system has the type `ptrdiff_t'. */
115 #undef HAVE_PTRDIFF_T
116
117 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
118    and to 0 otherwise. */
119 #undef HAVE_REALLOC
120
121 /* Define to 1 if you have the `regcomp' function. */
122 #undef HAVE_REGCOMP
123
124 /* "Regular expressions are supported" */
125 #undef HAVE_REGEX
126
127 /* Define to 1 if you have the `regexec' function. */
128 #undef HAVE_REGEXEC
129
130 /* Define to 1 if you have the <regex.h> header file. */
131 #undef HAVE_REGEX_H
132
133 /* Define to 1 if you have the `setitimer' function. */
134 #undef HAVE_SETITIMER
135
136 /* Define to 1 if you have the `sigaction' function. */
137 #undef HAVE_SIGACTION
138
139 /* Define to 1 if you have a C99 compliant 'snprintf' function. */
140 #undef HAVE_SNPRINTF
141
142 /* Define to 1 if you have the <stdarg.h> header file. */
143 #undef HAVE_STDARG_H
144
145 /* Define to 1 if you have the <stddef.h> header file. */
146 #undef HAVE_STDDEF_H
147
148 /* Define to 1 if you have the <stdint.h> header file. */
149 #undef HAVE_STDINT_H
150
151 /* Define to 1 if you have the <stdlib.h> header file. */
152 #undef HAVE_STDLIB_H
153
154 /* Define to 1 if you have the `strdup' function. */
155 #undef HAVE_STRDUP
156
157 /* Define to 1 if you have the <strings.h> header file. */
158 #undef HAVE_STRINGS_H
159
160 /* Define to 1 if you have the <string.h> header file. */
161 #undef HAVE_STRING_H
162
163 /* Define to 1 if you have the `strsignal' function. */
164 #undef HAVE_STRSIGNAL
165
166 /* Define to 1 if `it_interval' is a member of `struct itimerspec'. */
167 #undef HAVE_STRUCT_ITIMERSPEC_IT_INTERVAL
168
169 /* Define to 1 if `it_value' is a member of `struct itimerspec'. */
170 #undef HAVE_STRUCT_ITIMERSPEC_IT_VALUE
171
172 /* Define to 1 if `decimal_point' is a member of `struct lconv'. */
173 #undef HAVE_STRUCT_LCONV_DECIMAL_POINT
174
175 /* Define to 1 if `thousands_sep' is a member of `struct lconv'. */
176 #undef HAVE_STRUCT_LCONV_THOUSANDS_SEP
177
178 /* Define to 1 if `tv_nsec' is a member of `struct timespec'. */
179 #undef HAVE_STRUCT_TIMESPEC_TV_NSEC
180
181 /* Define to 1 if `tv_sec' is a member of `struct timespec'. */
182 #undef HAVE_STRUCT_TIMESPEC_TV_SEC
183
184 /* Define to 1 if you have the <sys/stat.h> header file. */
185 #undef HAVE_SYS_STAT_H
186
187 /* Define to 1 if you have the <sys/time.h> header file. */
188 #undef HAVE_SYS_TIME_H
189
190 /* Define to 1 if you have the <sys/types.h> header file. */
191 #undef HAVE_SYS_TYPES_H
192
193 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
194 #undef HAVE_SYS_WAIT_H
195
196 /* Define to 1 if you have the `timer_create' function. */
197 #undef HAVE_TIMER_CREATE
198
199 /* Define to 1 if you have the `timer_delete' function. */
200 #undef HAVE_TIMER_DELETE
201
202 /* Define to 1 if you have the `timer_settime' function. */
203 #undef HAVE_TIMER_SETTIME
204
205 /* Define to 1 if you have the <time.h> header file. */
206 #undef HAVE_TIME_H
207
208 /* Define to 1 if the system has the type `uintmax_t'. */
209 #undef HAVE_UINTMAX_T
210
211 /* Define to 1 if the system has the type `uintptr_t'. */
212 #undef HAVE_UINTPTR_T
213
214 /* Define to 1 if you have the <unistd.h> header file. */
215 #undef HAVE_UNISTD_H
216
217 /* Define to 1 if the system has the type `unsigned long long int'. */
218 #undef HAVE_UNSIGNED_LONG_LONG_INT
219
220 /* Define to 1 if you have a C99 compliant 'vsnprintf' function. */
221 #undef HAVE_VSNPRINTF
222
223 /* Define to the sub-directory where libtool stores uninstalled libraries. */
224 #undef LT_OBJDIR
225
226 /* Name of package */
227 #undef PACKAGE
228
229 /* Define to the address where bug reports for this package should be sent. */
230 #undef PACKAGE_BUGREPORT
231
232 /* Define to the full name of this package. */
233 #undef PACKAGE_NAME
234
235 /* Define to the full name and version of this package. */
236 #undef PACKAGE_STRING
237
238 /* Define to the one symbol short name of this package. */
239 #undef PACKAGE_TARNAME
240
241 /* Define to the home page for this package. */
242 #undef PACKAGE_URL
243
244 /* Define to the version of this package. */
245 #undef PACKAGE_VERSION
246
247 /* Define to necessary symbol if this constant uses a non-standard name on
248    your system. */
249 #undef PTHREAD_CREATE_JOINABLE
250
251 /* The size of `char', as computed by sizeof. */
252 #undef SIZEOF_CHAR
253
254 /* The size of `int', as computed by sizeof. */
255 #undef SIZEOF_INT
256
257 /* The size of `long', as computed by sizeof. */
258 #undef SIZEOF_LONG
259
260 /* The size of `short', as computed by sizeof. */
261 #undef SIZEOF_SHORT
262
263 /* The size of `void*', as computed by sizeof. */
264 #undef SIZEOF_VOIDP
265
266 /* Define to 1 if you have the ANSI C header files. */
267 #undef STDC_HEADERS
268
269 /* "Need to define the itimerspec structure" */
270 #undef STRUCT_ITIMERSPEC_DEFINITION_MISSING
271
272 /* "Need to define the timespec structure" */
273 #undef STRUCT_TIMESPEC_DEFINITION_MISSING
274
275 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
276 #undef TIME_WITH_SYS_TIME
277
278 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
279 #undef TM_IN_SYS_TIME
280
281 /* Enable extensions on AIX 3, Interix.  */
282 #ifndef _ALL_SOURCE
283 # undef _ALL_SOURCE
284 #endif
285 /* Enable GNU extensions on systems that have them.  */
286 #ifndef _GNU_SOURCE
287 # undef _GNU_SOURCE
288 #endif
289 /* Enable threading extensions on Solaris.  */
290 #ifndef _POSIX_PTHREAD_SEMANTICS
291 # undef _POSIX_PTHREAD_SEMANTICS
292 #endif
293 /* Enable extensions on HP NonStop.  */
294 #ifndef _TANDEM_SOURCE
295 # undef _TANDEM_SOURCE
296 #endif
297 /* Enable general extensions on Solaris.  */
298 #ifndef __EXTENSIONS__
299 # undef __EXTENSIONS__
300 #endif
301
302
303 /* Version number of package */
304 #undef VERSION
305
306 /* Define to 1 if on MINIX. */
307 #undef _MINIX
308
309 /* Define to 2 if the system does not provide POSIX.1 features except with
310    this defined. */
311 #undef _POSIX_1_SOURCE
312
313 /* Define to 1 if you need to in order for `stat' and other things to work. */
314 #undef _POSIX_SOURCE
315
316 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
317    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
318    #define below would cause a syntax error. */
319 #undef _UINT32_T
320
321 /* clockid_t */
322 #undef clockid_t
323
324 /* Define to empty if `const' does not conform to ANSI C. */
325 #undef const
326
327 /* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
328    not define. */
329 #undef intmax_t
330
331 /* Define to rpl_malloc if the replacement function should be used. */
332 #undef malloc
333
334 /* Define to `int' if <sys/types.h> does not define. */
335 #undef pid_t
336
337 /* Define to rpl_realloc if the replacement function should be used. */
338 #undef realloc
339
340 /* Define to `unsigned int' if <sys/types.h> does not define. */
341 #undef size_t
342
343 /* Define to rpl_snprintf if the replacement function should be used. */
344 #undef snprintf
345
346 /* timer_t */
347 #undef timer_t
348
349 /* Define to the type of an unsigned integer type of width exactly 32 bits if
350    such a type exists and the standard includes do not define it. */
351 #undef uint32_t
352
353 /* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
354    do not define. */
355 #undef uintmax_t
356
357 /* Define to the type of an unsigned integer type wide enough to hold a
358    pointer, if such a type exists, and if the system does not define it. */
359 #undef uintptr_t
360
361 /* Define to rpl_vsnprintf if the replacement function should be used. */
362 #undef vsnprintf