xref: /netbsd-src/external/gpl3/gdb.old/lib/libiberty/arch/powerpc/config.h (revision 47c37bc27558091724f1a0d4eef4c8f80c94c00a)
10c04591cSchristos /* This file is automatically generated.  DO NOT EDIT! */
2*47c37bc2Schristos /* Generated from: NetBSD: mknative-gdb,v 1.8 2019/05/29 01:56:06 christos Exp  */
3*47c37bc2Schristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
40c04591cSchristos 
50c04591cSchristos /* config.h.  Generated from config.in by configure.  */
60c04591cSchristos /* config.in.  Generated from configure.ac by autoheader.  */
70c04591cSchristos 
80c04591cSchristos /* Define if building universal (internal helper macro) */
90c04591cSchristos /* #undef AC_APPLE_UNIVERSAL_BUILD */
100c04591cSchristos 
110c04591cSchristos /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
120c04591cSchristos    This function is required for alloca.c support on those systems. */
130c04591cSchristos /* #undef CRAY_STACKSEG_END */
140c04591cSchristos 
150c04591cSchristos /* Define to 1 if you have the <alloca.h> header file. */
160c04591cSchristos /* #undef HAVE_ALLOCA_H */
170c04591cSchristos 
180c04591cSchristos /* Define to 1 if you have the `asprintf' function. */
190c04591cSchristos #define HAVE_ASPRINTF 1
200c04591cSchristos 
210c04591cSchristos /* Define to 1 if you have the `atexit' function. */
220c04591cSchristos #define HAVE_ATEXIT 1
230c04591cSchristos 
240c04591cSchristos /* Define to 1 if you have the `basename' function. */
250c04591cSchristos #define HAVE_BASENAME 1
260c04591cSchristos 
270c04591cSchristos /* Define to 1 if you have the `bcmp' function. */
280c04591cSchristos #define HAVE_BCMP 1
290c04591cSchristos 
300c04591cSchristos /* Define to 1 if you have the `bcopy' function. */
310c04591cSchristos #define HAVE_BCOPY 1
320c04591cSchristos 
330c04591cSchristos /* Define to 1 if you have the `bsearch' function. */
340c04591cSchristos #define HAVE_BSEARCH 1
350c04591cSchristos 
360c04591cSchristos /* Define to 1 if you have the `bzero' function. */
370c04591cSchristos #define HAVE_BZERO 1
380c04591cSchristos 
390c04591cSchristos /* Define to 1 if you have the `calloc' function. */
400c04591cSchristos #define HAVE_CALLOC 1
410c04591cSchristos 
420c04591cSchristos /* Define to 1 if you have the `canonicalize_file_name' function. */
430c04591cSchristos /* #undef HAVE_CANONICALIZE_FILE_NAME */
440c04591cSchristos 
450c04591cSchristos /* Define to 1 if you have the `clock' function. */
460c04591cSchristos #define HAVE_CLOCK 1
470c04591cSchristos 
480c04591cSchristos /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
490c04591cSchristos    don't. */
500c04591cSchristos #define HAVE_DECL_ASPRINTF 1
510c04591cSchristos 
520c04591cSchristos /* Define to 1 if you have the declaration of `basename(char *)', and to 0 if
530c04591cSchristos    you don't. */
540c04591cSchristos #define HAVE_DECL_BASENAME 0
550c04591cSchristos 
560c04591cSchristos /* Define to 1 if you have the declaration of `calloc', and to 0 if you don't.
570c04591cSchristos    */
580c04591cSchristos #define HAVE_DECL_CALLOC 1
590c04591cSchristos 
600c04591cSchristos /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
610c04591cSchristos #define HAVE_DECL_FFS 1
620c04591cSchristos 
630c04591cSchristos /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
640c04591cSchristos    */
650c04591cSchristos #define HAVE_DECL_GETENV 1
660c04591cSchristos 
670c04591cSchristos /* Define to 1 if you have the declaration of `getopt', and to 0 if you don't.
680c04591cSchristos    */
690c04591cSchristos #define HAVE_DECL_GETOPT 1
700c04591cSchristos 
710c04591cSchristos /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
720c04591cSchristos    */
730c04591cSchristos #define HAVE_DECL_MALLOC 1
740c04591cSchristos 
750c04591cSchristos /* Define to 1 if you have the declaration of `realloc', and to 0 if you
760c04591cSchristos    don't. */
770c04591cSchristos #define HAVE_DECL_REALLOC 1
780c04591cSchristos 
790c04591cSchristos /* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't.
800c04591cSchristos    */
810c04591cSchristos #define HAVE_DECL_SBRK 1
820c04591cSchristos 
830c04591cSchristos /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
840c04591cSchristos    don't. */
850c04591cSchristos #define HAVE_DECL_SNPRINTF 1
860c04591cSchristos 
8799e23f81Schristos /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
8899e23f81Schristos    don't. */
8999e23f81Schristos #define HAVE_DECL_STRNLEN 1
9099e23f81Schristos 
910c04591cSchristos /* Define to 1 if you have the declaration of `strtol', and to 0 if you don't.
920c04591cSchristos    */
930c04591cSchristos #define HAVE_DECL_STRTOL 1
940c04591cSchristos 
950c04591cSchristos /* Define to 1 if you have the declaration of `strtoll', and to 0 if you
960c04591cSchristos    don't. */
970c04591cSchristos #define HAVE_DECL_STRTOLL 1
980c04591cSchristos 
990c04591cSchristos /* Define to 1 if you have the declaration of `strtoul', and to 0 if you
1000c04591cSchristos    don't. */
1010c04591cSchristos #define HAVE_DECL_STRTOUL 1
1020c04591cSchristos 
1030c04591cSchristos /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
1040c04591cSchristos    don't. */
1050c04591cSchristos #define HAVE_DECL_STRTOULL 1
1060c04591cSchristos 
1070c04591cSchristos /* Define to 1 if you have the declaration of `strverscmp', and to 0 if you
1080c04591cSchristos    don't. */
1090c04591cSchristos #define HAVE_DECL_STRVERSCMP 0
1100c04591cSchristos 
1110c04591cSchristos /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
1120c04591cSchristos    don't. */
1130c04591cSchristos #define HAVE_DECL_VASPRINTF 1
1140c04591cSchristos 
1150c04591cSchristos /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
1160c04591cSchristos    don't. */
1170c04591cSchristos #define HAVE_DECL_VSNPRINTF 1
1180c04591cSchristos 
1190c04591cSchristos /* Define to 1 if you have the `dup3' function. */
1200c04591cSchristos #define HAVE_DUP3 1
1210c04591cSchristos 
1220c04591cSchristos /* Define to 1 if you have the <fcntl.h> header file. */
1230c04591cSchristos #define HAVE_FCNTL_H 1
1240c04591cSchristos 
1250c04591cSchristos /* Define to 1 if you have the `ffs' function. */
1260c04591cSchristos #define HAVE_FFS 1
1270c04591cSchristos 
1280c04591cSchristos /* Define to 1 if you have the `fork' function. */
1290c04591cSchristos #define HAVE_FORK 1
1300c04591cSchristos 
1310c04591cSchristos /* Define to 1 if you have the `getcwd' function. */
1320c04591cSchristos #define HAVE_GETCWD 1
1330c04591cSchristos 
1340c04591cSchristos /* Define to 1 if you have the `getpagesize' function. */
1350c04591cSchristos #define HAVE_GETPAGESIZE 1
1360c04591cSchristos 
1370c04591cSchristos /* Define to 1 if you have the `getrlimit' function. */
1380c04591cSchristos #define HAVE_GETRLIMIT 1
1390c04591cSchristos 
1400c04591cSchristos /* Define to 1 if you have the `getrusage' function. */
1410c04591cSchristos #define HAVE_GETRUSAGE 1
1420c04591cSchristos 
1430c04591cSchristos /* Define to 1 if you have the `getsysinfo' function. */
1440c04591cSchristos /* #undef HAVE_GETSYSINFO */
1450c04591cSchristos 
1460c04591cSchristos /* Define to 1 if you have the `gettimeofday' function. */
1470c04591cSchristos #define HAVE_GETTIMEOFDAY 1
1480c04591cSchristos 
1490c04591cSchristos /* Define to 1 if you have the `index' function. */
1500c04591cSchristos #define HAVE_INDEX 1
1510c04591cSchristos 
1520c04591cSchristos /* Define to 1 if you have the `insque' function. */
1530c04591cSchristos #define HAVE_INSQUE 1
1540c04591cSchristos 
1550c04591cSchristos /* Define to 1 if the system has the type `intptr_t'. */
1560c04591cSchristos #define HAVE_INTPTR_T 1
1570c04591cSchristos 
1580c04591cSchristos /* Define to 1 if you have the <inttypes.h> header file. */
1590c04591cSchristos #define HAVE_INTTYPES_H 1
1600c04591cSchristos 
1610c04591cSchristos /* Define to 1 if you have the <limits.h> header file. */
1620c04591cSchristos #define HAVE_LIMITS_H 1
1630c04591cSchristos 
1640c04591cSchristos /* Define if you have the `long long' type. */
1650c04591cSchristos #define HAVE_LONG_LONG 1
1660c04591cSchristos 
1670c04591cSchristos /* Define to 1 if you have the <machine/hal_sysinfo.h> header file. */
1680c04591cSchristos /* #undef HAVE_MACHINE_HAL_SYSINFO_H */
1690c04591cSchristos 
1700c04591cSchristos /* Define to 1 if you have the <malloc.h> header file. */
1710c04591cSchristos #define HAVE_MALLOC_H 1
1720c04591cSchristos 
1730c04591cSchristos /* Define to 1 if you have the `memchr' function. */
1740c04591cSchristos #define HAVE_MEMCHR 1
1750c04591cSchristos 
1760c04591cSchristos /* Define to 1 if you have the `memcmp' function. */
1770c04591cSchristos #define HAVE_MEMCMP 1
1780c04591cSchristos 
1790c04591cSchristos /* Define to 1 if you have the `memcpy' function. */
1800c04591cSchristos #define HAVE_MEMCPY 1
1810c04591cSchristos 
1820c04591cSchristos /* Define to 1 if you have the `memmem' function. */
1830c04591cSchristos #define HAVE_MEMMEM 1
1840c04591cSchristos 
1850c04591cSchristos /* Define to 1 if you have the `memmove' function. */
1860c04591cSchristos #define HAVE_MEMMOVE 1
1870c04591cSchristos 
1880c04591cSchristos /* Define to 1 if you have the <memory.h> header file. */
1890c04591cSchristos #define HAVE_MEMORY_H 1
1900c04591cSchristos 
1910c04591cSchristos /* Define to 1 if you have the `memset' function. */
1920c04591cSchristos #define HAVE_MEMSET 1
1930c04591cSchristos 
1940c04591cSchristos /* Define to 1 if you have the `mkstemps' function. */
1950c04591cSchristos #define HAVE_MKSTEMPS 1
1960c04591cSchristos 
1970c04591cSchristos /* Define to 1 if you have a working `mmap' system call. */
1980c04591cSchristos #define HAVE_MMAP 1
1990c04591cSchristos 
2000c04591cSchristos /* Define to 1 if you have the `on_exit' function. */
2010c04591cSchristos /* #undef HAVE_ON_EXIT */
2020c04591cSchristos 
203*47c37bc2Schristos /* Define to 1 if you have the `pipe2' function. */
204*47c37bc2Schristos #define HAVE_PIPE2 1
205*47c37bc2Schristos 
2060c04591cSchristos /* Define to 1 if you have the <process.h> header file. */
2070c04591cSchristos /* #undef HAVE_PROCESS_H */
2080c04591cSchristos 
2090c04591cSchristos /* Define to 1 if you have the `psignal' function. */
2100c04591cSchristos #define HAVE_PSIGNAL 1
2110c04591cSchristos 
2120c04591cSchristos /* Define to 1 if you have the `pstat_getdynamic' function. */
2130c04591cSchristos /* #undef HAVE_PSTAT_GETDYNAMIC */
2140c04591cSchristos 
2150c04591cSchristos /* Define to 1 if you have the `pstat_getstatic' function. */
2160c04591cSchristos /* #undef HAVE_PSTAT_GETSTATIC */
2170c04591cSchristos 
2180c04591cSchristos /* Define to 1 if you have the `putenv' function. */
2190c04591cSchristos #define HAVE_PUTENV 1
2200c04591cSchristos 
2210c04591cSchristos /* Define to 1 if you have the `random' function. */
2220c04591cSchristos #define HAVE_RANDOM 1
2230c04591cSchristos 
2240c04591cSchristos /* Define to 1 if you have the `realpath' function. */
2250c04591cSchristos #define HAVE_REALPATH 1
2260c04591cSchristos 
2270c04591cSchristos /* Define to 1 if you have the `rename' function. */
2280c04591cSchristos #define HAVE_RENAME 1
2290c04591cSchristos 
2300c04591cSchristos /* Define to 1 if you have the `rindex' function. */
2310c04591cSchristos #define HAVE_RINDEX 1
2320c04591cSchristos 
2330c04591cSchristos /* Define to 1 if you have the `sbrk' function. */
2340c04591cSchristos #define HAVE_SBRK 1
2350c04591cSchristos 
2360c04591cSchristos /* Define to 1 if you have the `setenv' function. */
2370c04591cSchristos #define HAVE_SETENV 1
2380c04591cSchristos 
2390c04591cSchristos /* Define to 1 if you have the `setproctitle' function. */
2400c04591cSchristos #define HAVE_SETPROCTITLE 1
2410c04591cSchristos 
2420c04591cSchristos /* Define to 1 if you have the `setrlimit' function. */
2430c04591cSchristos #define HAVE_SETRLIMIT 1
2440c04591cSchristos 
2450c04591cSchristos /* Define to 1 if you have the `sigsetmask' function. */
2460c04591cSchristos #define HAVE_SIGSETMASK 1
2470c04591cSchristos 
2480c04591cSchristos /* Define to 1 if you have the `snprintf' function. */
2490c04591cSchristos #define HAVE_SNPRINTF 1
2500c04591cSchristos 
2510c04591cSchristos /* Define to 1 if you have the `spawnve' function. */
2520c04591cSchristos /* #undef HAVE_SPAWNVE */
2530c04591cSchristos 
2540c04591cSchristos /* Define to 1 if you have the `spawnvpe' function. */
2550c04591cSchristos /* #undef HAVE_SPAWNVPE */
2560c04591cSchristos 
2570c04591cSchristos /* Define to 1 if you have the <stdint.h> header file. */
2580c04591cSchristos #define HAVE_STDINT_H 1
2590c04591cSchristos 
2600c04591cSchristos /* Define to 1 if you have the <stdio_ext.h> header file. */
2610c04591cSchristos /* #undef HAVE_STDIO_EXT_H */
2620c04591cSchristos 
2630c04591cSchristos /* Define to 1 if you have the <stdlib.h> header file. */
2640c04591cSchristos #define HAVE_STDLIB_H 1
2650c04591cSchristos 
2660c04591cSchristos /* Define to 1 if you have the `stpcpy' function. */
2670c04591cSchristos #define HAVE_STPCPY 1
2680c04591cSchristos 
2690c04591cSchristos /* Define to 1 if you have the `stpncpy' function. */
2700c04591cSchristos #define HAVE_STPNCPY 1
2710c04591cSchristos 
2720c04591cSchristos /* Define to 1 if you have the `strcasecmp' function. */
2730c04591cSchristos #define HAVE_STRCASECMP 1
2740c04591cSchristos 
2750c04591cSchristos /* Define to 1 if you have the `strchr' function. */
2760c04591cSchristos #define HAVE_STRCHR 1
2770c04591cSchristos 
2780c04591cSchristos /* Define to 1 if you have the `strdup' function. */
2790c04591cSchristos #define HAVE_STRDUP 1
2800c04591cSchristos 
2810c04591cSchristos /* Define to 1 if you have the `strerror' function. */
2820c04591cSchristos #define HAVE_STRERROR 1
2830c04591cSchristos 
2840c04591cSchristos /* Define to 1 if you have the <strings.h> header file. */
2850c04591cSchristos #define HAVE_STRINGS_H 1
2860c04591cSchristos 
2870c04591cSchristos /* Define to 1 if you have the <string.h> header file. */
2880c04591cSchristos #define HAVE_STRING_H 1
2890c04591cSchristos 
2900c04591cSchristos /* Define to 1 if you have the `strncasecmp' function. */
2910c04591cSchristos #define HAVE_STRNCASECMP 1
2920c04591cSchristos 
2930c04591cSchristos /* Define to 1 if you have the `strndup' function. */
2940c04591cSchristos #define HAVE_STRNDUP 1
2950c04591cSchristos 
2960c04591cSchristos /* Define to 1 if you have the `strnlen' function. */
2970c04591cSchristos #define HAVE_STRNLEN 1
2980c04591cSchristos 
2990c04591cSchristos /* Define to 1 if you have the `strrchr' function. */
3000c04591cSchristos #define HAVE_STRRCHR 1
3010c04591cSchristos 
3020c04591cSchristos /* Define to 1 if you have the `strsignal' function. */
3030c04591cSchristos #define HAVE_STRSIGNAL 1
3040c04591cSchristos 
3050c04591cSchristos /* Define to 1 if you have the `strstr' function. */
3060c04591cSchristos #define HAVE_STRSTR 1
3070c04591cSchristos 
3080c04591cSchristos /* Define to 1 if you have the `strtod' function. */
3090c04591cSchristos #define HAVE_STRTOD 1
3100c04591cSchristos 
3110c04591cSchristos /* Define to 1 if you have the `strtol' function. */
3120c04591cSchristos #define HAVE_STRTOL 1
3130c04591cSchristos 
3140c04591cSchristos /* Define to 1 if you have the `strtoll' function. */
3150c04591cSchristos #define HAVE_STRTOLL 1
3160c04591cSchristos 
3170c04591cSchristos /* Define to 1 if you have the `strtoul' function. */
3180c04591cSchristos #define HAVE_STRTOUL 1
3190c04591cSchristos 
3200c04591cSchristos /* Define to 1 if you have the `strtoull' function. */
3210c04591cSchristos #define HAVE_STRTOULL 1
3220c04591cSchristos 
3230c04591cSchristos /* Define to 1 if you have the `strverscmp' function. */
3240c04591cSchristos /* #undef HAVE_STRVERSCMP */
3250c04591cSchristos 
3260c04591cSchristos /* Define to 1 if you have the `sysconf' function. */
3270c04591cSchristos #define HAVE_SYSCONF 1
3280c04591cSchristos 
3290c04591cSchristos /* Define to 1 if you have the `sysctl' function. */
3300c04591cSchristos #define HAVE_SYSCTL 1
3310c04591cSchristos 
3320c04591cSchristos /* Define to 1 if you have the `sysmp' function. */
3330c04591cSchristos /* #undef HAVE_SYSMP */
3340c04591cSchristos 
3350c04591cSchristos /* Define if you have the sys_errlist variable. */
3360c04591cSchristos #define HAVE_SYS_ERRLIST 1
3370c04591cSchristos 
3380c04591cSchristos /* Define to 1 if you have the <sys/file.h> header file. */
3390c04591cSchristos #define HAVE_SYS_FILE_H 1
3400c04591cSchristos 
3410c04591cSchristos /* Define to 1 if you have the <sys/mman.h> header file. */
3420c04591cSchristos #define HAVE_SYS_MMAN_H 1
3430c04591cSchristos 
3440c04591cSchristos /* Define if you have the sys_nerr variable. */
3450c04591cSchristos #define HAVE_SYS_NERR 1
3460c04591cSchristos 
3470c04591cSchristos /* Define to 1 if you have the <sys/param.h> header file. */
3480c04591cSchristos #define HAVE_SYS_PARAM_H 1
3490c04591cSchristos 
3500c04591cSchristos /* Define to 1 if you have the <sys/prctl.h> header file. */
3510c04591cSchristos /* #undef HAVE_SYS_PRCTL_H */
3520c04591cSchristos 
3530c04591cSchristos /* Define to 1 if you have the <sys/pstat.h> header file. */
3540c04591cSchristos /* #undef HAVE_SYS_PSTAT_H */
3550c04591cSchristos 
3560c04591cSchristos /* Define to 1 if you have the <sys/resource.h> header file. */
3570c04591cSchristos #define HAVE_SYS_RESOURCE_H 1
3580c04591cSchristos 
3590c04591cSchristos /* Define if you have the sys_siglist variable. */
3600c04591cSchristos #define HAVE_SYS_SIGLIST 1
3610c04591cSchristos 
3620c04591cSchristos /* Define to 1 if you have the <sys/stat.h> header file. */
3630c04591cSchristos #define HAVE_SYS_STAT_H 1
3640c04591cSchristos 
3650c04591cSchristos /* Define to 1 if you have the <sys/sysctl.h> header file. */
3660c04591cSchristos #define HAVE_SYS_SYSCTL_H 1
3670c04591cSchristos 
3680c04591cSchristos /* Define to 1 if you have the <sys/sysinfo.h> header file. */
3690c04591cSchristos /* #undef HAVE_SYS_SYSINFO_H */
3700c04591cSchristos 
3710c04591cSchristos /* Define to 1 if you have the <sys/sysmp.h> header file. */
3720c04591cSchristos /* #undef HAVE_SYS_SYSMP_H */
3730c04591cSchristos 
3740c04591cSchristos /* Define to 1 if you have the <sys/systemcfg.h> header file. */
3750c04591cSchristos /* #undef HAVE_SYS_SYSTEMCFG_H */
3760c04591cSchristos 
3770c04591cSchristos /* Define to 1 if you have the <sys/table.h> header file. */
3780c04591cSchristos /* #undef HAVE_SYS_TABLE_H */
3790c04591cSchristos 
3800c04591cSchristos /* Define to 1 if you have the <sys/time.h> header file. */
3810c04591cSchristos #define HAVE_SYS_TIME_H 1
3820c04591cSchristos 
3830c04591cSchristos /* Define to 1 if you have the <sys/types.h> header file. */
3840c04591cSchristos #define HAVE_SYS_TYPES_H 1
3850c04591cSchristos 
3860c04591cSchristos /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
3870c04591cSchristos #define HAVE_SYS_WAIT_H 1
3880c04591cSchristos 
3890c04591cSchristos /* Define to 1 if you have the `table' function. */
3900c04591cSchristos /* #undef HAVE_TABLE */
3910c04591cSchristos 
3920c04591cSchristos /* Define to 1 if you have the `times' function. */
3930c04591cSchristos #define HAVE_TIMES 1
3940c04591cSchristos 
3950c04591cSchristos /* Define to 1 if you have the <time.h> header file. */
3960c04591cSchristos #define HAVE_TIME_H 1
3970c04591cSchristos 
3980c04591cSchristos /* Define to 1 if you have the `tmpnam' function. */
3990c04591cSchristos #define HAVE_TMPNAM 1
4000c04591cSchristos 
4010c04591cSchristos /* Define if you have the \`uintptr_t' type. */
4020c04591cSchristos #define HAVE_UINTPTR_T 1
4030c04591cSchristos 
4040c04591cSchristos /* Define to 1 if you have the <unistd.h> header file. */
4050c04591cSchristos #define HAVE_UNISTD_H 1
4060c04591cSchristos 
4070c04591cSchristos /* Define to 1 if you have the `vasprintf' function. */
4080c04591cSchristos #define HAVE_VASPRINTF 1
4090c04591cSchristos 
4100c04591cSchristos /* Define to 1 if you have the `vfork' function. */
4110c04591cSchristos #define HAVE_VFORK 1
4120c04591cSchristos 
4130c04591cSchristos /* Define to 1 if you have the <vfork.h> header file. */
4140c04591cSchristos /* #undef HAVE_VFORK_H */
4150c04591cSchristos 
4160c04591cSchristos /* Define to 1 if you have the `vfprintf' function. */
4170c04591cSchristos #define HAVE_VFPRINTF 1
4180c04591cSchristos 
4190c04591cSchristos /* Define to 1 if you have the `vprintf' function. */
4200c04591cSchristos #define HAVE_VPRINTF 1
4210c04591cSchristos 
4220c04591cSchristos /* Define to 1 if you have the `vsprintf' function. */
4230c04591cSchristos #define HAVE_VSPRINTF 1
4240c04591cSchristos 
4250c04591cSchristos /* Define to 1 if you have the `wait3' function. */
4260c04591cSchristos #define HAVE_WAIT3 1
4270c04591cSchristos 
4280c04591cSchristos /* Define to 1 if you have the `wait4' function. */
4290c04591cSchristos #define HAVE_WAIT4 1
4300c04591cSchristos 
4310c04591cSchristos /* Define to 1 if you have the `waitpid' function. */
4320c04591cSchristos #define HAVE_WAITPID 1
4330c04591cSchristos 
4340c04591cSchristos /* Define to 1 if `fork' works. */
4350c04591cSchristos #define HAVE_WORKING_FORK 1
4360c04591cSchristos 
4370c04591cSchristos /* Define to 1 if `vfork' works. */
4380c04591cSchristos #define HAVE_WORKING_VFORK 1
4390c04591cSchristos 
4400c04591cSchristos /* Define to 1 if you have the `_doprnt' function. */
4410c04591cSchristos /* #undef HAVE__DOPRNT */
4420c04591cSchristos 
4430c04591cSchristos /* Define if you have the _system_configuration variable. */
4440c04591cSchristos /* #undef HAVE__SYSTEM_CONFIGURATION */
4450c04591cSchristos 
4460c04591cSchristos /* Define to 1 if you have the `__fsetlocking' function. */
4470c04591cSchristos /* #undef HAVE___FSETLOCKING */
4480c04591cSchristos 
4490c04591cSchristos /* Define if canonicalize_file_name is not declared in system header files. */
4500c04591cSchristos #define NEED_DECLARATION_CANONICALIZE_FILE_NAME 1
4510c04591cSchristos 
4520c04591cSchristos /* Define if errno must be declared even when <errno.h> is included. */
4530c04591cSchristos /* #undef NEED_DECLARATION_ERRNO */
4540c04591cSchristos 
4550c04591cSchristos /* Define to 1 if your C compiler doesn't accept -c and -o together. */
4560c04591cSchristos /* #undef NO_MINUS_C_MINUS_O */
4570c04591cSchristos 
4580c04591cSchristos /* Define to the address where bug reports for this package should be sent. */
4590c04591cSchristos #define PACKAGE_BUGREPORT ""
4600c04591cSchristos 
4610c04591cSchristos /* Define to the full name of this package. */
4620c04591cSchristos #define PACKAGE_NAME ""
4630c04591cSchristos 
4640c04591cSchristos /* Define to the full name and version of this package. */
4650c04591cSchristos #define PACKAGE_STRING ""
4660c04591cSchristos 
4670c04591cSchristos /* Define to the one symbol short name of this package. */
4680c04591cSchristos #define PACKAGE_TARNAME ""
4690c04591cSchristos 
4700c04591cSchristos /* Define to the home page for this package. */
4710c04591cSchristos #define PACKAGE_URL ""
4720c04591cSchristos 
4730c04591cSchristos /* Define to the version of this package. */
4740c04591cSchristos #define PACKAGE_VERSION ""
4750c04591cSchristos 
4760c04591cSchristos /* The size of `int', as computed by sizeof. */
4770c04591cSchristos #define SIZEOF_INT 4
4780c04591cSchristos 
4790c04591cSchristos /* The size of `long', as computed by sizeof. */
4800c04591cSchristos #define SIZEOF_LONG 4
4810c04591cSchristos 
4820c04591cSchristos /* The size of `long long', as computed by sizeof. */
4830c04591cSchristos #define SIZEOF_LONG_LONG 8
4840c04591cSchristos 
485e5cb852cSchristos /* The size of `size_t', as computed by sizeof. */
486e5cb852cSchristos #define SIZEOF_SIZE_T 4
487e5cb852cSchristos 
4880c04591cSchristos /* Define if you know the direction of stack growth for your system; otherwise
4890c04591cSchristos    it will be automatically deduced at run-time. STACK_DIRECTION > 0 => grows
4900c04591cSchristos    toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses
4910c04591cSchristos    STACK_DIRECTION = 0 => direction of growth unknown */
4920c04591cSchristos #define STACK_DIRECTION 0
4930c04591cSchristos 
4940c04591cSchristos /* Define to 1 if you have the ANSI C header files. */
4950c04591cSchristos #define STDC_HEADERS 1
4960c04591cSchristos 
4970c04591cSchristos /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
4980c04591cSchristos #define TIME_WITH_SYS_TIME 1
4990c04591cSchristos 
5000c04591cSchristos /* Define to an unsigned 64-bit type available in the compiler. */
5010c04591cSchristos #define UNSIGNED_64BIT_TYPE uint64_t
5020c04591cSchristos 
5030c04591cSchristos /* Enable extensions on AIX 3, Interix.  */
5040c04591cSchristos #ifndef _ALL_SOURCE
5050c04591cSchristos # define _ALL_SOURCE 1
5060c04591cSchristos #endif
5070c04591cSchristos /* Enable GNU extensions on systems that have them.  */
5080c04591cSchristos #ifndef _GNU_SOURCE
5090c04591cSchristos # define _GNU_SOURCE 1
5100c04591cSchristos #endif
5110c04591cSchristos /* Enable threading extensions on Solaris.  */
5120c04591cSchristos #ifndef _POSIX_PTHREAD_SEMANTICS
5130c04591cSchristos # define _POSIX_PTHREAD_SEMANTICS 1
5140c04591cSchristos #endif
5150c04591cSchristos /* Enable extensions on HP NonStop.  */
5160c04591cSchristos #ifndef _TANDEM_SOURCE
5170c04591cSchristos # define _TANDEM_SOURCE 1
5180c04591cSchristos #endif
5190c04591cSchristos /* Enable general extensions on Solaris.  */
5200c04591cSchristos #ifndef __EXTENSIONS__
5210c04591cSchristos # define __EXTENSIONS__ 1
5220c04591cSchristos #endif
5230c04591cSchristos 
5240c04591cSchristos 
5250c04591cSchristos /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
5260c04591cSchristos    significant byte first (like Motorola and SPARC, unlike Intel). */
5270c04591cSchristos #if defined AC_APPLE_UNIVERSAL_BUILD
5280c04591cSchristos # if defined __BIG_ENDIAN__
5290c04591cSchristos #  define WORDS_BIGENDIAN 1
5300c04591cSchristos # endif
5310c04591cSchristos #else
5320c04591cSchristos # ifndef WORDS_BIGENDIAN
5330c04591cSchristos #  define WORDS_BIGENDIAN 1
5340c04591cSchristos # endif
5350c04591cSchristos #endif
5360c04591cSchristos 
537*47c37bc2Schristos /* Enable large inode numbers on Mac OS X 10.5.  */
538*47c37bc2Schristos #ifndef _DARWIN_USE_64_BIT_INODE
539*47c37bc2Schristos # define _DARWIN_USE_64_BIT_INODE 1
540*47c37bc2Schristos #endif
541*47c37bc2Schristos 
5420c04591cSchristos /* Number of bits in a file offset, on hosts where this is settable. */
5430c04591cSchristos /* #undef _FILE_OFFSET_BITS */
5440c04591cSchristos 
5450c04591cSchristos /* Define for large files, on AIX-style hosts. */
5460c04591cSchristos /* #undef _LARGE_FILES */
5470c04591cSchristos 
5480c04591cSchristos /* Define to 1 if on MINIX. */
5490c04591cSchristos /* #undef _MINIX */
5500c04591cSchristos 
5510c04591cSchristos /* Define to 2 if the system does not provide POSIX.1 features except with
5520c04591cSchristos    this defined. */
5530c04591cSchristos /* #undef _POSIX_1_SOURCE */
5540c04591cSchristos 
5550c04591cSchristos /* Define to 1 if you need to in order for `stat' and other things to work. */
5560c04591cSchristos /* #undef _POSIX_SOURCE */
5570c04591cSchristos 
5580c04591cSchristos /* Define to empty if `const' does not conform to ANSI C. */
5590c04591cSchristos /* #undef const */
5600c04591cSchristos 
5610c04591cSchristos /* Define to `__inline__' or `__inline' if that's what the C compiler
5620c04591cSchristos    calls it, or to nothing if 'inline' is not supported under any name.  */
5630c04591cSchristos #ifndef __cplusplus
5640c04591cSchristos /* #undef inline */
5650c04591cSchristos #endif
5660c04591cSchristos 
5670c04591cSchristos /* Define to the type of a signed integer type wide enough to hold a pointer,
5680c04591cSchristos    if such a type exists, and if the system does not define it. */
5690c04591cSchristos /* #undef intptr_t */
5700c04591cSchristos 
5710c04591cSchristos /* Define to `int' if <sys/types.h> does not define. */
5720c04591cSchristos /* #undef pid_t */
5730c04591cSchristos 
5740c04591cSchristos /* Define to `int' if <sys/types.h> does not define. */
5750c04591cSchristos /* #undef ssize_t */
5760c04591cSchristos 
5770c04591cSchristos /* Define to the type of an unsigned integer type wide enough to hold a
5780c04591cSchristos    pointer, if such a type exists, and if the system does not define it. */
5790c04591cSchristos /* #undef uintptr_t */
5800c04591cSchristos 
5810c04591cSchristos /* Define as `fork' if `vfork' does not work. */
5820c04591cSchristos /* #undef vfork */
583