131580a89Sskrll /* This file is automatically generated.  DO NOT EDIT! */
2*61777bd4Schristos /* Generated from: NetBSD: mknative-binutils,v 1.13 2020/04/04 01:34:53 christos Exp  */
3b129d510Schristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
431580a89Sskrll 
54bebacfdSmrg /* config.h.  Generated from config.in by configure.  */
631580a89Sskrll /* config.in.  Generated from configure.ac by autoheader.  */
731580a89Sskrll 
84bebacfdSmrg /* Define if building universal (internal helper macro) */
94bebacfdSmrg /* #undef AC_APPLE_UNIVERSAL_BUILD */
104bebacfdSmrg 
1131580a89Sskrll /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
1231580a89Sskrll    This function is required for alloca.c support on those systems. */
1331580a89Sskrll /* #undef CRAY_STACKSEG_END */
1431580a89Sskrll 
1531580a89Sskrll /* Define to 1 if you have the <alloca.h> header file. */
1631580a89Sskrll /* #undef HAVE_ALLOCA_H */
1731580a89Sskrll 
1831580a89Sskrll /* Define to 1 if you have the `asprintf' function. */
1931580a89Sskrll #define HAVE_ASPRINTF 1
2031580a89Sskrll 
2131580a89Sskrll /* Define to 1 if you have the `atexit' function. */
2231580a89Sskrll #define HAVE_ATEXIT 1
2331580a89Sskrll 
2431580a89Sskrll /* Define to 1 if you have the `basename' function. */
2531580a89Sskrll #define HAVE_BASENAME 1
2631580a89Sskrll 
2731580a89Sskrll /* Define to 1 if you have the `bcmp' function. */
2831580a89Sskrll #define HAVE_BCMP 1
2931580a89Sskrll 
3031580a89Sskrll /* Define to 1 if you have the `bcopy' function. */
3131580a89Sskrll #define HAVE_BCOPY 1
3231580a89Sskrll 
3331580a89Sskrll /* Define to 1 if you have the `bsearch' function. */
3431580a89Sskrll #define HAVE_BSEARCH 1
3531580a89Sskrll 
3631580a89Sskrll /* Define to 1 if you have the `bzero' function. */
3731580a89Sskrll #define HAVE_BZERO 1
3831580a89Sskrll 
3931580a89Sskrll /* Define to 1 if you have the `calloc' function. */
4031580a89Sskrll #define HAVE_CALLOC 1
4131580a89Sskrll 
4231580a89Sskrll /* Define to 1 if you have the `canonicalize_file_name' function. */
4331580a89Sskrll /* #undef HAVE_CANONICALIZE_FILE_NAME */
4431580a89Sskrll 
4531580a89Sskrll /* Define to 1 if you have the `clock' function. */
4631580a89Sskrll #define HAVE_CLOCK 1
4731580a89Sskrll 
4831580a89Sskrll /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
4931580a89Sskrll    don't. */
5031580a89Sskrll #define HAVE_DECL_ASPRINTF 1
5131580a89Sskrll 
524bebacfdSmrg /* Define to 1 if you have the declaration of `basename(char *)', and to 0 if
534bebacfdSmrg    you don't. */
5431580a89Sskrll #define HAVE_DECL_BASENAME 0
5531580a89Sskrll 
5631580a89Sskrll /* Define to 1 if you have the declaration of `calloc', and to 0 if you don't.
5731580a89Sskrll    */
5831580a89Sskrll #define HAVE_DECL_CALLOC 1
5931580a89Sskrll 
6031580a89Sskrll /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
6131580a89Sskrll #define HAVE_DECL_FFS 1
6231580a89Sskrll 
6331580a89Sskrll /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
6431580a89Sskrll    */
6531580a89Sskrll #define HAVE_DECL_GETENV 1
6631580a89Sskrll 
6731580a89Sskrll /* Define to 1 if you have the declaration of `getopt', and to 0 if you don't.
6831580a89Sskrll    */
6931580a89Sskrll #define HAVE_DECL_GETOPT 1
7031580a89Sskrll 
7131580a89Sskrll /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
7231580a89Sskrll    */
7331580a89Sskrll #define HAVE_DECL_MALLOC 1
7431580a89Sskrll 
7531580a89Sskrll /* Define to 1 if you have the declaration of `realloc', and to 0 if you
7631580a89Sskrll    don't. */
7731580a89Sskrll #define HAVE_DECL_REALLOC 1
7831580a89Sskrll 
7931580a89Sskrll /* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't.
8031580a89Sskrll    */
8131580a89Sskrll #define HAVE_DECL_SBRK 1
8231580a89Sskrll 
8331580a89Sskrll /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
8431580a89Sskrll    don't. */
8531580a89Sskrll #define HAVE_DECL_SNPRINTF 1
8631580a89Sskrll 
87b129d510Schristos /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
88b129d510Schristos    don't. */
89b129d510Schristos #define HAVE_DECL_STRNLEN 1
90b129d510Schristos 
91b10267f3Schristos /* Define to 1 if you have the declaration of `strtol', and to 0 if you don't.
92b10267f3Schristos    */
93b10267f3Schristos #define HAVE_DECL_STRTOL 1
94b10267f3Schristos 
95b10267f3Schristos /* Define to 1 if you have the declaration of `strtoll', and to 0 if you
96b10267f3Schristos    don't. */
97b10267f3Schristos #define HAVE_DECL_STRTOLL 1
98b10267f3Schristos 
99b10267f3Schristos /* Define to 1 if you have the declaration of `strtoul', and to 0 if you
100b10267f3Schristos    don't. */
101b10267f3Schristos #define HAVE_DECL_STRTOUL 1
102b10267f3Schristos 
103b10267f3Schristos /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
104b10267f3Schristos    don't. */
105b10267f3Schristos #define HAVE_DECL_STRTOULL 1
106b10267f3Schristos 
10731580a89Sskrll /* Define to 1 if you have the declaration of `strverscmp', and to 0 if you
10831580a89Sskrll    don't. */
10931580a89Sskrll #define HAVE_DECL_STRVERSCMP 0
11031580a89Sskrll 
11131580a89Sskrll /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
11231580a89Sskrll    don't. */
11331580a89Sskrll #define HAVE_DECL_VASPRINTF 1
11431580a89Sskrll 
11531580a89Sskrll /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
11631580a89Sskrll    don't. */
11731580a89Sskrll #define HAVE_DECL_VSNPRINTF 1
11831580a89Sskrll 
1194bebacfdSmrg /* Define to 1 if you have the `dup3' function. */
1204bebacfdSmrg #define HAVE_DUP3 1
1214bebacfdSmrg 
12231580a89Sskrll /* Define to 1 if you have the <fcntl.h> header file. */
12331580a89Sskrll #define HAVE_FCNTL_H 1
12431580a89Sskrll 
12531580a89Sskrll /* Define to 1 if you have the `ffs' function. */
12631580a89Sskrll #define HAVE_FFS 1
12731580a89Sskrll 
12831580a89Sskrll /* Define to 1 if you have the `fork' function. */
12931580a89Sskrll #define HAVE_FORK 1
13031580a89Sskrll 
13131580a89Sskrll /* Define to 1 if you have the `getcwd' function. */
13231580a89Sskrll #define HAVE_GETCWD 1
13331580a89Sskrll 
13431580a89Sskrll /* Define to 1 if you have the `getpagesize' function. */
13531580a89Sskrll #define HAVE_GETPAGESIZE 1
13631580a89Sskrll 
1373a3b7c3eSmrg /* Define to 1 if you have the `getrlimit' function. */
1383a3b7c3eSmrg #define HAVE_GETRLIMIT 1
1393a3b7c3eSmrg 
14031580a89Sskrll /* Define to 1 if you have the `getrusage' function. */
14131580a89Sskrll #define HAVE_GETRUSAGE 1
14231580a89Sskrll 
14331580a89Sskrll /* Define to 1 if you have the `getsysinfo' function. */
14431580a89Sskrll /* #undef HAVE_GETSYSINFO */
14531580a89Sskrll 
14631580a89Sskrll /* Define to 1 if you have the `gettimeofday' function. */
14731580a89Sskrll #define HAVE_GETTIMEOFDAY 1
14831580a89Sskrll 
14931580a89Sskrll /* Define to 1 if you have the `index' function. */
15031580a89Sskrll #define HAVE_INDEX 1
15131580a89Sskrll 
15231580a89Sskrll /* Define to 1 if you have the `insque' function. */
15331580a89Sskrll #define HAVE_INSQUE 1
15431580a89Sskrll 
1554bebacfdSmrg /* Define to 1 if the system has the type `intptr_t'. */
1564bebacfdSmrg #define HAVE_INTPTR_T 1
1574bebacfdSmrg 
15831580a89Sskrll /* Define to 1 if you have the <inttypes.h> header file. */
15931580a89Sskrll #define HAVE_INTTYPES_H 1
16031580a89Sskrll 
16131580a89Sskrll /* Define to 1 if you have the <limits.h> header file. */
16231580a89Sskrll #define HAVE_LIMITS_H 1
16331580a89Sskrll 
164b10267f3Schristos /* Define if you have the `long long' type. */
165b10267f3Schristos #define HAVE_LONG_LONG 1
166b10267f3Schristos 
16731580a89Sskrll /* Define to 1 if you have the <machine/hal_sysinfo.h> header file. */
16831580a89Sskrll /* #undef HAVE_MACHINE_HAL_SYSINFO_H */
16931580a89Sskrll 
17031580a89Sskrll /* Define to 1 if you have the <malloc.h> header file. */
17131580a89Sskrll #define HAVE_MALLOC_H 1
17231580a89Sskrll 
17331580a89Sskrll /* Define to 1 if you have the `memchr' function. */
17431580a89Sskrll #define HAVE_MEMCHR 1
17531580a89Sskrll 
17631580a89Sskrll /* Define to 1 if you have the `memcmp' function. */
17731580a89Sskrll #define HAVE_MEMCMP 1
17831580a89Sskrll 
17931580a89Sskrll /* Define to 1 if you have the `memcpy' function. */
18031580a89Sskrll #define HAVE_MEMCPY 1
18131580a89Sskrll 
1824bebacfdSmrg /* Define to 1 if you have the `memmem' function. */
1834bebacfdSmrg #define HAVE_MEMMEM 1
1844bebacfdSmrg 
18531580a89Sskrll /* Define to 1 if you have the `memmove' function. */
18631580a89Sskrll #define HAVE_MEMMOVE 1
18731580a89Sskrll 
18831580a89Sskrll /* Define to 1 if you have the <memory.h> header file. */
18931580a89Sskrll #define HAVE_MEMORY_H 1
19031580a89Sskrll 
19131580a89Sskrll /* Define to 1 if you have the `memset' function. */
19231580a89Sskrll #define HAVE_MEMSET 1
19331580a89Sskrll 
19431580a89Sskrll /* Define to 1 if you have the `mkstemps' function. */
195b10267f3Schristos #define HAVE_MKSTEMPS 1
19631580a89Sskrll 
19731580a89Sskrll /* Define to 1 if you have a working `mmap' system call. */
19831580a89Sskrll #define HAVE_MMAP 1
19931580a89Sskrll 
20031580a89Sskrll /* Define to 1 if you have the `on_exit' function. */
20131580a89Sskrll /* #undef HAVE_ON_EXIT */
20231580a89Sskrll 
203*61777bd4Schristos /* Define to 1 if you have the `pipe2' function. */
204*61777bd4Schristos #define HAVE_PIPE2 1
205*61777bd4Schristos 
2064bebacfdSmrg /* Define to 1 if you have the <process.h> header file. */
2074bebacfdSmrg /* #undef HAVE_PROCESS_H */
2084bebacfdSmrg 
20931580a89Sskrll /* Define to 1 if you have the `psignal' function. */
21031580a89Sskrll #define HAVE_PSIGNAL 1
21131580a89Sskrll 
21231580a89Sskrll /* Define to 1 if you have the `pstat_getdynamic' function. */
21331580a89Sskrll /* #undef HAVE_PSTAT_GETDYNAMIC */
21431580a89Sskrll 
21531580a89Sskrll /* Define to 1 if you have the `pstat_getstatic' function. */
21631580a89Sskrll /* #undef HAVE_PSTAT_GETSTATIC */
21731580a89Sskrll 
21831580a89Sskrll /* Define to 1 if you have the `putenv' function. */
21931580a89Sskrll #define HAVE_PUTENV 1
22031580a89Sskrll 
22131580a89Sskrll /* Define to 1 if you have the `random' function. */
22231580a89Sskrll #define HAVE_RANDOM 1
22331580a89Sskrll 
22431580a89Sskrll /* Define to 1 if you have the `realpath' function. */
22531580a89Sskrll #define HAVE_REALPATH 1
22631580a89Sskrll 
22731580a89Sskrll /* Define to 1 if you have the `rename' function. */
22831580a89Sskrll #define HAVE_RENAME 1
22931580a89Sskrll 
23031580a89Sskrll /* Define to 1 if you have the `rindex' function. */
23131580a89Sskrll #define HAVE_RINDEX 1
23231580a89Sskrll 
23331580a89Sskrll /* Define to 1 if you have the `sbrk' function. */
23431580a89Sskrll #define HAVE_SBRK 1
23531580a89Sskrll 
23631580a89Sskrll /* Define to 1 if you have the `setenv' function. */
23731580a89Sskrll #define HAVE_SETENV 1
23831580a89Sskrll 
2394bebacfdSmrg /* Define to 1 if you have the `setproctitle' function. */
2404bebacfdSmrg #define HAVE_SETPROCTITLE 1
2414bebacfdSmrg 
2423a3b7c3eSmrg /* Define to 1 if you have the `setrlimit' function. */
2433a3b7c3eSmrg #define HAVE_SETRLIMIT 1
2443a3b7c3eSmrg 
24531580a89Sskrll /* Define to 1 if you have the `sigsetmask' function. */
24631580a89Sskrll #define HAVE_SIGSETMASK 1
24731580a89Sskrll 
24831580a89Sskrll /* Define to 1 if you have the `snprintf' function. */
24931580a89Sskrll #define HAVE_SNPRINTF 1
25031580a89Sskrll 
2514bebacfdSmrg /* Define to 1 if you have the `spawnve' function. */
2524bebacfdSmrg /* #undef HAVE_SPAWNVE */
2534bebacfdSmrg 
2544bebacfdSmrg /* Define to 1 if you have the `spawnvpe' function. */
2554bebacfdSmrg /* #undef HAVE_SPAWNVPE */
2564bebacfdSmrg 
25731580a89Sskrll /* Define to 1 if you have the <stdint.h> header file. */
25831580a89Sskrll #define HAVE_STDINT_H 1
25931580a89Sskrll 
26031580a89Sskrll /* Define to 1 if you have the <stdio_ext.h> header file. */
26131580a89Sskrll /* #undef HAVE_STDIO_EXT_H */
26231580a89Sskrll 
26331580a89Sskrll /* Define to 1 if you have the <stdlib.h> header file. */
26431580a89Sskrll #define HAVE_STDLIB_H 1
26531580a89Sskrll 
26631580a89Sskrll /* Define to 1 if you have the `stpcpy' function. */
26731580a89Sskrll #define HAVE_STPCPY 1
26831580a89Sskrll 
26931580a89Sskrll /* Define to 1 if you have the `stpncpy' function. */
27031580a89Sskrll #define HAVE_STPNCPY 1
27131580a89Sskrll 
27231580a89Sskrll /* Define to 1 if you have the `strcasecmp' function. */
27331580a89Sskrll #define HAVE_STRCASECMP 1
27431580a89Sskrll 
27531580a89Sskrll /* Define to 1 if you have the `strchr' function. */
27631580a89Sskrll #define HAVE_STRCHR 1
27731580a89Sskrll 
27831580a89Sskrll /* Define to 1 if you have the `strdup' function. */
27931580a89Sskrll #define HAVE_STRDUP 1
28031580a89Sskrll 
28131580a89Sskrll /* Define to 1 if you have the `strerror' function. */
28231580a89Sskrll #define HAVE_STRERROR 1
28331580a89Sskrll 
28431580a89Sskrll /* Define to 1 if you have the <strings.h> header file. */
28531580a89Sskrll #define HAVE_STRINGS_H 1
28631580a89Sskrll 
28731580a89Sskrll /* Define to 1 if you have the <string.h> header file. */
28831580a89Sskrll #define HAVE_STRING_H 1
28931580a89Sskrll 
29031580a89Sskrll /* Define to 1 if you have the `strncasecmp' function. */
29131580a89Sskrll #define HAVE_STRNCASECMP 1
29231580a89Sskrll 
29331580a89Sskrll /* Define to 1 if you have the `strndup' function. */
29431580a89Sskrll #define HAVE_STRNDUP 1
29531580a89Sskrll 
296b10267f3Schristos /* Define to 1 if you have the `strnlen' function. */
297b10267f3Schristos #define HAVE_STRNLEN 1
298b10267f3Schristos 
29931580a89Sskrll /* Define to 1 if you have the `strrchr' function. */
30031580a89Sskrll #define HAVE_STRRCHR 1
30131580a89Sskrll 
30231580a89Sskrll /* Define to 1 if you have the `strsignal' function. */
30331580a89Sskrll #define HAVE_STRSIGNAL 1
30431580a89Sskrll 
30531580a89Sskrll /* Define to 1 if you have the `strstr' function. */
30631580a89Sskrll #define HAVE_STRSTR 1
30731580a89Sskrll 
30831580a89Sskrll /* Define to 1 if you have the `strtod' function. */
30931580a89Sskrll #define HAVE_STRTOD 1
31031580a89Sskrll 
31131580a89Sskrll /* Define to 1 if you have the `strtol' function. */
31231580a89Sskrll #define HAVE_STRTOL 1
31331580a89Sskrll 
314b10267f3Schristos /* Define to 1 if you have the `strtoll' function. */
315b10267f3Schristos #define HAVE_STRTOLL 1
316b10267f3Schristos 
31731580a89Sskrll /* Define to 1 if you have the `strtoul' function. */
31831580a89Sskrll #define HAVE_STRTOUL 1
31931580a89Sskrll 
320b10267f3Schristos /* Define to 1 if you have the `strtoull' function. */
321b10267f3Schristos #define HAVE_STRTOULL 1
322b10267f3Schristos 
32331580a89Sskrll /* Define to 1 if you have the `strverscmp' function. */
32431580a89Sskrll /* #undef HAVE_STRVERSCMP */
32531580a89Sskrll 
32631580a89Sskrll /* Define to 1 if you have the `sysconf' function. */
32731580a89Sskrll #define HAVE_SYSCONF 1
32831580a89Sskrll 
32931580a89Sskrll /* Define to 1 if you have the `sysctl' function. */
33031580a89Sskrll #define HAVE_SYSCTL 1
33131580a89Sskrll 
33231580a89Sskrll /* Define to 1 if you have the `sysmp' function. */
33331580a89Sskrll /* #undef HAVE_SYSMP */
33431580a89Sskrll 
33531580a89Sskrll /* Define if you have the sys_errlist variable. */
33631580a89Sskrll #define HAVE_SYS_ERRLIST 1
33731580a89Sskrll 
33831580a89Sskrll /* Define to 1 if you have the <sys/file.h> header file. */
33931580a89Sskrll #define HAVE_SYS_FILE_H 1
34031580a89Sskrll 
34131580a89Sskrll /* Define to 1 if you have the <sys/mman.h> header file. */
34231580a89Sskrll #define HAVE_SYS_MMAN_H 1
34331580a89Sskrll 
34431580a89Sskrll /* Define if you have the sys_nerr variable. */
34531580a89Sskrll #define HAVE_SYS_NERR 1
34631580a89Sskrll 
34731580a89Sskrll /* Define to 1 if you have the <sys/param.h> header file. */
34831580a89Sskrll #define HAVE_SYS_PARAM_H 1
34931580a89Sskrll 
3503a3b7c3eSmrg /* Define to 1 if you have the <sys/prctl.h> header file. */
3513a3b7c3eSmrg /* #undef HAVE_SYS_PRCTL_H */
3523a3b7c3eSmrg 
35331580a89Sskrll /* Define to 1 if you have the <sys/pstat.h> header file. */
35431580a89Sskrll /* #undef HAVE_SYS_PSTAT_H */
35531580a89Sskrll 
35631580a89Sskrll /* Define to 1 if you have the <sys/resource.h> header file. */
35731580a89Sskrll #define HAVE_SYS_RESOURCE_H 1
35831580a89Sskrll 
35931580a89Sskrll /* Define if you have the sys_siglist variable. */
36031580a89Sskrll #define HAVE_SYS_SIGLIST 1
36131580a89Sskrll 
36231580a89Sskrll /* Define to 1 if you have the <sys/stat.h> header file. */
36331580a89Sskrll #define HAVE_SYS_STAT_H 1
36431580a89Sskrll 
36531580a89Sskrll /* Define to 1 if you have the <sys/sysctl.h> header file. */
36631580a89Sskrll #define HAVE_SYS_SYSCTL_H 1
36731580a89Sskrll 
36831580a89Sskrll /* Define to 1 if you have the <sys/sysinfo.h> header file. */
36931580a89Sskrll /* #undef HAVE_SYS_SYSINFO_H */
37031580a89Sskrll 
37131580a89Sskrll /* Define to 1 if you have the <sys/sysmp.h> header file. */
37231580a89Sskrll /* #undef HAVE_SYS_SYSMP_H */
37331580a89Sskrll 
37431580a89Sskrll /* Define to 1 if you have the <sys/systemcfg.h> header file. */
37531580a89Sskrll /* #undef HAVE_SYS_SYSTEMCFG_H */
37631580a89Sskrll 
37731580a89Sskrll /* Define to 1 if you have the <sys/table.h> header file. */
37831580a89Sskrll /* #undef HAVE_SYS_TABLE_H */
37931580a89Sskrll 
38031580a89Sskrll /* Define to 1 if you have the <sys/time.h> header file. */
38131580a89Sskrll #define HAVE_SYS_TIME_H 1
38231580a89Sskrll 
38331580a89Sskrll /* Define to 1 if you have the <sys/types.h> header file. */
38431580a89Sskrll #define HAVE_SYS_TYPES_H 1
38531580a89Sskrll 
38631580a89Sskrll /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
38731580a89Sskrll #define HAVE_SYS_WAIT_H 1
38831580a89Sskrll 
38931580a89Sskrll /* Define to 1 if you have the `table' function. */
39031580a89Sskrll /* #undef HAVE_TABLE */
39131580a89Sskrll 
39231580a89Sskrll /* Define to 1 if you have the `times' function. */
39331580a89Sskrll #define HAVE_TIMES 1
39431580a89Sskrll 
39531580a89Sskrll /* Define to 1 if you have the <time.h> header file. */
39631580a89Sskrll #define HAVE_TIME_H 1
39731580a89Sskrll 
39831580a89Sskrll /* Define to 1 if you have the `tmpnam' function. */
39931580a89Sskrll #define HAVE_TMPNAM 1
40031580a89Sskrll 
40131580a89Sskrll /* Define if you have the \`uintptr_t' type. */
40231580a89Sskrll #define HAVE_UINTPTR_T 1
40331580a89Sskrll 
40431580a89Sskrll /* Define to 1 if you have the <unistd.h> header file. */
40531580a89Sskrll #define HAVE_UNISTD_H 1
40631580a89Sskrll 
40731580a89Sskrll /* Define to 1 if you have the `vasprintf' function. */
40831580a89Sskrll #define HAVE_VASPRINTF 1
40931580a89Sskrll 
41031580a89Sskrll /* Define to 1 if you have the `vfork' function. */
41131580a89Sskrll #define HAVE_VFORK 1
41231580a89Sskrll 
41331580a89Sskrll /* Define to 1 if you have the <vfork.h> header file. */
41431580a89Sskrll /* #undef HAVE_VFORK_H */
41531580a89Sskrll 
41631580a89Sskrll /* Define to 1 if you have the `vfprintf' function. */
41731580a89Sskrll #define HAVE_VFPRINTF 1
41831580a89Sskrll 
41931580a89Sskrll /* Define to 1 if you have the `vprintf' function. */
42031580a89Sskrll #define HAVE_VPRINTF 1
42131580a89Sskrll 
42231580a89Sskrll /* Define to 1 if you have the `vsprintf' function. */
42331580a89Sskrll #define HAVE_VSPRINTF 1
42431580a89Sskrll 
42531580a89Sskrll /* Define to 1 if you have the `wait3' function. */
42631580a89Sskrll #define HAVE_WAIT3 1
42731580a89Sskrll 
42831580a89Sskrll /* Define to 1 if you have the `wait4' function. */
42931580a89Sskrll #define HAVE_WAIT4 1
43031580a89Sskrll 
43131580a89Sskrll /* Define to 1 if you have the `waitpid' function. */
43231580a89Sskrll #define HAVE_WAITPID 1
43331580a89Sskrll 
43431580a89Sskrll /* Define to 1 if `fork' works. */
43531580a89Sskrll #define HAVE_WORKING_FORK 1
43631580a89Sskrll 
43731580a89Sskrll /* Define to 1 if `vfork' works. */
43831580a89Sskrll #define HAVE_WORKING_VFORK 1
43931580a89Sskrll 
44031580a89Sskrll /* Define to 1 if you have the `_doprnt' function. */
44131580a89Sskrll /* #undef HAVE__DOPRNT */
44231580a89Sskrll 
44331580a89Sskrll /* Define if you have the _system_configuration variable. */
44431580a89Sskrll /* #undef HAVE__SYSTEM_CONFIGURATION */
44531580a89Sskrll 
44631580a89Sskrll /* Define to 1 if you have the `__fsetlocking' function. */
44731580a89Sskrll /* #undef HAVE___FSETLOCKING */
44831580a89Sskrll 
44931580a89Sskrll /* Define if canonicalize_file_name is not declared in system header files. */
45031580a89Sskrll #define NEED_DECLARATION_CANONICALIZE_FILE_NAME 1
45131580a89Sskrll 
45231580a89Sskrll /* Define if errno must be declared even when <errno.h> is included. */
45331580a89Sskrll /* #undef NEED_DECLARATION_ERRNO */
45431580a89Sskrll 
45531580a89Sskrll /* Define to 1 if your C compiler doesn't accept -c and -o together. */
45631580a89Sskrll /* #undef NO_MINUS_C_MINUS_O */
45731580a89Sskrll 
45831580a89Sskrll /* Define to the address where bug reports for this package should be sent. */
45931580a89Sskrll #define PACKAGE_BUGREPORT ""
46031580a89Sskrll 
46131580a89Sskrll /* Define to the full name of this package. */
46231580a89Sskrll #define PACKAGE_NAME ""
46331580a89Sskrll 
46431580a89Sskrll /* Define to the full name and version of this package. */
46531580a89Sskrll #define PACKAGE_STRING ""
46631580a89Sskrll 
46731580a89Sskrll /* Define to the one symbol short name of this package. */
46831580a89Sskrll #define PACKAGE_TARNAME ""
46931580a89Sskrll 
4704bebacfdSmrg /* Define to the home page for this package. */
4714bebacfdSmrg #define PACKAGE_URL ""
4724bebacfdSmrg 
47331580a89Sskrll /* Define to the version of this package. */
47431580a89Sskrll #define PACKAGE_VERSION ""
47531580a89Sskrll 
4764bebacfdSmrg /* The size of `int', as computed by sizeof. */
47731580a89Sskrll #define SIZEOF_INT 4
47831580a89Sskrll 
479b10267f3Schristos /* The size of `long', as computed by sizeof. */
480b10267f3Schristos #define SIZEOF_LONG 4
481b10267f3Schristos 
482b10267f3Schristos /* The size of `long long', as computed by sizeof. */
483b10267f3Schristos #define SIZEOF_LONG_LONG 8
484b10267f3Schristos 
485b10267f3Schristos /* The size of `size_t', as computed by sizeof. */
486b10267f3Schristos #define SIZEOF_SIZE_T 4
487b10267f3Schristos 
48831580a89Sskrll /* Define if you know the direction of stack growth for your system; otherwise
48931580a89Sskrll    it will be automatically deduced at run-time. STACK_DIRECTION > 0 => grows
49031580a89Sskrll    toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses
49131580a89Sskrll    STACK_DIRECTION = 0 => direction of growth unknown */
49231580a89Sskrll #define STACK_DIRECTION 0
49331580a89Sskrll 
49431580a89Sskrll /* Define to 1 if you have the ANSI C header files. */
49531580a89Sskrll #define STDC_HEADERS 1
49631580a89Sskrll 
49731580a89Sskrll /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
49831580a89Sskrll #define TIME_WITH_SYS_TIME 1
49931580a89Sskrll 
50031580a89Sskrll /* Define to an unsigned 64-bit type available in the compiler. */
50131580a89Sskrll #define UNSIGNED_64BIT_TYPE uint64_t
50231580a89Sskrll 
503b10267f3Schristos /* Enable extensions on AIX 3, Interix.  */
504b10267f3Schristos #ifndef _ALL_SOURCE
505b10267f3Schristos # define _ALL_SOURCE 1
506b10267f3Schristos #endif
507b10267f3Schristos /* Enable GNU extensions on systems that have them.  */
508b10267f3Schristos #ifndef _GNU_SOURCE
509b10267f3Schristos # define _GNU_SOURCE 1
510b10267f3Schristos #endif
511b10267f3Schristos /* Enable threading extensions on Solaris.  */
512b10267f3Schristos #ifndef _POSIX_PTHREAD_SEMANTICS
513b10267f3Schristos # define _POSIX_PTHREAD_SEMANTICS 1
514b10267f3Schristos #endif
515b10267f3Schristos /* Enable extensions on HP NonStop.  */
516b10267f3Schristos #ifndef _TANDEM_SOURCE
517b10267f3Schristos # define _TANDEM_SOURCE 1
518b10267f3Schristos #endif
519b10267f3Schristos /* Enable general extensions on Solaris.  */
520b10267f3Schristos #ifndef __EXTENSIONS__
521b10267f3Schristos # define __EXTENSIONS__ 1
522b10267f3Schristos #endif
523b10267f3Schristos 
524b10267f3Schristos 
5254bebacfdSmrg /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
5264bebacfdSmrg    significant byte first (like Motorola and SPARC, unlike Intel). */
5274bebacfdSmrg #if defined AC_APPLE_UNIVERSAL_BUILD
5284bebacfdSmrg # if defined __BIG_ENDIAN__
52931580a89Sskrll #  define WORDS_BIGENDIAN 1
5304bebacfdSmrg # endif
5314bebacfdSmrg #else
5324bebacfdSmrg # ifndef WORDS_BIGENDIAN
5334bebacfdSmrg #  define WORDS_BIGENDIAN 1
5344bebacfdSmrg # endif
5354bebacfdSmrg #endif
5364bebacfdSmrg 
537b129d510Schristos /* Enable large inode numbers on Mac OS X 10.5.  */
538b129d510Schristos #ifndef _DARWIN_USE_64_BIT_INODE
539b129d510Schristos # define _DARWIN_USE_64_BIT_INODE 1
540b129d510Schristos #endif
541b129d510Schristos 
5424bebacfdSmrg /* Number of bits in a file offset, on hosts where this is settable. */
5434bebacfdSmrg /* #undef _FILE_OFFSET_BITS */
5444bebacfdSmrg 
5454bebacfdSmrg /* Define for large files, on AIX-style hosts. */
5464bebacfdSmrg /* #undef _LARGE_FILES */
54731580a89Sskrll 
548b10267f3Schristos /* Define to 1 if on MINIX. */
549b10267f3Schristos /* #undef _MINIX */
550b10267f3Schristos 
551b10267f3Schristos /* Define to 2 if the system does not provide POSIX.1 features except with
552b10267f3Schristos    this defined. */
553b10267f3Schristos /* #undef _POSIX_1_SOURCE */
554b10267f3Schristos 
555b10267f3Schristos /* Define to 1 if you need to in order for `stat' and other things to work. */
556b10267f3Schristos /* #undef _POSIX_SOURCE */
557b10267f3Schristos 
55831580a89Sskrll /* Define to empty if `const' does not conform to ANSI C. */
55931580a89Sskrll /* #undef const */
56031580a89Sskrll 
56131580a89Sskrll /* Define to `__inline__' or `__inline' if that's what the C compiler
56231580a89Sskrll    calls it, or to nothing if 'inline' is not supported under any name.  */
56331580a89Sskrll #ifndef __cplusplus
56431580a89Sskrll /* #undef inline */
56531580a89Sskrll #endif
56631580a89Sskrll 
5674bebacfdSmrg /* Define to the type of a signed integer type wide enough to hold a pointer,
5684bebacfdSmrg    if such a type exists, and if the system does not define it. */
5694bebacfdSmrg /* #undef intptr_t */
5704bebacfdSmrg 
57131580a89Sskrll /* Define to `int' if <sys/types.h> does not define. */
57231580a89Sskrll /* #undef pid_t */
57331580a89Sskrll 
5744bebacfdSmrg /* Define to `int' if <sys/types.h> does not define. */
5754bebacfdSmrg /* #undef ssize_t */
5764bebacfdSmrg 
5774bebacfdSmrg /* Define to the type of an unsigned integer type wide enough to hold a
5784bebacfdSmrg    pointer, if such a type exists, and if the system does not define it. */
57931580a89Sskrll /* #undef uintptr_t */
58031580a89Sskrll 
58131580a89Sskrll /* Define as `fork' if `vfork' does not work. */
58231580a89Sskrll /* #undef vfork */
583