1/* This file is automatically generated.  DO NOT EDIT! */
2/* Generated from: NetBSD: mknative-gcc,v 1.108 2020/09/05 10:58:08 mrg Exp  */
3/* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
4
5/* config.h.  Generated from config.h.in by configure.  */
6/* config.h.in.  Generated from configure.ac by autoheader.  */
7
8/* ELF size: 32 or 64 */
9#define BACKTRACE_ELF_SIZE 64
10
11/* XCOFF size: 32 or 64 */
12#define BACKTRACE_XCOFF_SIZE unused
13
14/* Define to 1 if you have the __atomic functions */
15#define HAVE_ATOMIC_FUNCTIONS 1
16
17/* Define to 1 if you have the `clock_gettime' function. */
18#define HAVE_CLOCK_GETTIME 1
19
20/* Define to 1 if you have the declaration of `strnlen', and to 0 if you
21   don't. */
22#define HAVE_DECL_STRNLEN 1
23
24/* Define to 1 if you have the <dlfcn.h> header file. */
25#define HAVE_DLFCN_H 1
26
27/* Define if dl_iterate_phdr is available. */
28#define HAVE_DL_ITERATE_PHDR 1
29
30/* Define to 1 if you have the fcntl function */
31#define HAVE_FCNTL 1
32
33/* Define if getexecname is available. */
34/* #undef HAVE_GETEXECNAME */
35
36/* Define if _Unwind_GetIPInfo is available. */
37#define HAVE_GETIPINFO 1
38
39/* Define to 1 if you have the <inttypes.h> header file. */
40#define HAVE_INTTYPES_H 1
41
42/* Define to 1 if you have the <link.h> header file. */
43#define HAVE_LINK_H 1
44
45/* Define if AIX loadquery is available. */
46/* #undef HAVE_LOADQUERY */
47
48/* Define to 1 if you have the `lstat' function. */
49#define HAVE_LSTAT 1
50
51/* Define to 1 if you have the <memory.h> header file. */
52#define HAVE_MEMORY_H 1
53
54/* Define to 1 if you have the `readlink' function. */
55#define HAVE_READLINK 1
56
57/* Define to 1 if you have the <stdint.h> header file. */
58#define HAVE_STDINT_H 1
59
60/* Define to 1 if you have the <stdlib.h> header file. */
61#define HAVE_STDLIB_H 1
62
63/* Define to 1 if you have the <strings.h> header file. */
64#define HAVE_STRINGS_H 1
65
66/* Define to 1 if you have the <string.h> header file. */
67#define HAVE_STRING_H 1
68
69/* Define to 1 if you have the __sync functions */
70#define HAVE_SYNC_FUNCTIONS 1
71
72/* Define to 1 if you have the <sys/ldr.h> header file. */
73/* #undef HAVE_SYS_LDR_H */
74
75/* Define to 1 if you have the <sys/mman.h> header file. */
76#define HAVE_SYS_MMAN_H 1
77
78/* Define to 1 if you have the <sys/stat.h> header file. */
79#define HAVE_SYS_STAT_H 1
80
81/* Define to 1 if you have the <sys/types.h> header file. */
82#define HAVE_SYS_TYPES_H 1
83
84/* Define to 1 if you have the <unistd.h> header file. */
85#define HAVE_UNISTD_H 1
86
87/* Define if -lz is available. */
88#define HAVE_ZLIB 1
89
90/* Define to the sub-directory in which libtool stores uninstalled libraries.
91   */
92#define LT_OBJDIR ".libs/"
93
94/* Define to the address where bug reports for this package should be sent. */
95#define PACKAGE_BUGREPORT ""
96
97/* Define to the full name of this package. */
98#define PACKAGE_NAME "package-unused"
99
100/* Define to the full name and version of this package. */
101#define PACKAGE_STRING "package-unused version-unused"
102
103/* Define to the one symbol short name of this package. */
104#define PACKAGE_TARNAME "libbacktrace"
105
106/* Define to the home page for this package. */
107#define PACKAGE_URL ""
108
109/* Define to the version of this package. */
110#define PACKAGE_VERSION "version-unused"
111
112/* The size of `char', as computed by sizeof. */
113/* #undef SIZEOF_CHAR */
114
115/* The size of `int', as computed by sizeof. */
116/* #undef SIZEOF_INT */
117
118/* The size of `long', as computed by sizeof. */
119/* #undef SIZEOF_LONG */
120
121/* The size of `short', as computed by sizeof. */
122/* #undef SIZEOF_SHORT */
123
124/* The size of `void *', as computed by sizeof. */
125/* #undef SIZEOF_VOID_P */
126
127/* Define to 1 if you have the ANSI C header files. */
128#define STDC_HEADERS 1
129
130/* Enable extensions on AIX 3, Interix.  */
131#ifndef _ALL_SOURCE
132# define _ALL_SOURCE 1
133#endif
134/* Enable GNU extensions on systems that have them.  */
135#ifndef _GNU_SOURCE
136# define _GNU_SOURCE 1
137#endif
138/* Enable threading extensions on Solaris.  */
139#ifndef _POSIX_PTHREAD_SEMANTICS
140# define _POSIX_PTHREAD_SEMANTICS 1
141#endif
142/* Enable extensions on HP NonStop.  */
143#ifndef _TANDEM_SOURCE
144# define _TANDEM_SOURCE 1
145#endif
146/* Enable general extensions on Solaris.  */
147#ifndef __EXTENSIONS__
148# define __EXTENSIONS__ 1
149#endif
150
151
152/* Enable large inode numbers on Mac OS X 10.5.  */
153#ifndef _DARWIN_USE_64_BIT_INODE
154# define _DARWIN_USE_64_BIT_INODE 1
155#endif
156
157/* Number of bits in a file offset, on hosts where this is settable. */
158/* #undef _FILE_OFFSET_BITS */
159
160/* Define for large files, on AIX-style hosts. */
161/* #undef _LARGE_FILES */
162
163/* Define to 1 if on MINIX. */
164/* #undef _MINIX */
165
166/* Define to 2 if the system does not provide POSIX.1 features except with
167   this defined. */
168/* #undef _POSIX_1_SOURCE */
169
170/* Define to 1 if you need to in order for `stat' and other things to work. */
171/* #undef _POSIX_SOURCE */
172