xref: /netbsd-src/external/gpl3/gcc/lib/libiberty/arch/m68000/config.h (revision dec7c72467282c8644bc0dade5c97c29ffd15278)
13f45d262Smrg /* This file is automatically generated.  DO NOT EDIT! */
2*dec7c724Smrg /* Generated from: NetBSD: mknative-gcc,v 1.108 2020/09/05 10:58:08 mrg Exp  */
341cead3cSmrg /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
43f45d262Smrg 
53f45d262Smrg /* config.h.  Generated from config.in by configure.  */
63f45d262Smrg /* config.in.  Generated from configure.ac by autoheader.  */
73f45d262Smrg 
83f45d262Smrg /* Define if building universal (internal helper macro) */
93f45d262Smrg /* #undef AC_APPLE_UNIVERSAL_BUILD */
103f45d262Smrg 
113f45d262Smrg /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
123f45d262Smrg    This function is required for alloca.c support on those systems. */
133f45d262Smrg /* #undef CRAY_STACKSEG_END */
143f45d262Smrg 
153f45d262Smrg /* Define to 1 if you have the <alloca.h> header file. */
163f45d262Smrg /* #undef HAVE_ALLOCA_H */
173f45d262Smrg 
183f45d262Smrg /* Define to 1 if you have the `asprintf' function. */
193f45d262Smrg #define HAVE_ASPRINTF 1
203f45d262Smrg 
213f45d262Smrg /* Define to 1 if you have the `atexit' function. */
223f45d262Smrg #define HAVE_ATEXIT 1
233f45d262Smrg 
243f45d262Smrg /* Define to 1 if you have the `basename' function. */
253f45d262Smrg #define HAVE_BASENAME 1
263f45d262Smrg 
273f45d262Smrg /* Define to 1 if you have the `bcmp' function. */
283f45d262Smrg #define HAVE_BCMP 1
293f45d262Smrg 
303f45d262Smrg /* Define to 1 if you have the `bcopy' function. */
313f45d262Smrg #define HAVE_BCOPY 1
323f45d262Smrg 
333f45d262Smrg /* Define to 1 if you have the `bsearch' function. */
343f45d262Smrg #define HAVE_BSEARCH 1
353f45d262Smrg 
363f45d262Smrg /* Define to 1 if you have the `bzero' function. */
373f45d262Smrg #define HAVE_BZERO 1
383f45d262Smrg 
393f45d262Smrg /* Define to 1 if you have the `calloc' function. */
403f45d262Smrg #define HAVE_CALLOC 1
413f45d262Smrg 
423f45d262Smrg /* Define to 1 if you have the `canonicalize_file_name' function. */
433f45d262Smrg /* #undef HAVE_CANONICALIZE_FILE_NAME */
443f45d262Smrg 
453f45d262Smrg /* Define to 1 if you have the `clock' function. */
463f45d262Smrg #define HAVE_CLOCK 1
473f45d262Smrg 
483f45d262Smrg /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
493f45d262Smrg    don't. */
503f45d262Smrg #define HAVE_DECL_ASPRINTF 1
513f45d262Smrg 
5249d8c9ecSmrg /* Define to 1 if you have the declaration of `basename(char *)', and to 0 if
5349d8c9ecSmrg    you don't. */
543f45d262Smrg #define HAVE_DECL_BASENAME 0
553f45d262Smrg 
563f45d262Smrg /* Define to 1 if you have the declaration of `calloc', and to 0 if you don't.
573f45d262Smrg    */
583f45d262Smrg #define HAVE_DECL_CALLOC 1
593f45d262Smrg 
603f45d262Smrg /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
613f45d262Smrg #define HAVE_DECL_FFS 1
623f45d262Smrg 
633f45d262Smrg /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
643f45d262Smrg    */
653f45d262Smrg #define HAVE_DECL_GETENV 1
663f45d262Smrg 
673f45d262Smrg /* Define to 1 if you have the declaration of `getopt', and to 0 if you don't.
683f45d262Smrg    */
693f45d262Smrg #define HAVE_DECL_GETOPT 1
703f45d262Smrg 
713f45d262Smrg /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
723f45d262Smrg    */
733f45d262Smrg #define HAVE_DECL_MALLOC 1
743f45d262Smrg 
753f45d262Smrg /* Define to 1 if you have the declaration of `realloc', and to 0 if you
763f45d262Smrg    don't. */
773f45d262Smrg #define HAVE_DECL_REALLOC 1
783f45d262Smrg 
793f45d262Smrg /* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't.
803f45d262Smrg    */
813f45d262Smrg #define HAVE_DECL_SBRK 1
823f45d262Smrg 
833f45d262Smrg /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
843f45d262Smrg    don't. */
853f45d262Smrg #define HAVE_DECL_SNPRINTF 1
863f45d262Smrg 
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 
91e7262bd9Smrg /* Define to 1 if you have the declaration of `strtol', and to 0 if you don't.
92e7262bd9Smrg    */
93e7262bd9Smrg #define HAVE_DECL_STRTOL 1
94e7262bd9Smrg 
95e7262bd9Smrg /* Define to 1 if you have the declaration of `strtoll', and to 0 if you
96e7262bd9Smrg    don't. */
97e7262bd9Smrg #define HAVE_DECL_STRTOLL 1
98e7262bd9Smrg 
99e7262bd9Smrg /* Define to 1 if you have the declaration of `strtoul', and to 0 if you
100e7262bd9Smrg    don't. */
101e7262bd9Smrg #define HAVE_DECL_STRTOUL 1
102e7262bd9Smrg 
103e7262bd9Smrg /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
104e7262bd9Smrg    don't. */
105e7262bd9Smrg #define HAVE_DECL_STRTOULL 1
106e7262bd9Smrg 
1073f45d262Smrg /* Define to 1 if you have the declaration of `strverscmp', and to 0 if you
1083f45d262Smrg    don't. */
1093f45d262Smrg #define HAVE_DECL_STRVERSCMP 0
1103f45d262Smrg 
1113f45d262Smrg /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
1123f45d262Smrg    don't. */
1133f45d262Smrg #define HAVE_DECL_VASPRINTF 1
1143f45d262Smrg 
1153f45d262Smrg /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
1163f45d262Smrg    don't. */
1173f45d262Smrg #define HAVE_DECL_VSNPRINTF 1
1183f45d262Smrg 
11949d8c9ecSmrg /* Define to 1 if you have the `dup3' function. */
12049d8c9ecSmrg #define HAVE_DUP3 1
12149d8c9ecSmrg 
1223f45d262Smrg /* Define to 1 if you have the <fcntl.h> header file. */
1233f45d262Smrg #define HAVE_FCNTL_H 1
1243f45d262Smrg 
1253f45d262Smrg /* Define to 1 if you have the `ffs' function. */
1263f45d262Smrg #define HAVE_FFS 1
1273f45d262Smrg 
1283f45d262Smrg /* Define to 1 if you have the `fork' function. */
1293f45d262Smrg #define HAVE_FORK 1
1303f45d262Smrg 
1313f45d262Smrg /* Define to 1 if you have the `getcwd' function. */
1323f45d262Smrg #define HAVE_GETCWD 1
1333f45d262Smrg 
1343f45d262Smrg /* Define to 1 if you have the `getpagesize' function. */
1353f45d262Smrg #define HAVE_GETPAGESIZE 1
1363f45d262Smrg 
13749d8c9ecSmrg /* Define to 1 if you have the `getrlimit' function. */
13849d8c9ecSmrg #define HAVE_GETRLIMIT 1
13949d8c9ecSmrg 
1403f45d262Smrg /* Define to 1 if you have the `getrusage' function. */
1413f45d262Smrg #define HAVE_GETRUSAGE 1
1423f45d262Smrg 
1433f45d262Smrg /* Define to 1 if you have the `getsysinfo' function. */
1443f45d262Smrg /* #undef HAVE_GETSYSINFO */
1453f45d262Smrg 
1463f45d262Smrg /* Define to 1 if you have the `gettimeofday' function. */
1473f45d262Smrg #define HAVE_GETTIMEOFDAY 1
1483f45d262Smrg 
1493f45d262Smrg /* Define to 1 if you have the `index' function. */
1503f45d262Smrg #define HAVE_INDEX 1
1513f45d262Smrg 
1523f45d262Smrg /* Define to 1 if you have the `insque' function. */
1533f45d262Smrg #define HAVE_INSQUE 1
1543f45d262Smrg 
1553f45d262Smrg /* Define to 1 if the system has the type `intptr_t'. */
1563f45d262Smrg #define HAVE_INTPTR_T 1
1573f45d262Smrg 
1583f45d262Smrg /* Define to 1 if you have the <inttypes.h> header file. */
1593f45d262Smrg #define HAVE_INTTYPES_H 1
1603f45d262Smrg 
1613f45d262Smrg /* Define to 1 if you have the <limits.h> header file. */
1623f45d262Smrg #define HAVE_LIMITS_H 1
1633f45d262Smrg 
164e7262bd9Smrg /* Define if you have the `long long' type. */
165e7262bd9Smrg #define HAVE_LONG_LONG 1
166e7262bd9Smrg 
1673f45d262Smrg /* Define to 1 if you have the <machine/hal_sysinfo.h> header file. */
1683f45d262Smrg /* #undef HAVE_MACHINE_HAL_SYSINFO_H */
1693f45d262Smrg 
1703f45d262Smrg /* Define to 1 if you have the <malloc.h> header file. */
1713f45d262Smrg #define HAVE_MALLOC_H 1
1723f45d262Smrg 
1733f45d262Smrg /* Define to 1 if you have the `memchr' function. */
1743f45d262Smrg #define HAVE_MEMCHR 1
1753f45d262Smrg 
1763f45d262Smrg /* Define to 1 if you have the `memcmp' function. */
1773f45d262Smrg #define HAVE_MEMCMP 1
1783f45d262Smrg 
1793f45d262Smrg /* Define to 1 if you have the `memcpy' function. */
1803f45d262Smrg #define HAVE_MEMCPY 1
1813f45d262Smrg 
1823f45d262Smrg /* Define to 1 if you have the `memmem' function. */
1833f45d262Smrg #define HAVE_MEMMEM 1
1843f45d262Smrg 
1853f45d262Smrg /* Define to 1 if you have the `memmove' function. */
1863f45d262Smrg #define HAVE_MEMMOVE 1
1873f45d262Smrg 
1883f45d262Smrg /* Define to 1 if you have the <memory.h> header file. */
1893f45d262Smrg #define HAVE_MEMORY_H 1
1903f45d262Smrg 
1913f45d262Smrg /* Define to 1 if you have the `memset' function. */
1923f45d262Smrg #define HAVE_MEMSET 1
1933f45d262Smrg 
1943f45d262Smrg /* Define to 1 if you have the `mkstemps' function. */
195eea473d2Smrg #define HAVE_MKSTEMPS 1
1963f45d262Smrg 
1973f45d262Smrg /* Define to 1 if you have a working `mmap' system call. */
1983f45d262Smrg #define HAVE_MMAP 1
1993f45d262Smrg 
2003f45d262Smrg /* Define to 1 if you have the `on_exit' function. */
2013f45d262Smrg /* #undef HAVE_ON_EXIT */
2023f45d262Smrg 
203*dec7c724Smrg /* Define to 1 if you have the `pipe2' function. */
204*dec7c724Smrg #define HAVE_PIPE2 1
205*dec7c724Smrg 
20649d8c9ecSmrg /* Define to 1 if you have the <process.h> header file. */
20749d8c9ecSmrg /* #undef HAVE_PROCESS_H */
20849d8c9ecSmrg 
2093f45d262Smrg /* Define to 1 if you have the `psignal' function. */
2103f45d262Smrg #define HAVE_PSIGNAL 1
2113f45d262Smrg 
2123f45d262Smrg /* Define to 1 if you have the `pstat_getdynamic' function. */
2133f45d262Smrg /* #undef HAVE_PSTAT_GETDYNAMIC */
2143f45d262Smrg 
2153f45d262Smrg /* Define to 1 if you have the `pstat_getstatic' function. */
2163f45d262Smrg /* #undef HAVE_PSTAT_GETSTATIC */
2173f45d262Smrg 
2183f45d262Smrg /* Define to 1 if you have the `putenv' function. */
2193f45d262Smrg #define HAVE_PUTENV 1
2203f45d262Smrg 
2213f45d262Smrg /* Define to 1 if you have the `random' function. */
2223f45d262Smrg #define HAVE_RANDOM 1
2233f45d262Smrg 
2243f45d262Smrg /* Define to 1 if you have the `realpath' function. */
2253f45d262Smrg #define HAVE_REALPATH 1
2263f45d262Smrg 
2273f45d262Smrg /* Define to 1 if you have the `rename' function. */
2283f45d262Smrg #define HAVE_RENAME 1
2293f45d262Smrg 
2303f45d262Smrg /* Define to 1 if you have the `rindex' function. */
2313f45d262Smrg #define HAVE_RINDEX 1
2323f45d262Smrg 
2333f45d262Smrg /* Define to 1 if you have the `sbrk' function. */
2343f45d262Smrg #define HAVE_SBRK 1
2353f45d262Smrg 
2363f45d262Smrg /* Define to 1 if you have the `setenv' function. */
2373f45d262Smrg #define HAVE_SETENV 1
2383f45d262Smrg 
23949d8c9ecSmrg /* Define to 1 if you have the `setproctitle' function. */
24049d8c9ecSmrg #define HAVE_SETPROCTITLE 1
24149d8c9ecSmrg 
24249d8c9ecSmrg /* Define to 1 if you have the `setrlimit' function. */
24349d8c9ecSmrg #define HAVE_SETRLIMIT 1
24449d8c9ecSmrg 
2453f45d262Smrg /* Define to 1 if you have the `sigsetmask' function. */
2463f45d262Smrg #define HAVE_SIGSETMASK 1
2473f45d262Smrg 
2483f45d262Smrg /* Define to 1 if you have the `snprintf' function. */
2493f45d262Smrg #define HAVE_SNPRINTF 1
2503f45d262Smrg 
25149d8c9ecSmrg /* Define to 1 if you have the `spawnve' function. */
25249d8c9ecSmrg /* #undef HAVE_SPAWNVE */
25349d8c9ecSmrg 
25449d8c9ecSmrg /* Define to 1 if you have the `spawnvpe' function. */
25549d8c9ecSmrg /* #undef HAVE_SPAWNVPE */
25649d8c9ecSmrg 
2573f45d262Smrg /* Define to 1 if you have the <stdint.h> header file. */
2583f45d262Smrg #define HAVE_STDINT_H 1
2593f45d262Smrg 
2603f45d262Smrg /* Define to 1 if you have the <stdio_ext.h> header file. */
2613f45d262Smrg /* #undef HAVE_STDIO_EXT_H */
2623f45d262Smrg 
2633f45d262Smrg /* Define to 1 if you have the <stdlib.h> header file. */
2643f45d262Smrg #define HAVE_STDLIB_H 1
2653f45d262Smrg 
2663f45d262Smrg /* Define to 1 if you have the `stpcpy' function. */
2673f45d262Smrg #define HAVE_STPCPY 1
2683f45d262Smrg 
2693f45d262Smrg /* Define to 1 if you have the `stpncpy' function. */
2703f45d262Smrg #define HAVE_STPNCPY 1
2713f45d262Smrg 
2723f45d262Smrg /* Define to 1 if you have the `strcasecmp' function. */
2733f45d262Smrg #define HAVE_STRCASECMP 1
2743f45d262Smrg 
2753f45d262Smrg /* Define to 1 if you have the `strchr' function. */
2763f45d262Smrg #define HAVE_STRCHR 1
2773f45d262Smrg 
2783f45d262Smrg /* Define to 1 if you have the `strdup' function. */
2793f45d262Smrg #define HAVE_STRDUP 1
2803f45d262Smrg 
2813f45d262Smrg /* Define to 1 if you have the `strerror' function. */
2823f45d262Smrg #define HAVE_STRERROR 1
2833f45d262Smrg 
2843f45d262Smrg /* Define to 1 if you have the <strings.h> header file. */
2853f45d262Smrg #define HAVE_STRINGS_H 1
2863f45d262Smrg 
2873f45d262Smrg /* Define to 1 if you have the <string.h> header file. */
2883f45d262Smrg #define HAVE_STRING_H 1
2893f45d262Smrg 
2903f45d262Smrg /* Define to 1 if you have the `strncasecmp' function. */
2913f45d262Smrg #define HAVE_STRNCASECMP 1
2923f45d262Smrg 
2933f45d262Smrg /* Define to 1 if you have the `strndup' function. */
2943f45d262Smrg #define HAVE_STRNDUP 1
2953f45d262Smrg 
29649d8c9ecSmrg /* Define to 1 if you have the `strnlen' function. */
29749d8c9ecSmrg #define HAVE_STRNLEN 1
29849d8c9ecSmrg 
2993f45d262Smrg /* Define to 1 if you have the `strrchr' function. */
3003f45d262Smrg #define HAVE_STRRCHR 1
3013f45d262Smrg 
3023f45d262Smrg /* Define to 1 if you have the `strsignal' function. */
3033f45d262Smrg #define HAVE_STRSIGNAL 1
3043f45d262Smrg 
3053f45d262Smrg /* Define to 1 if you have the `strstr' function. */
3063f45d262Smrg #define HAVE_STRSTR 1
3073f45d262Smrg 
3083f45d262Smrg /* Define to 1 if you have the `strtod' function. */
3093f45d262Smrg #define HAVE_STRTOD 1
3103f45d262Smrg 
3113f45d262Smrg /* Define to 1 if you have the `strtol' function. */
3123f45d262Smrg #define HAVE_STRTOL 1
3133f45d262Smrg 
314e7262bd9Smrg /* Define to 1 if you have the `strtoll' function. */
315e7262bd9Smrg #define HAVE_STRTOLL 1
316e7262bd9Smrg 
3173f45d262Smrg /* Define to 1 if you have the `strtoul' function. */
3183f45d262Smrg #define HAVE_STRTOUL 1
3193f45d262Smrg 
320e7262bd9Smrg /* Define to 1 if you have the `strtoull' function. */
321e7262bd9Smrg #define HAVE_STRTOULL 1
322e7262bd9Smrg 
3233f45d262Smrg /* Define to 1 if you have the `strverscmp' function. */
3243f45d262Smrg /* #undef HAVE_STRVERSCMP */
3253f45d262Smrg 
3263f45d262Smrg /* Define to 1 if you have the `sysconf' function. */
3273f45d262Smrg #define HAVE_SYSCONF 1
3283f45d262Smrg 
3293f45d262Smrg /* Define to 1 if you have the `sysctl' function. */
3303f45d262Smrg #define HAVE_SYSCTL 1
3313f45d262Smrg 
3323f45d262Smrg /* Define to 1 if you have the `sysmp' function. */
3333f45d262Smrg /* #undef HAVE_SYSMP */
3343f45d262Smrg 
3353f45d262Smrg /* Define if you have the sys_errlist variable. */
3363f45d262Smrg #define HAVE_SYS_ERRLIST 1
3373f45d262Smrg 
3383f45d262Smrg /* Define to 1 if you have the <sys/file.h> header file. */
3393f45d262Smrg #define HAVE_SYS_FILE_H 1
3403f45d262Smrg 
3413f45d262Smrg /* Define to 1 if you have the <sys/mman.h> header file. */
3423f45d262Smrg #define HAVE_SYS_MMAN_H 1
3433f45d262Smrg 
3443f45d262Smrg /* Define if you have the sys_nerr variable. */
3453f45d262Smrg #define HAVE_SYS_NERR 1
3463f45d262Smrg 
3473f45d262Smrg /* Define to 1 if you have the <sys/param.h> header file. */
3483f45d262Smrg #define HAVE_SYS_PARAM_H 1
3493f45d262Smrg 
35049d8c9ecSmrg /* Define to 1 if you have the <sys/prctl.h> header file. */
35149d8c9ecSmrg /* #undef HAVE_SYS_PRCTL_H */
35249d8c9ecSmrg 
3533f45d262Smrg /* Define to 1 if you have the <sys/pstat.h> header file. */
3543f45d262Smrg /* #undef HAVE_SYS_PSTAT_H */
3553f45d262Smrg 
3563f45d262Smrg /* Define to 1 if you have the <sys/resource.h> header file. */
3573f45d262Smrg #define HAVE_SYS_RESOURCE_H 1
3583f45d262Smrg 
3593f45d262Smrg /* Define if you have the sys_siglist variable. */
3603f45d262Smrg #define HAVE_SYS_SIGLIST 1
3613f45d262Smrg 
3623f45d262Smrg /* Define to 1 if you have the <sys/stat.h> header file. */
3633f45d262Smrg #define HAVE_SYS_STAT_H 1
3643f45d262Smrg 
3653f45d262Smrg /* Define to 1 if you have the <sys/sysctl.h> header file. */
3663f45d262Smrg #define HAVE_SYS_SYSCTL_H 1
3673f45d262Smrg 
3683f45d262Smrg /* Define to 1 if you have the <sys/sysinfo.h> header file. */
3693f45d262Smrg /* #undef HAVE_SYS_SYSINFO_H */
3703f45d262Smrg 
3713f45d262Smrg /* Define to 1 if you have the <sys/sysmp.h> header file. */
3723f45d262Smrg /* #undef HAVE_SYS_SYSMP_H */
3733f45d262Smrg 
3743f45d262Smrg /* Define to 1 if you have the <sys/systemcfg.h> header file. */
3753f45d262Smrg /* #undef HAVE_SYS_SYSTEMCFG_H */
3763f45d262Smrg 
3773f45d262Smrg /* Define to 1 if you have the <sys/table.h> header file. */
3783f45d262Smrg /* #undef HAVE_SYS_TABLE_H */
3793f45d262Smrg 
3803f45d262Smrg /* Define to 1 if you have the <sys/time.h> header file. */
3813f45d262Smrg #define HAVE_SYS_TIME_H 1
3823f45d262Smrg 
3833f45d262Smrg /* Define to 1 if you have the <sys/types.h> header file. */
3843f45d262Smrg #define HAVE_SYS_TYPES_H 1
3853f45d262Smrg 
3863f45d262Smrg /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
3873f45d262Smrg #define HAVE_SYS_WAIT_H 1
3883f45d262Smrg 
3893f45d262Smrg /* Define to 1 if you have the `table' function. */
3903f45d262Smrg /* #undef HAVE_TABLE */
3913f45d262Smrg 
3923f45d262Smrg /* Define to 1 if you have the `times' function. */
3933f45d262Smrg #define HAVE_TIMES 1
3943f45d262Smrg 
3953f45d262Smrg /* Define to 1 if you have the <time.h> header file. */
3963f45d262Smrg #define HAVE_TIME_H 1
3973f45d262Smrg 
3983f45d262Smrg /* Define to 1 if you have the `tmpnam' function. */
3993f45d262Smrg #define HAVE_TMPNAM 1
4003f45d262Smrg 
4013f45d262Smrg /* Define if you have the \`uintptr_t' type. */
4023f45d262Smrg #define HAVE_UINTPTR_T 1
4033f45d262Smrg 
4043f45d262Smrg /* Define to 1 if you have the <unistd.h> header file. */
4053f45d262Smrg #define HAVE_UNISTD_H 1
4063f45d262Smrg 
4073f45d262Smrg /* Define to 1 if you have the `vasprintf' function. */
4083f45d262Smrg #define HAVE_VASPRINTF 1
4093f45d262Smrg 
4103f45d262Smrg /* Define to 1 if you have the `vfork' function. */
4113f45d262Smrg #define HAVE_VFORK 1
4123f45d262Smrg 
4133f45d262Smrg /* Define to 1 if you have the <vfork.h> header file. */
4143f45d262Smrg /* #undef HAVE_VFORK_H */
4153f45d262Smrg 
4163f45d262Smrg /* Define to 1 if you have the `vfprintf' function. */
4173f45d262Smrg #define HAVE_VFPRINTF 1
4183f45d262Smrg 
4193f45d262Smrg /* Define to 1 if you have the `vprintf' function. */
4203f45d262Smrg #define HAVE_VPRINTF 1
4213f45d262Smrg 
4223f45d262Smrg /* Define to 1 if you have the `vsprintf' function. */
4233f45d262Smrg #define HAVE_VSPRINTF 1
4243f45d262Smrg 
4253f45d262Smrg /* Define to 1 if you have the `wait3' function. */
4263f45d262Smrg #define HAVE_WAIT3 1
4273f45d262Smrg 
4283f45d262Smrg /* Define to 1 if you have the `wait4' function. */
4293f45d262Smrg #define HAVE_WAIT4 1
4303f45d262Smrg 
4313f45d262Smrg /* Define to 1 if you have the `waitpid' function. */
4323f45d262Smrg #define HAVE_WAITPID 1
4333f45d262Smrg 
4343f45d262Smrg /* Define to 1 if `fork' works. */
4353f45d262Smrg #define HAVE_WORKING_FORK 1
4363f45d262Smrg 
4373f45d262Smrg /* Define to 1 if `vfork' works. */
4383f45d262Smrg #define HAVE_WORKING_VFORK 1
4393f45d262Smrg 
4403f45d262Smrg /* Define to 1 if you have the `_doprnt' function. */
4413f45d262Smrg /* #undef HAVE__DOPRNT */
4423f45d262Smrg 
4433f45d262Smrg /* Define if you have the _system_configuration variable. */
4443f45d262Smrg /* #undef HAVE__SYSTEM_CONFIGURATION */
4453f45d262Smrg 
4463f45d262Smrg /* Define to 1 if you have the `__fsetlocking' function. */
4473f45d262Smrg /* #undef HAVE___FSETLOCKING */
4483f45d262Smrg 
4493f45d262Smrg /* Define if canonicalize_file_name is not declared in system header files. */
4503f45d262Smrg #define NEED_DECLARATION_CANONICALIZE_FILE_NAME 1
4513f45d262Smrg 
4523f45d262Smrg /* Define if errno must be declared even when <errno.h> is included. */
4533f45d262Smrg /* #undef NEED_DECLARATION_ERRNO */
4543f45d262Smrg 
4553f45d262Smrg /* Define to 1 if your C compiler doesn't accept -c and -o together. */
4563f45d262Smrg /* #undef NO_MINUS_C_MINUS_O */
4573f45d262Smrg 
4583f45d262Smrg /* Define to the address where bug reports for this package should be sent. */
4593f45d262Smrg #define PACKAGE_BUGREPORT ""
4603f45d262Smrg 
4613f45d262Smrg /* Define to the full name of this package. */
4623f45d262Smrg #define PACKAGE_NAME ""
4633f45d262Smrg 
4643f45d262Smrg /* Define to the full name and version of this package. */
4653f45d262Smrg #define PACKAGE_STRING ""
4663f45d262Smrg 
4673f45d262Smrg /* Define to the one symbol short name of this package. */
4683f45d262Smrg #define PACKAGE_TARNAME ""
4693f45d262Smrg 
4703f45d262Smrg /* Define to the home page for this package. */
4713f45d262Smrg #define PACKAGE_URL ""
4723f45d262Smrg 
4733f45d262Smrg /* Define to the version of this package. */
4743f45d262Smrg #define PACKAGE_VERSION ""
4753f45d262Smrg 
4763f45d262Smrg /* The size of `int', as computed by sizeof. */
4773f45d262Smrg #define SIZEOF_INT 4
4783f45d262Smrg 
479e7262bd9Smrg /* The size of `long', as computed by sizeof. */
480e7262bd9Smrg #define SIZEOF_LONG 4
481e7262bd9Smrg 
482e7262bd9Smrg /* The size of `long long', as computed by sizeof. */
483e7262bd9Smrg #define SIZEOF_LONG_LONG 8
484e7262bd9Smrg 
485d79d5e15Smrg /* The size of `size_t', as computed by sizeof. */
486d79d5e15Smrg #define SIZEOF_SIZE_T 4
487d79d5e15Smrg 
4883f45d262Smrg /* Define if you know the direction of stack growth for your system; otherwise
4893f45d262Smrg    it will be automatically deduced at run-time. STACK_DIRECTION > 0 => grows
4903f45d262Smrg    toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses
4913f45d262Smrg    STACK_DIRECTION = 0 => direction of growth unknown */
4923f45d262Smrg #define STACK_DIRECTION 0
4933f45d262Smrg 
4943f45d262Smrg /* Define to 1 if you have the ANSI C header files. */
4953f45d262Smrg #define STDC_HEADERS 1
4963f45d262Smrg 
4973f45d262Smrg /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
4983f45d262Smrg #define TIME_WITH_SYS_TIME 1
4993f45d262Smrg 
5003f45d262Smrg /* Define to an unsigned 64-bit type available in the compiler. */
5013f45d262Smrg #define UNSIGNED_64BIT_TYPE uint64_t
5023f45d262Smrg 
50307ee0c74Smrg /* Enable extensions on AIX 3, Interix.  */
50407ee0c74Smrg #ifndef _ALL_SOURCE
50507ee0c74Smrg # define _ALL_SOURCE 1
50607ee0c74Smrg #endif
50707ee0c74Smrg /* Enable GNU extensions on systems that have them.  */
50807ee0c74Smrg #ifndef _GNU_SOURCE
50907ee0c74Smrg # define _GNU_SOURCE 1
51007ee0c74Smrg #endif
51107ee0c74Smrg /* Enable threading extensions on Solaris.  */
51207ee0c74Smrg #ifndef _POSIX_PTHREAD_SEMANTICS
51307ee0c74Smrg # define _POSIX_PTHREAD_SEMANTICS 1
51407ee0c74Smrg #endif
51507ee0c74Smrg /* Enable extensions on HP NonStop.  */
51607ee0c74Smrg #ifndef _TANDEM_SOURCE
51707ee0c74Smrg # define _TANDEM_SOURCE 1
51807ee0c74Smrg #endif
51907ee0c74Smrg /* Enable general extensions on Solaris.  */
52007ee0c74Smrg #ifndef __EXTENSIONS__
52107ee0c74Smrg # define __EXTENSIONS__ 1
52207ee0c74Smrg #endif
52307ee0c74Smrg 
52407ee0c74Smrg 
5253f45d262Smrg /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
5263f45d262Smrg    significant byte first (like Motorola and SPARC, unlike Intel). */
5273f45d262Smrg #if defined AC_APPLE_UNIVERSAL_BUILD
5283f45d262Smrg # if defined __BIG_ENDIAN__
5293f45d262Smrg #  define WORDS_BIGENDIAN 1
5303f45d262Smrg # endif
5313f45d262Smrg #else
5323f45d262Smrg # ifndef WORDS_BIGENDIAN
5333f45d262Smrg #  define WORDS_BIGENDIAN 1
5343f45d262Smrg # endif
5353f45d262Smrg #endif
5363f45d262Smrg 
537*dec7c724Smrg /* Enable large inode numbers on Mac OS X 10.5.  */
538*dec7c724Smrg #ifndef _DARWIN_USE_64_BIT_INODE
539*dec7c724Smrg # define _DARWIN_USE_64_BIT_INODE 1
540*dec7c724Smrg #endif
541*dec7c724Smrg 
5423f45d262Smrg /* Number of bits in a file offset, on hosts where this is settable. */
5433f45d262Smrg /* #undef _FILE_OFFSET_BITS */
5443f45d262Smrg 
5453f45d262Smrg /* Define for large files, on AIX-style hosts. */
5463f45d262Smrg /* #undef _LARGE_FILES */
5473f45d262Smrg 
54807ee0c74Smrg /* Define to 1 if on MINIX. */
54907ee0c74Smrg /* #undef _MINIX */
55007ee0c74Smrg 
55107ee0c74Smrg /* Define to 2 if the system does not provide POSIX.1 features except with
55207ee0c74Smrg    this defined. */
55307ee0c74Smrg /* #undef _POSIX_1_SOURCE */
55407ee0c74Smrg 
55507ee0c74Smrg /* Define to 1 if you need to in order for `stat' and other things to work. */
55607ee0c74Smrg /* #undef _POSIX_SOURCE */
55707ee0c74Smrg 
5583f45d262Smrg /* Define to empty if `const' does not conform to ANSI C. */
5593f45d262Smrg /* #undef const */
5603f45d262Smrg 
5613f45d262Smrg /* Define to `__inline__' or `__inline' if that's what the C compiler
5623f45d262Smrg    calls it, or to nothing if 'inline' is not supported under any name.  */
5633f45d262Smrg #ifndef __cplusplus
5643f45d262Smrg /* #undef inline */
5653f45d262Smrg #endif
5663f45d262Smrg 
5673f45d262Smrg /* Define to the type of a signed integer type wide enough to hold a pointer,
5683f45d262Smrg    if such a type exists, and if the system does not define it. */
5693f45d262Smrg /* #undef intptr_t */
5703f45d262Smrg 
5713f45d262Smrg /* Define to `int' if <sys/types.h> does not define. */
5723f45d262Smrg /* #undef pid_t */
5733f45d262Smrg 
57449d8c9ecSmrg /* Define to `int' if <sys/types.h> does not define. */
57549d8c9ecSmrg /* #undef ssize_t */
57649d8c9ecSmrg 
5773f45d262Smrg /* Define to the type of an unsigned integer type wide enough to hold a
5783f45d262Smrg    pointer, if such a type exists, and if the system does not define it. */
5793f45d262Smrg /* #undef uintptr_t */
5803f45d262Smrg 
5813f45d262Smrg /* Define as `fork' if `vfork' does not work. */
5823f45d262Smrg /* #undef vfork */
583