xref: /netbsd-src/external/gpl3/gcc/lib/libiberty/arch/riscv32/config.h (revision ebba80dab5a3e4a129820ba048490c902a35cf36)
11d163c8dSmatt /* This file is automatically generated.  DO NOT EDIT! */
2*ebba80daSmrg /* Generated from: NetBSD: mknative-gcc,v 1.116 2022/07/22 06:50:26 mrg Exp  */
39ba37f97Smrg /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
41d163c8dSmatt 
51d163c8dSmatt /* config.h.  Generated from config.in by configure.  */
61d163c8dSmatt /* config.in.  Generated from configure.ac by autoheader.  */
71d163c8dSmatt 
81d163c8dSmatt /* Define if building universal (internal helper macro) */
91d163c8dSmatt /* #undef AC_APPLE_UNIVERSAL_BUILD */
101d163c8dSmatt 
111d163c8dSmatt /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
121d163c8dSmatt    This function is required for alloca.c support on those systems. */
131d163c8dSmatt /* #undef CRAY_STACKSEG_END */
141d163c8dSmatt 
151d163c8dSmatt /* Define to 1 if you have the <alloca.h> header file. */
161d163c8dSmatt /* #undef HAVE_ALLOCA_H */
171d163c8dSmatt 
181d163c8dSmatt /* Define to 1 if you have the `asprintf' function. */
191d163c8dSmatt #define HAVE_ASPRINTF 1
201d163c8dSmatt 
211d163c8dSmatt /* Define to 1 if you have the `atexit' function. */
221d163c8dSmatt #define HAVE_ATEXIT 1
231d163c8dSmatt 
241d163c8dSmatt /* Define to 1 if you have the `basename' function. */
251d163c8dSmatt #define HAVE_BASENAME 1
261d163c8dSmatt 
271d163c8dSmatt /* Define to 1 if you have the `bcmp' function. */
281d163c8dSmatt #define HAVE_BCMP 1
291d163c8dSmatt 
301d163c8dSmatt /* Define to 1 if you have the `bcopy' function. */
311d163c8dSmatt #define HAVE_BCOPY 1
321d163c8dSmatt 
331d163c8dSmatt /* Define to 1 if you have the `bsearch' function. */
341d163c8dSmatt #define HAVE_BSEARCH 1
351d163c8dSmatt 
361d163c8dSmatt /* Define to 1 if you have the `bzero' function. */
371d163c8dSmatt #define HAVE_BZERO 1
381d163c8dSmatt 
391d163c8dSmatt /* Define to 1 if you have the `calloc' function. */
401d163c8dSmatt #define HAVE_CALLOC 1
411d163c8dSmatt 
421d163c8dSmatt /* Define to 1 if you have the `canonicalize_file_name' function. */
431d163c8dSmatt /* #undef HAVE_CANONICALIZE_FILE_NAME */
441d163c8dSmatt 
451d163c8dSmatt /* Define to 1 if you have the `clock' function. */
461d163c8dSmatt #define HAVE_CLOCK 1
471d163c8dSmatt 
481d163c8dSmatt /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
491d163c8dSmatt    don't. */
501d163c8dSmatt #define HAVE_DECL_ASPRINTF 1
511d163c8dSmatt 
521d163c8dSmatt /* Define to 1 if you have the declaration of `basename(char *)', and to 0 if
531d163c8dSmatt    you don't. */
541d163c8dSmatt #define HAVE_DECL_BASENAME 0
551d163c8dSmatt 
561d163c8dSmatt /* Define to 1 if you have the declaration of `calloc', and to 0 if you don't.
571d163c8dSmatt    */
581d163c8dSmatt #define HAVE_DECL_CALLOC 1
591d163c8dSmatt 
601d163c8dSmatt /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
611d163c8dSmatt #define HAVE_DECL_FFS 1
621d163c8dSmatt 
631d163c8dSmatt /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
641d163c8dSmatt    */
651d163c8dSmatt #define HAVE_DECL_GETENV 1
661d163c8dSmatt 
671d163c8dSmatt /* Define to 1 if you have the declaration of `getopt', and to 0 if you don't.
681d163c8dSmatt    */
691d163c8dSmatt #define HAVE_DECL_GETOPT 1
701d163c8dSmatt 
711d163c8dSmatt /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
721d163c8dSmatt    */
731d163c8dSmatt #define HAVE_DECL_MALLOC 1
741d163c8dSmatt 
751d163c8dSmatt /* Define to 1 if you have the declaration of `realloc', and to 0 if you
761d163c8dSmatt    don't. */
771d163c8dSmatt #define HAVE_DECL_REALLOC 1
781d163c8dSmatt 
791d163c8dSmatt /* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't.
801d163c8dSmatt    */
811d163c8dSmatt #define HAVE_DECL_SBRK 1
821d163c8dSmatt 
831d163c8dSmatt /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
841d163c8dSmatt    don't. */
851d163c8dSmatt #define HAVE_DECL_SNPRINTF 1
861d163c8dSmatt 
8741cead3cSmrg /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
8841cead3cSmrg    don't. */
8941cead3cSmrg #define HAVE_DECL_STRNLEN 1
9041cead3cSmrg 
919ba37f97Smrg /* Define to 1 if you have the declaration of `strtol', and to 0 if you don't.
929ba37f97Smrg    */
939ba37f97Smrg #define HAVE_DECL_STRTOL 1
949ba37f97Smrg 
959ba37f97Smrg /* Define to 1 if you have the declaration of `strtoll', and to 0 if you
969ba37f97Smrg    don't. */
979ba37f97Smrg #define HAVE_DECL_STRTOLL 1
989ba37f97Smrg 
999ba37f97Smrg /* Define to 1 if you have the declaration of `strtoul', and to 0 if you
1009ba37f97Smrg    don't. */
1019ba37f97Smrg #define HAVE_DECL_STRTOUL 1
1029ba37f97Smrg 
1039ba37f97Smrg /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
1049ba37f97Smrg    don't. */
1059ba37f97Smrg #define HAVE_DECL_STRTOULL 1
1069ba37f97Smrg 
1071d163c8dSmatt /* Define to 1 if you have the declaration of `strverscmp', and to 0 if you
1081d163c8dSmatt    don't. */
1091d163c8dSmatt #define HAVE_DECL_STRVERSCMP 0
1101d163c8dSmatt 
1111d163c8dSmatt /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
1121d163c8dSmatt    don't. */
1131d163c8dSmatt #define HAVE_DECL_VASPRINTF 1
1141d163c8dSmatt 
1151d163c8dSmatt /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
1161d163c8dSmatt    don't. */
1171d163c8dSmatt #define HAVE_DECL_VSNPRINTF 1
1181d163c8dSmatt 
1191d163c8dSmatt /* Define to 1 if you have the `dup3' function. */
1201d163c8dSmatt #define HAVE_DUP3 1
1211d163c8dSmatt 
1221d163c8dSmatt /* Define to 1 if you have the <fcntl.h> header file. */
1231d163c8dSmatt #define HAVE_FCNTL_H 1
1241d163c8dSmatt 
1251d163c8dSmatt /* Define to 1 if you have the `ffs' function. */
1261d163c8dSmatt #define HAVE_FFS 1
1271d163c8dSmatt 
1281d163c8dSmatt /* Define to 1 if you have the `fork' function. */
1291d163c8dSmatt #define HAVE_FORK 1
1301d163c8dSmatt 
1311d163c8dSmatt /* Define to 1 if you have the `getcwd' function. */
1321d163c8dSmatt #define HAVE_GETCWD 1
1331d163c8dSmatt 
1341d163c8dSmatt /* Define to 1 if you have the `getpagesize' function. */
1351d163c8dSmatt #define HAVE_GETPAGESIZE 1
1361d163c8dSmatt 
1371d163c8dSmatt /* Define to 1 if you have the `getrlimit' function. */
1381d163c8dSmatt #define HAVE_GETRLIMIT 1
1391d163c8dSmatt 
1401d163c8dSmatt /* Define to 1 if you have the `getrusage' function. */
1411d163c8dSmatt #define HAVE_GETRUSAGE 1
1421d163c8dSmatt 
1431d163c8dSmatt /* Define to 1 if you have the `getsysinfo' function. */
1441d163c8dSmatt /* #undef HAVE_GETSYSINFO */
1451d163c8dSmatt 
1461d163c8dSmatt /* Define to 1 if you have the `gettimeofday' function. */
1471d163c8dSmatt #define HAVE_GETTIMEOFDAY 1
1481d163c8dSmatt 
1491d163c8dSmatt /* Define to 1 if you have the `index' function. */
1501d163c8dSmatt #define HAVE_INDEX 1
1511d163c8dSmatt 
1521d163c8dSmatt /* Define to 1 if you have the `insque' function. */
1531d163c8dSmatt #define HAVE_INSQUE 1
1541d163c8dSmatt 
1551d163c8dSmatt /* Define to 1 if the system has the type `intptr_t'. */
1561d163c8dSmatt #define HAVE_INTPTR_T 1
1571d163c8dSmatt 
1581d163c8dSmatt /* Define to 1 if you have the <inttypes.h> header file. */
1591d163c8dSmatt #define HAVE_INTTYPES_H 1
1601d163c8dSmatt 
1611d163c8dSmatt /* Define to 1 if you have the <limits.h> header file. */
1621d163c8dSmatt #define HAVE_LIMITS_H 1
1631d163c8dSmatt 
1649ba37f97Smrg /* Define if you have the `long long' type. */
1659ba37f97Smrg #define HAVE_LONG_LONG 1
1669ba37f97Smrg 
1671d163c8dSmatt /* Define to 1 if you have the <machine/hal_sysinfo.h> header file. */
1681d163c8dSmatt /* #undef HAVE_MACHINE_HAL_SYSINFO_H */
1691d163c8dSmatt 
1701d163c8dSmatt /* Define to 1 if you have the <malloc.h> header file. */
1711d163c8dSmatt #define HAVE_MALLOC_H 1
1721d163c8dSmatt 
1731d163c8dSmatt /* Define to 1 if you have the `memchr' function. */
1741d163c8dSmatt #define HAVE_MEMCHR 1
1751d163c8dSmatt 
1761d163c8dSmatt /* Define to 1 if you have the `memcmp' function. */
1771d163c8dSmatt #define HAVE_MEMCMP 1
1781d163c8dSmatt 
1791d163c8dSmatt /* Define to 1 if you have the `memcpy' function. */
1801d163c8dSmatt #define HAVE_MEMCPY 1
1811d163c8dSmatt 
1821d163c8dSmatt /* Define to 1 if you have the `memmem' function. */
1831d163c8dSmatt #define HAVE_MEMMEM 1
1841d163c8dSmatt 
1851d163c8dSmatt /* Define to 1 if you have the `memmove' function. */
1861d163c8dSmatt #define HAVE_MEMMOVE 1
1871d163c8dSmatt 
1881d163c8dSmatt /* Define to 1 if you have the <memory.h> header file. */
1891d163c8dSmatt #define HAVE_MEMORY_H 1
1901d163c8dSmatt 
1911d163c8dSmatt /* Define to 1 if you have the `memset' function. */
1921d163c8dSmatt #define HAVE_MEMSET 1
1931d163c8dSmatt 
1941d163c8dSmatt /* Define to 1 if you have the `mkstemps' function. */
1951d163c8dSmatt #define HAVE_MKSTEMPS 1
1961d163c8dSmatt 
1971d163c8dSmatt /* Define to 1 if you have a working `mmap' system call. */
1981d163c8dSmatt #define HAVE_MMAP 1
1991d163c8dSmatt 
2001d163c8dSmatt /* Define to 1 if you have the `on_exit' function. */
2011d163c8dSmatt /* #undef HAVE_ON_EXIT */
2021d163c8dSmatt 
203dec7c724Smrg /* Define to 1 if you have the `pipe2' function. */
204dec7c724Smrg #define HAVE_PIPE2 1
205dec7c724Smrg 
2061d163c8dSmatt /* Define to 1 if you have the <process.h> header file. */
2071d163c8dSmatt /* #undef HAVE_PROCESS_H */
2081d163c8dSmatt 
2091d163c8dSmatt /* Define to 1 if you have the `psignal' function. */
2101d163c8dSmatt #define HAVE_PSIGNAL 1
2111d163c8dSmatt 
2121d163c8dSmatt /* Define to 1 if you have the `pstat_getdynamic' function. */
2131d163c8dSmatt /* #undef HAVE_PSTAT_GETDYNAMIC */
2141d163c8dSmatt 
2151d163c8dSmatt /* Define to 1 if you have the `pstat_getstatic' function. */
2161d163c8dSmatt /* #undef HAVE_PSTAT_GETSTATIC */
2171d163c8dSmatt 
2181d163c8dSmatt /* Define to 1 if you have the `putenv' function. */
2191d163c8dSmatt #define HAVE_PUTENV 1
2201d163c8dSmatt 
2211d163c8dSmatt /* Define to 1 if you have the `random' function. */
2221d163c8dSmatt #define HAVE_RANDOM 1
2231d163c8dSmatt 
2241d163c8dSmatt /* Define to 1 if you have the `realpath' function. */
2251d163c8dSmatt #define HAVE_REALPATH 1
2261d163c8dSmatt 
2271d163c8dSmatt /* Define to 1 if you have the `rename' function. */
2281d163c8dSmatt #define HAVE_RENAME 1
2291d163c8dSmatt 
2301d163c8dSmatt /* Define to 1 if you have the `rindex' function. */
2311d163c8dSmatt #define HAVE_RINDEX 1
2321d163c8dSmatt 
2331d163c8dSmatt /* Define to 1 if you have the `sbrk' function. */
2341d163c8dSmatt #define HAVE_SBRK 1
2351d163c8dSmatt 
2361d163c8dSmatt /* Define to 1 if you have the `setenv' function. */
2371d163c8dSmatt #define HAVE_SETENV 1
2381d163c8dSmatt 
2391d163c8dSmatt /* Define to 1 if you have the `setproctitle' function. */
2401d163c8dSmatt #define HAVE_SETPROCTITLE 1
2411d163c8dSmatt 
2421d163c8dSmatt /* Define to 1 if you have the `setrlimit' function. */
2431d163c8dSmatt #define HAVE_SETRLIMIT 1
2441d163c8dSmatt 
2451d163c8dSmatt /* Define to 1 if you have the `sigsetmask' function. */
2461d163c8dSmatt #define HAVE_SIGSETMASK 1
2471d163c8dSmatt 
2481d163c8dSmatt /* Define to 1 if you have the `snprintf' function. */
2491d163c8dSmatt #define HAVE_SNPRINTF 1
2501d163c8dSmatt 
2511d163c8dSmatt /* Define to 1 if you have the `spawnve' function. */
2521d163c8dSmatt /* #undef HAVE_SPAWNVE */
2531d163c8dSmatt 
2541d163c8dSmatt /* Define to 1 if you have the `spawnvpe' function. */
2551d163c8dSmatt /* #undef HAVE_SPAWNVPE */
2561d163c8dSmatt 
2571d163c8dSmatt /* Define to 1 if you have the <stdint.h> header file. */
2581d163c8dSmatt #define HAVE_STDINT_H 1
2591d163c8dSmatt 
2601d163c8dSmatt /* Define to 1 if you have the <stdio_ext.h> header file. */
2611d163c8dSmatt /* #undef HAVE_STDIO_EXT_H */
2621d163c8dSmatt 
2631d163c8dSmatt /* Define to 1 if you have the <stdlib.h> header file. */
2641d163c8dSmatt #define HAVE_STDLIB_H 1
2651d163c8dSmatt 
2661d163c8dSmatt /* Define to 1 if you have the `stpcpy' function. */
2671d163c8dSmatt #define HAVE_STPCPY 1
2681d163c8dSmatt 
2691d163c8dSmatt /* Define to 1 if you have the `stpncpy' function. */
2701d163c8dSmatt #define HAVE_STPNCPY 1
2711d163c8dSmatt 
2721d163c8dSmatt /* Define to 1 if you have the `strcasecmp' function. */
2731d163c8dSmatt #define HAVE_STRCASECMP 1
2741d163c8dSmatt 
2751d163c8dSmatt /* Define to 1 if you have the `strchr' function. */
2761d163c8dSmatt #define HAVE_STRCHR 1
2771d163c8dSmatt 
2781d163c8dSmatt /* Define to 1 if you have the `strdup' function. */
2791d163c8dSmatt #define HAVE_STRDUP 1
2801d163c8dSmatt 
2811d163c8dSmatt /* Define to 1 if you have the `strerror' function. */
2821d163c8dSmatt #define HAVE_STRERROR 1
2831d163c8dSmatt 
2841d163c8dSmatt /* Define to 1 if you have the <strings.h> header file. */
2851d163c8dSmatt #define HAVE_STRINGS_H 1
2861d163c8dSmatt 
2871d163c8dSmatt /* Define to 1 if you have the <string.h> header file. */
2881d163c8dSmatt #define HAVE_STRING_H 1
2891d163c8dSmatt 
2901d163c8dSmatt /* Define to 1 if you have the `strncasecmp' function. */
2911d163c8dSmatt #define HAVE_STRNCASECMP 1
2921d163c8dSmatt 
2931d163c8dSmatt /* Define to 1 if you have the `strndup' function. */
2941d163c8dSmatt #define HAVE_STRNDUP 1
2951d163c8dSmatt 
2961d163c8dSmatt /* Define to 1 if you have the `strnlen' function. */
2971d163c8dSmatt #define HAVE_STRNLEN 1
2981d163c8dSmatt 
2991d163c8dSmatt /* Define to 1 if you have the `strrchr' function. */
3001d163c8dSmatt #define HAVE_STRRCHR 1
3011d163c8dSmatt 
3021d163c8dSmatt /* Define to 1 if you have the `strsignal' function. */
3031d163c8dSmatt #define HAVE_STRSIGNAL 1
3041d163c8dSmatt 
3051d163c8dSmatt /* Define to 1 if you have the `strstr' function. */
3061d163c8dSmatt #define HAVE_STRSTR 1
3071d163c8dSmatt 
3081d163c8dSmatt /* Define to 1 if you have the `strtod' function. */
3091d163c8dSmatt #define HAVE_STRTOD 1
3101d163c8dSmatt 
3111d163c8dSmatt /* Define to 1 if you have the `strtol' function. */
3121d163c8dSmatt #define HAVE_STRTOL 1
3131d163c8dSmatt 
3149ba37f97Smrg /* Define to 1 if you have the `strtoll' function. */
3159ba37f97Smrg #define HAVE_STRTOLL 1
3169ba37f97Smrg 
3171d163c8dSmatt /* Define to 1 if you have the `strtoul' function. */
3181d163c8dSmatt #define HAVE_STRTOUL 1
3191d163c8dSmatt 
3209ba37f97Smrg /* Define to 1 if you have the `strtoull' function. */
3219ba37f97Smrg #define HAVE_STRTOULL 1
3229ba37f97Smrg 
3231d163c8dSmatt /* Define to 1 if you have the `strverscmp' function. */
3241d163c8dSmatt /* #undef HAVE_STRVERSCMP */
3251d163c8dSmatt 
3261d163c8dSmatt /* Define to 1 if you have the `sysconf' function. */
3271d163c8dSmatt #define HAVE_SYSCONF 1
3281d163c8dSmatt 
3291d163c8dSmatt /* Define to 1 if you have the `sysctl' function. */
3301d163c8dSmatt #define HAVE_SYSCTL 1
3311d163c8dSmatt 
3321d163c8dSmatt /* Define to 1 if you have the `sysmp' function. */
3331d163c8dSmatt /* #undef HAVE_SYSMP */
3341d163c8dSmatt 
3351d163c8dSmatt /* Define if you have the sys_errlist variable. */
3361d163c8dSmatt #define HAVE_SYS_ERRLIST 1
3371d163c8dSmatt 
3381d163c8dSmatt /* Define to 1 if you have the <sys/file.h> header file. */
3391d163c8dSmatt #define HAVE_SYS_FILE_H 1
3401d163c8dSmatt 
3411d163c8dSmatt /* Define to 1 if you have the <sys/mman.h> header file. */
3421d163c8dSmatt #define HAVE_SYS_MMAN_H 1
3431d163c8dSmatt 
3441d163c8dSmatt /* Define if you have the sys_nerr variable. */
3451d163c8dSmatt #define HAVE_SYS_NERR 1
3461d163c8dSmatt 
3471d163c8dSmatt /* Define to 1 if you have the <sys/param.h> header file. */
3481d163c8dSmatt #define HAVE_SYS_PARAM_H 1
3491d163c8dSmatt 
3501d163c8dSmatt /* Define to 1 if you have the <sys/prctl.h> header file. */
3511d163c8dSmatt /* #undef HAVE_SYS_PRCTL_H */
3521d163c8dSmatt 
3531d163c8dSmatt /* Define to 1 if you have the <sys/pstat.h> header file. */
3541d163c8dSmatt /* #undef HAVE_SYS_PSTAT_H */
3551d163c8dSmatt 
3561d163c8dSmatt /* Define to 1 if you have the <sys/resource.h> header file. */
3571d163c8dSmatt #define HAVE_SYS_RESOURCE_H 1
3581d163c8dSmatt 
3591d163c8dSmatt /* Define if you have the sys_siglist variable. */
3601d163c8dSmatt #define HAVE_SYS_SIGLIST 1
3611d163c8dSmatt 
3621d163c8dSmatt /* Define to 1 if you have the <sys/stat.h> header file. */
3631d163c8dSmatt #define HAVE_SYS_STAT_H 1
3641d163c8dSmatt 
3651d163c8dSmatt /* Define to 1 if you have the <sys/sysctl.h> header file. */
3661d163c8dSmatt #define HAVE_SYS_SYSCTL_H 1
3671d163c8dSmatt 
3681d163c8dSmatt /* Define to 1 if you have the <sys/sysinfo.h> header file. */
3691d163c8dSmatt /* #undef HAVE_SYS_SYSINFO_H */
3701d163c8dSmatt 
3711d163c8dSmatt /* Define to 1 if you have the <sys/sysmp.h> header file. */
3721d163c8dSmatt /* #undef HAVE_SYS_SYSMP_H */
3731d163c8dSmatt 
3741d163c8dSmatt /* Define to 1 if you have the <sys/systemcfg.h> header file. */
3751d163c8dSmatt /* #undef HAVE_SYS_SYSTEMCFG_H */
3761d163c8dSmatt 
3771d163c8dSmatt /* Define to 1 if you have the <sys/table.h> header file. */
3781d163c8dSmatt /* #undef HAVE_SYS_TABLE_H */
3791d163c8dSmatt 
3801d163c8dSmatt /* Define to 1 if you have the <sys/time.h> header file. */
3811d163c8dSmatt #define HAVE_SYS_TIME_H 1
3821d163c8dSmatt 
3831d163c8dSmatt /* Define to 1 if you have the <sys/types.h> header file. */
3841d163c8dSmatt #define HAVE_SYS_TYPES_H 1
3851d163c8dSmatt 
3861d163c8dSmatt /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
3871d163c8dSmatt #define HAVE_SYS_WAIT_H 1
3881d163c8dSmatt 
3891d163c8dSmatt /* Define to 1 if you have the `table' function. */
3901d163c8dSmatt /* #undef HAVE_TABLE */
3911d163c8dSmatt 
3921d163c8dSmatt /* Define to 1 if you have the `times' function. */
3931d163c8dSmatt #define HAVE_TIMES 1
3941d163c8dSmatt 
3951d163c8dSmatt /* Define to 1 if you have the <time.h> header file. */
3961d163c8dSmatt #define HAVE_TIME_H 1
3971d163c8dSmatt 
3981d163c8dSmatt /* Define to 1 if you have the `tmpnam' function. */
3991d163c8dSmatt #define HAVE_TMPNAM 1
4001d163c8dSmatt 
4011d163c8dSmatt /* Define if you have the \`uintptr_t' type. */
4021d163c8dSmatt #define HAVE_UINTPTR_T 1
4031d163c8dSmatt 
4041d163c8dSmatt /* Define to 1 if you have the <unistd.h> header file. */
4051d163c8dSmatt #define HAVE_UNISTD_H 1
4061d163c8dSmatt 
4071d163c8dSmatt /* Define to 1 if you have the `vasprintf' function. */
4081d163c8dSmatt #define HAVE_VASPRINTF 1
4091d163c8dSmatt 
4101d163c8dSmatt /* Define to 1 if you have the `vfork' function. */
411*ebba80daSmrg #define HAVE_VFORK 1
4121d163c8dSmatt 
4131d163c8dSmatt /* Define to 1 if you have the <vfork.h> header file. */
4141d163c8dSmatt /* #undef HAVE_VFORK_H */
4151d163c8dSmatt 
4161d163c8dSmatt /* Define to 1 if you have the `vfprintf' function. */
4171d163c8dSmatt #define HAVE_VFPRINTF 1
4181d163c8dSmatt 
4191d163c8dSmatt /* Define to 1 if you have the `vprintf' function. */
4201d163c8dSmatt #define HAVE_VPRINTF 1
4211d163c8dSmatt 
4221d163c8dSmatt /* Define to 1 if you have the `vsprintf' function. */
4231d163c8dSmatt #define HAVE_VSPRINTF 1
4241d163c8dSmatt 
4251d163c8dSmatt /* Define to 1 if you have the `wait3' function. */
4261d163c8dSmatt #define HAVE_WAIT3 1
4271d163c8dSmatt 
4281d163c8dSmatt /* Define to 1 if you have the `wait4' function. */
4291d163c8dSmatt #define HAVE_WAIT4 1
4301d163c8dSmatt 
4311d163c8dSmatt /* Define to 1 if you have the `waitpid' function. */
4321d163c8dSmatt #define HAVE_WAITPID 1
4331d163c8dSmatt 
4341d163c8dSmatt /* Define to 1 if `fork' works. */
4351d163c8dSmatt #define HAVE_WORKING_FORK 1
4361d163c8dSmatt 
4371d163c8dSmatt /* Define to 1 if `vfork' works. */
438*ebba80daSmrg #define HAVE_WORKING_VFORK 1
4391d163c8dSmatt 
4401d163c8dSmatt /* Define to 1 if you have the `_doprnt' function. */
4411d163c8dSmatt /* #undef HAVE__DOPRNT */
4421d163c8dSmatt 
4431d163c8dSmatt /* Define if you have the _system_configuration variable. */
4441d163c8dSmatt /* #undef HAVE__SYSTEM_CONFIGURATION */
4451d163c8dSmatt 
4461d163c8dSmatt /* Define to 1 if you have the `__fsetlocking' function. */
4471d163c8dSmatt /* #undef HAVE___FSETLOCKING */
4481d163c8dSmatt 
4491d163c8dSmatt /* Define if canonicalize_file_name is not declared in system header files. */
4501d163c8dSmatt #define NEED_DECLARATION_CANONICALIZE_FILE_NAME 1
4511d163c8dSmatt 
4521d163c8dSmatt /* Define if errno must be declared even when <errno.h> is included. */
4531d163c8dSmatt /* #undef NEED_DECLARATION_ERRNO */
4541d163c8dSmatt 
4551d163c8dSmatt /* Define to 1 if your C compiler doesn't accept -c and -o together. */
4561d163c8dSmatt /* #undef NO_MINUS_C_MINUS_O */
4571d163c8dSmatt 
4581d163c8dSmatt /* Define to the address where bug reports for this package should be sent. */
4591d163c8dSmatt #define PACKAGE_BUGREPORT ""
4601d163c8dSmatt 
4611d163c8dSmatt /* Define to the full name of this package. */
4621d163c8dSmatt #define PACKAGE_NAME ""
4631d163c8dSmatt 
4641d163c8dSmatt /* Define to the full name and version of this package. */
4651d163c8dSmatt #define PACKAGE_STRING ""
4661d163c8dSmatt 
4671d163c8dSmatt /* Define to the one symbol short name of this package. */
4681d163c8dSmatt #define PACKAGE_TARNAME ""
4691d163c8dSmatt 
4701d163c8dSmatt /* Define to the home page for this package. */
4711d163c8dSmatt #define PACKAGE_URL ""
4721d163c8dSmatt 
4731d163c8dSmatt /* Define to the version of this package. */
4741d163c8dSmatt #define PACKAGE_VERSION ""
4751d163c8dSmatt 
4761d163c8dSmatt /* The size of `int', as computed by sizeof. */
4771d163c8dSmatt #define SIZEOF_INT 4
4781d163c8dSmatt 
4799ba37f97Smrg /* The size of `long', as computed by sizeof. */
4809ba37f97Smrg #define SIZEOF_LONG 4
4819ba37f97Smrg 
4829ba37f97Smrg /* The size of `long long', as computed by sizeof. */
4839ba37f97Smrg #define SIZEOF_LONG_LONG 8
4849ba37f97Smrg 
4859ba37f97Smrg /* The size of `size_t', as computed by sizeof. */
4869ba37f97Smrg #define SIZEOF_SIZE_T 4
4879ba37f97Smrg 
4881d163c8dSmatt /* Define if you know the direction of stack growth for your system; otherwise
4891d163c8dSmatt    it will be automatically deduced at run-time. STACK_DIRECTION > 0 => grows
4901d163c8dSmatt    toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses
4911d163c8dSmatt    STACK_DIRECTION = 0 => direction of growth unknown */
4921d163c8dSmatt #define STACK_DIRECTION 0
4931d163c8dSmatt 
4941d163c8dSmatt /* Define to 1 if you have the ANSI C header files. */
4951d163c8dSmatt #define STDC_HEADERS 1
4961d163c8dSmatt 
4971d163c8dSmatt /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
4981d163c8dSmatt #define TIME_WITH_SYS_TIME 1
4991d163c8dSmatt 
5001d163c8dSmatt /* Define to an unsigned 64-bit type available in the compiler. */
5011d163c8dSmatt #define UNSIGNED_64BIT_TYPE uint64_t
5021d163c8dSmatt 
5039ba37f97Smrg /* Enable extensions on AIX 3, Interix.  */
5049ba37f97Smrg #ifndef _ALL_SOURCE
5059ba37f97Smrg # define _ALL_SOURCE 1
5069ba37f97Smrg #endif
5079ba37f97Smrg /* Enable GNU extensions on systems that have them.  */
5089ba37f97Smrg #ifndef _GNU_SOURCE
5099ba37f97Smrg # define _GNU_SOURCE 1
5109ba37f97Smrg #endif
5119ba37f97Smrg /* Enable threading extensions on Solaris.  */
5129ba37f97Smrg #ifndef _POSIX_PTHREAD_SEMANTICS
5139ba37f97Smrg # define _POSIX_PTHREAD_SEMANTICS 1
5149ba37f97Smrg #endif
5159ba37f97Smrg /* Enable extensions on HP NonStop.  */
5169ba37f97Smrg #ifndef _TANDEM_SOURCE
5179ba37f97Smrg # define _TANDEM_SOURCE 1
5189ba37f97Smrg #endif
5199ba37f97Smrg /* Enable general extensions on Solaris.  */
5209ba37f97Smrg #ifndef __EXTENSIONS__
5219ba37f97Smrg # define __EXTENSIONS__ 1
5229ba37f97Smrg #endif
5239ba37f97Smrg 
5249ba37f97Smrg 
5251d163c8dSmatt /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
5261d163c8dSmatt    significant byte first (like Motorola and SPARC, unlike Intel). */
5271d163c8dSmatt #if defined AC_APPLE_UNIVERSAL_BUILD
5281d163c8dSmatt # if defined __BIG_ENDIAN__
5291d163c8dSmatt #  define WORDS_BIGENDIAN 1
5301d163c8dSmatt # endif
5311d163c8dSmatt #else
5321d163c8dSmatt # ifndef WORDS_BIGENDIAN
5331d163c8dSmatt /* #  undef WORDS_BIGENDIAN */
5341d163c8dSmatt # endif
5351d163c8dSmatt #endif
5361d163c8dSmatt 
537dec7c724Smrg /* Enable large inode numbers on Mac OS X 10.5.  */
538dec7c724Smrg #ifndef _DARWIN_USE_64_BIT_INODE
539dec7c724Smrg # define _DARWIN_USE_64_BIT_INODE 1
540dec7c724Smrg #endif
541dec7c724Smrg 
5421d163c8dSmatt /* Number of bits in a file offset, on hosts where this is settable. */
5431d163c8dSmatt /* #undef _FILE_OFFSET_BITS */
5441d163c8dSmatt 
5451d163c8dSmatt /* Define for large files, on AIX-style hosts. */
5461d163c8dSmatt /* #undef _LARGE_FILES */
5471d163c8dSmatt 
5489ba37f97Smrg /* Define to 1 if on MINIX. */
5499ba37f97Smrg /* #undef _MINIX */
5509ba37f97Smrg 
5519ba37f97Smrg /* Define to 2 if the system does not provide POSIX.1 features except with
5529ba37f97Smrg    this defined. */
5539ba37f97Smrg /* #undef _POSIX_1_SOURCE */
5549ba37f97Smrg 
5559ba37f97Smrg /* Define to 1 if you need to in order for `stat' and other things to work. */
5569ba37f97Smrg /* #undef _POSIX_SOURCE */
5579ba37f97Smrg 
5581d163c8dSmatt /* Define to empty if `const' does not conform to ANSI C. */
5591d163c8dSmatt /* #undef const */
5601d163c8dSmatt 
5611d163c8dSmatt /* Define to `__inline__' or `__inline' if that's what the C compiler
5621d163c8dSmatt    calls it, or to nothing if 'inline' is not supported under any name.  */
5631d163c8dSmatt #ifndef __cplusplus
5641d163c8dSmatt /* #undef inline */
5651d163c8dSmatt #endif
5661d163c8dSmatt 
5671d163c8dSmatt /* Define to the type of a signed integer type wide enough to hold a pointer,
5681d163c8dSmatt    if such a type exists, and if the system does not define it. */
5691d163c8dSmatt /* #undef intptr_t */
5701d163c8dSmatt 
5711d163c8dSmatt /* Define to `int' if <sys/types.h> does not define. */
5721d163c8dSmatt /* #undef pid_t */
5731d163c8dSmatt 
5741d163c8dSmatt /* Define to `int' if <sys/types.h> does not define. */
5751d163c8dSmatt /* #undef ssize_t */
5761d163c8dSmatt 
5771d163c8dSmatt /* Define to the type of an unsigned integer type wide enough to hold a
5781d163c8dSmatt    pointer, if such a type exists, and if the system does not define it. */
5791d163c8dSmatt /* #undef uintptr_t */
5801d163c8dSmatt 
5811d163c8dSmatt /* Define as `fork' if `vfork' does not work. */
582*ebba80daSmrg /* #undef vfork */
583