config.h revision 1.3
133965Sjdp/* This file is automatically generated.  DO NOT EDIT! */
278828Sobrien/* Generated from: NetBSD: mknative-gcc,v 1.79 2014/05/29 16:27:50 skrll Exp  */
378828Sobrien/* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp  */
4213274Srpaulo
5213274Srpaulo/* config.h.  Generated from config.in by configure.  */
633965Sjdp/* config.in.  Generated from configure.ac by autoheader.  */
778828Sobrien
878828Sobrien/* Define if building universal (internal helper macro) */
978828Sobrien/* #undef AC_APPLE_UNIVERSAL_BUILD */
1078828Sobrien
1178828Sobrien/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
1278828Sobrien   This function is required for alloca.c support on those systems. */
1378828Sobrien/* #undef CRAY_STACKSEG_END */
1478828Sobrien
1578828Sobrien/* Define to 1 if you have the <alloca.h> header file. */
1678828Sobrien/* #undef HAVE_ALLOCA_H */
1778828Sobrien
1878828Sobrien/* Define to 1 if you have the `asprintf' function. */
19213274Srpaulo#define HAVE_ASPRINTF 1
2078828Sobrien
2133965Sjdp/* Define to 1 if you have the `atexit' function. */
2233965Sjdp#define HAVE_ATEXIT 1
2333965Sjdp
2433965Sjdp/* Define to 1 if you have the `basename' function. */
2533965Sjdp#define HAVE_BASENAME 1
2633965Sjdp
2733965Sjdp/* Define to 1 if you have the `bcmp' function. */
2833965Sjdp#define HAVE_BCMP 1
2933965Sjdp
3033965Sjdp/* Define to 1 if you have the `bcopy' function. */
3133965Sjdp#define HAVE_BCOPY 1
3233965Sjdp
3333965Sjdp/* Define to 1 if you have the `bsearch' function. */
3433965Sjdp#define HAVE_BSEARCH 1
3533965Sjdp
3633965Sjdp/* Define to 1 if you have the `bzero' function. */
3733965Sjdp#define HAVE_BZERO 1
3833965Sjdp
3933965Sjdp/* Define to 1 if you have the `calloc' function. */
4033965Sjdp#define HAVE_CALLOC 1
4133965Sjdp
4233965Sjdp/* Define to 1 if you have the `canonicalize_file_name' function. */
4333965Sjdp/* #undef HAVE_CANONICALIZE_FILE_NAME */
4433965Sjdp
4533965Sjdp/* Define to 1 if you have the `clock' function. */
4633965Sjdp#define HAVE_CLOCK 1
4733965Sjdp
4833965Sjdp/* Define to 1 if you have the declaration of `asprintf', and to 0 if you
4933965Sjdp   don't. */
5033965Sjdp#define HAVE_DECL_ASPRINTF 1
5133965Sjdp
5233965Sjdp/* Define to 1 if you have the declaration of `basename(char *)', and to 0 if
5333965Sjdp   you don't. */
5433965Sjdp#define HAVE_DECL_BASENAME 0
5533965Sjdp
5633965Sjdp/* Define to 1 if you have the declaration of `calloc', and to 0 if you don't.
5733965Sjdp   */
5833965Sjdp#define HAVE_DECL_CALLOC 1
5933965Sjdp
6033965Sjdp/* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
61213274Srpaulo#define HAVE_DECL_FFS 1
62213274Srpaulo
6333965Sjdp/* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
6433965Sjdp   */
6533965Sjdp#define HAVE_DECL_GETENV 1
6633965Sjdp
67213274Srpaulo/* Define to 1 if you have the declaration of `getopt', and to 0 if you don't.
68213274Srpaulo   */
69213274Srpaulo#define HAVE_DECL_GETOPT 1
70213274Srpaulo
71213274Srpaulo/* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
72213274Srpaulo   */
73213274Srpaulo#define HAVE_DECL_MALLOC 1
7489857Sobrien
7533965Sjdp/* Define to 1 if you have the declaration of `realloc', and to 0 if you
7633965Sjdp   don't. */
7733965Sjdp#define HAVE_DECL_REALLOC 1
7833965Sjdp
7933965Sjdp/* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't.
8033965Sjdp   */
8133965Sjdp#define HAVE_DECL_SBRK 1
8277298Sobrien
8333965Sjdp/* Define to 1 if you have the declaration of `snprintf', and to 0 if you
8433965Sjdp   don't. */
8533965Sjdp#define HAVE_DECL_SNPRINTF 1
8633965Sjdp
8789857Sobrien/* Define to 1 if you have the declaration of `strverscmp', and to 0 if you
8889857Sobrien   don't. */
8989857Sobrien#define HAVE_DECL_STRVERSCMP 0
9089857Sobrien
9189857Sobrien/* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
9289857Sobrien   don't. */
9389857Sobrien#define HAVE_DECL_VASPRINTF 1
9489857Sobrien
9589857Sobrien/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
96213274Srpaulo   don't. */
97213274Srpaulo#define HAVE_DECL_VSNPRINTF 1
9833965Sjdp
9933965Sjdp/* Define to 1 if you have the `dup3' function. */
10033965Sjdp#define HAVE_DUP3 1
10133965Sjdp
10233965Sjdp/* Define to 1 if you have the <fcntl.h> header file. */
10333965Sjdp#define HAVE_FCNTL_H 1
10433965Sjdp
10533965Sjdp/* Define to 1 if you have the `ffs' function. */
10633965Sjdp#define HAVE_FFS 1
10733965Sjdp
10833965Sjdp/* Define to 1 if you have the `fork' function. */
109213274Srpaulo#define HAVE_FORK 1
11033965Sjdp
11189857Sobrien/* Define to 1 if you have the `getcwd' function. */
11233965Sjdp#define HAVE_GETCWD 1
11333965Sjdp
11433965Sjdp/* Define to 1 if you have the `getpagesize' function. */
11533965Sjdp#define HAVE_GETPAGESIZE 1
11633965Sjdp
117213274Srpaulo/* Define to 1 if you have the `getrlimit' function. */
118213274Srpaulo#define HAVE_GETRLIMIT 1
119213274Srpaulo
120213274Srpaulo/* Define to 1 if you have the `getrusage' function. */
121213274Srpaulo#define HAVE_GETRUSAGE 1
122213274Srpaulo
123213274Srpaulo/* Define to 1 if you have the `getsysinfo' function. */
124213274Srpaulo/* #undef HAVE_GETSYSINFO */
125213274Srpaulo
126213274Srpaulo/* Define to 1 if you have the `gettimeofday' function. */
127213274Srpaulo#define HAVE_GETTIMEOFDAY 1
128213274Srpaulo
129213274Srpaulo/* Define to 1 if you have the `index' function. */
130213274Srpaulo#define HAVE_INDEX 1
131213274Srpaulo
132213274Srpaulo/* Define to 1 if you have the `insque' function. */
13333965Sjdp#define HAVE_INSQUE 1
13433965Sjdp
13560484Sobrien/* Define to 1 if the system has the type `intptr_t'. */
13633965Sjdp#define HAVE_INTPTR_T 1
13733965Sjdp
13833965Sjdp/* Define to 1 if you have the <inttypes.h> header file. */
13960484Sobrien#define HAVE_INTTYPES_H 1
14060484Sobrien
14160484Sobrien/* Define to 1 if you have the <limits.h> header file. */
14260484Sobrien#define HAVE_LIMITS_H 1
14333965Sjdp
14433965Sjdp/* Define to 1 if you have the <machine/hal_sysinfo.h> header file. */
14533965Sjdp/* #undef HAVE_MACHINE_HAL_SYSINFO_H */
14677298Sobrien
14777298Sobrien/* Define to 1 if you have the <malloc.h> header file. */
14877298Sobrien#define HAVE_MALLOC_H 1
14933965Sjdp
15033965Sjdp/* Define to 1 if you have the `memchr' function. */
15133965Sjdp#define HAVE_MEMCHR 1
152213274Srpaulo
153213274Srpaulo/* Define to 1 if you have the `memcmp' function. */
154213274Srpaulo#define HAVE_MEMCMP 1
155213274Srpaulo
156213274Srpaulo/* Define to 1 if you have the `memcpy' function. */
157213274Srpaulo#define HAVE_MEMCPY 1
158213274Srpaulo
159213274Srpaulo/* Define to 1 if you have the `memmem' function. */
160213274Srpaulo#define HAVE_MEMMEM 1
161213274Srpaulo
162213274Srpaulo/* Define to 1 if you have the `memmove' function. */
163213274Srpaulo#define HAVE_MEMMOVE 1
164213274Srpaulo
165213274Srpaulo/* Define to 1 if you have the <memory.h> header file. */
166213274Srpaulo#define HAVE_MEMORY_H 1
167213274Srpaulo
168213274Srpaulo/* Define to 1 if you have the `memset' function. */
169213274Srpaulo#define HAVE_MEMSET 1
170213274Srpaulo
171213274Srpaulo/* Define to 1 if you have the `mkstemps' function. */
172213274Srpaulo#define HAVE_MKSTEMPS 1
173213274Srpaulo
17433965Sjdp/* Define to 1 if you have a working `mmap' system call. */
17533965Sjdp#define HAVE_MMAP 1
17633965Sjdp
17733965Sjdp/* Define to 1 if you have the `on_exit' function. */
17833965Sjdp/* #undef HAVE_ON_EXIT */
17933965Sjdp
18033965Sjdp/* Define to 1 if you have the <process.h> header file. */
18133965Sjdp/* #undef HAVE_PROCESS_H */
18233965Sjdp
18333965Sjdp/* Define to 1 if you have the `psignal' function. */
18433965Sjdp#define HAVE_PSIGNAL 1
18533965Sjdp
18633965Sjdp/* Define to 1 if you have the `pstat_getdynamic' function. */
18733965Sjdp/* #undef HAVE_PSTAT_GETDYNAMIC */
18833965Sjdp
18933965Sjdp/* Define to 1 if you have the `pstat_getstatic' function. */
19033965Sjdp/* #undef HAVE_PSTAT_GETSTATIC */
19133965Sjdp
19233965Sjdp/* Define to 1 if you have the `putenv' function. */
19333965Sjdp#define HAVE_PUTENV 1
19433965Sjdp
19533965Sjdp/* Define to 1 if you have the `random' function. */
19633965Sjdp#define HAVE_RANDOM 1
19733965Sjdp
19833965Sjdp/* Define to 1 if you have the `realpath' function. */
199213274Srpaulo#define HAVE_REALPATH 1
20033965Sjdp
20133965Sjdp/* Define to 1 if you have the `rename' function. */
20233965Sjdp#define HAVE_RENAME 1
20333965Sjdp
20433965Sjdp/* Define to 1 if you have the `rindex' function. */
20533965Sjdp#define HAVE_RINDEX 1
20633965Sjdp
20733965Sjdp/* Define to 1 if you have the `sbrk' function. */
20833965Sjdp#define HAVE_SBRK 1
20933965Sjdp
21033965Sjdp/* Define to 1 if you have the `setenv' function. */
21133965Sjdp#define HAVE_SETENV 1
21233965Sjdp
21333965Sjdp/* Define to 1 if you have the `setproctitle' function. */
21433965Sjdp#define HAVE_SETPROCTITLE 1
21533965Sjdp
21633965Sjdp/* Define to 1 if you have the `setrlimit' function. */
21733965Sjdp#define HAVE_SETRLIMIT 1
21833965Sjdp
21933965Sjdp/* Define to 1 if you have the `sigsetmask' function. */
22033965Sjdp#define HAVE_SIGSETMASK 1
22133965Sjdp
22233965Sjdp/* Define to 1 if you have the `snprintf' function. */
22333965Sjdp#define HAVE_SNPRINTF 1
22433965Sjdp
22533965Sjdp/* Define to 1 if you have the `spawnve' function. */
22689857Sobrien/* #undef HAVE_SPAWNVE */
22733965Sjdp
22833965Sjdp/* Define to 1 if you have the `spawnvpe' function. */
22933965Sjdp/* #undef HAVE_SPAWNVPE */
23033965Sjdp
23133965Sjdp/* Define to 1 if you have the <stdint.h> header file. */
23233965Sjdp#define HAVE_STDINT_H 1
23333965Sjdp
23433965Sjdp/* Define to 1 if you have the <stdio_ext.h> header file. */
23533965Sjdp/* #undef HAVE_STDIO_EXT_H */
23633965Sjdp
23789857Sobrien/* Define to 1 if you have the <stdlib.h> header file. */
23889857Sobrien#define HAVE_STDLIB_H 1
23933965Sjdp
24033965Sjdp/* Define to 1 if you have the `stpcpy' function. */
24133965Sjdp#define HAVE_STPCPY 1
24233965Sjdp
24333965Sjdp/* Define to 1 if you have the `stpncpy' function. */
24433965Sjdp#define HAVE_STPNCPY 1
24533965Sjdp
24633965Sjdp/* Define to 1 if you have the `strcasecmp' function. */
24733965Sjdp#define HAVE_STRCASECMP 1
24833965Sjdp
24933965Sjdp/* Define to 1 if you have the `strchr' function. */
25033965Sjdp#define HAVE_STRCHR 1
25133965Sjdp
25233965Sjdp/* Define to 1 if you have the `strdup' function. */
25333965Sjdp#define HAVE_STRDUP 1
25433965Sjdp
25533965Sjdp/* Define to 1 if you have the `strerror' function. */
25633965Sjdp#define HAVE_STRERROR 1
25733965Sjdp
25833965Sjdp/* Define to 1 if you have the <strings.h> header file. */
25933965Sjdp#define HAVE_STRINGS_H 1
26033965Sjdp
26133965Sjdp/* Define to 1 if you have the <string.h> header file. */
26233965Sjdp#define HAVE_STRING_H 1
26333965Sjdp
26433965Sjdp/* Define to 1 if you have the `strncasecmp' function. */
26533965Sjdp#define HAVE_STRNCASECMP 1
26633965Sjdp
26733965Sjdp/* Define to 1 if you have the `strndup' function. */
26833965Sjdp#define HAVE_STRNDUP 1
26933965Sjdp
27033965Sjdp/* Define to 1 if you have the `strnlen' function. */
27133965Sjdp#define HAVE_STRNLEN 1
27233965Sjdp
27333965Sjdp/* Define to 1 if you have the `strrchr' function. */
27433965Sjdp#define HAVE_STRRCHR 1
27533965Sjdp
27633965Sjdp/* Define to 1 if you have the `strsignal' function. */
27733965Sjdp#define HAVE_STRSIGNAL 1
27833965Sjdp
27933965Sjdp/* Define to 1 if you have the `strstr' function. */
28033965Sjdp#define HAVE_STRSTR 1
28133965Sjdp
28233965Sjdp/* Define to 1 if you have the `strtod' function. */
28333965Sjdp#define HAVE_STRTOD 1
28433965Sjdp
28533965Sjdp/* Define to 1 if you have the `strtol' function. */
28633965Sjdp#define HAVE_STRTOL 1
287130561Sobrien
28838889Sjdp/* Define to 1 if you have the `strtoul' function. */
28977298Sobrien#define HAVE_STRTOUL 1
29060484Sobrien
29160484Sobrien/* Define to 1 if you have the `strverscmp' function. */
29260484Sobrien/* #undef HAVE_STRVERSCMP */
29360484Sobrien
29460484Sobrien/* Define to 1 if you have the `sysconf' function. */
29533965Sjdp#define HAVE_SYSCONF 1
29633965Sjdp
29733965Sjdp/* Define to 1 if you have the `sysctl' function. */
29833965Sjdp#define HAVE_SYSCTL 1
29933965Sjdp
30033965Sjdp/* Define to 1 if you have the `sysmp' function. */
30133965Sjdp/* #undef HAVE_SYSMP */
30233965Sjdp
30333965Sjdp/* Define if you have the sys_errlist variable. */
30433965Sjdp#define HAVE_SYS_ERRLIST 1
30533965Sjdp
30633965Sjdp/* Define to 1 if you have the <sys/file.h> header file. */
30733965Sjdp#define HAVE_SYS_FILE_H 1
30833965Sjdp
30933965Sjdp/* Define to 1 if you have the <sys/mman.h> header file. */
31033965Sjdp#define HAVE_SYS_MMAN_H 1
31133965Sjdp
31233965Sjdp/* Define if you have the sys_nerr variable. */
31333965Sjdp#define HAVE_SYS_NERR 1
31433965Sjdp
31533965Sjdp/* Define to 1 if you have the <sys/param.h> header file. */
31633965Sjdp#define HAVE_SYS_PARAM_H 1
31733965Sjdp
31833965Sjdp/* Define to 1 if you have the <sys/prctl.h> header file. */
31933965Sjdp/* #undef HAVE_SYS_PRCTL_H */
320213274Srpaulo
32133965Sjdp/* Define to 1 if you have the <sys/pstat.h> header file. */
322213274Srpaulo/* #undef HAVE_SYS_PSTAT_H */
323213274Srpaulo
324213274Srpaulo/* Define to 1 if you have the <sys/resource.h> header file. */
325213274Srpaulo#define HAVE_SYS_RESOURCE_H 1
326213274Srpaulo
32733965Sjdp/* Define if you have the sys_siglist variable. */
32833965Sjdp#define HAVE_SYS_SIGLIST 1
32933965Sjdp
33033965Sjdp/* Define to 1 if you have the <sys/stat.h> header file. */
33133965Sjdp#define HAVE_SYS_STAT_H 1
33233965Sjdp
33333965Sjdp/* Define to 1 if you have the <sys/sysctl.h> header file. */
33433965Sjdp#define HAVE_SYS_SYSCTL_H 1
33533965Sjdp
33633965Sjdp/* Define to 1 if you have the <sys/sysinfo.h> header file. */
33733965Sjdp/* #undef HAVE_SYS_SYSINFO_H */
33833965Sjdp
33933965Sjdp/* Define to 1 if you have the <sys/sysmp.h> header file. */
34033965Sjdp/* #undef HAVE_SYS_SYSMP_H */
34133965Sjdp
34233965Sjdp/* Define to 1 if you have the <sys/systemcfg.h> header file. */
34333965Sjdp/* #undef HAVE_SYS_SYSTEMCFG_H */
34438889Sjdp
34560484Sobrien/* Define to 1 if you have the <sys/table.h> header file. */
34660484Sobrien/* #undef HAVE_SYS_TABLE_H */
34760484Sobrien
34860484Sobrien/* Define to 1 if you have the <sys/time.h> header file. */
34960484Sobrien#define HAVE_SYS_TIME_H 1
35038889Sjdp
351213274Srpaulo/* Define to 1 if you have the <sys/types.h> header file. */
352213274Srpaulo#define HAVE_SYS_TYPES_H 1
353213274Srpaulo
354213274Srpaulo/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
35533965Sjdp#define HAVE_SYS_WAIT_H 1
35633965Sjdp
35733965Sjdp/* Define to 1 if you have the `table' function. */
35833965Sjdp/* #undef HAVE_TABLE */
35933965Sjdp
36033965Sjdp/* Define to 1 if you have the `times' function. */
36133965Sjdp#define HAVE_TIMES 1
36233965Sjdp
36333965Sjdp/* Define to 1 if you have the <time.h> header file. */
36433965Sjdp#define HAVE_TIME_H 1
36533965Sjdp
36633965Sjdp/* Define to 1 if you have the `tmpnam' function. */
36733965Sjdp#define HAVE_TMPNAM 1
36833965Sjdp
36933965Sjdp/* Define if you have the \`uintptr_t' type. */
37033965Sjdp#define HAVE_UINTPTR_T 1
37133965Sjdp
37233965Sjdp/* Define to 1 if you have the <unistd.h> header file. */
37333965Sjdp#define HAVE_UNISTD_H 1
37433965Sjdp
37533965Sjdp/* Define to 1 if you have the `vasprintf' function. */
37633965Sjdp#define HAVE_VASPRINTF 1
37733965Sjdp
37877298Sobrien/* Define to 1 if you have the `vfork' function. */
37933965Sjdp#define HAVE_VFORK 1
38033965Sjdp
38189857Sobrien/* Define to 1 if you have the <vfork.h> header file. */
38233965Sjdp/* #undef HAVE_VFORK_H */
38333965Sjdp
38433965Sjdp/* Define to 1 if you have the `vfprintf' function. */
38533965Sjdp#define HAVE_VFPRINTF 1
38633965Sjdp
38733965Sjdp/* Define to 1 if you have the `vprintf' function. */
38833965Sjdp#define HAVE_VPRINTF 1
38933965Sjdp
39033965Sjdp/* Define to 1 if you have the `vsprintf' function. */
39133965Sjdp#define HAVE_VSPRINTF 1
39233965Sjdp
39333965Sjdp/* Define to 1 if you have the `wait3' function. */
39433965Sjdp#define HAVE_WAIT3 1
39533965Sjdp
39633965Sjdp/* Define to 1 if you have the `wait4' function. */
39733965Sjdp#define HAVE_WAIT4 1
39833965Sjdp
39933965Sjdp/* Define to 1 if you have the `waitpid' function. */
40089857Sobrien#define HAVE_WAITPID 1
40189857Sobrien
40289857Sobrien/* Define to 1 if `fork' works. */
40389857Sobrien#define HAVE_WORKING_FORK 1
40433965Sjdp
40533965Sjdp/* Define to 1 if `vfork' works. */
40633965Sjdp#define HAVE_WORKING_VFORK 1
40733965Sjdp
40833965Sjdp/* Define to 1 if you have the `_doprnt' function. */
40933965Sjdp/* #undef HAVE__DOPRNT */
41033965Sjdp
41189857Sobrien/* Define if you have the _system_configuration variable. */
41289857Sobrien/* #undef HAVE__SYSTEM_CONFIGURATION */
41389857Sobrien
41433965Sjdp/* Define to 1 if you have the `__fsetlocking' function. */
41533965Sjdp/* #undef HAVE___FSETLOCKING */
41633965Sjdp
41733965Sjdp/* Define if canonicalize_file_name is not declared in system header files. */
41833965Sjdp#define NEED_DECLARATION_CANONICALIZE_FILE_NAME 1
41989857Sobrien
42089857Sobrien/* Define if errno must be declared even when <errno.h> is included. */
42133965Sjdp/* #undef NEED_DECLARATION_ERRNO */
42233965Sjdp
42333965Sjdp/* Define to 1 if your C compiler doesn't accept -c and -o together. */
42433965Sjdp/* #undef NO_MINUS_C_MINUS_O */
42533965Sjdp
42633965Sjdp/* Define to the address where bug reports for this package should be sent. */
42733965Sjdp#define PACKAGE_BUGREPORT ""
42833965Sjdp
42933965Sjdp/* Define to the full name of this package. */
43033965Sjdp#define PACKAGE_NAME ""
43133965Sjdp
43233965Sjdp/* Define to the full name and version of this package. */
43333965Sjdp#define PACKAGE_STRING ""
43433965Sjdp
435213274Srpaulo/* Define to the one symbol short name of this package. */
43633965Sjdp#define PACKAGE_TARNAME ""
43733965Sjdp
438213274Srpaulo/* Define to the home page for this package. */
439213274Srpaulo#define PACKAGE_URL ""
44033965Sjdp
44133965Sjdp/* Define to the version of this package. */
44233965Sjdp#define PACKAGE_VERSION ""
443213274Srpaulo
44433965Sjdp/* The size of `int', as computed by sizeof. */
44533965Sjdp#define SIZEOF_INT 4
44633965Sjdp
44733965Sjdp/* Define if you know the direction of stack growth for your system; otherwise
44833965Sjdp   it will be automatically deduced at run-time. STACK_DIRECTION > 0 => grows
44933965Sjdp   toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses
45033965Sjdp   STACK_DIRECTION = 0 => direction of growth unknown */
45133965Sjdp#define STACK_DIRECTION 0
45233965Sjdp
45333965Sjdp/* Define to 1 if you have the ANSI C header files. */
45433965Sjdp#define STDC_HEADERS 1
45533965Sjdp
45689857Sobrien/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
45733965Sjdp#define TIME_WITH_SYS_TIME 1
45833965Sjdp
45933965Sjdp/* Define to an unsigned 64-bit type available in the compiler. */
46033965Sjdp#define UNSIGNED_64BIT_TYPE uint64_t
46133965Sjdp
46233965Sjdp/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
46333965Sjdp   significant byte first (like Motorola and SPARC, unlike Intel). */
46489857Sobrien#if defined AC_APPLE_UNIVERSAL_BUILD
46589857Sobrien# if defined __BIG_ENDIAN__
46633965Sjdp#  define WORDS_BIGENDIAN 1
46733965Sjdp# endif
46833965Sjdp#else
46933965Sjdp# ifndef WORDS_BIGENDIAN
47033965Sjdp#  define WORDS_BIGENDIAN 1
47133965Sjdp# endif
47233965Sjdp#endif
47333965Sjdp
47433965Sjdp/* Number of bits in a file offset, on hosts where this is settable. */
47533965Sjdp/* #undef _FILE_OFFSET_BITS */
47633965Sjdp
47733965Sjdp/* Define for large files, on AIX-style hosts. */
47833965Sjdp/* #undef _LARGE_FILES */
47933965Sjdp
48033965Sjdp/* Define to empty if `const' does not conform to ANSI C. */
48133965Sjdp/* #undef const */
48233965Sjdp
48333965Sjdp/* Define to `__inline__' or `__inline' if that's what the C compiler
48489857Sobrien   calls it, or to nothing if 'inline' is not supported under any name.  */
48589857Sobrien#ifndef __cplusplus
48633965Sjdp/* #undef inline */
48733965Sjdp#endif
48833965Sjdp
48933965Sjdp/* Define to the type of a signed integer type wide enough to hold a pointer,
49033965Sjdp   if such a type exists, and if the system does not define it. */
49133965Sjdp/* #undef intptr_t */
49260484Sobrien
49333965Sjdp/* Define to `int' if <sys/types.h> does not define. */
49438889Sjdp/* #undef pid_t */
49538889Sjdp
49638889Sjdp/* Define to `int' if <sys/types.h> does not define. */
49738889Sjdp/* #undef ssize_t */
49838889Sjdp
49938889Sjdp/* Define to the type of an unsigned integer type wide enough to hold a
50038889Sjdp   pointer, if such a type exists, and if the system does not define it. */
50138889Sjdp/* #undef uintptr_t */
50238889Sjdp
50338889Sjdp/* Define as `fork' if `vfork' does not work. */
50433965Sjdp/* #undef vfork */
50533965Sjdp