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