xref: /netbsd-src/external/gpl3/gcc/lib/libiberty/arch/powerpc64/config.h (revision 3d883ed1cc38f521a2919da7fac460e45d7c4d20)
12035f6bfSmrg /* This file is automatically generated.  DO NOT EDIT! */
2*3d883ed1Smrg /* Generated from: NetBSD: mknative-gcc,v 1.108 2020/09/05 10:58:08 mrg Exp  */
31bfb63bfSchristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
42035f6bfSmrg 
52035f6bfSmrg /* config.h.  Generated from config.in by configure.  */
62035f6bfSmrg /* config.in.  Generated from configure.ac by autoheader.  */
72035f6bfSmrg 
82035f6bfSmrg /* Define if building universal (internal helper macro) */
92035f6bfSmrg /* #undef AC_APPLE_UNIVERSAL_BUILD */
102035f6bfSmrg 
112035f6bfSmrg /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
122035f6bfSmrg    This function is required for alloca.c support on those systems. */
132035f6bfSmrg /* #undef CRAY_STACKSEG_END */
142035f6bfSmrg 
152035f6bfSmrg /* Define to 1 if you have the <alloca.h> header file. */
162035f6bfSmrg /* #undef HAVE_ALLOCA_H */
172035f6bfSmrg 
182035f6bfSmrg /* Define to 1 if you have the `asprintf' function. */
192035f6bfSmrg #define HAVE_ASPRINTF 1
202035f6bfSmrg 
212035f6bfSmrg /* Define to 1 if you have the `atexit' function. */
222035f6bfSmrg #define HAVE_ATEXIT 1
232035f6bfSmrg 
242035f6bfSmrg /* Define to 1 if you have the `basename' function. */
252035f6bfSmrg #define HAVE_BASENAME 1
262035f6bfSmrg 
272035f6bfSmrg /* Define to 1 if you have the `bcmp' function. */
282035f6bfSmrg #define HAVE_BCMP 1
292035f6bfSmrg 
302035f6bfSmrg /* Define to 1 if you have the `bcopy' function. */
312035f6bfSmrg #define HAVE_BCOPY 1
322035f6bfSmrg 
332035f6bfSmrg /* Define to 1 if you have the `bsearch' function. */
342035f6bfSmrg #define HAVE_BSEARCH 1
352035f6bfSmrg 
362035f6bfSmrg /* Define to 1 if you have the `bzero' function. */
372035f6bfSmrg #define HAVE_BZERO 1
382035f6bfSmrg 
392035f6bfSmrg /* Define to 1 if you have the `calloc' function. */
402035f6bfSmrg #define HAVE_CALLOC 1
412035f6bfSmrg 
422035f6bfSmrg /* Define to 1 if you have the `canonicalize_file_name' function. */
432035f6bfSmrg /* #undef HAVE_CANONICALIZE_FILE_NAME */
442035f6bfSmrg 
452035f6bfSmrg /* Define to 1 if you have the `clock' function. */
462035f6bfSmrg #define HAVE_CLOCK 1
472035f6bfSmrg 
482035f6bfSmrg /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
492035f6bfSmrg    don't. */
502035f6bfSmrg #define HAVE_DECL_ASPRINTF 1
512035f6bfSmrg 
526bd99797Schristos /* Define to 1 if you have the declaration of `basename(char *)', and to 0 if
536bd99797Schristos    you don't. */
542035f6bfSmrg #define HAVE_DECL_BASENAME 0
552035f6bfSmrg 
562035f6bfSmrg /* Define to 1 if you have the declaration of `calloc', and to 0 if you don't.
572035f6bfSmrg    */
582035f6bfSmrg #define HAVE_DECL_CALLOC 1
592035f6bfSmrg 
602035f6bfSmrg /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
612035f6bfSmrg #define HAVE_DECL_FFS 1
622035f6bfSmrg 
632035f6bfSmrg /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
642035f6bfSmrg    */
652035f6bfSmrg #define HAVE_DECL_GETENV 1
662035f6bfSmrg 
672035f6bfSmrg /* Define to 1 if you have the declaration of `getopt', and to 0 if you don't.
682035f6bfSmrg    */
692035f6bfSmrg #define HAVE_DECL_GETOPT 1
702035f6bfSmrg 
712035f6bfSmrg /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
722035f6bfSmrg    */
732035f6bfSmrg #define HAVE_DECL_MALLOC 1
742035f6bfSmrg 
752035f6bfSmrg /* Define to 1 if you have the declaration of `realloc', and to 0 if you
762035f6bfSmrg    don't. */
772035f6bfSmrg #define HAVE_DECL_REALLOC 1
782035f6bfSmrg 
792035f6bfSmrg /* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't.
802035f6bfSmrg    */
812035f6bfSmrg #define HAVE_DECL_SBRK 1
822035f6bfSmrg 
832035f6bfSmrg /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
842035f6bfSmrg    don't. */
852035f6bfSmrg #define HAVE_DECL_SNPRINTF 1
862035f6bfSmrg 
871bfb63bfSchristos /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
881bfb63bfSchristos    don't. */
891bfb63bfSchristos #define HAVE_DECL_STRNLEN 1
901bfb63bfSchristos 
912059bccdSmrg /* Define to 1 if you have the declaration of `strtol', and to 0 if you don't.
922059bccdSmrg    */
932059bccdSmrg #define HAVE_DECL_STRTOL 1
942059bccdSmrg 
952059bccdSmrg /* Define to 1 if you have the declaration of `strtoll', and to 0 if you
962059bccdSmrg    don't. */
972059bccdSmrg #define HAVE_DECL_STRTOLL 1
982059bccdSmrg 
992059bccdSmrg /* Define to 1 if you have the declaration of `strtoul', and to 0 if you
1002059bccdSmrg    don't. */
1012059bccdSmrg #define HAVE_DECL_STRTOUL 1
1022059bccdSmrg 
1032059bccdSmrg /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
1042059bccdSmrg    don't. */
1052059bccdSmrg #define HAVE_DECL_STRTOULL 1
1062059bccdSmrg 
1072035f6bfSmrg /* Define to 1 if you have the declaration of `strverscmp', and to 0 if you
1082035f6bfSmrg    don't. */
1092035f6bfSmrg #define HAVE_DECL_STRVERSCMP 0
1102035f6bfSmrg 
1112035f6bfSmrg /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
1122035f6bfSmrg    don't. */
1132035f6bfSmrg #define HAVE_DECL_VASPRINTF 1
1142035f6bfSmrg 
1152035f6bfSmrg /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
1162035f6bfSmrg    don't. */
1172035f6bfSmrg #define HAVE_DECL_VSNPRINTF 1
1182035f6bfSmrg 
1196bd99797Schristos /* Define to 1 if you have the `dup3' function. */
1206bd99797Schristos #define HAVE_DUP3 1
1216bd99797Schristos 
1222035f6bfSmrg /* Define to 1 if you have the <fcntl.h> header file. */
1232035f6bfSmrg #define HAVE_FCNTL_H 1
1242035f6bfSmrg 
1252035f6bfSmrg /* Define to 1 if you have the `ffs' function. */
1262035f6bfSmrg #define HAVE_FFS 1
1272035f6bfSmrg 
1282035f6bfSmrg /* Define to 1 if you have the `fork' function. */
1292035f6bfSmrg #define HAVE_FORK 1
1302035f6bfSmrg 
1312035f6bfSmrg /* Define to 1 if you have the `getcwd' function. */
1322035f6bfSmrg #define HAVE_GETCWD 1
1332035f6bfSmrg 
1342035f6bfSmrg /* Define to 1 if you have the `getpagesize' function. */
1352035f6bfSmrg #define HAVE_GETPAGESIZE 1
1362035f6bfSmrg 
1376bd99797Schristos /* Define to 1 if you have the `getrlimit' function. */
1386bd99797Schristos #define HAVE_GETRLIMIT 1
1396bd99797Schristos 
1402035f6bfSmrg /* Define to 1 if you have the `getrusage' function. */
1412035f6bfSmrg #define HAVE_GETRUSAGE 1
1422035f6bfSmrg 
1432035f6bfSmrg /* Define to 1 if you have the `getsysinfo' function. */
1442035f6bfSmrg /* #undef HAVE_GETSYSINFO */
1452035f6bfSmrg 
1462035f6bfSmrg /* Define to 1 if you have the `gettimeofday' function. */
1472035f6bfSmrg #define HAVE_GETTIMEOFDAY 1
1482035f6bfSmrg 
1492035f6bfSmrg /* Define to 1 if you have the `index' function. */
1502035f6bfSmrg #define HAVE_INDEX 1
1512035f6bfSmrg 
1522035f6bfSmrg /* Define to 1 if you have the `insque' function. */
1532035f6bfSmrg #define HAVE_INSQUE 1
1542035f6bfSmrg 
1552035f6bfSmrg /* Define to 1 if the system has the type `intptr_t'. */
1562035f6bfSmrg #define HAVE_INTPTR_T 1
1572035f6bfSmrg 
1582035f6bfSmrg /* Define to 1 if you have the <inttypes.h> header file. */
1592035f6bfSmrg #define HAVE_INTTYPES_H 1
1602035f6bfSmrg 
1612035f6bfSmrg /* Define to 1 if you have the <limits.h> header file. */
1622035f6bfSmrg #define HAVE_LIMITS_H 1
1632035f6bfSmrg 
1642059bccdSmrg /* Define if you have the `long long' type. */
1652059bccdSmrg #define HAVE_LONG_LONG 1
1662059bccdSmrg 
1672035f6bfSmrg /* Define to 1 if you have the <machine/hal_sysinfo.h> header file. */
1682035f6bfSmrg /* #undef HAVE_MACHINE_HAL_SYSINFO_H */
1692035f6bfSmrg 
1702035f6bfSmrg /* Define to 1 if you have the <malloc.h> header file. */
1712035f6bfSmrg #define HAVE_MALLOC_H 1
1722035f6bfSmrg 
1732035f6bfSmrg /* Define to 1 if you have the `memchr' function. */
1742035f6bfSmrg #define HAVE_MEMCHR 1
1752035f6bfSmrg 
1762035f6bfSmrg /* Define to 1 if you have the `memcmp' function. */
1772035f6bfSmrg #define HAVE_MEMCMP 1
1782035f6bfSmrg 
1792035f6bfSmrg /* Define to 1 if you have the `memcpy' function. */
1802035f6bfSmrg #define HAVE_MEMCPY 1
1812035f6bfSmrg 
1822035f6bfSmrg /* Define to 1 if you have the `memmem' function. */
1832035f6bfSmrg #define HAVE_MEMMEM 1
1842035f6bfSmrg 
1852035f6bfSmrg /* Define to 1 if you have the `memmove' function. */
1862035f6bfSmrg #define HAVE_MEMMOVE 1
1872035f6bfSmrg 
1882035f6bfSmrg /* Define to 1 if you have the <memory.h> header file. */
1892035f6bfSmrg #define HAVE_MEMORY_H 1
1902035f6bfSmrg 
1912035f6bfSmrg /* Define to 1 if you have the `memset' function. */
1922035f6bfSmrg #define HAVE_MEMSET 1
1932035f6bfSmrg 
1942035f6bfSmrg /* Define to 1 if you have the `mkstemps' function. */
1956bd99797Schristos #define HAVE_MKSTEMPS 1
1962035f6bfSmrg 
1972035f6bfSmrg /* Define to 1 if you have a working `mmap' system call. */
1982035f6bfSmrg #define HAVE_MMAP 1
1992035f6bfSmrg 
2002035f6bfSmrg /* Define to 1 if you have the `on_exit' function. */
2012035f6bfSmrg /* #undef HAVE_ON_EXIT */
2022035f6bfSmrg 
203*3d883ed1Smrg /* Define to 1 if you have the `pipe2' function. */
204*3d883ed1Smrg #define HAVE_PIPE2 1
205*3d883ed1Smrg 
2066bd99797Schristos /* Define to 1 if you have the <process.h> header file. */
2076bd99797Schristos /* #undef HAVE_PROCESS_H */
2086bd99797Schristos 
2092035f6bfSmrg /* Define to 1 if you have the `psignal' function. */
2102035f6bfSmrg #define HAVE_PSIGNAL 1
2112035f6bfSmrg 
2122035f6bfSmrg /* Define to 1 if you have the `pstat_getdynamic' function. */
2132035f6bfSmrg /* #undef HAVE_PSTAT_GETDYNAMIC */
2142035f6bfSmrg 
2152035f6bfSmrg /* Define to 1 if you have the `pstat_getstatic' function. */
2162035f6bfSmrg /* #undef HAVE_PSTAT_GETSTATIC */
2172035f6bfSmrg 
2182035f6bfSmrg /* Define to 1 if you have the `putenv' function. */
2192035f6bfSmrg #define HAVE_PUTENV 1
2202035f6bfSmrg 
2212035f6bfSmrg /* Define to 1 if you have the `random' function. */
2222035f6bfSmrg #define HAVE_RANDOM 1
2232035f6bfSmrg 
2242035f6bfSmrg /* Define to 1 if you have the `realpath' function. */
2252035f6bfSmrg #define HAVE_REALPATH 1
2262035f6bfSmrg 
2272035f6bfSmrg /* Define to 1 if you have the `rename' function. */
2282035f6bfSmrg #define HAVE_RENAME 1
2292035f6bfSmrg 
2302035f6bfSmrg /* Define to 1 if you have the `rindex' function. */
2312035f6bfSmrg #define HAVE_RINDEX 1
2322035f6bfSmrg 
2332035f6bfSmrg /* Define to 1 if you have the `sbrk' function. */
2342035f6bfSmrg #define HAVE_SBRK 1
2352035f6bfSmrg 
2362035f6bfSmrg /* Define to 1 if you have the `setenv' function. */
2372035f6bfSmrg #define HAVE_SETENV 1
2382035f6bfSmrg 
2396bd99797Schristos /* Define to 1 if you have the `setproctitle' function. */
2406bd99797Schristos #define HAVE_SETPROCTITLE 1
2416bd99797Schristos 
2426bd99797Schristos /* Define to 1 if you have the `setrlimit' function. */
2436bd99797Schristos #define HAVE_SETRLIMIT 1
2446bd99797Schristos 
2452035f6bfSmrg /* Define to 1 if you have the `sigsetmask' function. */
2462035f6bfSmrg #define HAVE_SIGSETMASK 1
2472035f6bfSmrg 
2482035f6bfSmrg /* Define to 1 if you have the `snprintf' function. */
2492035f6bfSmrg #define HAVE_SNPRINTF 1
2502035f6bfSmrg 
2516bd99797Schristos /* Define to 1 if you have the `spawnve' function. */
2526bd99797Schristos /* #undef HAVE_SPAWNVE */
2536bd99797Schristos 
2546bd99797Schristos /* Define to 1 if you have the `spawnvpe' function. */
2556bd99797Schristos /* #undef HAVE_SPAWNVPE */
2566bd99797Schristos 
2572035f6bfSmrg /* Define to 1 if you have the <stdint.h> header file. */
2582035f6bfSmrg #define HAVE_STDINT_H 1
2592035f6bfSmrg 
2602035f6bfSmrg /* Define to 1 if you have the <stdio_ext.h> header file. */
2612035f6bfSmrg /* #undef HAVE_STDIO_EXT_H */
2622035f6bfSmrg 
2632035f6bfSmrg /* Define to 1 if you have the <stdlib.h> header file. */
2642035f6bfSmrg #define HAVE_STDLIB_H 1
2652035f6bfSmrg 
2662035f6bfSmrg /* Define to 1 if you have the `stpcpy' function. */
2672035f6bfSmrg #define HAVE_STPCPY 1
2682035f6bfSmrg 
2692035f6bfSmrg /* Define to 1 if you have the `stpncpy' function. */
2702035f6bfSmrg #define HAVE_STPNCPY 1
2712035f6bfSmrg 
2722035f6bfSmrg /* Define to 1 if you have the `strcasecmp' function. */
2732035f6bfSmrg #define HAVE_STRCASECMP 1
2742035f6bfSmrg 
2752035f6bfSmrg /* Define to 1 if you have the `strchr' function. */
2762035f6bfSmrg #define HAVE_STRCHR 1
2772035f6bfSmrg 
2782035f6bfSmrg /* Define to 1 if you have the `strdup' function. */
2792035f6bfSmrg #define HAVE_STRDUP 1
2802035f6bfSmrg 
2812035f6bfSmrg /* Define to 1 if you have the `strerror' function. */
2822035f6bfSmrg #define HAVE_STRERROR 1
2832035f6bfSmrg 
2842035f6bfSmrg /* Define to 1 if you have the <strings.h> header file. */
2852035f6bfSmrg #define HAVE_STRINGS_H 1
2862035f6bfSmrg 
2872035f6bfSmrg /* Define to 1 if you have the <string.h> header file. */
2882035f6bfSmrg #define HAVE_STRING_H 1
2892035f6bfSmrg 
2902035f6bfSmrg /* Define to 1 if you have the `strncasecmp' function. */
2912035f6bfSmrg #define HAVE_STRNCASECMP 1
2922035f6bfSmrg 
2932035f6bfSmrg /* Define to 1 if you have the `strndup' function. */
2942035f6bfSmrg #define HAVE_STRNDUP 1
2952035f6bfSmrg 
2966bd99797Schristos /* Define to 1 if you have the `strnlen' function. */
2976bd99797Schristos #define HAVE_STRNLEN 1
2986bd99797Schristos 
2992035f6bfSmrg /* Define to 1 if you have the `strrchr' function. */
3002035f6bfSmrg #define HAVE_STRRCHR 1
3012035f6bfSmrg 
3022035f6bfSmrg /* Define to 1 if you have the `strsignal' function. */
3032035f6bfSmrg #define HAVE_STRSIGNAL 1
3042035f6bfSmrg 
3052035f6bfSmrg /* Define to 1 if you have the `strstr' function. */
3062035f6bfSmrg #define HAVE_STRSTR 1
3072035f6bfSmrg 
3082035f6bfSmrg /* Define to 1 if you have the `strtod' function. */
3092035f6bfSmrg #define HAVE_STRTOD 1
3102035f6bfSmrg 
3112035f6bfSmrg /* Define to 1 if you have the `strtol' function. */
3122035f6bfSmrg #define HAVE_STRTOL 1
3132035f6bfSmrg 
3142059bccdSmrg /* Define to 1 if you have the `strtoll' function. */
3152059bccdSmrg #define HAVE_STRTOLL 1
3162059bccdSmrg 
3172035f6bfSmrg /* Define to 1 if you have the `strtoul' function. */
3182035f6bfSmrg #define HAVE_STRTOUL 1
3192035f6bfSmrg 
3202059bccdSmrg /* Define to 1 if you have the `strtoull' function. */
3212059bccdSmrg #define HAVE_STRTOULL 1
3222059bccdSmrg 
3232035f6bfSmrg /* Define to 1 if you have the `strverscmp' function. */
3242035f6bfSmrg /* #undef HAVE_STRVERSCMP */
3252035f6bfSmrg 
3262035f6bfSmrg /* Define to 1 if you have the `sysconf' function. */
3272035f6bfSmrg #define HAVE_SYSCONF 1
3282035f6bfSmrg 
3292035f6bfSmrg /* Define to 1 if you have the `sysctl' function. */
3302035f6bfSmrg #define HAVE_SYSCTL 1
3312035f6bfSmrg 
3322035f6bfSmrg /* Define to 1 if you have the `sysmp' function. */
3332035f6bfSmrg /* #undef HAVE_SYSMP */
3342035f6bfSmrg 
3352035f6bfSmrg /* Define if you have the sys_errlist variable. */
3362035f6bfSmrg #define HAVE_SYS_ERRLIST 1
3372035f6bfSmrg 
3382035f6bfSmrg /* Define to 1 if you have the <sys/file.h> header file. */
3392035f6bfSmrg #define HAVE_SYS_FILE_H 1
3402035f6bfSmrg 
3412035f6bfSmrg /* Define to 1 if you have the <sys/mman.h> header file. */
3422035f6bfSmrg #define HAVE_SYS_MMAN_H 1
3432035f6bfSmrg 
3442035f6bfSmrg /* Define if you have the sys_nerr variable. */
3452035f6bfSmrg #define HAVE_SYS_NERR 1
3462035f6bfSmrg 
3472035f6bfSmrg /* Define to 1 if you have the <sys/param.h> header file. */
3482035f6bfSmrg #define HAVE_SYS_PARAM_H 1
3492035f6bfSmrg 
3506bd99797Schristos /* Define to 1 if you have the <sys/prctl.h> header file. */
3516bd99797Schristos /* #undef HAVE_SYS_PRCTL_H */
3526bd99797Schristos 
3532035f6bfSmrg /* Define to 1 if you have the <sys/pstat.h> header file. */
3542035f6bfSmrg /* #undef HAVE_SYS_PSTAT_H */
3552035f6bfSmrg 
3562035f6bfSmrg /* Define to 1 if you have the <sys/resource.h> header file. */
3572035f6bfSmrg #define HAVE_SYS_RESOURCE_H 1
3582035f6bfSmrg 
3592035f6bfSmrg /* Define if you have the sys_siglist variable. */
3602035f6bfSmrg #define HAVE_SYS_SIGLIST 1
3612035f6bfSmrg 
3622035f6bfSmrg /* Define to 1 if you have the <sys/stat.h> header file. */
3632035f6bfSmrg #define HAVE_SYS_STAT_H 1
3642035f6bfSmrg 
3652035f6bfSmrg /* Define to 1 if you have the <sys/sysctl.h> header file. */
3662035f6bfSmrg #define HAVE_SYS_SYSCTL_H 1
3672035f6bfSmrg 
3682035f6bfSmrg /* Define to 1 if you have the <sys/sysinfo.h> header file. */
3692035f6bfSmrg /* #undef HAVE_SYS_SYSINFO_H */
3702035f6bfSmrg 
3712035f6bfSmrg /* Define to 1 if you have the <sys/sysmp.h> header file. */
3722035f6bfSmrg /* #undef HAVE_SYS_SYSMP_H */
3732035f6bfSmrg 
3742035f6bfSmrg /* Define to 1 if you have the <sys/systemcfg.h> header file. */
3752035f6bfSmrg /* #undef HAVE_SYS_SYSTEMCFG_H */
3762035f6bfSmrg 
3772035f6bfSmrg /* Define to 1 if you have the <sys/table.h> header file. */
3782035f6bfSmrg /* #undef HAVE_SYS_TABLE_H */
3792035f6bfSmrg 
3802035f6bfSmrg /* Define to 1 if you have the <sys/time.h> header file. */
3812035f6bfSmrg #define HAVE_SYS_TIME_H 1
3822035f6bfSmrg 
3832035f6bfSmrg /* Define to 1 if you have the <sys/types.h> header file. */
3842035f6bfSmrg #define HAVE_SYS_TYPES_H 1
3852035f6bfSmrg 
3862035f6bfSmrg /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
3872035f6bfSmrg #define HAVE_SYS_WAIT_H 1
3882035f6bfSmrg 
3892035f6bfSmrg /* Define to 1 if you have the `table' function. */
3902035f6bfSmrg /* #undef HAVE_TABLE */
3912035f6bfSmrg 
3922035f6bfSmrg /* Define to 1 if you have the `times' function. */
3932035f6bfSmrg #define HAVE_TIMES 1
3942035f6bfSmrg 
3952035f6bfSmrg /* Define to 1 if you have the <time.h> header file. */
3962035f6bfSmrg #define HAVE_TIME_H 1
3972035f6bfSmrg 
3982035f6bfSmrg /* Define to 1 if you have the `tmpnam' function. */
3992035f6bfSmrg #define HAVE_TMPNAM 1
4002035f6bfSmrg 
4012035f6bfSmrg /* Define if you have the \`uintptr_t' type. */
4022035f6bfSmrg #define HAVE_UINTPTR_T 1
4032035f6bfSmrg 
4042035f6bfSmrg /* Define to 1 if you have the <unistd.h> header file. */
4052035f6bfSmrg #define HAVE_UNISTD_H 1
4062035f6bfSmrg 
4072035f6bfSmrg /* Define to 1 if you have the `vasprintf' function. */
4082035f6bfSmrg #define HAVE_VASPRINTF 1
4092035f6bfSmrg 
4102035f6bfSmrg /* Define to 1 if you have the `vfork' function. */
4112035f6bfSmrg /* #undef HAVE_VFORK */
4122035f6bfSmrg 
4132035f6bfSmrg /* Define to 1 if you have the <vfork.h> header file. */
4142035f6bfSmrg /* #undef HAVE_VFORK_H */
4152035f6bfSmrg 
4162035f6bfSmrg /* Define to 1 if you have the `vfprintf' function. */
4172035f6bfSmrg #define HAVE_VFPRINTF 1
4182035f6bfSmrg 
4192035f6bfSmrg /* Define to 1 if you have the `vprintf' function. */
4202035f6bfSmrg #define HAVE_VPRINTF 1
4212035f6bfSmrg 
4222035f6bfSmrg /* Define to 1 if you have the `vsprintf' function. */
4232035f6bfSmrg #define HAVE_VSPRINTF 1
4242035f6bfSmrg 
4252035f6bfSmrg /* Define to 1 if you have the `wait3' function. */
4262035f6bfSmrg #define HAVE_WAIT3 1
4272035f6bfSmrg 
4282035f6bfSmrg /* Define to 1 if you have the `wait4' function. */
4292035f6bfSmrg #define HAVE_WAIT4 1
4302035f6bfSmrg 
4312035f6bfSmrg /* Define to 1 if you have the `waitpid' function. */
4322035f6bfSmrg #define HAVE_WAITPID 1
4332035f6bfSmrg 
4342035f6bfSmrg /* Define to 1 if `fork' works. */
4352035f6bfSmrg #define HAVE_WORKING_FORK 1
4362035f6bfSmrg 
4372035f6bfSmrg /* Define to 1 if `vfork' works. */
4382035f6bfSmrg /* #undef HAVE_WORKING_VFORK */
4392035f6bfSmrg 
4402035f6bfSmrg /* Define to 1 if you have the `_doprnt' function. */
4412035f6bfSmrg /* #undef HAVE__DOPRNT */
4422035f6bfSmrg 
4432035f6bfSmrg /* Define if you have the _system_configuration variable. */
4442035f6bfSmrg /* #undef HAVE__SYSTEM_CONFIGURATION */
4452035f6bfSmrg 
4462035f6bfSmrg /* Define to 1 if you have the `__fsetlocking' function. */
4472035f6bfSmrg /* #undef HAVE___FSETLOCKING */
4482035f6bfSmrg 
4492035f6bfSmrg /* Define if canonicalize_file_name is not declared in system header files. */
4502035f6bfSmrg #define NEED_DECLARATION_CANONICALIZE_FILE_NAME 1
4512035f6bfSmrg 
4522035f6bfSmrg /* Define if errno must be declared even when <errno.h> is included. */
4532035f6bfSmrg /* #undef NEED_DECLARATION_ERRNO */
4542035f6bfSmrg 
4552035f6bfSmrg /* Define to 1 if your C compiler doesn't accept -c and -o together. */
4562035f6bfSmrg /* #undef NO_MINUS_C_MINUS_O */
4572035f6bfSmrg 
4582035f6bfSmrg /* Define to the address where bug reports for this package should be sent. */
4592035f6bfSmrg #define PACKAGE_BUGREPORT ""
4602035f6bfSmrg 
4612035f6bfSmrg /* Define to the full name of this package. */
4622035f6bfSmrg #define PACKAGE_NAME ""
4632035f6bfSmrg 
4642035f6bfSmrg /* Define to the full name and version of this package. */
4652035f6bfSmrg #define PACKAGE_STRING ""
4662035f6bfSmrg 
4672035f6bfSmrg /* Define to the one symbol short name of this package. */
4682035f6bfSmrg #define PACKAGE_TARNAME ""
4692035f6bfSmrg 
4702035f6bfSmrg /* Define to the home page for this package. */
4712035f6bfSmrg #define PACKAGE_URL ""
4722035f6bfSmrg 
4732035f6bfSmrg /* Define to the version of this package. */
4742035f6bfSmrg #define PACKAGE_VERSION ""
4752035f6bfSmrg 
4762035f6bfSmrg /* The size of `int', as computed by sizeof. */
4772035f6bfSmrg #define SIZEOF_INT 4
4782035f6bfSmrg 
4792059bccdSmrg /* The size of `long', as computed by sizeof. */
4802059bccdSmrg #define SIZEOF_LONG 8
4812059bccdSmrg 
4822059bccdSmrg /* The size of `long long', as computed by sizeof. */
4832059bccdSmrg #define SIZEOF_LONG_LONG 8
4842059bccdSmrg 
485d79d5e15Smrg /* The size of `size_t', as computed by sizeof. */
486d79d5e15Smrg #define SIZEOF_SIZE_T 8
487d79d5e15Smrg 
4882035f6bfSmrg /* Define if you know the direction of stack growth for your system; otherwise
4892035f6bfSmrg    it will be automatically deduced at run-time. STACK_DIRECTION > 0 => grows
4902035f6bfSmrg    toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses
4912035f6bfSmrg    STACK_DIRECTION = 0 => direction of growth unknown */
4922035f6bfSmrg #define STACK_DIRECTION 0
4932035f6bfSmrg 
4942035f6bfSmrg /* Define to 1 if you have the ANSI C header files. */
4952035f6bfSmrg #define STDC_HEADERS 1
4962035f6bfSmrg 
4972035f6bfSmrg /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
4982035f6bfSmrg #define TIME_WITH_SYS_TIME 1
4992035f6bfSmrg 
5002035f6bfSmrg /* Define to an unsigned 64-bit type available in the compiler. */
5012035f6bfSmrg #define UNSIGNED_64BIT_TYPE uint64_t
5022035f6bfSmrg 
5032059bccdSmrg /* Enable extensions on AIX 3, Interix.  */
5042059bccdSmrg #ifndef _ALL_SOURCE
5052059bccdSmrg # define _ALL_SOURCE 1
5062059bccdSmrg #endif
5072059bccdSmrg /* Enable GNU extensions on systems that have them.  */
5082059bccdSmrg #ifndef _GNU_SOURCE
5092059bccdSmrg # define _GNU_SOURCE 1
5102059bccdSmrg #endif
5112059bccdSmrg /* Enable threading extensions on Solaris.  */
5122059bccdSmrg #ifndef _POSIX_PTHREAD_SEMANTICS
5132059bccdSmrg # define _POSIX_PTHREAD_SEMANTICS 1
5142059bccdSmrg #endif
5152059bccdSmrg /* Enable extensions on HP NonStop.  */
5162059bccdSmrg #ifndef _TANDEM_SOURCE
5172059bccdSmrg # define _TANDEM_SOURCE 1
5182059bccdSmrg #endif
5192059bccdSmrg /* Enable general extensions on Solaris.  */
5202059bccdSmrg #ifndef __EXTENSIONS__
5212059bccdSmrg # define __EXTENSIONS__ 1
5222059bccdSmrg #endif
5232059bccdSmrg 
5242059bccdSmrg 
5252035f6bfSmrg /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
5262035f6bfSmrg    significant byte first (like Motorola and SPARC, unlike Intel). */
5272035f6bfSmrg #if defined AC_APPLE_UNIVERSAL_BUILD
5282035f6bfSmrg # if defined __BIG_ENDIAN__
5292035f6bfSmrg #  define WORDS_BIGENDIAN 1
5302035f6bfSmrg # endif
5312035f6bfSmrg #else
5322035f6bfSmrg # ifndef WORDS_BIGENDIAN
5332035f6bfSmrg #  define WORDS_BIGENDIAN 1
5342035f6bfSmrg # endif
5352035f6bfSmrg #endif
5362035f6bfSmrg 
537*3d883ed1Smrg /* Enable large inode numbers on Mac OS X 10.5.  */
538*3d883ed1Smrg #ifndef _DARWIN_USE_64_BIT_INODE
539*3d883ed1Smrg # define _DARWIN_USE_64_BIT_INODE 1
540*3d883ed1Smrg #endif
541*3d883ed1Smrg 
5422035f6bfSmrg /* Number of bits in a file offset, on hosts where this is settable. */
5432035f6bfSmrg /* #undef _FILE_OFFSET_BITS */
5442035f6bfSmrg 
5452035f6bfSmrg /* Define for large files, on AIX-style hosts. */
5462035f6bfSmrg /* #undef _LARGE_FILES */
5472035f6bfSmrg 
5482059bccdSmrg /* Define to 1 if on MINIX. */
5492059bccdSmrg /* #undef _MINIX */
5502059bccdSmrg 
5512059bccdSmrg /* Define to 2 if the system does not provide POSIX.1 features except with
5522059bccdSmrg    this defined. */
5532059bccdSmrg /* #undef _POSIX_1_SOURCE */
5542059bccdSmrg 
5552059bccdSmrg /* Define to 1 if you need to in order for `stat' and other things to work. */
5562059bccdSmrg /* #undef _POSIX_SOURCE */
5572059bccdSmrg 
5582035f6bfSmrg /* Define to empty if `const' does not conform to ANSI C. */
5592035f6bfSmrg /* #undef const */
5602035f6bfSmrg 
5612035f6bfSmrg /* Define to `__inline__' or `__inline' if that's what the C compiler
5622035f6bfSmrg    calls it, or to nothing if 'inline' is not supported under any name.  */
5632035f6bfSmrg #ifndef __cplusplus
5642035f6bfSmrg /* #undef inline */
5652035f6bfSmrg #endif
5662035f6bfSmrg 
5672035f6bfSmrg /* Define to the type of a signed integer type wide enough to hold a pointer,
5682035f6bfSmrg    if such a type exists, and if the system does not define it. */
5692035f6bfSmrg /* #undef intptr_t */
5702035f6bfSmrg 
5712035f6bfSmrg /* Define to `int' if <sys/types.h> does not define. */
5722035f6bfSmrg /* #undef pid_t */
5732035f6bfSmrg 
5746bd99797Schristos /* Define to `int' if <sys/types.h> does not define. */
5756bd99797Schristos /* #undef ssize_t */
5766bd99797Schristos 
5772035f6bfSmrg /* Define to the type of an unsigned integer type wide enough to hold a
5782035f6bfSmrg    pointer, if such a type exists, and if the system does not define it. */
5792035f6bfSmrg /* #undef uintptr_t */
5802035f6bfSmrg 
5812035f6bfSmrg /* Define as `fork' if `vfork' does not work. */
5822035f6bfSmrg #define vfork fork
583