1 /* This file is automatically generated.  DO NOT EDIT! */
2 /* Generated from: NetBSD: mknative-gdb,v 1.12 2020/09/17 16:54:31 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 to 1 if translation of program messages to the user's native
23    language is requested. */
24 #define ENABLE_NLS 1
25 
26 /* Define to 1 if you have the <alloca.h> header file. */
27 /* #undef HAVE_ALLOCA_H */
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 `free', and to 0 if you don't.
41    */
42 #define HAVE_DECL_FREE 1
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 `getenv', and to 0 if you don't.
61    */
62 #define HAVE_DECL_GETENV 1
63 
64 /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
65    */
66 #define HAVE_DECL_MALLOC 1
67 
68 /* Define to 1 if you have the declaration of `realloc', and to 0 if you
69    don't. */
70 #define HAVE_DECL_REALLOC 1
71 
72 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
73    don't. */
74 #define HAVE_DECL_SNPRINTF 1
75 
76 /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
77    */
78 #define HAVE_DECL_STPCPY 1
79 
80 /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
81    don't. */
82 #define HAVE_DECL_STRNLEN 1
83 
84 /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
85    */
86 #define HAVE_DECL_STRSTR 1
87 
88 /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
89    don't. */
90 #define HAVE_DECL_VASPRINTF 1
91 
92 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
93    don't. */
94 #define HAVE_DECL_VSNPRINTF 1
95 
96 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
97    */
98 #define HAVE_DIRENT_H 1
99 
100 /* Define to 1 if you have the <dlfcn.h> header file. */
101 #define HAVE_DLFCN_H 1
102 
103 /* Define to 1 if you have the `fcntl' function. */
104 #define HAVE_FCNTL 1
105 
106 /* Define to 1 if you have the <fcntl.h> header file. */
107 #define HAVE_FCNTL_H 1
108 
109 /* Define to 1 if you have the `fdopen' function. */
110 #define HAVE_FDOPEN 1
111 
112 /* Define to 1 if you have the `fileno' function. */
113 #define HAVE_FILENO 1
114 
115 /* Define to 1 if you have the `fls' function. */
116 /* #undef HAVE_FLS */
117 
118 /* Define to 1 if you have the `fopen64' function. */
119 /* #undef HAVE_FOPEN64 */
120 
121 /* Define to 1 if you have the `fseeko' function. */
122 #define HAVE_FSEEKO 1
123 
124 /* Define to 1 if you have the `fseeko64' function. */
125 /* #undef HAVE_FSEEKO64 */
126 
127 /* Define to 1 if you have the `ftello' function. */
128 #define HAVE_FTELLO 1
129 
130 /* Define to 1 if you have the `ftello64' function. */
131 /* #undef HAVE_FTELLO64 */
132 
133 /* Define to 1 if you have the `getgid' function. */
134 #define HAVE_GETGID 1
135 
136 /* Define to 1 if you have the `getpagesize' function. */
137 #define HAVE_GETPAGESIZE 1
138 
139 /* Define to 1 if you have the `getrlimit' function. */
140 #define HAVE_GETRLIMIT 1
141 
142 /* Define to 1 if you have the `getuid' function. */
143 #define HAVE_GETUID 1
144 
145 /* Define if your compiler supports hidden visibility. */
146 #define HAVE_HIDDEN 1
147 
148 /* Define to 1 if you have the <inttypes.h> header file. */
149 #define HAVE_INTTYPES_H 1
150 
151 /* Define to 1 if you have the <limits.h> header file. */
152 #define HAVE_LIMITS_H 1
153 
154 /* Define to 1 if the system has the type `long double'. */
155 #define HAVE_LONG_DOUBLE 1
156 
157 /* Define to 1 if the system has the type `long long'. */
158 #define HAVE_LONG_LONG 1
159 
160 /* Define if <sys/procfs.h> has lwpstatus_t. */
161 /* #undef HAVE_LWPSTATUS_T */
162 
163 /* Define if <sys/procfs.h> has lwpstatus_t.pr_context. */
164 /* #undef HAVE_LWPSTATUS_T_PR_CONTEXT */
165 
166 /* Define if <sys/procfs.h> has lwpstatus_t.pr_fpreg. */
167 /* #undef HAVE_LWPSTATUS_T_PR_FPREG */
168 
169 /* Define if <sys/procfs.h> has lwpstatus_t.pr_reg. */
170 /* #undef HAVE_LWPSTATUS_T_PR_REG */
171 
172 /* Define if <sys/procfs.h> has lwpxstatus_t. */
173 /* #undef HAVE_LWPXSTATUS_T */
174 
175 /* Define to 1 if you have the `madvise' function. */
176 #define HAVE_MADVISE 1
177 
178 /* Define to 1 if you have the <memory.h> header file. */
179 #define HAVE_MEMORY_H 1
180 
181 /* Define to 1 if you have a working `mmap' system call. */
182 #define HAVE_MMAP 1
183 
184 /* Define to 1 if you have the `mprotect' function. */
185 #define HAVE_MPROTECT 1
186 
187 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
188 /* #undef HAVE_NDIR_H */
189 
190 /* Define if <sys/procfs.h> has prpsinfo32_t. */
191 /* #undef HAVE_PRPSINFO32_T */
192 
193 /* Define if <sys/procfs.h> has prpsinfo32_t.pr_pid. */
194 /* #undef HAVE_PRPSINFO32_T_PR_PID */
195 
196 /* Define if <sys/procfs.h> has prpsinfo_t. */
197 /* #undef HAVE_PRPSINFO_T */
198 
199 /* Define if <sys/procfs.h> has prpsinfo_t.pr_pid. */
200 /* #undef HAVE_PRPSINFO_T_PR_PID */
201 
202 /* Define if <sys/procfs.h> has prstatus32_t. */
203 /* #undef HAVE_PRSTATUS32_T */
204 
205 /* Define if <sys/procfs.h> has prstatus32_t.pr_who. */
206 /* #undef HAVE_PRSTATUS32_T_PR_WHO */
207 
208 /* Define if <sys/procfs.h> has prstatus_t. */
209 /* #undef HAVE_PRSTATUS_T */
210 
211 /* Define if <sys/procfs.h> has prstatus_t.pr_who. */
212 /* #undef HAVE_PRSTATUS_T_PR_WHO */
213 
214 /* Define if <sys/procfs.h> has psinfo32_t. */
215 /* #undef HAVE_PSINFO32_T */
216 
217 /* Define if <sys/procfs.h> has psinfo32_t.pr_pid. */
218 /* #undef HAVE_PSINFO32_T_PR_PID */
219 
220 /* Define if <sys/procfs.h> has psinfo_t. */
221 /* #undef HAVE_PSINFO_T */
222 
223 /* Define if <sys/procfs.h> has psinfo_t.pr_pid. */
224 /* #undef HAVE_PSINFO_T_PR_PID */
225 
226 /* Define if <sys/procfs.h> has pstatus32_t. */
227 /* #undef HAVE_PSTATUS32_T */
228 
229 /* Define if <sys/procfs.h> has pstatus_t. */
230 /* #undef HAVE_PSTATUS_T */
231 
232 /* Define if <sys/procfs.h> has pxstatus_t. */
233 /* #undef HAVE_PXSTATUS_T */
234 
235 /* Define to 1 if you have the `setitimer' function. */
236 #define HAVE_SETITIMER 1
237 
238 /* Define to 1 if you have the <stddef.h> header file. */
239 #define HAVE_STDDEF_H 1
240 
241 /* Define to 1 if you have the <stdint.h> header file. */
242 #define HAVE_STDINT_H 1
243 
244 /* Define to 1 if you have the <stdlib.h> header file. */
245 #define HAVE_STDLIB_H 1
246 
247 /* Define to 1 if you have the <strings.h> header file. */
248 #define HAVE_STRINGS_H 1
249 
250 /* Define to 1 if you have the <string.h> header file. */
251 #define HAVE_STRING_H 1
252 
253 /* Define to 1 if you have the `strtoull' function. */
254 #define HAVE_STRTOULL 1
255 
256 /* Define if struct core_dumpx has member c_impl */
257 /* #undef HAVE_ST_C_IMPL */
258 
259 /* Define to 1 if you have the `sysconf' function. */
260 #define HAVE_SYSCONF 1
261 
262 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
263    */
264 /* #undef HAVE_SYS_DIR_H */
265 
266 /* Define to 1 if you have the <sys/file.h> header file. */
267 #define HAVE_SYS_FILE_H 1
268 
269 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
270    */
271 /* #undef HAVE_SYS_NDIR_H */
272 
273 /* Define to 1 if you have the <sys/param.h> header file. */
274 #define HAVE_SYS_PARAM_H 1
275 
276 /* Define to 1 if you have the <sys/procfs.h> header file. */
277 /* #undef HAVE_SYS_PROCFS_H */
278 
279 /* Define to 1 if you have the <sys/resource.h> header file. */
280 #define HAVE_SYS_RESOURCE_H 1
281 
282 /* Define to 1 if you have the <sys/stat.h> header file. */
283 #define HAVE_SYS_STAT_H 1
284 
285 /* Define to 1 if you have the <sys/time.h> header file. */
286 #define HAVE_SYS_TIME_H 1
287 
288 /* Define to 1 if you have the <sys/types.h> header file. */
289 #define HAVE_SYS_TYPES_H 1
290 
291 /* Define to 1 if you have the <time.h> header file. */
292 #define HAVE_TIME_H 1
293 
294 /* Define to 1 if you have the <unistd.h> header file. */
295 #define HAVE_UNISTD_H 1
296 
297 /* Define to 1 if you have the <wchar.h> header file. */
298 #define HAVE_WCHAR_H 1
299 
300 /* Define to 1 if you have the <wctype.h> header file. */
301 #define HAVE_WCTYPE_H 1
302 
303 /* Define if <sys/procfs.h> has win32_pstatus_t. */
304 /* #undef HAVE_WIN32_PSTATUS_T */
305 
306 /* Define to 1 if you have the <windows.h> header file. */
307 /* #undef HAVE_WINDOWS_H */
308 
309 /* Define to the sub-directory in which libtool stores uninstalled libraries.
310    */
311 #define LT_OBJDIR ".libs/"
312 
313 /* Name of package */
314 #define PACKAGE "bfd"
315 
316 /* Define to the address where bug reports for this package should be sent. */
317 #define PACKAGE_BUGREPORT ""
318 
319 /* Define to the full name of this package. */
320 #define PACKAGE_NAME "bfd"
321 
322 /* Define to the full name and version of this package. */
323 #define PACKAGE_STRING "bfd 2.35.50"
324 
325 /* Define to the one symbol short name of this package. */
326 #define PACKAGE_TARNAME "bfd"
327 
328 /* Define to the home page for this package. */
329 #define PACKAGE_URL ""
330 
331 /* Define to the version of this package. */
332 #define PACKAGE_VERSION "2.35.50"
333 
334 /* The size of `char', as computed by sizeof. */
335 /* #undef SIZEOF_CHAR */
336 
337 /* The size of `int', as computed by sizeof. */
338 #define SIZEOF_INT 4
339 
340 /* The size of `long', as computed by sizeof. */
341 #define SIZEOF_LONG 4
342 
343 /* The size of `long long', as computed by sizeof. */
344 #define SIZEOF_LONG_LONG 8
345 
346 /* The size of `off_t', as computed by sizeof. */
347 #define SIZEOF_OFF_T 8
348 
349 /* The size of `short', as computed by sizeof. */
350 /* #undef SIZEOF_SHORT */
351 
352 /* The size of `void *', as computed by sizeof. */
353 #define SIZEOF_VOID_P 4
354 
355 /* Define to 1 if you have the ANSI C header files. */
356 #define STDC_HEADERS 1
357 
358 /* Define if you can safely include both <string.h> and <strings.h>. */
359 #define STRING_WITH_STRINGS 1
360 
361 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
362 #define TIME_WITH_SYS_TIME 1
363 
364 /* Name of host specific header file to include in trad-core.c. */
365 /* #undef TRAD_HEADER */
366 
367 /* Define if 64-bit archives should always be used. */
368 /* #undef USE_64_BIT_ARCHIVE */
369 
370 /* Use b modifier when opening binary files? */
371 /* #undef USE_BINARY_FOPEN */
372 
373 /* Define if we should use leading underscore on 64 bit mingw targets */
374 /* #undef USE_MINGW64_LEADING_UNDERSCORES */
375 
376 /* Use mmap if it's available? */
377 /* #undef USE_MMAP */
378 
379 /* Define if we should default to creating read-only plt entries */
380 /* #undef USE_SECUREPLT */
381 
382 /* Enable extensions on AIX 3, Interix.  */
383 #ifndef _ALL_SOURCE
384 # define _ALL_SOURCE 1
385 #endif
386 /* Enable GNU extensions on systems that have them.  */
387 #ifndef _GNU_SOURCE
388 # define _GNU_SOURCE 1
389 #endif
390 /* Enable threading extensions on Solaris.  */
391 #ifndef _POSIX_PTHREAD_SEMANTICS
392 # define _POSIX_PTHREAD_SEMANTICS 1
393 #endif
394 /* Enable extensions on HP NonStop.  */
395 #ifndef _TANDEM_SOURCE
396 # define _TANDEM_SOURCE 1
397 #endif
398 /* Enable general extensions on Solaris.  */
399 #ifndef __EXTENSIONS__
400 # define __EXTENSIONS__ 1
401 #endif
402 
403 
404 /* Version number of package */
405 #define VERSION "2.35.50"
406 
407 /* Enable large inode numbers on Mac OS X 10.5.  */
408 #ifndef _DARWIN_USE_64_BIT_INODE
409 # define _DARWIN_USE_64_BIT_INODE 1
410 #endif
411 
412 /* Number of bits in a file offset, on hosts where this is settable. */
413 /* #undef _FILE_OFFSET_BITS */
414 
415 /* Define for large files, on AIX-style hosts. */
416 /* #undef _LARGE_FILES */
417 
418 /* Define to 1 if on MINIX. */
419 /* #undef _MINIX */
420 
421 /* Define to 2 if the system does not provide POSIX.1 features except with
422    this defined. */
423 /* #undef _POSIX_1_SOURCE */
424 
425 /* Define to 1 if you need to in order for `stat' and other things to work. */
426 /* #undef _POSIX_SOURCE */
427 
428 /* Use structured /proc on Solaris. */
429 #define _STRUCTURED_PROC 1
430