cmake: Remove MAXPATHLEN define as autoconf does not provide it
[oota-llvm.git] / include / llvm / Config / config.h.cmake
1 /* include/llvm/Config/config.h.cmake corresponding to config.h.in. */
2
3 #ifndef CONFIG_H
4 #define CONFIG_H
5
6 /* Exported configuration */
7 #include "llvm/Config/llvm-config.h"
8
9 /* Patch version of the LLVM API */
10 #cmakedefine LLVM_VERSION_PATCH ${LLVM_VERSION_PATCH}
11
12 /* Bug report URL. */
13 #define BUG_REPORT_URL "${BUG_REPORT_URL}"
14
15 /* Define if you want backtraces on crash */
16 #cmakedefine ENABLE_BACKTRACES
17
18 /* Define to enable crash overrides */
19 #cmakedefine ENABLE_CRASH_OVERRIDES
20
21 /* Define if position independent code is enabled */
22 #cmakedefine ENABLE_PIC
23
24 /* Define if timestamp information (e.g., __DATE__) is allowed */
25 #cmakedefine ENABLE_TIMESTAMPS ${ENABLE_TIMESTAMPS}
26
27 /* Define to 1 if you have the `arc4random' function. */
28 #cmakedefine HAVE_DECL_ARC4RANDOM ${HAVE_DECL_ARC4RANDOM}
29
30 /* Define to 1 if you have the `backtrace' function. */
31 #cmakedefine HAVE_BACKTRACE ${HAVE_BACKTRACE}
32
33 /* Define to 1 if you have the `bcopy' function. */
34 #undef HAVE_BCOPY
35
36 /* Define to 1 if you have the `ceilf' function. */
37 #cmakedefine HAVE_CEILF ${HAVE_CEILF}
38
39 /* Define to 1 if you have the `closedir' function. */
40 #cmakedefine HAVE_CLOSEDIR ${HAVE_CLOSEDIR}
41
42 /* Define to 1 if you have the <cxxabi.h> header file. */
43 #cmakedefine HAVE_CXXABI_H ${HAVE_CXXABI_H}
44
45 /* Define to 1 if you have the <CrashReporterClient.h> header file. */
46 #undef HAVE_CRASHREPORTERCLIENT_H
47
48 /* can use __crashreporter_info__ */
49 #undef HAVE_CRASHREPORTER_INFO
50
51 /* Define to 1 if you have the declaration of `strerror_s', and to 0 if you
52    don't. */
53 #cmakedefine01 HAVE_DECL_STRERROR_S
54
55 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
56    */
57 #cmakedefine HAVE_DIRENT_H ${HAVE_DIRENT_H}
58
59 /* Define if you have the GNU dld library. */
60 #undef HAVE_DLD
61
62 /* Define to 1 if you have the `dlerror' function. */
63 #cmakedefine HAVE_DLERROR ${HAVE_DLERROR}
64
65 /* Define to 1 if you have the <dlfcn.h> header file. */
66 #cmakedefine HAVE_DLFCN_H ${HAVE_DLFCN_H}
67
68 /* Define if dlopen() is available on this platform. */
69 #cmakedefine HAVE_DLOPEN ${HAVE_DLOPEN}
70
71 /* Define if you have the _dyld_func_lookup function. */
72 #undef HAVE_DYLD
73
74 /* Define to 1 if you have the <errno.h> header file. */
75 #cmakedefine HAVE_ERRNO_H ${HAVE_ERRNO_H}
76
77 /* Define to 1 if you have the <execinfo.h> header file. */
78 #cmakedefine HAVE_EXECINFO_H ${HAVE_EXECINFO_H}
79
80 /* Define to 1 if you have the <fcntl.h> header file. */
81 #cmakedefine HAVE_FCNTL_H ${HAVE_FCNTL_H}
82
83 /* Define to 1 if you have the <fenv.h> header file. */
84 #cmakedefine HAVE_FENV_H ${HAVE_FENV_H}
85
86 /* Define if libffi is available on this platform. */
87 #cmakedefine HAVE_FFI_CALL ${HAVE_FFI_CALL}
88
89 /* Define to 1 if you have the <ffi/ffi.h> header file. */
90 #cmakedefine HAVE_FFI_FFI_H ${HAVE_FFI_FFI_H}
91
92 /* Define to 1 if you have the <ffi.h> header file. */
93 #cmakedefine HAVE_FFI_H ${HAVE_FFI_H}
94
95 /* Set to 1 if the finite function is found in <ieeefp.h> */
96 #cmakedefine HAVE_FINITE_IN_IEEEFP_H ${HAVE_FINITE_IN_IEEEFP_H}
97
98 /* Define to 1 if you have the `floorf' function. */
99 #cmakedefine HAVE_FLOORF ${HAVE_FLOORF}
100
101 /* Define to 1 if you have the `log' function. */
102 #cmakedefine HAVE_LOG ${HAVE_LOG}
103
104 /* Define to 1 if you have the `log2' function. */
105 #cmakedefine HAVE_LOG2 ${HAVE_LOG2}
106
107 /* Define to 1 if you have the `log10' function. */
108 #cmakedefine HAVE_LOG10 ${HAVE_LOG10}
109
110 /* Define to 1 if you have the `exp' function. */
111 #cmakedefine HAVE_EXP ${HAVE_EXP}
112
113 /* Define to 1 if you have the `exp2' function. */
114 #cmakedefine HAVE_EXP2 ${HAVE_EXP2}
115
116 /* Define to 1 if you have the `exp10' function. */
117 #cmakedefine HAVE_EXP10 ${HAVE_EXP10}
118
119 /* Define to 1 if you have the `fmodf' function. */
120 #cmakedefine HAVE_FMODF ${HAVE_FMODF}
121
122 /* Define to 1 if you have the `futimes' function. */
123 #cmakedefine HAVE_FUTIMES ${HAVE_FUTIMES}
124
125 /* Define to 1 if you have the `futimens' function */
126 #cmakedefine HAVE_FUTIMENS ${HAVE_FUTIMENS}
127
128 /* Define to 1 if you have the `getcwd' function. */
129 #cmakedefine HAVE_GETCWD ${HAVE_GETCWD}
130
131 /* Define to 1 if you have the `getpagesize' function. */
132 #cmakedefine HAVE_GETPAGESIZE ${HAVE_GETPAGESIZE}
133
134 /* Define to 1 if you have the `getrlimit' function. */
135 #cmakedefine HAVE_GETRLIMIT ${HAVE_GETRLIMIT}
136
137 /* Define to 1 if you have the `getrusage' function. */
138 #cmakedefine HAVE_GETRUSAGE ${HAVE_GETRUSAGE}
139
140 /* Define to 1 if you have the `gettimeofday' function. */
141 #cmakedefine HAVE_GETTIMEOFDAY ${HAVE_GETTIMEOFDAY}
142
143 /* Define to 1 if the system has the type `int64_t'. */
144 #cmakedefine HAVE_INT64_T ${HAVE_INT64_T}
145
146 /* Define to 1 if you have the <inttypes.h> header file. */
147 #cmakedefine HAVE_INTTYPES_H ${HAVE_INTTYPES_H}
148
149 /* Define to 1 if you have the `isatty' function. */
150 #cmakedefine HAVE_ISATTY 1
151
152 /* Set to 1 if the isinf function is found in <cmath> */
153 #cmakedefine HAVE_ISINF_IN_CMATH ${HAVE_ISINF_IN_CMATH}
154
155 /* Set to 1 if the isinf function is found in <math.h> */
156 #cmakedefine HAVE_ISINF_IN_MATH_H ${HAVE_ISINF_IN_MATH_H}
157
158 /* Set to 1 if the isnan function is found in <cmath> */
159 #cmakedefine HAVE_ISNAN_IN_CMATH ${HAVE_ISNAN_IN_CMATH}
160
161 /* Set to 1 if the isnan function is found in <math.h> */
162 #cmakedefine HAVE_ISNAN_IN_MATH_H ${HAVE_ISNAN_IN_MATH_H}
163
164 /* Define if you have the libdl library or equivalent. */
165 #cmakedefine HAVE_LIBDL ${HAVE_LIBDL}
166
167 /* Define to 1 if you have the `imagehlp' library (-limagehlp). */
168 #cmakedefine HAVE_LIBIMAGEHLP ${HAVE_LIBIMAGEHLP}
169
170 /* Define to 1 if you have the `m' library (-lm). */
171 #undef HAVE_LIBM
172
173 /* Define to 1 if you have the `psapi' library (-lpsapi). */
174 #cmakedefine HAVE_LIBPSAPI ${HAVE_LIBPSAPI}
175
176 /* Define to 1 if you have the `pthread' library (-lpthread). */
177 #cmakedefine HAVE_LIBPTHREAD ${HAVE_LIBPTHREAD}
178
179 /* Define to 1 if you have the `shell32' library (-lshell32). */
180 #cmakedefine HAVE_LIBSHELL32 ${HAVE_LIBSHELL32}
181
182 /* Define to 1 if you have the 'z' library (-lz). */
183 #cmakedefine HAVE_LIBZ ${HAVE_LIBZ}
184
185 /* Define to 1 if you have the 'edit' library (-ledit). */
186 #cmakedefine HAVE_LIBEDIT ${HAVE_LIBEDIT}
187
188 /* Define to 1 if you have the <limits.h> header file. */
189 #cmakedefine HAVE_LIMITS_H ${HAVE_LIMITS_H}
190
191 /* Define to 1 if you have the <link.h> header file. */
192 #cmakedefine HAVE_LINK_H ${HAVE_LINK_H}
193
194 /* Define if you can use -rdynamic. */
195 #define HAVE_LINK_EXPORT_DYNAMIC 1
196
197 /* Define if you can use -Wl,-R. to pass -R. to the linker, in order to add
198    the current directory to the dynamic linker search path. */
199 #undef HAVE_LINK_R
200
201 /* Define to 1 if you have the `longjmp' function. */
202 #cmakedefine HAVE_LONGJMP ${HAVE_LONGJMP}
203
204 /* Define to 1 if you have the <mach/mach.h> header file. */
205 #cmakedefine HAVE_MACH_MACH_H ${HAVE_MACH_MACH_H}
206
207 /* Define to 1 if you have the <mach-o/dyld.h> header file. */
208 #cmakedefine HAVE_MACH_O_DYLD_H ${HAVE_MACH_O_DYLD_H}
209
210 /* Define if mallinfo() is available on this platform. */
211 #cmakedefine HAVE_MALLINFO ${HAVE_MALLINFO}
212
213 /* Define to 1 if you have the <malloc.h> header file. */
214 #cmakedefine HAVE_MALLOC_H ${HAVE_MALLOC_H}
215
216 /* Define to 1 if you have the <malloc/malloc.h> header file. */
217 #cmakedefine HAVE_MALLOC_MALLOC_H ${HAVE_MALLOC_MALLOC_H}
218
219 /* Define to 1 if you have the `malloc_zone_statistics' function. */
220 #cmakedefine HAVE_MALLOC_ZONE_STATISTICS ${HAVE_MALLOC_ZONE_STATISTICS}
221
222 /* Define to 1 if you have the `mkdtemp' function. */
223 #cmakedefine HAVE_MKDTEMP ${HAVE_MKDTEMP}
224
225 /* Define to 1 if you have the `mkstemp' function. */
226 #cmakedefine HAVE_MKSTEMP ${HAVE_MKSTEMP}
227
228 /* Define to 1 if you have the `mktemp' function. */
229 #cmakedefine HAVE_MKTEMP ${HAVE_MKTEMP}
230
231 /* Define to 1 if you have a working `mmap' system call. */
232 #undef HAVE_MMAP
233
234 /* Define if mmap() uses MAP_ANONYMOUS to map anonymous pages, or undefine if
235    it uses MAP_ANON */
236 #undef HAVE_MMAP_ANONYMOUS
237
238 /* Define if mmap() can map files into memory */
239 #undef HAVE_MMAP_FILE
240
241 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
242 #cmakedefine HAVE_NDIR_H ${HAVE_NDIR_H}
243
244 /* Define to 1 if you have the `nearbyintf' function. */
245 #cmakedefine HAVE_NEARBYINTF ${HAVE_NEARBYINTF}
246
247 /* Define to 1 if you have the `opendir' function. */
248 #cmakedefine HAVE_OPENDIR ${HAVE_OPENDIR}
249
250 /* Define to 1 if you have the `posix_spawn' function. */
251 #cmakedefine HAVE_POSIX_SPAWN ${HAVE_POSIX_SPAWN}
252
253 /* Define to 1 if you have the `powf' function. */
254 #cmakedefine HAVE_POWF ${HAVE_POWF}
255
256 /* Define to 1 if you have the `pread' function. */
257 #cmakedefine HAVE_PREAD ${HAVE_PREAD}
258
259 /* Define if libtool can extract symbol lists from object files. */
260 #undef HAVE_PRELOADED_SYMBOLS
261
262 /* Define to have the %a format string */
263 #undef HAVE_PRINTF_A
264
265 /* Have pthread_getspecific */
266 #cmakedefine HAVE_PTHREAD_GETSPECIFIC ${HAVE_PTHREAD_GETSPECIFIC}
267
268 /* Define to 1 if you have the <pthread.h> header file. */
269 #cmakedefine HAVE_PTHREAD_H ${HAVE_PTHREAD_H}
270
271 /* Have pthread_mutex_lock */
272 #cmakedefine HAVE_PTHREAD_MUTEX_LOCK ${HAVE_PTHREAD_MUTEX_LOCK}
273
274 /* Have pthread_rwlock_init */
275 #cmakedefine HAVE_PTHREAD_RWLOCK_INIT ${HAVE_PTHREAD_RWLOCK_INIT}
276
277 /* Define to 1 if srand48/lrand48/drand48 exist in <stdlib.h> */
278 #cmakedefine HAVE_RAND48 ${HAVE_RAND48}
279
280 /* Define to 1 if you have the `readdir' function. */
281 #cmakedefine HAVE_READDIR ${HAVE_READDIR}
282
283 /* Define to 1 if you have the `realpath' function. */
284 #cmakedefine HAVE_REALPATH ${HAVE_REALPATH}
285
286 /* Define to 1 if you have the `rintf' function. */
287 #undef HAVE_RINTF
288
289 /* Define to 1 if you have the `round' function. */
290 #cmakedefine HAVE_ROUND ${HAVE_ROUND}
291
292 /* Define to 1 if you have the `roundf' function. */
293 #undef HAVE_ROUNDF
294
295 /* Define to 1 if you have the `sbrk' function. */
296 #cmakedefine HAVE_SBRK ${HAVE_SBRK}
297
298 /* Define to 1 if you have the `setenv' function. */
299 #cmakedefine HAVE_SETENV ${HAVE_SETENV}
300
301 /* Define to 1 if you have the `setjmp' function. */
302 #cmakedefine HAVE_SETJMP ${HAVE_SETJMP}
303
304 /* Define to 1 if you have the `setrlimit' function. */
305 #cmakedefine HAVE_SETRLIMIT ${HAVE_SETRLIMIT}
306
307 /* Define if you have the shl_load function. */
308 #undef HAVE_SHL_LOAD
309
310 /* Define to 1 if you have the `siglongjmp' function. */
311 #cmakedefine HAVE_SIGLONGJMP ${HAVE_SIGLONGJMP}
312
313 /* Define to 1 if you have the <signal.h> header file. */
314 #cmakedefine HAVE_SIGNAL_H ${HAVE_SIGNAL_H}
315
316 /* Define to 1 if you have the `sigsetjmp' function. */
317 #cmakedefine HAVE_SIGSETJMP ${HAVE_SIGSETJMP}
318
319 /* Define to 1 if you have the <stdint.h> header file. */
320 #cmakedefine HAVE_STDINT_H ${HAVE_STDINT_H}
321
322 /* Set to 1 if the std::isinf function is found in <cmath> */
323 #undef HAVE_STD_ISINF_IN_CMATH
324
325 /* Set to 1 if the std::isnan function is found in <cmath> */
326 #undef HAVE_STD_ISNAN_IN_CMATH
327
328 /* Define to 1 if you have the `strdup' function. */
329 #cmakedefine HAVE_STRDUP ${HAVE_STRDUP}
330
331 /* Define to 1 if you have the `strerror' function. */
332 #cmakedefine HAVE_STRERROR ${HAVE_STRERROR}
333
334 /* Define to 1 if you have the `strerror_r' function. */
335 #cmakedefine HAVE_STRERROR_R ${HAVE_STRERROR_R}
336
337 /* Define to 1 if you have the `strtof' function. */
338 #cmakedefine HAVE_STRTOF ${HAVE_STRTOF}
339
340 /* Define to 1 if you have the `strtoll' function. */
341 #cmakedefine HAVE_STRTOLL ${HAVE_STRTOLL}
342
343 /* Define to 1 if you have the `strtoq' function. */
344 #cmakedefine HAVE_STRTOQ ${HAVE_STRTOQ}
345
346 /* Define to 1 if you have the `sysconf' function. */
347 #undef HAVE_SYSCONF
348
349 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
350    */
351 #cmakedefine HAVE_SYS_DIR_H ${HAVE_SYS_DIR_H}
352
353 /* Define to 1 if you have the <sys/ioctl.h> header file. */
354 #cmakedefine HAVE_SYS_IOCTL_H ${HAVE_SYS_IOCTL_H}
355
356 /* Define to 1 if you have the <sys/mman.h> header file. */
357 #cmakedefine HAVE_SYS_MMAN_H ${}
358
359 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
360    */
361 #cmakedefine HAVE_SYS_NDIR_H ${HAVE_SYS_NDIR_H}
362
363 /* Define to 1 if you have the <sys/param.h> header file. */
364 #cmakedefine HAVE_SYS_PARAM_H ${HAVE_SYS_PARAM_H}
365
366 /* Define to 1 if you have the <sys/resource.h> header file. */
367 #cmakedefine HAVE_SYS_RESOURCE_H ${HAVE_SYS_RESOURCE_H}
368
369 /* Define to 1 if you have the <sys/stat.h> header file. */
370 #cmakedefine HAVE_SYS_STAT_H ${HAVE_SYS_STAT_H}
371
372 /* Define to 1 if you have the <sys/time.h> header file. */
373 #cmakedefine HAVE_SYS_TIME_H ${HAVE_SYS_TIME_H}
374
375 /* Define to 1 if you have the <sys/types.h> header file. */
376 #cmakedefine HAVE_SYS_TYPES_H ${HAVE_SYS_TYPES_H}
377
378 /* Define to 1 if you have the <sys/uio.h> header file. */
379 #cmakedefine HAVE_SYS_UIO_H ${HAVE_SYS_UIO_H}
380
381 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
382 #cmakedefine HAVE_SYS_WAIT_H ${HAVE_SYS_WAIT_H}
383
384 /* Define if the setupterm() function is supported this platform. */
385 #cmakedefine HAVE_TERMINFO ${HAVE_TERMINFO}
386
387 /* Define to 1 if you have the <termios.h> header file. */
388 #cmakedefine HAVE_TERMIOS_H ${HAVE_TERMIOS_H}
389
390 /* Define to 1 if the system has the type `uint64_t'. */
391 #cmakedefine HAVE_UINT64_T ${HAVE_UINT64_T}
392
393 /* Define to 1 if you have the <unistd.h> header file. */
394 #cmakedefine HAVE_UNISTD_H ${HAVE_UNISTD_H}
395
396 /* Define to 1 if you have the <utime.h> header file. */
397 #cmakedefine HAVE_UTIME_H ${HAVE_UTIME_H}
398
399 /* Define to 1 if the system has the type `u_int64_t'. */
400 #cmakedefine HAVE_U_INT64_T ${HAVE_U_INT64_T}
401
402 /* Define to 1 if you have the <valgrind/valgrind.h> header file. */
403 #cmakedefine HAVE_VALGRIND_VALGRIND_H ${HAVE_VALGRIND_VALGRIND_H}
404
405 /* Define to 1 if you have the `writev' function. */
406 #cmakedefine HAVE_WRITEV ${HAVE_WRITEV}
407
408 /* Define to 1 if you have the <zlib.h> header file. */
409 #cmakedefine HAVE_ZLIB_H ${HAVE_ZLIB_H}
410
411 /* Have host's _alloca */
412 #cmakedefine HAVE__ALLOCA ${HAVE__ALLOCA}
413
414 /* Have host's __alloca */
415 #cmakedefine HAVE___ALLOCA ${HAVE___ALLOCA}
416
417 /* Have host's __ashldi3 */
418 #cmakedefine HAVE___ASHLDI3 ${HAVE___ASHLDI3}
419
420 /* Have host's __ashrdi3 */
421 #cmakedefine HAVE___ASHRDI3 ${HAVE___ASHRDI3}
422
423 /* Have host's __chkstk */
424 #cmakedefine HAVE___CHKSTK ${HAVE___CHKSTK}
425
426 /* Have host's __cmpdi2 */
427 #cmakedefine HAVE___CMPDI2 ${HAVE___CMPDI2}
428
429 /* Have host's __divdi3 */
430 #cmakedefine HAVE___DIVDI3 ${HAVE___DIVDI3}
431
432 /* Define to 1 if you have the `__dso_handle' function. */
433 #undef HAVE___DSO_HANDLE
434
435 /* Have host's __fixdfdi */
436 #cmakedefine HAVE___FIXDFDI ${HAVE___FIXDFDI}
437
438 /* Have host's __fixsfdi */
439 #cmakedefine HAVE___FIXSFDI ${HAVE___FIXSFDI}
440
441 /* Have host's __floatdidf */
442 #cmakedefine HAVE___FLOATDIDF ${HAVE___FLOATDIDF}
443
444 /* Have host's __lshrdi3 */
445 #cmakedefine HAVE___LSHRDI3 ${HAVE___LSHRDI3}
446
447 /* Have host's __main */
448 #cmakedefine HAVE___MAIN ${HAVE___MAIN}
449
450 /* Have host's __moddi3 */
451 #cmakedefine HAVE___MODDI3 ${HAVE___MODDI3}
452
453 /* Have host's __udivdi3 */
454 #cmakedefine HAVE___UDIVDI3 ${HAVE___UDIVDI3}
455
456 /* Have host's __umoddi3 */
457 #cmakedefine HAVE___UMODDI3 ${HAVE___UMODDI3}
458
459 /* Have host's ___chkstk */
460 #cmakedefine HAVE____CHKSTK ${HAVE____CHKSTK}
461
462 /* Define if we link Polly to the tools */
463 #cmakedefine LINK_POLLY_INTO_TOOLS
464
465 /* Define if zlib compression is available */
466 #cmakedefine01 LLVM_ENABLE_ZLIB
467
468 /* Define if the OS needs help to load dependent libraries for dlopen(). */
469 #cmakedefine LTDL_DLOPEN_DEPLIBS ${LTDL_DLOPEN_DEPLIBS}
470
471 /* Define to the sub-directory in which libtool stores uninstalled libraries.
472    */
473 #undef LTDL_OBJDIR
474
475 /* Define to the extension used for shared libraries, say, ".so". */
476 #cmakedefine LTDL_SHLIB_EXT "${LTDL_SHLIB_EXT}"
477
478 /* Define to the system default library search path. */
479 #cmakedefine LTDL_SYSSEARCHPATH "${LTDL_SYSSEARCHPATH}"
480
481 /* Define if /dev/zero should be used when mapping RWX memory, or undefine if
482    its not necessary */
483 #undef NEED_DEV_ZERO_FOR_MMAP
484
485 /* Define if dlsym() requires a leading underscore in symbol names. */
486 #undef NEED_USCORE
487
488 /* Define to the address where bug reports for this package should be sent. */
489 #cmakedefine PACKAGE_BUGREPORT "${PACKAGE_BUGREPORT}"
490
491 /* Define to the full name of this package. */
492 #cmakedefine PACKAGE_NAME "${PACKAGE_NAME}"
493
494 /* Define to the full name and version of this package. */
495 #cmakedefine PACKAGE_STRING "${PACKAGE_STRING}"
496
497 /* Define to the one symbol short name of this package. */
498 #undef PACKAGE_TARNAME
499
500 /* Define to the version of this package. */
501 #cmakedefine PACKAGE_VERSION "${PACKAGE_VERSION}"
502
503 /* Define as the return type of signal handlers (`int' or `void'). */
504 #cmakedefine RETSIGTYPE ${RETSIGTYPE}
505
506 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
507 #undef STAT_MACROS_BROKEN
508
509 /* Define to 1 if you have the ANSI C header files. */
510 #undef STDC_HEADERS
511
512 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
513 #undef TIME_WITH_SYS_TIME
514
515 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
516 #undef TM_IN_SYS_TIME
517
518 /* Type of 1st arg on ELM Callback */
519 #cmakedefine WIN32_ELMCB_PCSTR ${WIN32_ELMCB_PCSTR}
520
521 /* Define to `int' if <sys/types.h> does not define. */
522 #undef pid_t
523
524 /* Define to `unsigned int' if <sys/types.h> does not define. */
525 #undef size_t
526
527 /* Define to a function replacing strtoll */
528 #cmakedefine strtoll ${strtoll}
529
530 /* Define to a function implementing strtoull */
531 #cmakedefine strtoull ${strtoull}
532
533 /* Define to a function implementing stricmp */
534 #cmakedefine stricmp ${stricmp}
535
536 /* Define to a function implementing strdup */
537 #cmakedefine strdup ${strdup}
538
539 /* Define to 1 if you have the `_chsize_s' function. */
540 #cmakedefine HAVE__CHSIZE_S ${HAVE__CHSIZE_S}
541
542 #endif