xref: /netbsd-src/external/gpl3/gcc.old/lib/libiberty/arch/riscv32/config.h (revision 23f5f46327e37e7811da3520f4bb933f9489322f)
136ac495dSmrg /* This file is automatically generated.  DO NOT EDIT! */
2*23f5f463Smrg /* Generated from: NetBSD: mknative-gcc,v 1.116 2022/07/22 06:50:26 mrg Exp  */
336ac495dSmrg /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
436ac495dSmrg 
536ac495dSmrg /* config.h.  Generated from config.in by configure.  */
636ac495dSmrg /* config.in.  Generated from configure.ac by autoheader.  */
736ac495dSmrg 
836ac495dSmrg /* Define if building universal (internal helper macro) */
936ac495dSmrg /* #undef AC_APPLE_UNIVERSAL_BUILD */
1036ac495dSmrg 
1136ac495dSmrg /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
1236ac495dSmrg    This function is required for alloca.c support on those systems. */
1336ac495dSmrg /* #undef CRAY_STACKSEG_END */
1436ac495dSmrg 
1536ac495dSmrg /* Define to 1 if you have the <alloca.h> header file. */
1636ac495dSmrg /* #undef HAVE_ALLOCA_H */
1736ac495dSmrg 
1836ac495dSmrg /* Define to 1 if you have the `asprintf' function. */
1936ac495dSmrg #define HAVE_ASPRINTF 1
2036ac495dSmrg 
2136ac495dSmrg /* Define to 1 if you have the `atexit' function. */
2236ac495dSmrg #define HAVE_ATEXIT 1
2336ac495dSmrg 
2436ac495dSmrg /* Define to 1 if you have the `basename' function. */
2536ac495dSmrg #define HAVE_BASENAME 1
2636ac495dSmrg 
2736ac495dSmrg /* Define to 1 if you have the `bcmp' function. */
2836ac495dSmrg #define HAVE_BCMP 1
2936ac495dSmrg 
3036ac495dSmrg /* Define to 1 if you have the `bcopy' function. */
3136ac495dSmrg #define HAVE_BCOPY 1
3236ac495dSmrg 
3336ac495dSmrg /* Define to 1 if you have the `bsearch' function. */
3436ac495dSmrg #define HAVE_BSEARCH 1
3536ac495dSmrg 
3636ac495dSmrg /* Define to 1 if you have the `bzero' function. */
3736ac495dSmrg #define HAVE_BZERO 1
3836ac495dSmrg 
3936ac495dSmrg /* Define to 1 if you have the `calloc' function. */
4036ac495dSmrg #define HAVE_CALLOC 1
4136ac495dSmrg 
4236ac495dSmrg /* Define to 1 if you have the `canonicalize_file_name' function. */
4336ac495dSmrg /* #undef HAVE_CANONICALIZE_FILE_NAME */
4436ac495dSmrg 
4536ac495dSmrg /* Define to 1 if you have the `clock' function. */
4636ac495dSmrg #define HAVE_CLOCK 1
4736ac495dSmrg 
4836ac495dSmrg /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
4936ac495dSmrg    don't. */
5036ac495dSmrg #define HAVE_DECL_ASPRINTF 1
5136ac495dSmrg 
5236ac495dSmrg /* Define to 1 if you have the declaration of `basename(char *)', and to 0 if
5336ac495dSmrg    you don't. */
5436ac495dSmrg #define HAVE_DECL_BASENAME 0
5536ac495dSmrg 
5636ac495dSmrg /* Define to 1 if you have the declaration of `calloc', and to 0 if you don't.
5736ac495dSmrg    */
5836ac495dSmrg #define HAVE_DECL_CALLOC 1
5936ac495dSmrg 
6036ac495dSmrg /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
6136ac495dSmrg #define HAVE_DECL_FFS 1
6236ac495dSmrg 
6336ac495dSmrg /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
6436ac495dSmrg    */
6536ac495dSmrg #define HAVE_DECL_GETENV 1
6636ac495dSmrg 
6736ac495dSmrg /* Define to 1 if you have the declaration of `getopt', and to 0 if you don't.
6836ac495dSmrg    */
6936ac495dSmrg #define HAVE_DECL_GETOPT 1
7036ac495dSmrg 
7136ac495dSmrg /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
7236ac495dSmrg    */
7336ac495dSmrg #define HAVE_DECL_MALLOC 1
7436ac495dSmrg 
7536ac495dSmrg /* Define to 1 if you have the declaration of `realloc', and to 0 if you
7636ac495dSmrg    don't. */
7736ac495dSmrg #define HAVE_DECL_REALLOC 1
7836ac495dSmrg 
7936ac495dSmrg /* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't.
8036ac495dSmrg    */
8136ac495dSmrg #define HAVE_DECL_SBRK 1
8236ac495dSmrg 
8336ac495dSmrg /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
8436ac495dSmrg    don't. */
8536ac495dSmrg #define HAVE_DECL_SNPRINTF 1
8636ac495dSmrg 
87a2dc1f3fSmrg /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
88a2dc1f3fSmrg    don't. */
89a2dc1f3fSmrg #define HAVE_DECL_STRNLEN 1
90a2dc1f3fSmrg 
9136ac495dSmrg /* Define to 1 if you have the declaration of `strtol', and to 0 if you don't.
9236ac495dSmrg    */
9336ac495dSmrg #define HAVE_DECL_STRTOL 1
9436ac495dSmrg 
9536ac495dSmrg /* Define to 1 if you have the declaration of `strtoll', and to 0 if you
9636ac495dSmrg    don't. */
9736ac495dSmrg #define HAVE_DECL_STRTOLL 1
9836ac495dSmrg 
9936ac495dSmrg /* Define to 1 if you have the declaration of `strtoul', and to 0 if you
10036ac495dSmrg    don't. */
10136ac495dSmrg #define HAVE_DECL_STRTOUL 1
10236ac495dSmrg 
10336ac495dSmrg /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
10436ac495dSmrg    don't. */
10536ac495dSmrg #define HAVE_DECL_STRTOULL 1
10636ac495dSmrg 
10736ac495dSmrg /* Define to 1 if you have the declaration of `strverscmp', and to 0 if you
10836ac495dSmrg    don't. */
10936ac495dSmrg #define HAVE_DECL_STRVERSCMP 0
11036ac495dSmrg 
11136ac495dSmrg /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
11236ac495dSmrg    don't. */
11336ac495dSmrg #define HAVE_DECL_VASPRINTF 1
11436ac495dSmrg 
11536ac495dSmrg /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
11636ac495dSmrg    don't. */
11736ac495dSmrg #define HAVE_DECL_VSNPRINTF 1
11836ac495dSmrg 
11936ac495dSmrg /* Define to 1 if you have the `dup3' function. */
12036ac495dSmrg #define HAVE_DUP3 1
12136ac495dSmrg 
12236ac495dSmrg /* Define to 1 if you have the <fcntl.h> header file. */
12336ac495dSmrg #define HAVE_FCNTL_H 1
12436ac495dSmrg 
12536ac495dSmrg /* Define to 1 if you have the `ffs' function. */
12636ac495dSmrg #define HAVE_FFS 1
12736ac495dSmrg 
12836ac495dSmrg /* Define to 1 if you have the `fork' function. */
12936ac495dSmrg #define HAVE_FORK 1
13036ac495dSmrg 
13136ac495dSmrg /* Define to 1 if you have the `getcwd' function. */
13236ac495dSmrg #define HAVE_GETCWD 1
13336ac495dSmrg 
13436ac495dSmrg /* Define to 1 if you have the `getpagesize' function. */
13536ac495dSmrg #define HAVE_GETPAGESIZE 1
13636ac495dSmrg 
13736ac495dSmrg /* Define to 1 if you have the `getrlimit' function. */
13836ac495dSmrg #define HAVE_GETRLIMIT 1
13936ac495dSmrg 
14036ac495dSmrg /* Define to 1 if you have the `getrusage' function. */
14136ac495dSmrg #define HAVE_GETRUSAGE 1
14236ac495dSmrg 
14336ac495dSmrg /* Define to 1 if you have the `getsysinfo' function. */
14436ac495dSmrg /* #undef HAVE_GETSYSINFO */
14536ac495dSmrg 
14636ac495dSmrg /* Define to 1 if you have the `gettimeofday' function. */
14736ac495dSmrg #define HAVE_GETTIMEOFDAY 1
14836ac495dSmrg 
14936ac495dSmrg /* Define to 1 if you have the `index' function. */
15036ac495dSmrg #define HAVE_INDEX 1
15136ac495dSmrg 
15236ac495dSmrg /* Define to 1 if you have the `insque' function. */
15336ac495dSmrg #define HAVE_INSQUE 1
15436ac495dSmrg 
15536ac495dSmrg /* Define to 1 if the system has the type `intptr_t'. */
15636ac495dSmrg #define HAVE_INTPTR_T 1
15736ac495dSmrg 
15836ac495dSmrg /* Define to 1 if you have the <inttypes.h> header file. */
15936ac495dSmrg #define HAVE_INTTYPES_H 1
16036ac495dSmrg 
16136ac495dSmrg /* Define to 1 if you have the <limits.h> header file. */
16236ac495dSmrg #define HAVE_LIMITS_H 1
16336ac495dSmrg 
16436ac495dSmrg /* Define if you have the `long long' type. */
16536ac495dSmrg #define HAVE_LONG_LONG 1
16636ac495dSmrg 
16736ac495dSmrg /* Define to 1 if you have the <machine/hal_sysinfo.h> header file. */
16836ac495dSmrg /* #undef HAVE_MACHINE_HAL_SYSINFO_H */
16936ac495dSmrg 
17036ac495dSmrg /* Define to 1 if you have the <malloc.h> header file. */
17136ac495dSmrg #define HAVE_MALLOC_H 1
17236ac495dSmrg 
17336ac495dSmrg /* Define to 1 if you have the `memchr' function. */
17436ac495dSmrg #define HAVE_MEMCHR 1
17536ac495dSmrg 
17636ac495dSmrg /* Define to 1 if you have the `memcmp' function. */
17736ac495dSmrg #define HAVE_MEMCMP 1
17836ac495dSmrg 
17936ac495dSmrg /* Define to 1 if you have the `memcpy' function. */
18036ac495dSmrg #define HAVE_MEMCPY 1
18136ac495dSmrg 
18236ac495dSmrg /* Define to 1 if you have the `memmem' function. */
18336ac495dSmrg #define HAVE_MEMMEM 1
18436ac495dSmrg 
18536ac495dSmrg /* Define to 1 if you have the `memmove' function. */
18636ac495dSmrg #define HAVE_MEMMOVE 1
18736ac495dSmrg 
18836ac495dSmrg /* Define to 1 if you have the <memory.h> header file. */
18936ac495dSmrg #define HAVE_MEMORY_H 1
19036ac495dSmrg 
19136ac495dSmrg /* Define to 1 if you have the `memset' function. */
19236ac495dSmrg #define HAVE_MEMSET 1
19336ac495dSmrg 
19436ac495dSmrg /* Define to 1 if you have the `mkstemps' function. */
19536ac495dSmrg #define HAVE_MKSTEMPS 1
19636ac495dSmrg 
19736ac495dSmrg /* Define to 1 if you have a working `mmap' system call. */
19836ac495dSmrg #define HAVE_MMAP 1
19936ac495dSmrg 
20036ac495dSmrg /* Define to 1 if you have the `on_exit' function. */
20136ac495dSmrg /* #undef HAVE_ON_EXIT */
20236ac495dSmrg 
203c0a68be4Smrg /* Define to 1 if you have the `pipe2' function. */
204c0a68be4Smrg #define HAVE_PIPE2 1
205c0a68be4Smrg 
20636ac495dSmrg /* Define to 1 if you have the <process.h> header file. */
20736ac495dSmrg /* #undef HAVE_PROCESS_H */
20836ac495dSmrg 
20936ac495dSmrg /* Define to 1 if you have the `psignal' function. */
21036ac495dSmrg #define HAVE_PSIGNAL 1
21136ac495dSmrg 
21236ac495dSmrg /* Define to 1 if you have the `pstat_getdynamic' function. */
21336ac495dSmrg /* #undef HAVE_PSTAT_GETDYNAMIC */
21436ac495dSmrg 
21536ac495dSmrg /* Define to 1 if you have the `pstat_getstatic' function. */
21636ac495dSmrg /* #undef HAVE_PSTAT_GETSTATIC */
21736ac495dSmrg 
21836ac495dSmrg /* Define to 1 if you have the `putenv' function. */
21936ac495dSmrg #define HAVE_PUTENV 1
22036ac495dSmrg 
22136ac495dSmrg /* Define to 1 if you have the `random' function. */
22236ac495dSmrg #define HAVE_RANDOM 1
22336ac495dSmrg 
22436ac495dSmrg /* Define to 1 if you have the `realpath' function. */
22536ac495dSmrg #define HAVE_REALPATH 1
22636ac495dSmrg 
22736ac495dSmrg /* Define to 1 if you have the `rename' function. */
22836ac495dSmrg #define HAVE_RENAME 1
22936ac495dSmrg 
23036ac495dSmrg /* Define to 1 if you have the `rindex' function. */
23136ac495dSmrg #define HAVE_RINDEX 1
23236ac495dSmrg 
23336ac495dSmrg /* Define to 1 if you have the `sbrk' function. */
23436ac495dSmrg #define HAVE_SBRK 1
23536ac495dSmrg 
23636ac495dSmrg /* Define to 1 if you have the `setenv' function. */
23736ac495dSmrg #define HAVE_SETENV 1
23836ac495dSmrg 
23936ac495dSmrg /* Define to 1 if you have the `setproctitle' function. */
24036ac495dSmrg #define HAVE_SETPROCTITLE 1
24136ac495dSmrg 
24236ac495dSmrg /* Define to 1 if you have the `setrlimit' function. */
24336ac495dSmrg #define HAVE_SETRLIMIT 1
24436ac495dSmrg 
24536ac495dSmrg /* Define to 1 if you have the `sigsetmask' function. */
24636ac495dSmrg #define HAVE_SIGSETMASK 1
24736ac495dSmrg 
24836ac495dSmrg /* Define to 1 if you have the `snprintf' function. */
24936ac495dSmrg #define HAVE_SNPRINTF 1
25036ac495dSmrg 
25136ac495dSmrg /* Define to 1 if you have the `spawnve' function. */
25236ac495dSmrg /* #undef HAVE_SPAWNVE */
25336ac495dSmrg 
25436ac495dSmrg /* Define to 1 if you have the `spawnvpe' function. */
25536ac495dSmrg /* #undef HAVE_SPAWNVPE */
25636ac495dSmrg 
25736ac495dSmrg /* Define to 1 if you have the <stdint.h> header file. */
25836ac495dSmrg #define HAVE_STDINT_H 1
25936ac495dSmrg 
26036ac495dSmrg /* Define to 1 if you have the <stdio_ext.h> header file. */
26136ac495dSmrg /* #undef HAVE_STDIO_EXT_H */
26236ac495dSmrg 
26336ac495dSmrg /* Define to 1 if you have the <stdlib.h> header file. */
26436ac495dSmrg #define HAVE_STDLIB_H 1
26536ac495dSmrg 
26636ac495dSmrg /* Define to 1 if you have the `stpcpy' function. */
26736ac495dSmrg #define HAVE_STPCPY 1
26836ac495dSmrg 
26936ac495dSmrg /* Define to 1 if you have the `stpncpy' function. */
27036ac495dSmrg #define HAVE_STPNCPY 1
27136ac495dSmrg 
27236ac495dSmrg /* Define to 1 if you have the `strcasecmp' function. */
27336ac495dSmrg #define HAVE_STRCASECMP 1
27436ac495dSmrg 
27536ac495dSmrg /* Define to 1 if you have the `strchr' function. */
27636ac495dSmrg #define HAVE_STRCHR 1
27736ac495dSmrg 
27836ac495dSmrg /* Define to 1 if you have the `strdup' function. */
27936ac495dSmrg #define HAVE_STRDUP 1
28036ac495dSmrg 
28136ac495dSmrg /* Define to 1 if you have the `strerror' function. */
28236ac495dSmrg #define HAVE_STRERROR 1
28336ac495dSmrg 
28436ac495dSmrg /* Define to 1 if you have the <strings.h> header file. */
28536ac495dSmrg #define HAVE_STRINGS_H 1
28636ac495dSmrg 
28736ac495dSmrg /* Define to 1 if you have the <string.h> header file. */
28836ac495dSmrg #define HAVE_STRING_H 1
28936ac495dSmrg 
29036ac495dSmrg /* Define to 1 if you have the `strncasecmp' function. */
29136ac495dSmrg #define HAVE_STRNCASECMP 1
29236ac495dSmrg 
29336ac495dSmrg /* Define to 1 if you have the `strndup' function. */
29436ac495dSmrg #define HAVE_STRNDUP 1
29536ac495dSmrg 
29636ac495dSmrg /* Define to 1 if you have the `strnlen' function. */
29736ac495dSmrg #define HAVE_STRNLEN 1
29836ac495dSmrg 
29936ac495dSmrg /* Define to 1 if you have the `strrchr' function. */
30036ac495dSmrg #define HAVE_STRRCHR 1
30136ac495dSmrg 
30236ac495dSmrg /* Define to 1 if you have the `strsignal' function. */
30336ac495dSmrg #define HAVE_STRSIGNAL 1
30436ac495dSmrg 
30536ac495dSmrg /* Define to 1 if you have the `strstr' function. */
30636ac495dSmrg #define HAVE_STRSTR 1
30736ac495dSmrg 
30836ac495dSmrg /* Define to 1 if you have the `strtod' function. */
30936ac495dSmrg #define HAVE_STRTOD 1
31036ac495dSmrg 
31136ac495dSmrg /* Define to 1 if you have the `strtol' function. */
31236ac495dSmrg #define HAVE_STRTOL 1
31336ac495dSmrg 
31436ac495dSmrg /* Define to 1 if you have the `strtoll' function. */
31536ac495dSmrg #define HAVE_STRTOLL 1
31636ac495dSmrg 
31736ac495dSmrg /* Define to 1 if you have the `strtoul' function. */
31836ac495dSmrg #define HAVE_STRTOUL 1
31936ac495dSmrg 
32036ac495dSmrg /* Define to 1 if you have the `strtoull' function. */
32136ac495dSmrg #define HAVE_STRTOULL 1
32236ac495dSmrg 
32336ac495dSmrg /* Define to 1 if you have the `strverscmp' function. */
32436ac495dSmrg /* #undef HAVE_STRVERSCMP */
32536ac495dSmrg 
32636ac495dSmrg /* Define to 1 if you have the `sysconf' function. */
32736ac495dSmrg #define HAVE_SYSCONF 1
32836ac495dSmrg 
32936ac495dSmrg /* Define to 1 if you have the `sysctl' function. */
33036ac495dSmrg #define HAVE_SYSCTL 1
33136ac495dSmrg 
33236ac495dSmrg /* Define to 1 if you have the `sysmp' function. */
33336ac495dSmrg /* #undef HAVE_SYSMP */
33436ac495dSmrg 
33536ac495dSmrg /* Define if you have the sys_errlist variable. */
33636ac495dSmrg #define HAVE_SYS_ERRLIST 1
33736ac495dSmrg 
33836ac495dSmrg /* Define to 1 if you have the <sys/file.h> header file. */
33936ac495dSmrg #define HAVE_SYS_FILE_H 1
34036ac495dSmrg 
34136ac495dSmrg /* Define to 1 if you have the <sys/mman.h> header file. */
34236ac495dSmrg #define HAVE_SYS_MMAN_H 1
34336ac495dSmrg 
34436ac495dSmrg /* Define if you have the sys_nerr variable. */
34536ac495dSmrg #define HAVE_SYS_NERR 1
34636ac495dSmrg 
34736ac495dSmrg /* Define to 1 if you have the <sys/param.h> header file. */
34836ac495dSmrg #define HAVE_SYS_PARAM_H 1
34936ac495dSmrg 
35036ac495dSmrg /* Define to 1 if you have the <sys/prctl.h> header file. */
35136ac495dSmrg /* #undef HAVE_SYS_PRCTL_H */
35236ac495dSmrg 
35336ac495dSmrg /* Define to 1 if you have the <sys/pstat.h> header file. */
35436ac495dSmrg /* #undef HAVE_SYS_PSTAT_H */
35536ac495dSmrg 
35636ac495dSmrg /* Define to 1 if you have the <sys/resource.h> header file. */
35736ac495dSmrg #define HAVE_SYS_RESOURCE_H 1
35836ac495dSmrg 
35936ac495dSmrg /* Define if you have the sys_siglist variable. */
36036ac495dSmrg #define HAVE_SYS_SIGLIST 1
36136ac495dSmrg 
36236ac495dSmrg /* Define to 1 if you have the <sys/stat.h> header file. */
36336ac495dSmrg #define HAVE_SYS_STAT_H 1
36436ac495dSmrg 
36536ac495dSmrg /* Define to 1 if you have the <sys/sysctl.h> header file. */
36636ac495dSmrg #define HAVE_SYS_SYSCTL_H 1
36736ac495dSmrg 
36836ac495dSmrg /* Define to 1 if you have the <sys/sysinfo.h> header file. */
36936ac495dSmrg /* #undef HAVE_SYS_SYSINFO_H */
37036ac495dSmrg 
37136ac495dSmrg /* Define to 1 if you have the <sys/sysmp.h> header file. */
37236ac495dSmrg /* #undef HAVE_SYS_SYSMP_H */
37336ac495dSmrg 
37436ac495dSmrg /* Define to 1 if you have the <sys/systemcfg.h> header file. */
37536ac495dSmrg /* #undef HAVE_SYS_SYSTEMCFG_H */
37636ac495dSmrg 
37736ac495dSmrg /* Define to 1 if you have the <sys/table.h> header file. */
37836ac495dSmrg /* #undef HAVE_SYS_TABLE_H */
37936ac495dSmrg 
38036ac495dSmrg /* Define to 1 if you have the <sys/time.h> header file. */
38136ac495dSmrg #define HAVE_SYS_TIME_H 1
38236ac495dSmrg 
38336ac495dSmrg /* Define to 1 if you have the <sys/types.h> header file. */
38436ac495dSmrg #define HAVE_SYS_TYPES_H 1
38536ac495dSmrg 
38636ac495dSmrg /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
38736ac495dSmrg #define HAVE_SYS_WAIT_H 1
38836ac495dSmrg 
38936ac495dSmrg /* Define to 1 if you have the `table' function. */
39036ac495dSmrg /* #undef HAVE_TABLE */
39136ac495dSmrg 
39236ac495dSmrg /* Define to 1 if you have the `times' function. */
39336ac495dSmrg #define HAVE_TIMES 1
39436ac495dSmrg 
39536ac495dSmrg /* Define to 1 if you have the <time.h> header file. */
39636ac495dSmrg #define HAVE_TIME_H 1
39736ac495dSmrg 
39836ac495dSmrg /* Define to 1 if you have the `tmpnam' function. */
39936ac495dSmrg #define HAVE_TMPNAM 1
40036ac495dSmrg 
40136ac495dSmrg /* Define if you have the \`uintptr_t' type. */
40236ac495dSmrg #define HAVE_UINTPTR_T 1
40336ac495dSmrg 
40436ac495dSmrg /* Define to 1 if you have the <unistd.h> header file. */
40536ac495dSmrg #define HAVE_UNISTD_H 1
40636ac495dSmrg 
40736ac495dSmrg /* Define to 1 if you have the `vasprintf' function. */
40836ac495dSmrg #define HAVE_VASPRINTF 1
40936ac495dSmrg 
41036ac495dSmrg /* Define to 1 if you have the `vfork' function. */
411*23f5f463Smrg #define HAVE_VFORK 1
41236ac495dSmrg 
41336ac495dSmrg /* Define to 1 if you have the <vfork.h> header file. */
41436ac495dSmrg /* #undef HAVE_VFORK_H */
41536ac495dSmrg 
41636ac495dSmrg /* Define to 1 if you have the `vfprintf' function. */
41736ac495dSmrg #define HAVE_VFPRINTF 1
41836ac495dSmrg 
41936ac495dSmrg /* Define to 1 if you have the `vprintf' function. */
42036ac495dSmrg #define HAVE_VPRINTF 1
42136ac495dSmrg 
42236ac495dSmrg /* Define to 1 if you have the `vsprintf' function. */
42336ac495dSmrg #define HAVE_VSPRINTF 1
42436ac495dSmrg 
42536ac495dSmrg /* Define to 1 if you have the `wait3' function. */
42636ac495dSmrg #define HAVE_WAIT3 1
42736ac495dSmrg 
42836ac495dSmrg /* Define to 1 if you have the `wait4' function. */
42936ac495dSmrg #define HAVE_WAIT4 1
43036ac495dSmrg 
43136ac495dSmrg /* Define to 1 if you have the `waitpid' function. */
43236ac495dSmrg #define HAVE_WAITPID 1
43336ac495dSmrg 
43436ac495dSmrg /* Define to 1 if `fork' works. */
43536ac495dSmrg #define HAVE_WORKING_FORK 1
43636ac495dSmrg 
43736ac495dSmrg /* Define to 1 if `vfork' works. */
438*23f5f463Smrg #define HAVE_WORKING_VFORK 1
43936ac495dSmrg 
44036ac495dSmrg /* Define to 1 if you have the `_doprnt' function. */
44136ac495dSmrg /* #undef HAVE__DOPRNT */
44236ac495dSmrg 
44336ac495dSmrg /* Define if you have the _system_configuration variable. */
44436ac495dSmrg /* #undef HAVE__SYSTEM_CONFIGURATION */
44536ac495dSmrg 
44636ac495dSmrg /* Define to 1 if you have the `__fsetlocking' function. */
44736ac495dSmrg /* #undef HAVE___FSETLOCKING */
44836ac495dSmrg 
44936ac495dSmrg /* Define if canonicalize_file_name is not declared in system header files. */
45036ac495dSmrg #define NEED_DECLARATION_CANONICALIZE_FILE_NAME 1
45136ac495dSmrg 
45236ac495dSmrg /* Define if errno must be declared even when <errno.h> is included. */
45336ac495dSmrg /* #undef NEED_DECLARATION_ERRNO */
45436ac495dSmrg 
45536ac495dSmrg /* Define to 1 if your C compiler doesn't accept -c and -o together. */
45636ac495dSmrg /* #undef NO_MINUS_C_MINUS_O */
45736ac495dSmrg 
45836ac495dSmrg /* Define to the address where bug reports for this package should be sent. */
45936ac495dSmrg #define PACKAGE_BUGREPORT ""
46036ac495dSmrg 
46136ac495dSmrg /* Define to the full name of this package. */
46236ac495dSmrg #define PACKAGE_NAME ""
46336ac495dSmrg 
46436ac495dSmrg /* Define to the full name and version of this package. */
46536ac495dSmrg #define PACKAGE_STRING ""
46636ac495dSmrg 
46736ac495dSmrg /* Define to the one symbol short name of this package. */
46836ac495dSmrg #define PACKAGE_TARNAME ""
46936ac495dSmrg 
47036ac495dSmrg /* Define to the home page for this package. */
47136ac495dSmrg #define PACKAGE_URL ""
47236ac495dSmrg 
47336ac495dSmrg /* Define to the version of this package. */
47436ac495dSmrg #define PACKAGE_VERSION ""
47536ac495dSmrg 
47636ac495dSmrg /* The size of `int', as computed by sizeof. */
47736ac495dSmrg #define SIZEOF_INT 4
47836ac495dSmrg 
47936ac495dSmrg /* The size of `long', as computed by sizeof. */
48036ac495dSmrg #define SIZEOF_LONG 4
48136ac495dSmrg 
48236ac495dSmrg /* The size of `long long', as computed by sizeof. */
48336ac495dSmrg #define SIZEOF_LONG_LONG 8
48436ac495dSmrg 
48536ac495dSmrg /* The size of `size_t', as computed by sizeof. */
48636ac495dSmrg #define SIZEOF_SIZE_T 4
48736ac495dSmrg 
48836ac495dSmrg /* Define if you know the direction of stack growth for your system; otherwise
48936ac495dSmrg    it will be automatically deduced at run-time. STACK_DIRECTION > 0 => grows
49036ac495dSmrg    toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses
49136ac495dSmrg    STACK_DIRECTION = 0 => direction of growth unknown */
49236ac495dSmrg #define STACK_DIRECTION 0
49336ac495dSmrg 
49436ac495dSmrg /* Define to 1 if you have the ANSI C header files. */
49536ac495dSmrg #define STDC_HEADERS 1
49636ac495dSmrg 
49736ac495dSmrg /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
49836ac495dSmrg #define TIME_WITH_SYS_TIME 1
49936ac495dSmrg 
50036ac495dSmrg /* Define to an unsigned 64-bit type available in the compiler. */
50136ac495dSmrg #define UNSIGNED_64BIT_TYPE uint64_t
50236ac495dSmrg 
50336ac495dSmrg /* Enable extensions on AIX 3, Interix.  */
50436ac495dSmrg #ifndef _ALL_SOURCE
50536ac495dSmrg # define _ALL_SOURCE 1
50636ac495dSmrg #endif
50736ac495dSmrg /* Enable GNU extensions on systems that have them.  */
50836ac495dSmrg #ifndef _GNU_SOURCE
50936ac495dSmrg # define _GNU_SOURCE 1
51036ac495dSmrg #endif
51136ac495dSmrg /* Enable threading extensions on Solaris.  */
51236ac495dSmrg #ifndef _POSIX_PTHREAD_SEMANTICS
51336ac495dSmrg # define _POSIX_PTHREAD_SEMANTICS 1
51436ac495dSmrg #endif
51536ac495dSmrg /* Enable extensions on HP NonStop.  */
51636ac495dSmrg #ifndef _TANDEM_SOURCE
51736ac495dSmrg # define _TANDEM_SOURCE 1
51836ac495dSmrg #endif
51936ac495dSmrg /* Enable general extensions on Solaris.  */
52036ac495dSmrg #ifndef __EXTENSIONS__
52136ac495dSmrg # define __EXTENSIONS__ 1
52236ac495dSmrg #endif
52336ac495dSmrg 
52436ac495dSmrg 
52536ac495dSmrg /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
52636ac495dSmrg    significant byte first (like Motorola and SPARC, unlike Intel). */
52736ac495dSmrg #if defined AC_APPLE_UNIVERSAL_BUILD
52836ac495dSmrg # if defined __BIG_ENDIAN__
52936ac495dSmrg #  define WORDS_BIGENDIAN 1
53036ac495dSmrg # endif
53136ac495dSmrg #else
53236ac495dSmrg # ifndef WORDS_BIGENDIAN
53336ac495dSmrg /* #  undef WORDS_BIGENDIAN */
53436ac495dSmrg # endif
53536ac495dSmrg #endif
53636ac495dSmrg 
537c0a68be4Smrg /* Enable large inode numbers on Mac OS X 10.5.  */
538c0a68be4Smrg #ifndef _DARWIN_USE_64_BIT_INODE
539c0a68be4Smrg # define _DARWIN_USE_64_BIT_INODE 1
540c0a68be4Smrg #endif
541c0a68be4Smrg 
54236ac495dSmrg /* Number of bits in a file offset, on hosts where this is settable. */
54336ac495dSmrg /* #undef _FILE_OFFSET_BITS */
54436ac495dSmrg 
54536ac495dSmrg /* Define for large files, on AIX-style hosts. */
54636ac495dSmrg /* #undef _LARGE_FILES */
54736ac495dSmrg 
54836ac495dSmrg /* Define to 1 if on MINIX. */
54936ac495dSmrg /* #undef _MINIX */
55036ac495dSmrg 
55136ac495dSmrg /* Define to 2 if the system does not provide POSIX.1 features except with
55236ac495dSmrg    this defined. */
55336ac495dSmrg /* #undef _POSIX_1_SOURCE */
55436ac495dSmrg 
55536ac495dSmrg /* Define to 1 if you need to in order for `stat' and other things to work. */
55636ac495dSmrg /* #undef _POSIX_SOURCE */
55736ac495dSmrg 
55836ac495dSmrg /* Define to empty if `const' does not conform to ANSI C. */
55936ac495dSmrg /* #undef const */
56036ac495dSmrg 
56136ac495dSmrg /* Define to `__inline__' or `__inline' if that's what the C compiler
56236ac495dSmrg    calls it, or to nothing if 'inline' is not supported under any name.  */
56336ac495dSmrg #ifndef __cplusplus
56436ac495dSmrg /* #undef inline */
56536ac495dSmrg #endif
56636ac495dSmrg 
56736ac495dSmrg /* Define to the type of a signed integer type wide enough to hold a pointer,
56836ac495dSmrg    if such a type exists, and if the system does not define it. */
56936ac495dSmrg /* #undef intptr_t */
57036ac495dSmrg 
57136ac495dSmrg /* Define to `int' if <sys/types.h> does not define. */
57236ac495dSmrg /* #undef pid_t */
57336ac495dSmrg 
57436ac495dSmrg /* Define to `int' if <sys/types.h> does not define. */
57536ac495dSmrg /* #undef ssize_t */
57636ac495dSmrg 
57736ac495dSmrg /* Define to the type of an unsigned integer type wide enough to hold a
57836ac495dSmrg    pointer, if such a type exists, and if the system does not define it. */
57936ac495dSmrg /* #undef uintptr_t */
58036ac495dSmrg 
58136ac495dSmrg /* Define as `fork' if `vfork' does not work. */
582*23f5f463Smrg /* #undef vfork */
583