xref: /netbsd-src/external/gpl3/gcc/lib/libiberty/arch/hppa/config.h (revision dec7c72467282c8644bc0dade5c97c29ffd15278)
17335abb5Smrg /* 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  */
47335abb5Smrg 
57335abb5Smrg /* config.h.  Generated from config.in by configure.  */
67335abb5Smrg /* config.in.  Generated from configure.ac by autoheader.  */
77335abb5Smrg 
87335abb5Smrg /* Define if building universal (internal helper macro) */
97335abb5Smrg /* #undef AC_APPLE_UNIVERSAL_BUILD */
107335abb5Smrg 
117335abb5Smrg /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
127335abb5Smrg    This function is required for alloca.c support on those systems. */
137335abb5Smrg /* #undef CRAY_STACKSEG_END */
147335abb5Smrg 
157335abb5Smrg /* Define to 1 if you have the <alloca.h> header file. */
167335abb5Smrg /* #undef HAVE_ALLOCA_H */
177335abb5Smrg 
187335abb5Smrg /* Define to 1 if you have the `asprintf' function. */
197335abb5Smrg #define HAVE_ASPRINTF 1
207335abb5Smrg 
217335abb5Smrg /* Define to 1 if you have the `atexit' function. */
227335abb5Smrg #define HAVE_ATEXIT 1
237335abb5Smrg 
247335abb5Smrg /* Define to 1 if you have the `basename' function. */
257335abb5Smrg #define HAVE_BASENAME 1
267335abb5Smrg 
277335abb5Smrg /* Define to 1 if you have the `bcmp' function. */
287335abb5Smrg #define HAVE_BCMP 1
297335abb5Smrg 
307335abb5Smrg /* Define to 1 if you have the `bcopy' function. */
317335abb5Smrg #define HAVE_BCOPY 1
327335abb5Smrg 
337335abb5Smrg /* Define to 1 if you have the `bsearch' function. */
347335abb5Smrg #define HAVE_BSEARCH 1
357335abb5Smrg 
367335abb5Smrg /* Define to 1 if you have the `bzero' function. */
377335abb5Smrg #define HAVE_BZERO 1
387335abb5Smrg 
397335abb5Smrg /* Define to 1 if you have the `calloc' function. */
407335abb5Smrg #define HAVE_CALLOC 1
417335abb5Smrg 
427335abb5Smrg /* Define to 1 if you have the `canonicalize_file_name' function. */
437335abb5Smrg /* #undef HAVE_CANONICALIZE_FILE_NAME */
447335abb5Smrg 
457335abb5Smrg /* Define to 1 if you have the `clock' function. */
467335abb5Smrg #define HAVE_CLOCK 1
477335abb5Smrg 
487335abb5Smrg /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
497335abb5Smrg    don't. */
507335abb5Smrg #define HAVE_DECL_ASPRINTF 1
517335abb5Smrg 
5249d8c9ecSmrg /* Define to 1 if you have the declaration of `basename(char *)', and to 0 if
5349d8c9ecSmrg    you don't. */
547335abb5Smrg #define HAVE_DECL_BASENAME 0
557335abb5Smrg 
567335abb5Smrg /* Define to 1 if you have the declaration of `calloc', and to 0 if you don't.
577335abb5Smrg    */
587335abb5Smrg #define HAVE_DECL_CALLOC 1
597335abb5Smrg 
607335abb5Smrg /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
617335abb5Smrg #define HAVE_DECL_FFS 1
627335abb5Smrg 
637335abb5Smrg /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
647335abb5Smrg    */
657335abb5Smrg #define HAVE_DECL_GETENV 1
667335abb5Smrg 
677335abb5Smrg /* Define to 1 if you have the declaration of `getopt', and to 0 if you don't.
687335abb5Smrg    */
697335abb5Smrg #define HAVE_DECL_GETOPT 1
707335abb5Smrg 
717335abb5Smrg /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
727335abb5Smrg    */
737335abb5Smrg #define HAVE_DECL_MALLOC 1
747335abb5Smrg 
757335abb5Smrg /* Define to 1 if you have the declaration of `realloc', and to 0 if you
767335abb5Smrg    don't. */
777335abb5Smrg #define HAVE_DECL_REALLOC 1
787335abb5Smrg 
797335abb5Smrg /* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't.
807335abb5Smrg    */
817335abb5Smrg #define HAVE_DECL_SBRK 1
827335abb5Smrg 
837335abb5Smrg /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
847335abb5Smrg    don't. */
857335abb5Smrg #define HAVE_DECL_SNPRINTF 1
867335abb5Smrg 
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 
91e10e41c7Smrg /* Define to 1 if you have the declaration of `strtol', and to 0 if you don't.
92e10e41c7Smrg    */
93e10e41c7Smrg #define HAVE_DECL_STRTOL 1
94e10e41c7Smrg 
95e10e41c7Smrg /* Define to 1 if you have the declaration of `strtoll', and to 0 if you
96e10e41c7Smrg    don't. */
97e10e41c7Smrg #define HAVE_DECL_STRTOLL 1
98e10e41c7Smrg 
99e10e41c7Smrg /* Define to 1 if you have the declaration of `strtoul', and to 0 if you
100e10e41c7Smrg    don't. */
101e10e41c7Smrg #define HAVE_DECL_STRTOUL 1
102e10e41c7Smrg 
103e10e41c7Smrg /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
104e10e41c7Smrg    don't. */
105e10e41c7Smrg #define HAVE_DECL_STRTOULL 1
106e10e41c7Smrg 
1077335abb5Smrg /* Define to 1 if you have the declaration of `strverscmp', and to 0 if you
1087335abb5Smrg    don't. */
1097335abb5Smrg #define HAVE_DECL_STRVERSCMP 0
1107335abb5Smrg 
1117335abb5Smrg /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
1127335abb5Smrg    don't. */
1137335abb5Smrg #define HAVE_DECL_VASPRINTF 1
1147335abb5Smrg 
1157335abb5Smrg /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
1167335abb5Smrg    don't. */
1177335abb5Smrg #define HAVE_DECL_VSNPRINTF 1
1187335abb5Smrg 
11949d8c9ecSmrg /* Define to 1 if you have the `dup3' function. */
12049d8c9ecSmrg #define HAVE_DUP3 1
12149d8c9ecSmrg 
1227335abb5Smrg /* Define to 1 if you have the <fcntl.h> header file. */
1237335abb5Smrg #define HAVE_FCNTL_H 1
1247335abb5Smrg 
1257335abb5Smrg /* Define to 1 if you have the `ffs' function. */
1267335abb5Smrg #define HAVE_FFS 1
1277335abb5Smrg 
1287335abb5Smrg /* Define to 1 if you have the `fork' function. */
1297335abb5Smrg #define HAVE_FORK 1
1307335abb5Smrg 
1317335abb5Smrg /* Define to 1 if you have the `getcwd' function. */
1327335abb5Smrg #define HAVE_GETCWD 1
1337335abb5Smrg 
1347335abb5Smrg /* Define to 1 if you have the `getpagesize' function. */
1357335abb5Smrg #define HAVE_GETPAGESIZE 1
1367335abb5Smrg 
13749d8c9ecSmrg /* Define to 1 if you have the `getrlimit' function. */
13849d8c9ecSmrg #define HAVE_GETRLIMIT 1
13949d8c9ecSmrg 
1407335abb5Smrg /* Define to 1 if you have the `getrusage' function. */
1417335abb5Smrg #define HAVE_GETRUSAGE 1
1427335abb5Smrg 
1437335abb5Smrg /* Define to 1 if you have the `getsysinfo' function. */
1447335abb5Smrg /* #undef HAVE_GETSYSINFO */
1457335abb5Smrg 
1467335abb5Smrg /* Define to 1 if you have the `gettimeofday' function. */
1477335abb5Smrg #define HAVE_GETTIMEOFDAY 1
1487335abb5Smrg 
1497335abb5Smrg /* Define to 1 if you have the `index' function. */
1507335abb5Smrg #define HAVE_INDEX 1
1517335abb5Smrg 
1527335abb5Smrg /* Define to 1 if you have the `insque' function. */
1537335abb5Smrg #define HAVE_INSQUE 1
1547335abb5Smrg 
1557335abb5Smrg /* Define to 1 if the system has the type `intptr_t'. */
1567335abb5Smrg #define HAVE_INTPTR_T 1
1577335abb5Smrg 
1587335abb5Smrg /* Define to 1 if you have the <inttypes.h> header file. */
1597335abb5Smrg #define HAVE_INTTYPES_H 1
1607335abb5Smrg 
1617335abb5Smrg /* Define to 1 if you have the <limits.h> header file. */
1627335abb5Smrg #define HAVE_LIMITS_H 1
1637335abb5Smrg 
164e10e41c7Smrg /* Define if you have the `long long' type. */
165e10e41c7Smrg #define HAVE_LONG_LONG 1
166e10e41c7Smrg 
1677335abb5Smrg /* Define to 1 if you have the <machine/hal_sysinfo.h> header file. */
1687335abb5Smrg /* #undef HAVE_MACHINE_HAL_SYSINFO_H */
1697335abb5Smrg 
1707335abb5Smrg /* Define to 1 if you have the <malloc.h> header file. */
1717335abb5Smrg #define HAVE_MALLOC_H 1
1727335abb5Smrg 
1737335abb5Smrg /* Define to 1 if you have the `memchr' function. */
1747335abb5Smrg #define HAVE_MEMCHR 1
1757335abb5Smrg 
1767335abb5Smrg /* Define to 1 if you have the `memcmp' function. */
1777335abb5Smrg #define HAVE_MEMCMP 1
1787335abb5Smrg 
1797335abb5Smrg /* Define to 1 if you have the `memcpy' function. */
1807335abb5Smrg #define HAVE_MEMCPY 1
1817335abb5Smrg 
1827335abb5Smrg /* Define to 1 if you have the `memmem' function. */
1837335abb5Smrg #define HAVE_MEMMEM 1
1847335abb5Smrg 
1857335abb5Smrg /* Define to 1 if you have the `memmove' function. */
1867335abb5Smrg #define HAVE_MEMMOVE 1
1877335abb5Smrg 
1887335abb5Smrg /* Define to 1 if you have the <memory.h> header file. */
1897335abb5Smrg #define HAVE_MEMORY_H 1
1907335abb5Smrg 
1917335abb5Smrg /* Define to 1 if you have the `memset' function. */
1927335abb5Smrg #define HAVE_MEMSET 1
1937335abb5Smrg 
1947335abb5Smrg /* Define to 1 if you have the `mkstemps' function. */
195975cc27cSmrg #define HAVE_MKSTEMPS 1
1967335abb5Smrg 
1977335abb5Smrg /* Define to 1 if you have a working `mmap' system call. */
1987335abb5Smrg #define HAVE_MMAP 1
1997335abb5Smrg 
2007335abb5Smrg /* Define to 1 if you have the `on_exit' function. */
2017335abb5Smrg /* #undef HAVE_ON_EXIT */
2027335abb5Smrg 
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 
2097335abb5Smrg /* Define to 1 if you have the `psignal' function. */
2107335abb5Smrg #define HAVE_PSIGNAL 1
2117335abb5Smrg 
2127335abb5Smrg /* Define to 1 if you have the `pstat_getdynamic' function. */
2137335abb5Smrg /* #undef HAVE_PSTAT_GETDYNAMIC */
2147335abb5Smrg 
2157335abb5Smrg /* Define to 1 if you have the `pstat_getstatic' function. */
2167335abb5Smrg /* #undef HAVE_PSTAT_GETSTATIC */
2177335abb5Smrg 
2187335abb5Smrg /* Define to 1 if you have the `putenv' function. */
2197335abb5Smrg #define HAVE_PUTENV 1
2207335abb5Smrg 
2217335abb5Smrg /* Define to 1 if you have the `random' function. */
2227335abb5Smrg #define HAVE_RANDOM 1
2237335abb5Smrg 
2247335abb5Smrg /* Define to 1 if you have the `realpath' function. */
2257335abb5Smrg #define HAVE_REALPATH 1
2267335abb5Smrg 
2277335abb5Smrg /* Define to 1 if you have the `rename' function. */
2287335abb5Smrg #define HAVE_RENAME 1
2297335abb5Smrg 
2307335abb5Smrg /* Define to 1 if you have the `rindex' function. */
2317335abb5Smrg #define HAVE_RINDEX 1
2327335abb5Smrg 
2337335abb5Smrg /* Define to 1 if you have the `sbrk' function. */
2347335abb5Smrg #define HAVE_SBRK 1
2357335abb5Smrg 
2367335abb5Smrg /* Define to 1 if you have the `setenv' function. */
2377335abb5Smrg #define HAVE_SETENV 1
2387335abb5Smrg 
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 
2457335abb5Smrg /* Define to 1 if you have the `sigsetmask' function. */
2467335abb5Smrg #define HAVE_SIGSETMASK 1
2477335abb5Smrg 
2487335abb5Smrg /* Define to 1 if you have the `snprintf' function. */
2497335abb5Smrg #define HAVE_SNPRINTF 1
2507335abb5Smrg 
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 
2577335abb5Smrg /* Define to 1 if you have the <stdint.h> header file. */
2587335abb5Smrg #define HAVE_STDINT_H 1
2597335abb5Smrg 
2607335abb5Smrg /* Define to 1 if you have the <stdio_ext.h> header file. */
2617335abb5Smrg /* #undef HAVE_STDIO_EXT_H */
2627335abb5Smrg 
2637335abb5Smrg /* Define to 1 if you have the <stdlib.h> header file. */
2647335abb5Smrg #define HAVE_STDLIB_H 1
2657335abb5Smrg 
2667335abb5Smrg /* Define to 1 if you have the `stpcpy' function. */
2677335abb5Smrg #define HAVE_STPCPY 1
2687335abb5Smrg 
2697335abb5Smrg /* Define to 1 if you have the `stpncpy' function. */
2707335abb5Smrg #define HAVE_STPNCPY 1
2717335abb5Smrg 
2727335abb5Smrg /* Define to 1 if you have the `strcasecmp' function. */
2737335abb5Smrg #define HAVE_STRCASECMP 1
2747335abb5Smrg 
2757335abb5Smrg /* Define to 1 if you have the `strchr' function. */
2767335abb5Smrg #define HAVE_STRCHR 1
2777335abb5Smrg 
2787335abb5Smrg /* Define to 1 if you have the `strdup' function. */
2797335abb5Smrg #define HAVE_STRDUP 1
2807335abb5Smrg 
2817335abb5Smrg /* Define to 1 if you have the `strerror' function. */
2827335abb5Smrg #define HAVE_STRERROR 1
2837335abb5Smrg 
2847335abb5Smrg /* Define to 1 if you have the <strings.h> header file. */
2857335abb5Smrg #define HAVE_STRINGS_H 1
2867335abb5Smrg 
2877335abb5Smrg /* Define to 1 if you have the <string.h> header file. */
2887335abb5Smrg #define HAVE_STRING_H 1
2897335abb5Smrg 
2907335abb5Smrg /* Define to 1 if you have the `strncasecmp' function. */
2917335abb5Smrg #define HAVE_STRNCASECMP 1
2927335abb5Smrg 
2937335abb5Smrg /* Define to 1 if you have the `strndup' function. */
2947335abb5Smrg #define HAVE_STRNDUP 1
2957335abb5Smrg 
29649d8c9ecSmrg /* Define to 1 if you have the `strnlen' function. */
29749d8c9ecSmrg #define HAVE_STRNLEN 1
29849d8c9ecSmrg 
2997335abb5Smrg /* Define to 1 if you have the `strrchr' function. */
3007335abb5Smrg #define HAVE_STRRCHR 1
3017335abb5Smrg 
3027335abb5Smrg /* Define to 1 if you have the `strsignal' function. */
3037335abb5Smrg #define HAVE_STRSIGNAL 1
3047335abb5Smrg 
3057335abb5Smrg /* Define to 1 if you have the `strstr' function. */
3067335abb5Smrg #define HAVE_STRSTR 1
3077335abb5Smrg 
3087335abb5Smrg /* Define to 1 if you have the `strtod' function. */
3097335abb5Smrg #define HAVE_STRTOD 1
3107335abb5Smrg 
3117335abb5Smrg /* Define to 1 if you have the `strtol' function. */
3127335abb5Smrg #define HAVE_STRTOL 1
3137335abb5Smrg 
314e10e41c7Smrg /* Define to 1 if you have the `strtoll' function. */
315e10e41c7Smrg #define HAVE_STRTOLL 1
316e10e41c7Smrg 
3177335abb5Smrg /* Define to 1 if you have the `strtoul' function. */
3187335abb5Smrg #define HAVE_STRTOUL 1
3197335abb5Smrg 
320e10e41c7Smrg /* Define to 1 if you have the `strtoull' function. */
321e10e41c7Smrg #define HAVE_STRTOULL 1
322e10e41c7Smrg 
3237335abb5Smrg /* Define to 1 if you have the `strverscmp' function. */
3247335abb5Smrg /* #undef HAVE_STRVERSCMP */
3257335abb5Smrg 
3267335abb5Smrg /* Define to 1 if you have the `sysconf' function. */
3277335abb5Smrg #define HAVE_SYSCONF 1
3287335abb5Smrg 
3297335abb5Smrg /* Define to 1 if you have the `sysctl' function. */
3307335abb5Smrg #define HAVE_SYSCTL 1
3317335abb5Smrg 
3327335abb5Smrg /* Define to 1 if you have the `sysmp' function. */
3337335abb5Smrg /* #undef HAVE_SYSMP */
3347335abb5Smrg 
3357335abb5Smrg /* Define if you have the sys_errlist variable. */
3367335abb5Smrg #define HAVE_SYS_ERRLIST 1
3377335abb5Smrg 
3387335abb5Smrg /* Define to 1 if you have the <sys/file.h> header file. */
3397335abb5Smrg #define HAVE_SYS_FILE_H 1
3407335abb5Smrg 
3417335abb5Smrg /* Define to 1 if you have the <sys/mman.h> header file. */
3427335abb5Smrg #define HAVE_SYS_MMAN_H 1
3437335abb5Smrg 
3447335abb5Smrg /* Define if you have the sys_nerr variable. */
3457335abb5Smrg #define HAVE_SYS_NERR 1
3467335abb5Smrg 
3477335abb5Smrg /* Define to 1 if you have the <sys/param.h> header file. */
3487335abb5Smrg #define HAVE_SYS_PARAM_H 1
3497335abb5Smrg 
35049d8c9ecSmrg /* Define to 1 if you have the <sys/prctl.h> header file. */
35149d8c9ecSmrg /* #undef HAVE_SYS_PRCTL_H */
35249d8c9ecSmrg 
3537335abb5Smrg /* Define to 1 if you have the <sys/pstat.h> header file. */
3547335abb5Smrg /* #undef HAVE_SYS_PSTAT_H */
3557335abb5Smrg 
3567335abb5Smrg /* Define to 1 if you have the <sys/resource.h> header file. */
3577335abb5Smrg #define HAVE_SYS_RESOURCE_H 1
3587335abb5Smrg 
3597335abb5Smrg /* Define if you have the sys_siglist variable. */
3607335abb5Smrg #define HAVE_SYS_SIGLIST 1
3617335abb5Smrg 
3627335abb5Smrg /* Define to 1 if you have the <sys/stat.h> header file. */
3637335abb5Smrg #define HAVE_SYS_STAT_H 1
3647335abb5Smrg 
3657335abb5Smrg /* Define to 1 if you have the <sys/sysctl.h> header file. */
3667335abb5Smrg #define HAVE_SYS_SYSCTL_H 1
3677335abb5Smrg 
3687335abb5Smrg /* Define to 1 if you have the <sys/sysinfo.h> header file. */
3697335abb5Smrg /* #undef HAVE_SYS_SYSINFO_H */
3707335abb5Smrg 
3717335abb5Smrg /* Define to 1 if you have the <sys/sysmp.h> header file. */
3727335abb5Smrg /* #undef HAVE_SYS_SYSMP_H */
3737335abb5Smrg 
3747335abb5Smrg /* Define to 1 if you have the <sys/systemcfg.h> header file. */
3757335abb5Smrg /* #undef HAVE_SYS_SYSTEMCFG_H */
3767335abb5Smrg 
3777335abb5Smrg /* Define to 1 if you have the <sys/table.h> header file. */
3787335abb5Smrg /* #undef HAVE_SYS_TABLE_H */
3797335abb5Smrg 
3807335abb5Smrg /* Define to 1 if you have the <sys/time.h> header file. */
3817335abb5Smrg #define HAVE_SYS_TIME_H 1
3827335abb5Smrg 
3837335abb5Smrg /* Define to 1 if you have the <sys/types.h> header file. */
3847335abb5Smrg #define HAVE_SYS_TYPES_H 1
3857335abb5Smrg 
3867335abb5Smrg /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
3877335abb5Smrg #define HAVE_SYS_WAIT_H 1
3887335abb5Smrg 
3897335abb5Smrg /* Define to 1 if you have the `table' function. */
3907335abb5Smrg /* #undef HAVE_TABLE */
3917335abb5Smrg 
3927335abb5Smrg /* Define to 1 if you have the `times' function. */
3937335abb5Smrg #define HAVE_TIMES 1
3947335abb5Smrg 
3957335abb5Smrg /* Define to 1 if you have the <time.h> header file. */
3967335abb5Smrg #define HAVE_TIME_H 1
3977335abb5Smrg 
3987335abb5Smrg /* Define to 1 if you have the `tmpnam' function. */
3997335abb5Smrg #define HAVE_TMPNAM 1
4007335abb5Smrg 
4017335abb5Smrg /* Define if you have the \`uintptr_t' type. */
4027335abb5Smrg #define HAVE_UINTPTR_T 1
4037335abb5Smrg 
4047335abb5Smrg /* Define to 1 if you have the <unistd.h> header file. */
4057335abb5Smrg #define HAVE_UNISTD_H 1
4067335abb5Smrg 
4077335abb5Smrg /* Define to 1 if you have the `vasprintf' function. */
4087335abb5Smrg #define HAVE_VASPRINTF 1
4097335abb5Smrg 
4107335abb5Smrg /* Define to 1 if you have the `vfork' function. */
4117335abb5Smrg #define HAVE_VFORK 1
4127335abb5Smrg 
4137335abb5Smrg /* Define to 1 if you have the <vfork.h> header file. */
4147335abb5Smrg /* #undef HAVE_VFORK_H */
4157335abb5Smrg 
4167335abb5Smrg /* Define to 1 if you have the `vfprintf' function. */
4177335abb5Smrg #define HAVE_VFPRINTF 1
4187335abb5Smrg 
4197335abb5Smrg /* Define to 1 if you have the `vprintf' function. */
4207335abb5Smrg #define HAVE_VPRINTF 1
4217335abb5Smrg 
4227335abb5Smrg /* Define to 1 if you have the `vsprintf' function. */
4237335abb5Smrg #define HAVE_VSPRINTF 1
4247335abb5Smrg 
4257335abb5Smrg /* Define to 1 if you have the `wait3' function. */
4267335abb5Smrg #define HAVE_WAIT3 1
4277335abb5Smrg 
4287335abb5Smrg /* Define to 1 if you have the `wait4' function. */
4297335abb5Smrg #define HAVE_WAIT4 1
4307335abb5Smrg 
4317335abb5Smrg /* Define to 1 if you have the `waitpid' function. */
4327335abb5Smrg #define HAVE_WAITPID 1
4337335abb5Smrg 
4347335abb5Smrg /* Define to 1 if `fork' works. */
4357335abb5Smrg #define HAVE_WORKING_FORK 1
4367335abb5Smrg 
4377335abb5Smrg /* Define to 1 if `vfork' works. */
4387335abb5Smrg #define HAVE_WORKING_VFORK 1
4397335abb5Smrg 
4407335abb5Smrg /* Define to 1 if you have the `_doprnt' function. */
4417335abb5Smrg /* #undef HAVE__DOPRNT */
4427335abb5Smrg 
4437335abb5Smrg /* Define if you have the _system_configuration variable. */
4447335abb5Smrg /* #undef HAVE__SYSTEM_CONFIGURATION */
4457335abb5Smrg 
4467335abb5Smrg /* Define to 1 if you have the `__fsetlocking' function. */
4477335abb5Smrg /* #undef HAVE___FSETLOCKING */
4487335abb5Smrg 
4497335abb5Smrg /* Define if canonicalize_file_name is not declared in system header files. */
4507335abb5Smrg #define NEED_DECLARATION_CANONICALIZE_FILE_NAME 1
4517335abb5Smrg 
4527335abb5Smrg /* Define if errno must be declared even when <errno.h> is included. */
4537335abb5Smrg /* #undef NEED_DECLARATION_ERRNO */
4547335abb5Smrg 
4557335abb5Smrg /* Define to 1 if your C compiler doesn't accept -c and -o together. */
4567335abb5Smrg /* #undef NO_MINUS_C_MINUS_O */
4577335abb5Smrg 
4587335abb5Smrg /* Define to the address where bug reports for this package should be sent. */
4597335abb5Smrg #define PACKAGE_BUGREPORT ""
4607335abb5Smrg 
4617335abb5Smrg /* Define to the full name of this package. */
4627335abb5Smrg #define PACKAGE_NAME ""
4637335abb5Smrg 
4647335abb5Smrg /* Define to the full name and version of this package. */
4657335abb5Smrg #define PACKAGE_STRING ""
4667335abb5Smrg 
4677335abb5Smrg /* Define to the one symbol short name of this package. */
4687335abb5Smrg #define PACKAGE_TARNAME ""
4697335abb5Smrg 
4707335abb5Smrg /* Define to the home page for this package. */
4717335abb5Smrg #define PACKAGE_URL ""
4727335abb5Smrg 
4737335abb5Smrg /* Define to the version of this package. */
4747335abb5Smrg #define PACKAGE_VERSION ""
4757335abb5Smrg 
4767335abb5Smrg /* The size of `int', as computed by sizeof. */
4777335abb5Smrg #define SIZEOF_INT 4
4787335abb5Smrg 
479e10e41c7Smrg /* The size of `long', as computed by sizeof. */
480e10e41c7Smrg #define SIZEOF_LONG 4
481e10e41c7Smrg 
482e10e41c7Smrg /* The size of `long long', as computed by sizeof. */
483e10e41c7Smrg #define SIZEOF_LONG_LONG 8
484e10e41c7Smrg 
485d79d5e15Smrg /* The size of `size_t', as computed by sizeof. */
486d79d5e15Smrg #define SIZEOF_SIZE_T 4
487d79d5e15Smrg 
4887335abb5Smrg /* Define if you know the direction of stack growth for your system; otherwise
4897335abb5Smrg    it will be automatically deduced at run-time. STACK_DIRECTION > 0 => grows
4907335abb5Smrg    toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses
4917335abb5Smrg    STACK_DIRECTION = 0 => direction of growth unknown */
4927335abb5Smrg #define STACK_DIRECTION 0
4937335abb5Smrg 
4947335abb5Smrg /* Define to 1 if you have the ANSI C header files. */
4957335abb5Smrg #define STDC_HEADERS 1
4967335abb5Smrg 
4977335abb5Smrg /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
4987335abb5Smrg #define TIME_WITH_SYS_TIME 1
4997335abb5Smrg 
5007335abb5Smrg /* Define to an unsigned 64-bit type available in the compiler. */
5017335abb5Smrg #define UNSIGNED_64BIT_TYPE uint64_t
5027335abb5Smrg 
503bc64ec48Smrg /* Enable extensions on AIX 3, Interix.  */
504bc64ec48Smrg #ifndef _ALL_SOURCE
505bc64ec48Smrg # define _ALL_SOURCE 1
506bc64ec48Smrg #endif
507bc64ec48Smrg /* Enable GNU extensions on systems that have them.  */
508bc64ec48Smrg #ifndef _GNU_SOURCE
509bc64ec48Smrg # define _GNU_SOURCE 1
510bc64ec48Smrg #endif
511bc64ec48Smrg /* Enable threading extensions on Solaris.  */
512bc64ec48Smrg #ifndef _POSIX_PTHREAD_SEMANTICS
513bc64ec48Smrg # define _POSIX_PTHREAD_SEMANTICS 1
514bc64ec48Smrg #endif
515bc64ec48Smrg /* Enable extensions on HP NonStop.  */
516bc64ec48Smrg #ifndef _TANDEM_SOURCE
517bc64ec48Smrg # define _TANDEM_SOURCE 1
518bc64ec48Smrg #endif
519bc64ec48Smrg /* Enable general extensions on Solaris.  */
520bc64ec48Smrg #ifndef __EXTENSIONS__
521bc64ec48Smrg # define __EXTENSIONS__ 1
522bc64ec48Smrg #endif
523bc64ec48Smrg 
524bc64ec48Smrg 
5257335abb5Smrg /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
5267335abb5Smrg    significant byte first (like Motorola and SPARC, unlike Intel). */
5277335abb5Smrg #if defined AC_APPLE_UNIVERSAL_BUILD
5287335abb5Smrg # if defined __BIG_ENDIAN__
5297335abb5Smrg #  define WORDS_BIGENDIAN 1
5307335abb5Smrg # endif
5317335abb5Smrg #else
5327335abb5Smrg # ifndef WORDS_BIGENDIAN
5337335abb5Smrg #  define WORDS_BIGENDIAN 1
5347335abb5Smrg # endif
5357335abb5Smrg #endif
5367335abb5Smrg 
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 
5427335abb5Smrg /* Number of bits in a file offset, on hosts where this is settable. */
5437335abb5Smrg /* #undef _FILE_OFFSET_BITS */
5447335abb5Smrg 
5457335abb5Smrg /* Define for large files, on AIX-style hosts. */
5467335abb5Smrg /* #undef _LARGE_FILES */
5477335abb5Smrg 
548bc64ec48Smrg /* Define to 1 if on MINIX. */
549bc64ec48Smrg /* #undef _MINIX */
550bc64ec48Smrg 
551bc64ec48Smrg /* Define to 2 if the system does not provide POSIX.1 features except with
552bc64ec48Smrg    this defined. */
553bc64ec48Smrg /* #undef _POSIX_1_SOURCE */
554bc64ec48Smrg 
555bc64ec48Smrg /* Define to 1 if you need to in order for `stat' and other things to work. */
556bc64ec48Smrg /* #undef _POSIX_SOURCE */
557bc64ec48Smrg 
5587335abb5Smrg /* Define to empty if `const' does not conform to ANSI C. */
5597335abb5Smrg /* #undef const */
5607335abb5Smrg 
5617335abb5Smrg /* Define to `__inline__' or `__inline' if that's what the C compiler
5627335abb5Smrg    calls it, or to nothing if 'inline' is not supported under any name.  */
5637335abb5Smrg #ifndef __cplusplus
5647335abb5Smrg /* #undef inline */
5657335abb5Smrg #endif
5667335abb5Smrg 
5677335abb5Smrg /* Define to the type of a signed integer type wide enough to hold a pointer,
5687335abb5Smrg    if such a type exists, and if the system does not define it. */
5697335abb5Smrg /* #undef intptr_t */
5707335abb5Smrg 
5717335abb5Smrg /* Define to `int' if <sys/types.h> does not define. */
5727335abb5Smrg /* #undef pid_t */
5737335abb5Smrg 
57449d8c9ecSmrg /* Define to `int' if <sys/types.h> does not define. */
57549d8c9ecSmrg /* #undef ssize_t */
57649d8c9ecSmrg 
5777335abb5Smrg /* Define to the type of an unsigned integer type wide enough to hold a
5787335abb5Smrg    pointer, if such a type exists, and if the system does not define it. */
5797335abb5Smrg /* #undef uintptr_t */
5807335abb5Smrg 
5817335abb5Smrg /* Define as `fork' if `vfork' does not work. */
5827335abb5Smrg /* #undef vfork */
583