config.h.in revision ec643abe6903284fc9ae7b6d9ae5e0b4ad40ad28
1/* include/llvm/Config/config.h.in.  Generated from autoconf/configure.ac by autoheader.  */
2
3#ifndef CONFIG_H
4#define CONFIG_H
5
6/* Bug report URL. */
7#undef BUG_REPORT_URL
8
9/* Define if we have libxml2 */
10#undef CLANG_HAVE_LIBXML
11
12/* Relative directory for resource files */
13#undef CLANG_RESOURCE_DIR
14
15/* Directories clang will search for headers */
16#undef C_INCLUDE_DIRS
17
18/* Default <path> to all compiler invocations for --sysroot=<path>. */
19#undef DEFAULT_SYSROOT
20
21/* Define if you want backtraces on crash */
22#undef ENABLE_BACKTRACES
23
24/* Define if position independent code is enabled */
25#undef ENABLE_PIC
26
27/* Define if timestamp information (e.g., __DATE__) is allowed */
28#undef ENABLE_TIMESTAMPS
29
30/* Directory where gcc is installed. */
31#undef GCC_INSTALL_PREFIX
32
33/* Define to 1 if you have the `arc4random' function. */
34#undef HAVE_ARC4RANDOM
35
36/* Define to 1 if you have the `argz_append' function. */
37#undef HAVE_ARGZ_APPEND
38
39/* Define to 1 if you have the `argz_create_sep' function. */
40#undef HAVE_ARGZ_CREATE_SEP
41
42/* Define to 1 if you have the <argz.h> header file. */
43#undef HAVE_ARGZ_H
44
45/* Define to 1 if you have the `argz_insert' function. */
46#undef HAVE_ARGZ_INSERT
47
48/* Define to 1 if you have the `argz_next' function. */
49#undef HAVE_ARGZ_NEXT
50
51/* Define to 1 if you have the `argz_stringify' function. */
52#undef HAVE_ARGZ_STRINGIFY
53
54/* Define to 1 if you have the <assert.h> header file. */
55#undef HAVE_ASSERT_H
56
57/* Define to 1 if you have the `backtrace' function. */
58#undef HAVE_BACKTRACE
59
60/* Define to 1 if you have the `bcopy' function. */
61#undef HAVE_BCOPY
62
63/* Define to 1 if you have the `ceilf' function. */
64#undef HAVE_CEILF
65
66/* Define if the neat program is available */
67#undef HAVE_CIRCO
68
69/* Define to 1 if you have the `closedir' function. */
70#undef HAVE_CLOSEDIR
71
72/* Define to 1 if you have the <CrashReporterClient.h> header file. */
73#undef HAVE_CRASHREPORTERCLIENT_H
74
75/* can use __crashreporter_info__ */
76#undef HAVE_CRASHREPORTER_INFO
77
78/* Define to 1 if you have the <ctype.h> header file. */
79#undef HAVE_CTYPE_H
80
81/* Define to 1 if you have the declaration of `strerror_s', and to 0 if you
82   don't. */
83#undef HAVE_DECL_STRERROR_S
84
85/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
86   */
87#undef HAVE_DIRENT_H
88
89/* Define if you have the GNU dld library. */
90#undef HAVE_DLD
91
92/* Define to 1 if you have the <dld.h> header file. */
93#undef HAVE_DLD_H
94
95/* Define to 1 if you have the `dlerror' function. */
96#undef HAVE_DLERROR
97
98/* Define to 1 if you have the <dlfcn.h> header file. */
99#undef HAVE_DLFCN_H
100
101/* Define if dlopen() is available on this platform. */
102#undef HAVE_DLOPEN
103
104/* Define to 1 if you have the <dl.h> header file. */
105#undef HAVE_DL_H
106
107/* Define if the dot program is available */
108#undef HAVE_DOT
109
110/* Define if the dotty program is available */
111#undef HAVE_DOTTY
112
113/* Define if you have the _dyld_func_lookup function. */
114#undef HAVE_DYLD
115
116/* Define to 1 if you have the <errno.h> header file. */
117#undef HAVE_ERRNO_H
118
119/* Define to 1 if the system has the type `error_t'. */
120#undef HAVE_ERROR_T
121
122/* Define to 1 if you have the <execinfo.h> header file. */
123#undef HAVE_EXECINFO_H
124
125/* Define to 1 if you have the `exp' function. */
126#undef HAVE_EXP
127
128/* Define to 1 if you have the `exp2' function. */
129#undef HAVE_EXP2
130
131/* Define to 1 if you have the <fcntl.h> header file. */
132#undef HAVE_FCNTL_H
133
134/* Define if the neat program is available */
135#undef HAVE_FDP
136
137/* Define to 1 if you have the <fenv.h> header file. */
138#undef HAVE_FENV_H
139
140/* Define if libffi is available on this platform. */
141#undef HAVE_FFI_CALL
142
143/* Define to 1 if you have the <ffi/ffi.h> header file. */
144#undef HAVE_FFI_FFI_H
145
146/* Define to 1 if you have the <ffi.h> header file. */
147#undef HAVE_FFI_H
148
149/* Set to 1 if the finite function is found in <ieeefp.h> */
150#undef HAVE_FINITE_IN_IEEEFP_H
151
152/* Define to 1 if you have the `floorf' function. */
153#undef HAVE_FLOORF
154
155/* Define to 1 if you have the `fmodf' function. */
156#undef HAVE_FMODF
157
158/* Define to 1 if you have the `getcwd' function. */
159#undef HAVE_GETCWD
160
161/* Define to 1 if you have the `getpagesize' function. */
162#undef HAVE_GETPAGESIZE
163
164/* Define to 1 if you have the `getrlimit' function. */
165#undef HAVE_GETRLIMIT
166
167/* Define to 1 if you have the `getrusage' function. */
168#undef HAVE_GETRUSAGE
169
170/* Define to 1 if you have the `gettimeofday' function. */
171#undef HAVE_GETTIMEOFDAY
172
173/* Define if the Graphviz program is available */
174#undef HAVE_GRAPHVIZ
175
176/* Define if the gv program is available */
177#undef HAVE_GV
178
179/* Define to 1 if you have the `index' function. */
180#undef HAVE_INDEX
181
182/* Define to 1 if the system has the type `int64_t'. */
183#undef HAVE_INT64_T
184
185/* Define to 1 if you have the <inttypes.h> header file. */
186#undef HAVE_INTTYPES_H
187
188/* Define to 1 if you have the `isatty' function. */
189#undef HAVE_ISATTY
190
191/* Set to 1 if the isinf function is found in <cmath> */
192#undef HAVE_ISINF_IN_CMATH
193
194/* Set to 1 if the isinf function is found in <math.h> */
195#undef HAVE_ISINF_IN_MATH_H
196
197/* Set to 1 if the isnan function is found in <cmath> */
198#undef HAVE_ISNAN_IN_CMATH
199
200/* Set to 1 if the isnan function is found in <math.h> */
201#undef HAVE_ISNAN_IN_MATH_H
202
203/* Define if you have the libdl library or equivalent. */
204#undef HAVE_LIBDL
205
206/* Define to 1 if you have the `imagehlp' library (-limagehlp). */
207#undef HAVE_LIBIMAGEHLP
208
209/* Define to 1 if you have the `m' library (-lm). */
210#undef HAVE_LIBM
211
212/* Define to 1 if you have the `psapi' library (-lpsapi). */
213#undef HAVE_LIBPSAPI
214
215/* Define to 1 if you have the `pthread' library (-lpthread). */
216#undef HAVE_LIBPTHREAD
217
218/* Define to 1 if you have the `udis86' library (-ludis86). */
219#undef HAVE_LIBUDIS86
220
221/* Define to 1 if you have the <limits.h> header file. */
222#undef HAVE_LIMITS_H
223
224/* Define if you can use -Wl,-export-dynamic. */
225#undef HAVE_LINK_EXPORT_DYNAMIC
226
227/* Define to 1 if you have the <link.h> header file. */
228#undef HAVE_LINK_H
229
230/* Define if you can use -Wl,-R. to pass -R. to the linker, in order to add
231   the current directory to the dynamic linker search path. */
232#undef HAVE_LINK_R
233
234/* Define to 1 if you have the `log' function. */
235#undef HAVE_LOG
236
237/* Define to 1 if you have the `log10' function. */
238#undef HAVE_LOG10
239
240/* Define to 1 if you have the `log2' function. */
241#undef HAVE_LOG2
242
243/* Define to 1 if you have the `longjmp' function. */
244#undef HAVE_LONGJMP
245
246/* Define to 1 if you have the <mach/mach.h> header file. */
247#undef HAVE_MACH_MACH_H
248
249/* Define to 1 if you have the <mach-o/dyld.h> header file. */
250#undef HAVE_MACH_O_DYLD_H
251
252/* Define if mallinfo() is available on this platform. */
253#undef HAVE_MALLINFO
254
255/* Define to 1 if you have the <malloc.h> header file. */
256#undef HAVE_MALLOC_H
257
258/* Define to 1 if you have the <malloc/malloc.h> header file. */
259#undef HAVE_MALLOC_MALLOC_H
260
261/* Define to 1 if you have the `malloc_zone_statistics' function. */
262#undef HAVE_MALLOC_ZONE_STATISTICS
263
264/* Define to 1 if you have the `memcpy' function. */
265#undef HAVE_MEMCPY
266
267/* Define to 1 if you have the `memmove' function. */
268#undef HAVE_MEMMOVE
269
270/* Define to 1 if you have the <memory.h> header file. */
271#undef HAVE_MEMORY_H
272
273/* Define to 1 if you have the `mkdtemp' function. */
274#undef HAVE_MKDTEMP
275
276/* Define to 1 if you have the `mkstemp' function. */
277#undef HAVE_MKSTEMP
278
279/* Define to 1 if you have the `mktemp' function. */
280#undef HAVE_MKTEMP
281
282/* Define to 1 if you have a working `mmap' system call. */
283#undef HAVE_MMAP
284
285/* Define if mmap() uses MAP_ANONYMOUS to map anonymous pages, or undefine if
286   it uses MAP_ANON */
287#undef HAVE_MMAP_ANONYMOUS
288
289/* Define if mmap() can map files into memory */
290#undef HAVE_MMAP_FILE
291
292/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
293#undef HAVE_NDIR_H
294
295/* Define to 1 if you have the `nearbyintf' function. */
296#undef HAVE_NEARBYINTF
297
298/* Define if the neat program is available */
299#undef HAVE_NEATO
300
301/* Define to 1 if you have the `opendir' function. */
302#undef HAVE_OPENDIR
303
304/* Define to 1 if you have the `posix_spawn' function. */
305#undef HAVE_POSIX_SPAWN
306
307/* Define to 1 if you have the `powf' function. */
308#undef HAVE_POWF
309
310/* Define to 1 if you have the `pread' function. */
311#undef HAVE_PREAD
312
313/* Define if libtool can extract symbol lists from object files. */
314#undef HAVE_PRELOADED_SYMBOLS
315
316/* Define to have the %a format string */
317#undef HAVE_PRINTF_A
318
319/* Have pthread_getspecific */
320#undef HAVE_PTHREAD_GETSPECIFIC
321
322/* Define to 1 if you have the <pthread.h> header file. */
323#undef HAVE_PTHREAD_H
324
325/* Have pthread_mutex_lock */
326#undef HAVE_PTHREAD_MUTEX_LOCK
327
328/* Have pthread_rwlock_init */
329#undef HAVE_PTHREAD_RWLOCK_INIT
330
331/* Define to 1 if srand48/lrand48/drand48 exist in <stdlib.h> */
332#undef HAVE_RAND48
333
334/* Define to 1 if you have the `readdir' function. */
335#undef HAVE_READDIR
336
337/* Define to 1 if you have the `realpath' function. */
338#undef HAVE_REALPATH
339
340/* Define to 1 if you have the `rindex' function. */
341#undef HAVE_RINDEX
342
343/* Define to 1 if you have the `rintf' function. */
344#undef HAVE_RINTF
345
346/* Define to 1 if you have the `round' function. */
347#undef HAVE_ROUND
348
349/* Define to 1 if you have the `roundf' function. */
350#undef HAVE_ROUNDF
351
352/* Define to 1 if you have the `sbrk' function. */
353#undef HAVE_SBRK
354
355/* Define to 1 if you have the `setenv' function. */
356#undef HAVE_SETENV
357
358/* Define to 1 if you have the `setjmp' function. */
359#undef HAVE_SETJMP
360
361/* Define to 1 if you have the <setjmp.h> header file. */
362#undef HAVE_SETJMP_H
363
364/* Define to 1 if you have the `setrlimit' function. */
365#undef HAVE_SETRLIMIT
366
367/* Define if you have the shl_load function. */
368#undef HAVE_SHL_LOAD
369
370/* Define to 1 if you have the `siglongjmp' function. */
371#undef HAVE_SIGLONGJMP
372
373/* Define to 1 if you have the <signal.h> header file. */
374#undef HAVE_SIGNAL_H
375
376/* Define to 1 if you have the `sigsetjmp' function. */
377#undef HAVE_SIGSETJMP
378
379/* Define to 1 if you have the <stdint.h> header file. */
380#undef HAVE_STDINT_H
381
382/* Define to 1 if you have the <stdio.h> header file. */
383#undef HAVE_STDIO_H
384
385/* Define to 1 if you have the <stdlib.h> header file. */
386#undef HAVE_STDLIB_H
387
388/* Set to 1 if the std::isinf function is found in <cmath> */
389#undef HAVE_STD_ISINF_IN_CMATH
390
391/* Set to 1 if the std::isnan function is found in <cmath> */
392#undef HAVE_STD_ISNAN_IN_CMATH
393
394/* Define to 1 if you have the `strchr' function. */
395#undef HAVE_STRCHR
396
397/* Define to 1 if you have the `strcmp' function. */
398#undef HAVE_STRCMP
399
400/* Define to 1 if you have the `strdup' function. */
401#undef HAVE_STRDUP
402
403/* Define to 1 if you have the `strerror' function. */
404#undef HAVE_STRERROR
405
406/* Define to 1 if you have the `strerror_r' function. */
407#undef HAVE_STRERROR_R
408
409/* Define to 1 if you have the <strings.h> header file. */
410#undef HAVE_STRINGS_H
411
412/* Define to 1 if you have the <string.h> header file. */
413#undef HAVE_STRING_H
414
415/* Define to 1 if you have the `strrchr' function. */
416#undef HAVE_STRRCHR
417
418/* Define to 1 if you have the `strtof' function. */
419#undef HAVE_STRTOF
420
421/* Define to 1 if you have the `strtoll' function. */
422#undef HAVE_STRTOLL
423
424/* Define to 1 if you have the `strtoq' function. */
425#undef HAVE_STRTOQ
426
427/* Define to 1 if you have the `sysconf' function. */
428#undef HAVE_SYSCONF
429
430/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
431   */
432#undef HAVE_SYS_DIR_H
433
434/* Define to 1 if you have the <sys/dl.h> header file. */
435#undef HAVE_SYS_DL_H
436
437/* Define to 1 if you have the <sys/ioctl.h> header file. */
438#undef HAVE_SYS_IOCTL_H
439
440/* Define to 1 if you have the <sys/mman.h> header file. */
441#undef HAVE_SYS_MMAN_H
442
443/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
444   */
445#undef HAVE_SYS_NDIR_H
446
447/* Define to 1 if you have the <sys/param.h> header file. */
448#undef HAVE_SYS_PARAM_H
449
450/* Define to 1 if you have the <sys/resource.h> header file. */
451#undef HAVE_SYS_RESOURCE_H
452
453/* Define to 1 if you have the <sys/stat.h> header file. */
454#undef HAVE_SYS_STAT_H
455
456/* Define to 1 if you have the <sys/time.h> header file. */
457#undef HAVE_SYS_TIME_H
458
459/* Define to 1 if you have the <sys/types.h> header file. */
460#undef HAVE_SYS_TYPES_H
461
462/* Define to 1 if you have the <sys/uio.h> header file. */
463#undef HAVE_SYS_UIO_H
464
465/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
466#undef HAVE_SYS_WAIT_H
467
468/* Define to 1 if you have the <termios.h> header file. */
469#undef HAVE_TERMIOS_H
470
471/* Define if the neat program is available */
472#undef HAVE_TWOPI
473
474/* Define to 1 if the system has the type `uint64_t'. */
475#undef HAVE_UINT64_T
476
477/* Define to 1 if you have the <unistd.h> header file. */
478#undef HAVE_UNISTD_H
479
480/* Define to 1 if you have the <utime.h> header file. */
481#undef HAVE_UTIME_H
482
483/* Define to 1 if the system has the type `u_int64_t'. */
484#undef HAVE_U_INT64_T
485
486/* Define to 1 if you have the <valgrind/valgrind.h> header file. */
487#undef HAVE_VALGRIND_VALGRIND_H
488
489/* Define to 1 if you have the <windows.h> header file. */
490#undef HAVE_WINDOWS_H
491
492/* Define to 1 if you have the `writev' function. */
493#undef HAVE_WRITEV
494
495/* Define if the xdot.py program is available */
496#undef HAVE_XDOT_PY
497
498/* Have host's _alloca */
499#undef HAVE__ALLOCA
500
501/* Have host's __alloca */
502#undef HAVE___ALLOCA
503
504/* Have host's __ashldi3 */
505#undef HAVE___ASHLDI3
506
507/* Have host's __ashrdi3 */
508#undef HAVE___ASHRDI3
509
510/* Have host's __chkstk */
511#undef HAVE___CHKSTK
512
513/* Have host's __cmpdi2 */
514#undef HAVE___CMPDI2
515
516/* Have host's __divdi3 */
517#undef HAVE___DIVDI3
518
519/* Define to 1 if you have the `__dso_handle' function. */
520#undef HAVE___DSO_HANDLE
521
522/* Have host's __fixdfdi */
523#undef HAVE___FIXDFDI
524
525/* Have host's __fixsfdi */
526#undef HAVE___FIXSFDI
527
528/* Have host's __floatdidf */
529#undef HAVE___FLOATDIDF
530
531/* Have host's __lshrdi3 */
532#undef HAVE___LSHRDI3
533
534/* Have host's __main */
535#undef HAVE___MAIN
536
537/* Have host's __moddi3 */
538#undef HAVE___MODDI3
539
540/* Have host's __udivdi3 */
541#undef HAVE___UDIVDI3
542
543/* Have host's __umoddi3 */
544#undef HAVE___UMODDI3
545
546/* Have host's ___chkstk */
547#undef HAVE____CHKSTK
548
549/* Linker version detected at compile time. */
550#undef HOST_LINK_VERSION
551
552/* Installation directory for binary executables */
553#undef LLVM_BINDIR
554
555/* Time at which LLVM was configured */
556#undef LLVM_CONFIGTIME
557
558/* Installation directory for data files */
559#undef LLVM_DATADIR
560
561/* Target triple LLVM will generate code for by default */
562#undef LLVM_DEFAULT_TARGET_TRIPLE
563
564/* Installation directory for documentation */
565#undef LLVM_DOCSDIR
566
567/* Define if threads enabled */
568#undef LLVM_ENABLE_THREADS
569
570/* Installation directory for config files */
571#undef LLVM_ETCDIR
572
573/* Has gcc/MSVC atomic intrinsics */
574#undef LLVM_HAS_ATOMICS
575
576/* Host triple LLVM will be executed on */
577#undef LLVM_HOSTTRIPLE
578
579/* Installation directory for include files */
580#undef LLVM_INCLUDEDIR
581
582/* Installation directory for .info files */
583#undef LLVM_INFODIR
584
585/* Installation directory for libraries */
586#undef LLVM_LIBDIR
587
588/* Installation directory for man pages */
589#undef LLVM_MANDIR
590
591/* LLVM architecture name for the native architecture, if available */
592#undef LLVM_NATIVE_ARCH
593
594/* LLVM name for the native AsmParser init function, if available */
595#undef LLVM_NATIVE_ASMPARSER
596
597/* LLVM name for the native AsmPrinter init function, if available */
598#undef LLVM_NATIVE_ASMPRINTER
599
600/* LLVM name for the native Disassembler init function, if available */
601#undef LLVM_NATIVE_DISASSEMBLER
602
603/* LLVM name for the native Target init function, if available */
604#undef LLVM_NATIVE_TARGET
605
606/* LLVM name for the native TargetInfo init function, if available */
607#undef LLVM_NATIVE_TARGETINFO
608
609/* LLVM name for the native target MC init function, if available */
610#undef LLVM_NATIVE_TARGETMC
611
612/* Define if this is Unixish platform */
613#undef LLVM_ON_UNIX
614
615/* Define if this is Win32ish platform */
616#undef LLVM_ON_WIN32
617
618/* Define to path to circo program if found or 'echo circo' otherwise */
619#undef LLVM_PATH_CIRCO
620
621/* Define to path to dot program if found or 'echo dot' otherwise */
622#undef LLVM_PATH_DOT
623
624/* Define to path to dotty program if found or 'echo dotty' otherwise */
625#undef LLVM_PATH_DOTTY
626
627/* Define to path to fdp program if found or 'echo fdp' otherwise */
628#undef LLVM_PATH_FDP
629
630/* Define to path to Graphviz program if found or 'echo Graphviz' otherwise */
631#undef LLVM_PATH_GRAPHVIZ
632
633/* Define to path to gv program if found or 'echo gv' otherwise */
634#undef LLVM_PATH_GV
635
636/* Define to path to neato program if found or 'echo neato' otherwise */
637#undef LLVM_PATH_NEATO
638
639/* Define to path to twopi program if found or 'echo twopi' otherwise */
640#undef LLVM_PATH_TWOPI
641
642/* Define to path to xdot.py program if found or 'echo xdot.py' otherwise */
643#undef LLVM_PATH_XDOT_PY
644
645/* Installation prefix directory */
646#undef LLVM_PREFIX
647
648/* Define if we have the Intel JIT API runtime support library */
649#undef LLVM_USE_INTEL_JITEVENTS
650
651/* Define if we have the oprofile JIT-support library */
652#undef LLVM_USE_OPROFILE
653
654/* Major version of the LLVM API */
655#undef LLVM_VERSION_MAJOR
656
657/* Minor version of the LLVM API */
658#undef LLVM_VERSION_MINOR
659
660/* Define if the OS needs help to load dependent libraries for dlopen(). */
661#undef LTDL_DLOPEN_DEPLIBS
662
663/* Define to the sub-directory in which libtool stores uninstalled libraries.
664   */
665#undef LTDL_OBJDIR
666
667/* Define to the name of the environment variable that determines the dynamic
668   library search path. */
669#undef LTDL_SHLIBPATH_VAR
670
671/* Define to the extension used for shared libraries, say, ".so". */
672#undef LTDL_SHLIB_EXT
673
674/* Define to the system default library search path. */
675#undef LTDL_SYSSEARCHPATH
676
677/* Define if /dev/zero should be used when mapping RWX memory, or undefine if
678   its not necessary */
679#undef NEED_DEV_ZERO_FOR_MMAP
680
681/* Define if dlsym() requires a leading underscore in symbol names. */
682#undef NEED_USCORE
683
684/* Define to the address where bug reports for this package should be sent. */
685#undef PACKAGE_BUGREPORT
686
687/* Define to the full name of this package. */
688#undef PACKAGE_NAME
689
690/* Define to the full name and version of this package. */
691#undef PACKAGE_STRING
692
693/* Define to the one symbol short name of this package. */
694#undef PACKAGE_TARNAME
695
696/* Define to the version of this package. */
697#undef PACKAGE_VERSION
698
699/* Define as the return type of signal handlers (`int' or `void'). */
700#undef RETSIGTYPE
701
702/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
703#undef STAT_MACROS_BROKEN
704
705/* Define to 1 if you have the ANSI C header files. */
706#undef STDC_HEADERS
707
708/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
709#undef TIME_WITH_SYS_TIME
710
711/* Define to 1 if your <sys/time.h> declares `struct tm'. */
712#undef TM_IN_SYS_TIME
713
714/* Define if use udis86 library */
715#undef USE_UDIS86
716
717/* Type of 1st arg on ELM Callback */
718#undef WIN32_ELMCB_PCSTR
719
720/* Define to empty if `const' does not conform to ANSI C. */
721#undef const
722
723/* Define to a type to use for `error_t' if it is not otherwise available. */
724#undef error_t
725
726/* Define to `int' if <sys/types.h> does not define. */
727#undef pid_t
728
729/* Define to `unsigned int' if <sys/types.h> does not define. */
730#undef size_t
731
732#endif
733