xref: /netbsd-src/external/gpl3/gdb/lib/libiberty/arch/powerpc/config.h (revision 22ebeae4b2252475e0ebe332f69734639cb946ea)
11138a3c3Schristos /* This file is automatically generated.  DO NOT EDIT! */
2*22ebeae4Schristos /* Generated from: NetBSD: mknative-gdb,v 1.17 2024/08/18 03:47:55 rin Exp  */
35a254e06Schristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
41138a3c3Schristos 
51138a3c3Schristos /* config.h.  Generated from config.in by configure.  */
61138a3c3Schristos /* config.in.  Generated from configure.ac by autoheader.  */
71138a3c3Schristos 
81138a3c3Schristos /* Define if building universal (internal helper macro) */
91138a3c3Schristos /* #undef AC_APPLE_UNIVERSAL_BUILD */
101138a3c3Schristos 
111138a3c3Schristos /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
121138a3c3Schristos    This function is required for alloca.c support on those systems. */
131138a3c3Schristos /* #undef CRAY_STACKSEG_END */
141138a3c3Schristos 
151138a3c3Schristos /* Define to 1 if you have the <alloca.h> header file. */
161138a3c3Schristos /* #undef HAVE_ALLOCA_H */
171138a3c3Schristos 
181138a3c3Schristos /* Define to 1 if you have the `asprintf' function. */
191138a3c3Schristos #define HAVE_ASPRINTF 1
201138a3c3Schristos 
211138a3c3Schristos /* Define to 1 if you have the `atexit' function. */
221138a3c3Schristos #define HAVE_ATEXIT 1
231138a3c3Schristos 
241138a3c3Schristos /* Define to 1 if you have the `basename' function. */
251138a3c3Schristos #define HAVE_BASENAME 1
261138a3c3Schristos 
271138a3c3Schristos /* Define to 1 if you have the `bcmp' function. */
281138a3c3Schristos #define HAVE_BCMP 1
291138a3c3Schristos 
301138a3c3Schristos /* Define to 1 if you have the `bcopy' function. */
311138a3c3Schristos #define HAVE_BCOPY 1
321138a3c3Schristos 
331138a3c3Schristos /* Define to 1 if you have the `bsearch' function. */
341138a3c3Schristos #define HAVE_BSEARCH 1
351138a3c3Schristos 
361138a3c3Schristos /* Define to 1 if you have the `bzero' function. */
371138a3c3Schristos #define HAVE_BZERO 1
381138a3c3Schristos 
391138a3c3Schristos /* Define to 1 if you have the `calloc' function. */
401138a3c3Schristos #define HAVE_CALLOC 1
411138a3c3Schristos 
421138a3c3Schristos /* Define to 1 if you have the `canonicalize_file_name' function. */
431138a3c3Schristos /* #undef HAVE_CANONICALIZE_FILE_NAME */
441138a3c3Schristos 
451138a3c3Schristos /* Define to 1 if you have the `clock' function. */
461138a3c3Schristos #define HAVE_CLOCK 1
471138a3c3Schristos 
481138a3c3Schristos /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
491138a3c3Schristos    don't. */
501138a3c3Schristos #define HAVE_DECL_ASPRINTF 1
511138a3c3Schristos 
521138a3c3Schristos /* Define to 1 if you have the declaration of `basename(char *)', and to 0 if
531138a3c3Schristos    you don't. */
541138a3c3Schristos #define HAVE_DECL_BASENAME 0
551138a3c3Schristos 
561138a3c3Schristos /* Define to 1 if you have the declaration of `calloc', and to 0 if you don't.
571138a3c3Schristos    */
581138a3c3Schristos #define HAVE_DECL_CALLOC 1
591138a3c3Schristos 
601138a3c3Schristos /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
611138a3c3Schristos #define HAVE_DECL_FFS 1
621138a3c3Schristos 
631138a3c3Schristos /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
641138a3c3Schristos    */
651138a3c3Schristos #define HAVE_DECL_GETENV 1
661138a3c3Schristos 
671138a3c3Schristos /* Define to 1 if you have the declaration of `getopt', and to 0 if you don't.
681138a3c3Schristos    */
691138a3c3Schristos #define HAVE_DECL_GETOPT 1
701138a3c3Schristos 
711138a3c3Schristos /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
721138a3c3Schristos    */
731138a3c3Schristos #define HAVE_DECL_MALLOC 1
741138a3c3Schristos 
751138a3c3Schristos /* Define to 1 if you have the declaration of `realloc', and to 0 if you
761138a3c3Schristos    don't. */
771138a3c3Schristos #define HAVE_DECL_REALLOC 1
781138a3c3Schristos 
791138a3c3Schristos /* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't.
801138a3c3Schristos    */
811138a3c3Schristos #define HAVE_DECL_SBRK 1
821138a3c3Schristos 
831138a3c3Schristos /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
841138a3c3Schristos    don't. */
851138a3c3Schristos #define HAVE_DECL_SNPRINTF 1
861138a3c3Schristos 
878b7331e5Schristos /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
888b7331e5Schristos    don't. */
898b7331e5Schristos #define HAVE_DECL_STRNLEN 1
908b7331e5Schristos 
9197d73739Schristos /* Define to 1 if you have the declaration of `strtol', and to 0 if you don't.
9297d73739Schristos    */
9397d73739Schristos #define HAVE_DECL_STRTOL 1
9497d73739Schristos 
9597d73739Schristos /* Define to 1 if you have the declaration of `strtoll', and to 0 if you
9697d73739Schristos    don't. */
9797d73739Schristos #define HAVE_DECL_STRTOLL 1
9897d73739Schristos 
9997d73739Schristos /* Define to 1 if you have the declaration of `strtoul', and to 0 if you
10097d73739Schristos    don't. */
10197d73739Schristos #define HAVE_DECL_STRTOUL 1
10297d73739Schristos 
10397d73739Schristos /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
10497d73739Schristos    don't. */
10597d73739Schristos #define HAVE_DECL_STRTOULL 1
10697d73739Schristos 
1071138a3c3Schristos /* Define to 1 if you have the declaration of `strverscmp', and to 0 if you
1081138a3c3Schristos    don't. */
1091138a3c3Schristos #define HAVE_DECL_STRVERSCMP 0
1101138a3c3Schristos 
1111138a3c3Schristos /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
1121138a3c3Schristos    don't. */
1131138a3c3Schristos #define HAVE_DECL_VASPRINTF 1
1141138a3c3Schristos 
1151138a3c3Schristos /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
1161138a3c3Schristos    don't. */
1171138a3c3Schristos #define HAVE_DECL_VSNPRINTF 1
1181138a3c3Schristos 
1191138a3c3Schristos /* Define to 1 if you have the `dup3' function. */
1201138a3c3Schristos #define HAVE_DUP3 1
1211138a3c3Schristos 
1221138a3c3Schristos /* Define to 1 if you have the <fcntl.h> header file. */
1231138a3c3Schristos #define HAVE_FCNTL_H 1
1241138a3c3Schristos 
1251138a3c3Schristos /* Define to 1 if you have the `ffs' function. */
1261138a3c3Schristos #define HAVE_FFS 1
1271138a3c3Schristos 
1281138a3c3Schristos /* Define to 1 if you have the `fork' function. */
1291138a3c3Schristos #define HAVE_FORK 1
1301138a3c3Schristos 
1311138a3c3Schristos /* Define to 1 if you have the `getcwd' function. */
1321138a3c3Schristos #define HAVE_GETCWD 1
1331138a3c3Schristos 
1341138a3c3Schristos /* Define to 1 if you have the `getpagesize' function. */
1351138a3c3Schristos #define HAVE_GETPAGESIZE 1
1361138a3c3Schristos 
1377bfbcd5fSchristos /* Define to 1 if you have the `getrlimit' function. */
1387bfbcd5fSchristos #define HAVE_GETRLIMIT 1
1397bfbcd5fSchristos 
1401138a3c3Schristos /* Define to 1 if you have the `getrusage' function. */
1411138a3c3Schristos #define HAVE_GETRUSAGE 1
1421138a3c3Schristos 
1431138a3c3Schristos /* Define to 1 if you have the `getsysinfo' function. */
1441138a3c3Schristos /* #undef HAVE_GETSYSINFO */
1451138a3c3Schristos 
1461138a3c3Schristos /* Define to 1 if you have the `gettimeofday' function. */
1471138a3c3Schristos #define HAVE_GETTIMEOFDAY 1
1481138a3c3Schristos 
1491138a3c3Schristos /* Define to 1 if you have the `index' function. */
1501138a3c3Schristos #define HAVE_INDEX 1
1511138a3c3Schristos 
1521138a3c3Schristos /* Define to 1 if you have the `insque' function. */
1531138a3c3Schristos #define HAVE_INSQUE 1
1541138a3c3Schristos 
1551138a3c3Schristos /* Define to 1 if the system has the type `intptr_t'. */
1561138a3c3Schristos #define HAVE_INTPTR_T 1
1571138a3c3Schristos 
1581138a3c3Schristos /* Define to 1 if you have the <inttypes.h> header file. */
1591138a3c3Schristos #define HAVE_INTTYPES_H 1
1601138a3c3Schristos 
1611138a3c3Schristos /* Define to 1 if you have the <limits.h> header file. */
1621138a3c3Schristos #define HAVE_LIMITS_H 1
1631138a3c3Schristos 
16497d73739Schristos /* Define if you have the `long long' type. */
16597d73739Schristos #define HAVE_LONG_LONG 1
16697d73739Schristos 
1671138a3c3Schristos /* Define to 1 if you have the <machine/hal_sysinfo.h> header file. */
1681138a3c3Schristos /* #undef HAVE_MACHINE_HAL_SYSINFO_H */
1691138a3c3Schristos 
1701138a3c3Schristos /* Define to 1 if you have the <malloc.h> header file. */
1711138a3c3Schristos #define HAVE_MALLOC_H 1
1721138a3c3Schristos 
1731138a3c3Schristos /* Define to 1 if you have the `memchr' function. */
1741138a3c3Schristos #define HAVE_MEMCHR 1
1751138a3c3Schristos 
1761138a3c3Schristos /* Define to 1 if you have the `memcmp' function. */
1771138a3c3Schristos #define HAVE_MEMCMP 1
1781138a3c3Schristos 
1791138a3c3Schristos /* Define to 1 if you have the `memcpy' function. */
1801138a3c3Schristos #define HAVE_MEMCPY 1
1811138a3c3Schristos 
1821138a3c3Schristos /* Define to 1 if you have the `memmem' function. */
1831138a3c3Schristos #define HAVE_MEMMEM 1
1841138a3c3Schristos 
1851138a3c3Schristos /* Define to 1 if you have the `memmove' function. */
1861138a3c3Schristos #define HAVE_MEMMOVE 1
1871138a3c3Schristos 
1881138a3c3Schristos /* Define to 1 if you have the <memory.h> header file. */
1891138a3c3Schristos #define HAVE_MEMORY_H 1
1901138a3c3Schristos 
1911138a3c3Schristos /* Define to 1 if you have the `memset' function. */
1921138a3c3Schristos #define HAVE_MEMSET 1
1931138a3c3Schristos 
1941138a3c3Schristos /* Define to 1 if you have the `mkstemps' function. */
19597d73739Schristos #define HAVE_MKSTEMPS 1
1961138a3c3Schristos 
1971138a3c3Schristos /* Define to 1 if you have a working `mmap' system call. */
1981138a3c3Schristos #define HAVE_MMAP 1
1991138a3c3Schristos 
2001138a3c3Schristos /* Define to 1 if you have the `on_exit' function. */
2011138a3c3Schristos /* #undef HAVE_ON_EXIT */
2021138a3c3Schristos 
2035a254e06Schristos /* Define to 1 if you have the `pipe2' function. */
2045a254e06Schristos #define HAVE_PIPE2 1
2055a254e06Schristos 
206*22ebeae4Schristos /* Define to 1 if you have the `posix_spawn' function. */
207*22ebeae4Schristos #define HAVE_POSIX_SPAWN 1
208*22ebeae4Schristos 
209*22ebeae4Schristos /* Define to 1 if you have the `posix_spawnp' function. */
210*22ebeae4Schristos #define HAVE_POSIX_SPAWNP 1
211*22ebeae4Schristos 
2121138a3c3Schristos /* Define to 1 if you have the <process.h> header file. */
2131138a3c3Schristos /* #undef HAVE_PROCESS_H */
2141138a3c3Schristos 
2151138a3c3Schristos /* Define to 1 if you have the `psignal' function. */
2161138a3c3Schristos #define HAVE_PSIGNAL 1
2171138a3c3Schristos 
2181138a3c3Schristos /* Define to 1 if you have the `pstat_getdynamic' function. */
2191138a3c3Schristos /* #undef HAVE_PSTAT_GETDYNAMIC */
2201138a3c3Schristos 
2211138a3c3Schristos /* Define to 1 if you have the `pstat_getstatic' function. */
2221138a3c3Schristos /* #undef HAVE_PSTAT_GETSTATIC */
2231138a3c3Schristos 
2241138a3c3Schristos /* Define to 1 if you have the `putenv' function. */
2251138a3c3Schristos #define HAVE_PUTENV 1
2261138a3c3Schristos 
2271138a3c3Schristos /* Define to 1 if you have the `random' function. */
2281138a3c3Schristos #define HAVE_RANDOM 1
2291138a3c3Schristos 
2301138a3c3Schristos /* Define to 1 if you have the `realpath' function. */
2311138a3c3Schristos #define HAVE_REALPATH 1
2321138a3c3Schristos 
2331138a3c3Schristos /* Define to 1 if you have the `rename' function. */
2341138a3c3Schristos #define HAVE_RENAME 1
2351138a3c3Schristos 
2361138a3c3Schristos /* Define to 1 if you have the `rindex' function. */
2371138a3c3Schristos #define HAVE_RINDEX 1
2381138a3c3Schristos 
2391138a3c3Schristos /* Define to 1 if you have the `sbrk' function. */
2401138a3c3Schristos #define HAVE_SBRK 1
2411138a3c3Schristos 
2421138a3c3Schristos /* Define to 1 if you have the `setenv' function. */
2431138a3c3Schristos #define HAVE_SETENV 1
2441138a3c3Schristos 
2451138a3c3Schristos /* Define to 1 if you have the `setproctitle' function. */
2461138a3c3Schristos #define HAVE_SETPROCTITLE 1
2471138a3c3Schristos 
2487bfbcd5fSchristos /* Define to 1 if you have the `setrlimit' function. */
2497bfbcd5fSchristos #define HAVE_SETRLIMIT 1
2507bfbcd5fSchristos 
2511138a3c3Schristos /* Define to 1 if you have the `sigsetmask' function. */
2521138a3c3Schristos #define HAVE_SIGSETMASK 1
2531138a3c3Schristos 
2541138a3c3Schristos /* Define to 1 if you have the `snprintf' function. */
2551138a3c3Schristos #define HAVE_SNPRINTF 1
2561138a3c3Schristos 
2571138a3c3Schristos /* Define to 1 if you have the `spawnve' function. */
2581138a3c3Schristos /* #undef HAVE_SPAWNVE */
2591138a3c3Schristos 
2601138a3c3Schristos /* Define to 1 if you have the `spawnvpe' function. */
2611138a3c3Schristos /* #undef HAVE_SPAWNVPE */
2621138a3c3Schristos 
263*22ebeae4Schristos /* Define to 1 if you have the <spawn.h> header file. */
264*22ebeae4Schristos #define HAVE_SPAWN_H 1
265*22ebeae4Schristos 
2661138a3c3Schristos /* Define to 1 if you have the <stdint.h> header file. */
2671138a3c3Schristos #define HAVE_STDINT_H 1
2681138a3c3Schristos 
2691138a3c3Schristos /* Define to 1 if you have the <stdio_ext.h> header file. */
2701138a3c3Schristos /* #undef HAVE_STDIO_EXT_H */
2711138a3c3Schristos 
2721138a3c3Schristos /* Define to 1 if you have the <stdlib.h> header file. */
2731138a3c3Schristos #define HAVE_STDLIB_H 1
2741138a3c3Schristos 
2751138a3c3Schristos /* Define to 1 if you have the `stpcpy' function. */
2761138a3c3Schristos #define HAVE_STPCPY 1
2771138a3c3Schristos 
2781138a3c3Schristos /* Define to 1 if you have the `stpncpy' function. */
2791138a3c3Schristos #define HAVE_STPNCPY 1
2801138a3c3Schristos 
2811138a3c3Schristos /* Define to 1 if you have the `strcasecmp' function. */
2821138a3c3Schristos #define HAVE_STRCASECMP 1
2831138a3c3Schristos 
2841138a3c3Schristos /* Define to 1 if you have the `strchr' function. */
2851138a3c3Schristos #define HAVE_STRCHR 1
2861138a3c3Schristos 
2871138a3c3Schristos /* Define to 1 if you have the `strdup' function. */
2881138a3c3Schristos #define HAVE_STRDUP 1
2891138a3c3Schristos 
2901138a3c3Schristos /* Define to 1 if you have the `strerror' function. */
2911138a3c3Schristos #define HAVE_STRERROR 1
2921138a3c3Schristos 
2931138a3c3Schristos /* Define to 1 if you have the <strings.h> header file. */
2941138a3c3Schristos #define HAVE_STRINGS_H 1
2951138a3c3Schristos 
2961138a3c3Schristos /* Define to 1 if you have the <string.h> header file. */
2971138a3c3Schristos #define HAVE_STRING_H 1
2981138a3c3Schristos 
2991138a3c3Schristos /* Define to 1 if you have the `strncasecmp' function. */
3001138a3c3Schristos #define HAVE_STRNCASECMP 1
3011138a3c3Schristos 
3021138a3c3Schristos /* Define to 1 if you have the `strndup' function. */
3031138a3c3Schristos #define HAVE_STRNDUP 1
3041138a3c3Schristos 
3057bfbcd5fSchristos /* Define to 1 if you have the `strnlen' function. */
3067bfbcd5fSchristos #define HAVE_STRNLEN 1
3077bfbcd5fSchristos 
3081138a3c3Schristos /* Define to 1 if you have the `strrchr' function. */
3091138a3c3Schristos #define HAVE_STRRCHR 1
3101138a3c3Schristos 
3111138a3c3Schristos /* Define to 1 if you have the `strsignal' function. */
3121138a3c3Schristos #define HAVE_STRSIGNAL 1
3131138a3c3Schristos 
3141138a3c3Schristos /* Define to 1 if you have the `strstr' function. */
3151138a3c3Schristos #define HAVE_STRSTR 1
3161138a3c3Schristos 
3171138a3c3Schristos /* Define to 1 if you have the `strtod' function. */
3181138a3c3Schristos #define HAVE_STRTOD 1
3191138a3c3Schristos 
3201138a3c3Schristos /* Define to 1 if you have the `strtol' function. */
3211138a3c3Schristos #define HAVE_STRTOL 1
3221138a3c3Schristos 
32397d73739Schristos /* Define to 1 if you have the `strtoll' function. */
32497d73739Schristos #define HAVE_STRTOLL 1
32597d73739Schristos 
3261138a3c3Schristos /* Define to 1 if you have the `strtoul' function. */
3271138a3c3Schristos #define HAVE_STRTOUL 1
3281138a3c3Schristos 
32997d73739Schristos /* Define to 1 if you have the `strtoull' function. */
33097d73739Schristos #define HAVE_STRTOULL 1
33197d73739Schristos 
3321138a3c3Schristos /* Define to 1 if you have the `strverscmp' function. */
3331138a3c3Schristos /* #undef HAVE_STRVERSCMP */
3341138a3c3Schristos 
3351138a3c3Schristos /* Define to 1 if you have the `sysconf' function. */
3361138a3c3Schristos #define HAVE_SYSCONF 1
3371138a3c3Schristos 
3381138a3c3Schristos /* Define to 1 if you have the `sysctl' function. */
3391138a3c3Schristos #define HAVE_SYSCTL 1
3401138a3c3Schristos 
3411138a3c3Schristos /* Define to 1 if you have the `sysmp' function. */
3421138a3c3Schristos /* #undef HAVE_SYSMP */
3431138a3c3Schristos 
3441138a3c3Schristos /* Define if you have the sys_errlist variable. */
3451138a3c3Schristos #define HAVE_SYS_ERRLIST 1
3461138a3c3Schristos 
3471138a3c3Schristos /* Define to 1 if you have the <sys/file.h> header file. */
3481138a3c3Schristos #define HAVE_SYS_FILE_H 1
3491138a3c3Schristos 
3501138a3c3Schristos /* Define to 1 if you have the <sys/mman.h> header file. */
3511138a3c3Schristos #define HAVE_SYS_MMAN_H 1
3521138a3c3Schristos 
3531138a3c3Schristos /* Define if you have the sys_nerr variable. */
3541138a3c3Schristos #define HAVE_SYS_NERR 1
3551138a3c3Schristos 
3561138a3c3Schristos /* Define to 1 if you have the <sys/param.h> header file. */
3571138a3c3Schristos #define HAVE_SYS_PARAM_H 1
3581138a3c3Schristos 
3591138a3c3Schristos /* Define to 1 if you have the <sys/prctl.h> header file. */
3601138a3c3Schristos /* #undef HAVE_SYS_PRCTL_H */
3611138a3c3Schristos 
3621138a3c3Schristos /* Define to 1 if you have the <sys/pstat.h> header file. */
3631138a3c3Schristos /* #undef HAVE_SYS_PSTAT_H */
3641138a3c3Schristos 
3651138a3c3Schristos /* Define to 1 if you have the <sys/resource.h> header file. */
3661138a3c3Schristos #define HAVE_SYS_RESOURCE_H 1
3671138a3c3Schristos 
3681138a3c3Schristos /* Define if you have the sys_siglist variable. */
3691138a3c3Schristos #define HAVE_SYS_SIGLIST 1
3701138a3c3Schristos 
3711138a3c3Schristos /* Define to 1 if you have the <sys/stat.h> header file. */
3721138a3c3Schristos #define HAVE_SYS_STAT_H 1
3731138a3c3Schristos 
3741138a3c3Schristos /* Define to 1 if you have the <sys/sysctl.h> header file. */
3751138a3c3Schristos #define HAVE_SYS_SYSCTL_H 1
3761138a3c3Schristos 
3771138a3c3Schristos /* Define to 1 if you have the <sys/sysinfo.h> header file. */
3781138a3c3Schristos /* #undef HAVE_SYS_SYSINFO_H */
3791138a3c3Schristos 
3801138a3c3Schristos /* Define to 1 if you have the <sys/sysmp.h> header file. */
3811138a3c3Schristos /* #undef HAVE_SYS_SYSMP_H */
3821138a3c3Schristos 
3831138a3c3Schristos /* Define to 1 if you have the <sys/systemcfg.h> header file. */
3841138a3c3Schristos /* #undef HAVE_SYS_SYSTEMCFG_H */
3851138a3c3Schristos 
3861138a3c3Schristos /* Define to 1 if you have the <sys/table.h> header file. */
3871138a3c3Schristos /* #undef HAVE_SYS_TABLE_H */
3881138a3c3Schristos 
3891138a3c3Schristos /* Define to 1 if you have the <sys/time.h> header file. */
3901138a3c3Schristos #define HAVE_SYS_TIME_H 1
3911138a3c3Schristos 
3921138a3c3Schristos /* Define to 1 if you have the <sys/types.h> header file. */
3931138a3c3Schristos #define HAVE_SYS_TYPES_H 1
3941138a3c3Schristos 
3951138a3c3Schristos /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
3961138a3c3Schristos #define HAVE_SYS_WAIT_H 1
3971138a3c3Schristos 
3981138a3c3Schristos /* Define to 1 if you have the `table' function. */
3991138a3c3Schristos /* #undef HAVE_TABLE */
4001138a3c3Schristos 
4011138a3c3Schristos /* Define to 1 if you have the `times' function. */
4021138a3c3Schristos #define HAVE_TIMES 1
4031138a3c3Schristos 
4041138a3c3Schristos /* Define to 1 if you have the <time.h> header file. */
4051138a3c3Schristos #define HAVE_TIME_H 1
4061138a3c3Schristos 
4071138a3c3Schristos /* Define to 1 if you have the `tmpnam' function. */
4081138a3c3Schristos #define HAVE_TMPNAM 1
4091138a3c3Schristos 
4101138a3c3Schristos /* Define if you have the \`uintptr_t' type. */
4111138a3c3Schristos #define HAVE_UINTPTR_T 1
4121138a3c3Schristos 
4131138a3c3Schristos /* Define to 1 if you have the <unistd.h> header file. */
4141138a3c3Schristos #define HAVE_UNISTD_H 1
4151138a3c3Schristos 
4161138a3c3Schristos /* Define to 1 if you have the `vasprintf' function. */
4171138a3c3Schristos #define HAVE_VASPRINTF 1
4181138a3c3Schristos 
4191138a3c3Schristos /* Define to 1 if you have the `vfork' function. */
4201138a3c3Schristos #define HAVE_VFORK 1
4211138a3c3Schristos 
4221138a3c3Schristos /* Define to 1 if you have the <vfork.h> header file. */
4231138a3c3Schristos /* #undef HAVE_VFORK_H */
4241138a3c3Schristos 
4251138a3c3Schristos /* Define to 1 if you have the `vfprintf' function. */
4261138a3c3Schristos #define HAVE_VFPRINTF 1
4271138a3c3Schristos 
4281138a3c3Schristos /* Define to 1 if you have the `vprintf' function. */
4291138a3c3Schristos #define HAVE_VPRINTF 1
4301138a3c3Schristos 
4311138a3c3Schristos /* Define to 1 if you have the `vsprintf' function. */
4321138a3c3Schristos #define HAVE_VSPRINTF 1
4331138a3c3Schristos 
4341138a3c3Schristos /* Define to 1 if you have the `wait3' function. */
4351138a3c3Schristos #define HAVE_WAIT3 1
4361138a3c3Schristos 
4371138a3c3Schristos /* Define to 1 if you have the `wait4' function. */
4381138a3c3Schristos #define HAVE_WAIT4 1
4391138a3c3Schristos 
4401138a3c3Schristos /* Define to 1 if you have the `waitpid' function. */
4411138a3c3Schristos #define HAVE_WAITPID 1
4421138a3c3Schristos 
4431138a3c3Schristos /* Define to 1 if `fork' works. */
4441138a3c3Schristos #define HAVE_WORKING_FORK 1
4451138a3c3Schristos 
4461138a3c3Schristos /* Define to 1 if `vfork' works. */
4471138a3c3Schristos #define HAVE_WORKING_VFORK 1
4481138a3c3Schristos 
449*22ebeae4Schristos /* Define if you have x86 SHA1 HW acceleration support. */
450*22ebeae4Schristos /* #undef HAVE_X86_SHA1_HW_SUPPORT */
451*22ebeae4Schristos 
4521138a3c3Schristos /* Define to 1 if you have the `_doprnt' function. */
4531138a3c3Schristos /* #undef HAVE__DOPRNT */
4541138a3c3Schristos 
4551138a3c3Schristos /* Define if you have the _system_configuration variable. */
4561138a3c3Schristos /* #undef HAVE__SYSTEM_CONFIGURATION */
4571138a3c3Schristos 
4581138a3c3Schristos /* Define to 1 if you have the `__fsetlocking' function. */
4591138a3c3Schristos /* #undef HAVE___FSETLOCKING */
4601138a3c3Schristos 
4611138a3c3Schristos /* Define if canonicalize_file_name is not declared in system header files. */
4621138a3c3Schristos #define NEED_DECLARATION_CANONICALIZE_FILE_NAME 1
4631138a3c3Schristos 
4641138a3c3Schristos /* Define if errno must be declared even when <errno.h> is included. */
4651138a3c3Schristos /* #undef NEED_DECLARATION_ERRNO */
4661138a3c3Schristos 
4671138a3c3Schristos /* Define to 1 if your C compiler doesn't accept -c and -o together. */
4681138a3c3Schristos /* #undef NO_MINUS_C_MINUS_O */
4691138a3c3Schristos 
4701138a3c3Schristos /* Define to the address where bug reports for this package should be sent. */
4711138a3c3Schristos #define PACKAGE_BUGREPORT ""
4721138a3c3Schristos 
4731138a3c3Schristos /* Define to the full name of this package. */
4741138a3c3Schristos #define PACKAGE_NAME ""
4751138a3c3Schristos 
4761138a3c3Schristos /* Define to the full name and version of this package. */
4771138a3c3Schristos #define PACKAGE_STRING ""
4781138a3c3Schristos 
4791138a3c3Schristos /* Define to the one symbol short name of this package. */
4801138a3c3Schristos #define PACKAGE_TARNAME ""
4811138a3c3Schristos 
4821138a3c3Schristos /* Define to the home page for this package. */
4831138a3c3Schristos #define PACKAGE_URL ""
4841138a3c3Schristos 
4851138a3c3Schristos /* Define to the version of this package. */
4861138a3c3Schristos #define PACKAGE_VERSION ""
4871138a3c3Schristos 
4881138a3c3Schristos /* The size of `int', as computed by sizeof. */
4891138a3c3Schristos #define SIZEOF_INT 4
4901138a3c3Schristos 
49197d73739Schristos /* The size of `long', as computed by sizeof. */
49297d73739Schristos #define SIZEOF_LONG 4
49397d73739Schristos 
49497d73739Schristos /* The size of `long long', as computed by sizeof. */
49597d73739Schristos #define SIZEOF_LONG_LONG 8
49697d73739Schristos 
49723a8d08dSmrg /* The size of `size_t', as computed by sizeof. */
49823a8d08dSmrg #define SIZEOF_SIZE_T 4
49923a8d08dSmrg 
5001138a3c3Schristos /* Define if you know the direction of stack growth for your system; otherwise
5011138a3c3Schristos    it will be automatically deduced at run-time. STACK_DIRECTION > 0 => grows
5021138a3c3Schristos    toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses
5031138a3c3Schristos    STACK_DIRECTION = 0 => direction of growth unknown */
5041138a3c3Schristos #define STACK_DIRECTION 0
5051138a3c3Schristos 
5061138a3c3Schristos /* Define to 1 if you have the ANSI C header files. */
5071138a3c3Schristos #define STDC_HEADERS 1
5081138a3c3Schristos 
5091138a3c3Schristos /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
5101138a3c3Schristos #define TIME_WITH_SYS_TIME 1
5111138a3c3Schristos 
5121138a3c3Schristos /* Define to an unsigned 64-bit type available in the compiler. */
5131138a3c3Schristos #define UNSIGNED_64BIT_TYPE uint64_t
5141138a3c3Schristos 
515822f2954Schristos /* Enable extensions on AIX 3, Interix.  */
516822f2954Schristos #ifndef _ALL_SOURCE
517822f2954Schristos # define _ALL_SOURCE 1
518822f2954Schristos #endif
519822f2954Schristos /* Enable GNU extensions on systems that have them.  */
520822f2954Schristos #ifndef _GNU_SOURCE
521822f2954Schristos # define _GNU_SOURCE 1
522822f2954Schristos #endif
523822f2954Schristos /* Enable threading extensions on Solaris.  */
524822f2954Schristos #ifndef _POSIX_PTHREAD_SEMANTICS
525822f2954Schristos # define _POSIX_PTHREAD_SEMANTICS 1
526822f2954Schristos #endif
527822f2954Schristos /* Enable extensions on HP NonStop.  */
528822f2954Schristos #ifndef _TANDEM_SOURCE
529822f2954Schristos # define _TANDEM_SOURCE 1
530822f2954Schristos #endif
531822f2954Schristos /* Enable general extensions on Solaris.  */
532822f2954Schristos #ifndef __EXTENSIONS__
533822f2954Schristos # define __EXTENSIONS__ 1
534822f2954Schristos #endif
535822f2954Schristos 
536822f2954Schristos 
5371138a3c3Schristos /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
5381138a3c3Schristos    significant byte first (like Motorola and SPARC, unlike Intel). */
5391138a3c3Schristos #if defined AC_APPLE_UNIVERSAL_BUILD
5401138a3c3Schristos # if defined __BIG_ENDIAN__
5411138a3c3Schristos #  define WORDS_BIGENDIAN 1
5421138a3c3Schristos # endif
5431138a3c3Schristos #else
5441138a3c3Schristos # ifndef WORDS_BIGENDIAN
5451138a3c3Schristos #  define WORDS_BIGENDIAN 1
5461138a3c3Schristos # endif
5471138a3c3Schristos #endif
5481138a3c3Schristos 
5495a254e06Schristos /* Enable large inode numbers on Mac OS X 10.5.  */
5505a254e06Schristos #ifndef _DARWIN_USE_64_BIT_INODE
5515a254e06Schristos # define _DARWIN_USE_64_BIT_INODE 1
5525a254e06Schristos #endif
5535a254e06Schristos 
5541138a3c3Schristos /* Number of bits in a file offset, on hosts where this is settable. */
5551138a3c3Schristos /* #undef _FILE_OFFSET_BITS */
5561138a3c3Schristos 
5571138a3c3Schristos /* Define for large files, on AIX-style hosts. */
5581138a3c3Schristos /* #undef _LARGE_FILES */
5591138a3c3Schristos 
560822f2954Schristos /* Define to 1 if on MINIX. */
561822f2954Schristos /* #undef _MINIX */
562822f2954Schristos 
563822f2954Schristos /* Define to 2 if the system does not provide POSIX.1 features except with
564822f2954Schristos    this defined. */
565822f2954Schristos /* #undef _POSIX_1_SOURCE */
566822f2954Schristos 
567822f2954Schristos /* Define to 1 if you need to in order for `stat' and other things to work. */
568822f2954Schristos /* #undef _POSIX_SOURCE */
569822f2954Schristos 
5701138a3c3Schristos /* Define to empty if `const' does not conform to ANSI C. */
5711138a3c3Schristos /* #undef const */
5721138a3c3Schristos 
5731138a3c3Schristos /* Define to `__inline__' or `__inline' if that's what the C compiler
5741138a3c3Schristos    calls it, or to nothing if 'inline' is not supported under any name.  */
5751138a3c3Schristos #ifndef __cplusplus
5761138a3c3Schristos /* #undef inline */
5771138a3c3Schristos #endif
5781138a3c3Schristos 
5791138a3c3Schristos /* Define to the type of a signed integer type wide enough to hold a pointer,
5801138a3c3Schristos    if such a type exists, and if the system does not define it. */
5811138a3c3Schristos /* #undef intptr_t */
5821138a3c3Schristos 
5831138a3c3Schristos /* Define to `int' if <sys/types.h> does not define. */
5841138a3c3Schristos /* #undef pid_t */
5851138a3c3Schristos 
5861138a3c3Schristos /* Define to `int' if <sys/types.h> does not define. */
5871138a3c3Schristos /* #undef ssize_t */
5881138a3c3Schristos 
5891138a3c3Schristos /* Define to the type of an unsigned integer type wide enough to hold a
5901138a3c3Schristos    pointer, if such a type exists, and if the system does not define it. */
5911138a3c3Schristos /* #undef uintptr_t */
5921138a3c3Schristos 
5931138a3c3Schristos /* Define as `fork' if `vfork' does not work. */
5941138a3c3Schristos /* #undef vfork */
595