1/* This file is automatically generated.  DO NOT EDIT! */
2/* Generated from: NetBSD: mknative-gdb,v 1.16 2023/07/31 17:09:59 christos 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.in by configure.  */
6/* config.in.  Generated from configure.ac by autoheader.  */
7
8/* Check that config.h is #included before system headers
9    (this works only for glibc, but that should be enough).  */
10#if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
11#  error config.h must be #included before system headers
12#endif
13#define __CONFIG_H__ 1
14
15/* Name of host specific core header file to include in elf.c. */
16/* #undef CORE_HEADER */
17
18/* Define to 1 if you want to enable -z separate-code in ELF linker by
19   default. */
20#define DEFAULT_LD_Z_SEPARATE_CODE 0
21
22/* Define if you want run-time sanity checks. */
23/* #undef ENABLE_CHECKING */
24
25/* Define to 1 if translation of program messages to the user's native
26   language is requested. */
27#define ENABLE_NLS 1
28
29/* Define to 1 if you have the declaration of `asprintf', and to 0 if you
30   don't. */
31#define HAVE_DECL_ASPRINTF 1
32
33/* Define to 1 if you have the declaration of `basename', and to 0 if you
34   don't. */
35#define HAVE_DECL_BASENAME 0
36
37/* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
38#define HAVE_DECL_FFS 1
39
40/* Define to 1 if you have the declaration of `fopen64', and to 0 if you
41   don't. */
42#define HAVE_DECL_FOPEN64 0
43
44/* Define to 1 if you have the declaration of `fseeko', and to 0 if you don't.
45   */
46#define HAVE_DECL_FSEEKO 1
47
48/* Define to 1 if you have the declaration of `fseeko64', and to 0 if you
49   don't. */
50#define HAVE_DECL_FSEEKO64 0
51
52/* Define to 1 if you have the declaration of `ftello', and to 0 if you don't.
53   */
54#define HAVE_DECL_FTELLO 1
55
56/* Define to 1 if you have the declaration of `ftello64', and to 0 if you
57   don't. */
58#define HAVE_DECL_FTELLO64 0
59
60/* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
61   */
62#define HAVE_DECL_STPCPY 1
63
64/* Define to 1 if you have the declaration of `strnlen', and to 0 if you
65   don't. */
66#define HAVE_DECL_STRNLEN 1
67
68/* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
69   don't. */
70#define HAVE_DECL_VASPRINTF 1
71
72/* Define to 1 if you have the declaration of `___lc_codepage_func', and to 0
73   if you don't. */
74#define HAVE_DECL____LC_CODEPAGE_FUNC 0
75
76/* Define to 1 if you have the <dlfcn.h> header file. */
77#define HAVE_DLFCN_H 1
78
79/* Define to 1 if you have the `fcntl' function. */
80#define HAVE_FCNTL 1
81
82/* Define to 1 if you have the <fcntl.h> header file. */
83#define HAVE_FCNTL_H 1
84
85/* Define to 1 if you have the `fdopen' function. */
86#define HAVE_FDOPEN 1
87
88/* Define to 1 if you have the `fileno' function. */
89#define HAVE_FILENO 1
90
91/* Define to 1 if you have the `fls' function. */
92/* #undef HAVE_FLS */
93
94/* Define to 1 if you have the `fopen64' function. */
95/* #undef HAVE_FOPEN64 */
96
97/* Define to 1 if you have the `fseeko' function. */
98#define HAVE_FSEEKO 1
99
100/* Define to 1 if you have the `fseeko64' function. */
101/* #undef HAVE_FSEEKO64 */
102
103/* Define to 1 if you have the `ftello' function. */
104#define HAVE_FTELLO 1
105
106/* Define to 1 if you have the `ftello64' function. */
107/* #undef HAVE_FTELLO64 */
108
109/* Define to 1 if you have the `getgid' function. */
110#define HAVE_GETGID 1
111
112/* Define to 1 if you have the `getpagesize' function. */
113#define HAVE_GETPAGESIZE 1
114
115/* Define to 1 if you have the `getrlimit' function. */
116#define HAVE_GETRLIMIT 1
117
118/* Define to 1 if you have the `getuid' function. */
119#define HAVE_GETUID 1
120
121/* Define if your compiler supports hidden visibility. */
122#define HAVE_HIDDEN 1
123
124/* Define to 1 if you have the <inttypes.h> header file. */
125#define HAVE_INTTYPES_H 1
126
127/* Define if <sys/procfs.h> has lwpstatus_t. */
128/* #undef HAVE_LWPSTATUS_T */
129
130/* Define if <sys/procfs.h> has lwpstatus_t.pr_context. */
131/* #undef HAVE_LWPSTATUS_T_PR_CONTEXT */
132
133/* Define if <sys/procfs.h> has lwpstatus_t.pr_fpreg. */
134/* #undef HAVE_LWPSTATUS_T_PR_FPREG */
135
136/* Define if <sys/procfs.h> has lwpstatus_t.pr_reg. */
137/* #undef HAVE_LWPSTATUS_T_PR_REG */
138
139/* Define if <sys/procfs.h> has lwpxstatus_t. */
140/* #undef HAVE_LWPXSTATUS_T */
141
142/* Define to 1 if you have the `madvise' function. */
143#define HAVE_MADVISE 1
144
145/* Define to 1 if you have the <memory.h> header file. */
146#define HAVE_MEMORY_H 1
147
148/* Define to 1 if you have a working `mmap' system call. */
149#define HAVE_MMAP 1
150
151/* Define to 1 if you have the `mprotect' function. */
152#define HAVE_MPROTECT 1
153
154/* Define if <sys/procfs.h> has prpsinfo32_t. */
155/* #undef HAVE_PRPSINFO32_T */
156
157/* Define if <sys/procfs.h> has prpsinfo32_t.pr_pid. */
158/* #undef HAVE_PRPSINFO32_T_PR_PID */
159
160/* Define if <sys/procfs.h> has prpsinfo_t. */
161/* #undef HAVE_PRPSINFO_T */
162
163/* Define if <sys/procfs.h> has prpsinfo_t.pr_pid. */
164/* #undef HAVE_PRPSINFO_T_PR_PID */
165
166/* Define if <sys/procfs.h> has prstatus32_t. */
167/* #undef HAVE_PRSTATUS32_T */
168
169/* Define if <sys/procfs.h> has prstatus32_t.pr_who. */
170/* #undef HAVE_PRSTATUS32_T_PR_WHO */
171
172/* Define if <sys/procfs.h> has prstatus_t. */
173/* #undef HAVE_PRSTATUS_T */
174
175/* Define if <sys/procfs.h> has prstatus_t.pr_who. */
176/* #undef HAVE_PRSTATUS_T_PR_WHO */
177
178/* Define if <sys/procfs.h> has psinfo32_t. */
179/* #undef HAVE_PSINFO32_T */
180
181/* Define if <sys/procfs.h> has psinfo32_t.pr_pid. */
182/* #undef HAVE_PSINFO32_T_PR_PID */
183
184/* Define if <sys/procfs.h> has psinfo_t. */
185/* #undef HAVE_PSINFO_T */
186
187/* Define if <sys/procfs.h> has psinfo_t.pr_pid. */
188/* #undef HAVE_PSINFO_T_PR_PID */
189
190/* Define if <sys/procfs.h> has pstatus32_t. */
191/* #undef HAVE_PSTATUS32_T */
192
193/* Define if <sys/procfs.h> has pstatus_t. */
194/* #undef HAVE_PSTATUS_T */
195
196/* Define if <sys/procfs.h> has pxstatus_t. */
197/* #undef HAVE_PXSTATUS_T */
198
199/* Define to 1 if you have the <stdint.h> header file. */
200#define HAVE_STDINT_H 1
201
202/* Define to 1 if you have the <stdlib.h> header file. */
203#define HAVE_STDLIB_H 1
204
205/* Define to 1 if you have the <strings.h> header file. */
206#define HAVE_STRINGS_H 1
207
208/* Define to 1 if you have the <string.h> header file. */
209#define HAVE_STRING_H 1
210
211/* Define if struct core_dumpx has member c_impl */
212/* #undef HAVE_ST_C_IMPL */
213
214/* Define to 1 if you have the `sysconf' function. */
215#define HAVE_SYSCONF 1
216
217/* Define to 1 if you have the <sys/file.h> header file. */
218#define HAVE_SYS_FILE_H 1
219
220/* Define to 1 if you have the <sys/param.h> header file. */
221#define HAVE_SYS_PARAM_H 1
222
223/* Define to 1 if you have the <sys/procfs.h> header file. */
224/* #undef HAVE_SYS_PROCFS_H */
225
226/* Define to 1 if you have the <sys/resource.h> header file. */
227#define HAVE_SYS_RESOURCE_H 1
228
229/* Define to 1 if you have the <sys/stat.h> header file. */
230#define HAVE_SYS_STAT_H 1
231
232/* Define to 1 if you have the <sys/types.h> header file. */
233#define HAVE_SYS_TYPES_H 1
234
235/* Define to 1 if you have the <unistd.h> header file. */
236#define HAVE_UNISTD_H 1
237
238/* Define if <sys/procfs.h> has win32_pstatus_t. */
239/* #undef HAVE_WIN32_PSTATUS_T */
240
241/* Define to 1 if you have the <windows.h> header file. */
242/* #undef HAVE_WINDOWS_H */
243
244/* Define to 1 if zstd is enabled. */
245/* #undef HAVE_ZSTD */
246
247/* Define to the sub-directory in which libtool stores uninstalled libraries.
248   */
249#define LT_OBJDIR ".libs/"
250
251/* Name of package */
252#define PACKAGE "bfd"
253
254/* Define to the address where bug reports for this package should be sent. */
255#define PACKAGE_BUGREPORT ""
256
257/* Define to the full name of this package. */
258#define PACKAGE_NAME "bfd"
259
260/* Define to the full name and version of this package. */
261#define PACKAGE_STRING "bfd 2.39.50"
262
263/* Define to the one symbol short name of this package. */
264#define PACKAGE_TARNAME "bfd"
265
266/* Define to the home page for this package. */
267#define PACKAGE_URL ""
268
269/* Define to the version of this package. */
270#define PACKAGE_VERSION "2.39.50"
271
272/* The size of `int', as computed by sizeof. */
273#define SIZEOF_INT 4
274
275/* The size of `long', as computed by sizeof. */
276#define SIZEOF_LONG 4
277
278/* The size of `long long', as computed by sizeof. */
279#define SIZEOF_LONG_LONG 8
280
281/* The size of `off_t', as computed by sizeof. */
282#define SIZEOF_OFF_T 8
283
284/* The size of `void *', as computed by sizeof. */
285#define SIZEOF_VOID_P 4
286
287/* Define to 1 if you have the ANSI C header files. */
288#define STDC_HEADERS 1
289
290/* Name of host specific header file to include in trad-core.c. */
291/* #undef TRAD_HEADER */
292
293/* Define if 64-bit archives should always be used. */
294/* #undef USE_64_BIT_ARCHIVE */
295
296/* Use b modifier when opening binary files? */
297/* #undef USE_BINARY_FOPEN */
298
299/* Define if we should use leading underscore on 64 bit mingw targets */
300/* #undef USE_MINGW64_LEADING_UNDERSCORES */
301
302/* Use mmap if it's available? */
303/* #undef USE_MMAP */
304
305/* Define if we should default to creating read-only plt entries */
306/* #undef USE_SECUREPLT */
307
308/* Enable extensions on AIX 3, Interix.  */
309#ifndef _ALL_SOURCE
310# define _ALL_SOURCE 1
311#endif
312/* Enable GNU extensions on systems that have them.  */
313#ifndef _GNU_SOURCE
314# define _GNU_SOURCE 1
315#endif
316/* Enable threading extensions on Solaris.  */
317#ifndef _POSIX_PTHREAD_SEMANTICS
318# define _POSIX_PTHREAD_SEMANTICS 1
319#endif
320/* Enable extensions on HP NonStop.  */
321#ifndef _TANDEM_SOURCE
322# define _TANDEM_SOURCE 1
323#endif
324/* Enable general extensions on Solaris.  */
325#ifndef __EXTENSIONS__
326# define __EXTENSIONS__ 1
327#endif
328
329
330/* Version number of package */
331#define VERSION "2.39.50"
332
333/* Enable large inode numbers on Mac OS X 10.5.  */
334#ifndef _DARWIN_USE_64_BIT_INODE
335# define _DARWIN_USE_64_BIT_INODE 1
336#endif
337
338/* Number of bits in a file offset, on hosts where this is settable. */
339/* #undef _FILE_OFFSET_BITS */
340
341/* Define for large files, on AIX-style hosts. */
342/* #undef _LARGE_FILES */
343
344/* Define to 1 if on MINIX. */
345/* #undef _MINIX */
346
347/* Define to 2 if the system does not provide POSIX.1 features except with
348   this defined. */
349/* #undef _POSIX_1_SOURCE */
350
351/* Define to 1 if you need to in order for `stat' and other things to work. */
352/* #undef _POSIX_SOURCE */
353
354/* Use structured /proc on Solaris. */
355#define _STRUCTURED_PROC 1
356