1/* This file is automatically generated.  DO NOT EDIT! */
2/* Generated from: NetBSD: mknative-gdb,v 1.15 2020/12/05 21:27: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/* Define if building universal (internal helper macro) */
9/* #undef AC_APPLE_UNIVERSAL_BUILD */
10
11/* Directories from which to load auto-loaded scripts. */
12#define AUTO_LOAD_DIR "$debugdir:$datadir/auto-load"
13
14/* Directories safe to hold auto-loaded files. */
15#define AUTO_LOAD_SAFE_PATH "$debugdir:$datadir/auto-load"
16
17/* Directory of programs. */
18#define BINDIR "/usr/bin"
19
20/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
21   systems. This function is required for `alloca.c' support on those systems.
22   */
23/* #undef CRAY_STACKSEG_END */
24
25/* Define to 1 if std::thread works. */
26#define CXX_STD_THREAD 1
27
28/* Define to 1 if using `alloca.c'. */
29/* #undef C_ALLOCA */
30
31/* look for global separate debug info in this path [LIBDIR/debug] */
32#define DEBUGDIR "/usr/libdata/debug"
33
34/* Define if the separate-debug-dir directory should be relocated when GDB is
35   moved. */
36#define DEBUGDIR_RELOCATABLE 1
37
38/* Define to BFD's default architecture. */
39#define DEFAULT_BFD_ARCH bfd_aarch64_arch
40
41/* Define to BFD's default target vector. */
42#define DEFAULT_BFD_VEC aarch64_elf64_be_vec
43
44/* Handle .ctf type-info sections */
45#define ENABLE_LIBCTF 1
46
47/* Define to 1 if translation of program messages to the user's native
48   language is requested. */
49#define ENABLE_NLS 1
50
51/* The .gdbinit filename. */
52#define GDBINIT ".gdbinit"
53
54/* look for global separate data files in this path [DATADIR/gdb] */
55#define GDB_DATADIR "/usr/share/gdb"
56
57/* Define if the gdb-datadir directory should be relocated when GDB is moved.
58   */
59#define GDB_DATADIR_RELOCATABLE 1
60
61/* Define to be a string naming the default host character set. */
62#define GDB_DEFAULT_HOST_CHARSET "UTF-8"
63
64/* Host double floatformat */
65#define GDB_HOST_DOUBLE_FORMAT 0
66
67/* Host float floatformat */
68#define GDB_HOST_FLOAT_FORMAT 0
69
70/* Host long double floatformat */
71#define GDB_HOST_LONG_DOUBLE_FORMAT 0
72
73/* nativefile */
74/* #undef GDB_NM_FILE */
75
76/* Define to the default OS ABI for this configuration. */
77#define GDB_OSABI_DEFAULT GDB_OSABI_NETBSD
78
79/* Define if self-testing features should be enabled */
80#define GDB_SELF_TEST 1
81
82/* Define to 1 if you have `alloca', as a function or macro. */
83#define HAVE_ALLOCA 1
84
85/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
86   */
87/* #undef HAVE_ALLOCA_H */
88
89/* Define to 1 if you have the `btowc' function. */
90#define HAVE_BTOWC 1
91
92/* Define to 1 if you have the <cursesX.h> header file. */
93/* #undef HAVE_CURSESX_H */
94
95/* Define to 1 if you have the <curses.h> header file. */
96#define HAVE_CURSES_H 1
97
98/* define if the compiler supports basic C++11 syntax */
99#define HAVE_CXX11 1
100
101/* Define to 1 if you have the declaration of `ADDR_NO_RANDOMIZE', and to 0 if
102   you don't. */
103#define HAVE_DECL_ADDR_NO_RANDOMIZE 0
104
105/* Define to 1 if you have the declaration of `asprintf', and to 0 if you
106   don't. */
107#define HAVE_DECL_ASPRINTF 1
108
109/* Define to 1 if you have the declaration of `basename(char *)', and to 0 if
110   you don't. */
111#define HAVE_DECL_BASENAME 0
112
113/* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
114#define HAVE_DECL_FFS 1
115
116/* Define to 1 if you have the declaration of `getthrds', and to 0 if you
117   don't. */
118/* #undef HAVE_DECL_GETTHRDS */
119
120/* Define to 1 if you have the declaration of `snprintf', and to 0 if you
121   don't. */
122#define HAVE_DECL_SNPRINTF 1
123
124/* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
125   */
126#define HAVE_DECL_STRSTR 1
127
128/* Define to 1 if you have the declaration of `strtol', and to 0 if you don't.
129   */
130#define HAVE_DECL_STRTOL 1
131
132/* Define to 1 if you have the declaration of `strtoll', and to 0 if you
133   don't. */
134#define HAVE_DECL_STRTOLL 1
135
136/* Define to 1 if you have the declaration of `strtoul', and to 0 if you
137   don't. */
138#define HAVE_DECL_STRTOUL 1
139
140/* Define to 1 if you have the declaration of `strtoull', and to 0 if you
141   don't. */
142#define HAVE_DECL_STRTOULL 1
143
144/* Define to 1 if you have the declaration of `strverscmp', and to 0 if you
145   don't. */
146#define HAVE_DECL_STRVERSCMP 0
147
148/* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
149   don't. */
150#define HAVE_DECL_VASPRINTF 1
151
152/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
153   don't. */
154#define HAVE_DECL_VSNPRINTF 1
155
156/* Define to 1 if you have the <dlfcn.h> header file. */
157#define HAVE_DLFCN_H 1
158
159/* Define if ELF support should be included. */
160#define HAVE_ELF 1
161
162/* Define if <sys/procfs.h> has elf_fpregset_t. */
163/* #undef HAVE_ELF_FPREGSET_T */
164
165/* Define to 1 if you have the <elf_hp.h> header file. */
166/* #undef HAVE_ELF_HP_H */
167
168/* Define to 1 if your system has the etext variable. */
169#define HAVE_ETEXT 1
170
171/* Define to 1 if you have the `fdwalk' function. */
172/* #undef HAVE_FDWALK */
173
174/* Define to 1 if you have the `fork' function. */
175#define HAVE_FORK 1
176
177/* Define if <sys/procfs.h> has fpregset_t. */
178/* #undef HAVE_FPREGSET_T */
179
180/* Define to 1 if you have the `getauxval' function. */
181/* #undef HAVE_GETAUXVAL */
182
183/* Define to 1 if you have the `getgid' function. */
184#define HAVE_GETGID 1
185
186/* Define to 1 if you have the `getpagesize' function. */
187#define HAVE_GETPAGESIZE 1
188
189/* Define to 1 if you have the `getpgid' function. */
190#define HAVE_GETPGID 1
191
192/* Define to 1 if you have the `getrlimit' function. */
193#define HAVE_GETRLIMIT 1
194
195/* Define to 1 if you have the `getrusage' function. */
196#define HAVE_GETRUSAGE 1
197
198/* Define to 1 if you have the `getuid' function. */
199#define HAVE_GETUID 1
200
201/* Define if <sys/procfs.h> has gregset_t. */
202/* #undef HAVE_GREGSET_T */
203
204/* Define if Guile interpreter is being linked in. */
205/* #undef HAVE_GUILE */
206
207/* Define if Guile supports manual finalization. */
208/* #undef HAVE_GUILE_MANUAL_FINALIZATION */
209
210/* Define if you have the iconv() function. */
211#define HAVE_ICONV 1
212
213/* Define to 1 if you have the `iconvlist' function. */
214/* #undef HAVE_ICONVLIST */
215
216/* Define to 1 if you have the <inttypes.h> header file. */
217#define HAVE_INTTYPES_H 1
218
219/* Define to 1 if your system has the kinfo_getfile function. */
220/* #undef HAVE_KINFO_GETFILE */
221
222/* Define to 1 if your system has the kinfo_getvmmap function. */
223#define HAVE_KINFO_GETVMMAP 1
224
225/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
226#define HAVE_LANGINFO_CODESET 1
227
228/* Define if your <locale.h> file defines LC_MESSAGES. */
229#define HAVE_LC_MESSAGES 1
230
231/* Define if you have the babeltrace library. */
232/* #undef HAVE_LIBBABELTRACE */
233
234/* Define to 1 if debuginfod is enabled. */
235/* #undef HAVE_LIBDEBUGINFOD */
236
237/* Define if you have the expat library. */
238#define HAVE_LIBEXPAT 1
239
240/* Define to 1 if you have the `libiconvlist' function. */
241/* #undef HAVE_LIBICONVLIST */
242
243/* Define if you have the ipt library. */
244/* #undef HAVE_LIBIPT */
245
246/* Define if you have the lzma library. */
247/* #undef HAVE_LIBLZMA */
248
249/* Define to 1 if you have the `m' library (-lm). */
250#define HAVE_LIBM 1
251
252/* Define if you have the mpfr library. */
253/* #undef HAVE_LIBMPFR */
254
255/* Define to 1 if you have the <libunwind-ia64.h> header file. */
256/* #undef HAVE_LIBUNWIND_IA64_H */
257
258/* Define if you have the xxhash library. */
259/* #undef HAVE_LIBXXHASH */
260
261/* Define to 1 if you have the <linux/elf.h> header file. */
262/* #undef HAVE_LINUX_ELF_H */
263
264/* Define to 1 if you have the <linux/perf_event.h> header file. */
265/* #undef HAVE_LINUX_PERF_EVENT_H */
266
267/* Define to 1 if you have the <locale.h> header file. */
268#define HAVE_LOCALE_H 1
269
270/* Define to 1 if the compiler supports long double. */
271#define HAVE_LONG_DOUBLE 1
272
273/* Define to 1 if the system has the type `long long'. */
274#define HAVE_LONG_LONG 1
275
276/* Define if <sys/procfs.h> has lwpid_t. */
277/* #undef HAVE_LWPID_T */
278
279/* Define to 1 if you have the <machine/reg.h> header file. */
280#define HAVE_MACHINE_REG_H 1
281
282/* Define to 1 if you have the <memory.h> header file. */
283#define HAVE_MEMORY_H 1
284
285/* Define to 1 if you have a working `mmap' system call. */
286#define HAVE_MMAP 1
287
288/* Define to 1 if you have the `monstartup' function. */
289#define HAVE_MONSTARTUP 1
290
291/* Define to 1 if you have the <ncursesw/ncurses.h> header file. */
292/* #undef HAVE_NCURSESW_NCURSES_H */
293
294/* Define to 1 if you have the <ncurses.h> header file. */
295/* #undef HAVE_NCURSES_H */
296
297/* Define to 1 if you have the <ncurses/ncurses.h> header file. */
298/* #undef HAVE_NCURSES_NCURSES_H */
299
300/* Define to 1 if you have the <ncurses/term.h> header file. */
301/* #undef HAVE_NCURSES_TERM_H */
302
303/* Define to 1 if you have the <nlist.h> header file. */
304#define HAVE_NLIST_H 1
305
306/* Define if you support the personality syscall. */
307/* #undef HAVE_PERSONALITY */
308
309/* Define to 1 if you have the `pipe' function. */
310#define HAVE_PIPE 1
311
312/* Define to 1 if you have the `pipe2' function. */
313#define HAVE_PIPE2 1
314
315/* Define to 1 if you have the `poll' function. */
316#define HAVE_POLL 1
317
318/* Define to 1 if you have the <poll.h> header file. */
319#define HAVE_POLL_H 1
320
321/* Define to 1 if you have the `posix_madvise' function. */
322#define HAVE_POSIX_MADVISE 1
323
324/* Define to 1 if you have the `pread' function. */
325#define HAVE_PREAD 1
326
327/* Define to 1 if you have the `pread64' function. */
328/* #undef HAVE_PREAD64 */
329
330/* Define if <sys/procfs.h> has prfpregset_t. */
331/* #undef HAVE_PRFPREGSET_T */
332
333/* Define if <sys/procfs.h> has prgregset32_t. */
334/* #undef HAVE_PRGREGSET32_T */
335
336/* Define if <sys/procfs.h> has prgregset_t. */
337/* #undef HAVE_PRGREGSET_T */
338
339/* Define to 1 if you have the <proc_service.h> header file. */
340/* #undef HAVE_PROC_SERVICE_H */
341
342/* Define if <sys/procfs.h> has psaddr_t. */
343/* #undef HAVE_PSADDR_T */
344
345/* Have PTHREAD_PRIO_INHERIT. */
346#define HAVE_PTHREAD_PRIO_INHERIT 1
347
348/* Define to 1 if you have the `pthread_setname_np' function. */
349#define HAVE_PTHREAD_SETNAME_NP 1
350
351/* Define to 1 if you have the `pthread_sigmask' function. */
352#define HAVE_PTHREAD_SIGMASK 1
353
354/* Define to 1 if you have the `ptrace64' function. */
355/* #undef HAVE_PTRACE64 */
356
357/* Define if sys/ptrace.h defines the PTRACE_GETFPXREGS request. */
358/* #undef HAVE_PTRACE_GETFPXREGS */
359
360/* Define if sys/ptrace.h defines the PTRACE_GETREGS request. */
361/* #undef HAVE_PTRACE_GETREGS */
362
363/* Define to 1 if you have the <ptrace.h> header file. */
364/* #undef HAVE_PTRACE_H */
365
366/* Define if sys/ptrace.h defines the PT_GETDBREGS request. */
367/* #undef HAVE_PT_GETDBREGS */
368
369/* Define if sys/ptrace.h defines the PT_GETXMMREGS request. */
370/* #undef HAVE_PT_GETXMMREGS */
371
372/* Define to 1 if you have the `pt_insn_event' function. */
373/* #undef HAVE_PT_INSN_EVENT */
374
375/* Define to 1 if you have the `pwrite' function. */
376#define HAVE_PWRITE 1
377
378/* Define if Python interpreter is being linked in. */
379/* #undef HAVE_PYTHON */
380
381/* Define to 1 if you have the `resize_term' function. */
382#define HAVE_RESIZE_TERM 1
383
384/* Define to 1 if you have the `sbrk' function. */
385#define HAVE_SBRK 1
386
387/* Define to 1 if you have the `scm_new_smob' function. */
388/* #undef HAVE_SCM_NEW_SMOB */
389
390/* Define to 1 if you have the `setlocale' function. */
391#define HAVE_SETLOCALE 1
392
393/* Define to 1 if you have the `setns' function. */
394/* #undef HAVE_SETNS */
395
396/* Define to 1 if you have the `setpgid' function. */
397#define HAVE_SETPGID 1
398
399/* Define to 1 if you have the `setpgrp' function. */
400#define HAVE_SETPGRP 1
401
402/* Define to 1 if you have the `setrlimit' function. */
403#define HAVE_SETRLIMIT 1
404
405/* Define to 1 if you have the `setsid' function. */
406#define HAVE_SETSID 1
407
408/* Define to 1 if you have the `sigaction' function. */
409#define HAVE_SIGACTION 1
410
411/* Define to 1 if you have the `sigaltstack' function. */
412#define HAVE_SIGALTSTACK 1
413
414/* Define to 1 if you have the <signal.h> header file. */
415#define HAVE_SIGNAL_H 1
416
417/* Define to 1 if you have the `sigprocmask' function. */
418#define HAVE_SIGPROCMASK 1
419
420/* Define if sigsetjmp is available. */
421#define HAVE_SIGSETJMP 1
422
423/* Define to 1 if you have the `sigsetmask' function. */
424#define HAVE_SIGSETMASK 1
425
426/* Define to 1 if you have the `socketpair' function. */
427#define HAVE_SOCKETPAIR 1
428
429/* Define to 1 if the system has the type `socklen_t'. */
430#define HAVE_SOCKLEN_T 1
431
432/* Define to 1 if the source-highlight library is available */
433/* #undef HAVE_SOURCE_HIGHLIGHT */
434
435/* Define to 1 if you have the <stdint.h> header file. */
436#define HAVE_STDINT_H 1
437
438/* Define to 1 if you have the <stdlib.h> header file. */
439#define HAVE_STDLIB_H 1
440
441/* Define to 1 if you have the <strings.h> header file. */
442#define HAVE_STRINGS_H 1
443
444/* Define to 1 if you have the <string.h> header file. */
445#define HAVE_STRING_H 1
446
447/* Define to 1 if your system has struct lwp. */
448#define HAVE_STRUCT_LWP 1
449
450/* Define to 1 if `pl_syscall_code' is a member of `struct ptrace_lwpinfo'. */
451/* #undef HAVE_STRUCT_PTRACE_LWPINFO_PL_SYSCALL_CODE */
452
453/* Define to 1 if `pl_tdname' is a member of `struct ptrace_lwpinfo'. */
454/* #undef HAVE_STRUCT_PTRACE_LWPINFO_PL_TDNAME */
455
456/* Define to 1 if `enabled' is a member of `struct pt_insn'. */
457/* #undef HAVE_STRUCT_PT_INSN_ENABLED */
458
459/* Define to 1 if `resynced' is a member of `struct pt_insn'. */
460/* #undef HAVE_STRUCT_PT_INSN_RESYNCED */
461
462/* Define to 1 if your system has struct reg in <machine/reg.h>. */
463#define HAVE_STRUCT_REG 1
464
465/* Define to 1 if `r_fs' is a member of `struct reg'. */
466/* #undef HAVE_STRUCT_REG_R_FS */
467
468/* Define to 1 if `r_gs' is a member of `struct reg'. */
469/* #undef HAVE_STRUCT_REG_R_GS */
470
471/* Define to 1 if `st_blksize' is a member of `struct stat'. */
472#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
473
474/* Define to 1 if `st_blocks' is a member of `struct stat'. */
475#define HAVE_STRUCT_STAT_ST_BLOCKS 1
476
477/* Define to 1 if `td_pcb' is a member of `struct thread'. */
478/* #undef HAVE_STRUCT_THREAD_TD_PCB */
479
480/* Define to 1 if you have the <sys/debugreg.h> header file. */
481/* #undef HAVE_SYS_DEBUGREG_H */
482
483/* Define to 1 if you have the <sys/file.h> header file. */
484#define HAVE_SYS_FILE_H 1
485
486/* Define to 1 if you have the <sys/filio.h> header file. */
487#define HAVE_SYS_FILIO_H 1
488
489/* Define to 1 if you have the <sys/ioctl.h> header file. */
490#define HAVE_SYS_IOCTL_H 1
491
492/* Define to 1 if you have the <sys/param.h> header file. */
493#define HAVE_SYS_PARAM_H 1
494
495/* Define to 1 if you have the <sys/poll.h> header file. */
496#define HAVE_SYS_POLL_H 1
497
498/* Define to 1 if you have the <sys/procfs.h> header file. */
499/* #undef HAVE_SYS_PROCFS_H */
500
501/* Define to 1 if you have the <sys/ptrace.h> header file. */
502#define HAVE_SYS_PTRACE_H 1
503
504/* Define to 1 if you have the <sys/reg.h> header file. */
505/* #undef HAVE_SYS_REG_H */
506
507/* Define to 1 if you have the <sys/resource.h> header file. */
508#define HAVE_SYS_RESOURCE_H 1
509
510/* Define to 1 if you have the <sys/select.h> header file. */
511#define HAVE_SYS_SELECT_H 1
512
513/* Define to 1 if you have the <sys/socket.h> header file. */
514#define HAVE_SYS_SOCKET_H 1
515
516/* Define to 1 if you have the <sys/stat.h> header file. */
517#define HAVE_SYS_STAT_H 1
518
519/* Define to 1 if you have the <sys/types.h> header file. */
520#define HAVE_SYS_TYPES_H 1
521
522/* Define to 1 if you have the <sys/un.h> header file. */
523#define HAVE_SYS_UN_H 1
524
525/* Define to 1 if you have the <sys/user.h> header file. */
526/* #undef HAVE_SYS_USER_H */
527
528/* Define to 1 if you have the <sys/wait.h> header file. */
529#define HAVE_SYS_WAIT_H 1
530
531/* Define to 1 if you have the <termios.h> header file. */
532#define HAVE_TERMIOS_H 1
533
534/* Define to 1 if you have the <term.h> header file. */
535#define HAVE_TERM_H 1
536
537/* Define to 1 if you have the <thread_db.h> header file. */
538/* #undef HAVE_THREAD_DB_H */
539
540/* Define to 1 if you have the `ttrace' function. */
541/* #undef HAVE_TTRACE */
542
543/* Define to 1 if you have the <unistd.h> header file. */
544#define HAVE_UNISTD_H 1
545
546/* Define to 1 if you have the `use_default_colors' function. */
547#define HAVE_USE_DEFAULT_COLORS 1
548
549/* Define to 1 if you have the `vfork' function. */
550#define HAVE_VFORK 1
551
552/* Define to 1 if you have the <vfork.h> header file. */
553/* #undef HAVE_VFORK_H */
554
555/* Define to 1 if you have the `waitpid' function. */
556#define HAVE_WAITPID 1
557
558/* Define to 1 if you have the <wait.h> header file. */
559/* #undef HAVE_WAIT_H */
560
561/* Define to 1 if you have the `wborder' function. */
562#define HAVE_WBORDER 1
563
564/* Define to 1 if you have the <windows.h> header file. */
565/* #undef HAVE_WINDOWS_H */
566
567/* Define to 1 if `fork' works. */
568#define HAVE_WORKING_FORK 1
569
570/* Define to 1 if `vfork' works. */
571#define HAVE_WORKING_VFORK 1
572
573/* Define to 1 if you have the `wresize' function. */
574#define HAVE_WRESIZE 1
575
576/* Define to 1 if you have the <ws2tcpip.h> header file. */
577/* #undef HAVE_WS2TCPIP_H */
578
579/* Define to 1 if you have the `XML_StopParser' function. */
580#define HAVE_XML_STOPPARSER 1
581
582/* Define to 1 if your system has the _etext variable. */
583#define HAVE__ETEXT 1
584
585/* Define to 1 if you have the `_mcleanup' function. */
586#define HAVE__MCLEANUP 1
587
588/* Path of directory of iconv program. */
589/* #undef ICONV_BIN */
590
591/* Define if the iconv directory should be relocated when GDB is moved. */
592/* #undef ICONV_BIN_RELOCATABLE */
593
594/* Define as const if the declaration of iconv() needs const. */
595#define ICONV_CONST
596
597/* directory to load the JIT readers from */
598#define JIT_READER_DIR "/usr/lib/gdb"
599
600/* Define if the jit-reader-dir directory should be relocated when GDB is
601   moved. */
602#define JIT_READER_DIR_RELOCATABLE 1
603
604/* Name of this package. */
605#define PACKAGE "gdb"
606
607/* Define to the address where bug reports for this package should be sent. */
608#define PACKAGE_BUGREPORT ""
609
610/* Define to the full name of this package. */
611#define PACKAGE_NAME ""
612
613/* Define to the full name and version of this package. */
614#define PACKAGE_STRING ""
615
616/* Define to the one symbol short name of this package. */
617#define PACKAGE_TARNAME ""
618
619/* Define to the home page for this package. */
620#define PACKAGE_URL ""
621
622/* Define to the version of this package. */
623#define PACKAGE_VERSION ""
624
625/* Additional package description */
626#define PKGVERSION "(GDB) "
627
628/* Define to 1 if the "%H, %D and %DD" formats work to print decfloats. */
629/* #undef PRINTF_HAS_DECFLOAT */
630
631/* Define to 1 if the "%Lg" format works to print long doubles. */
632/* #undef PRINTF_HAS_LONG_DOUBLE */
633
634/* Define to 1 if the "%ll" format works to print long longs. */
635/* #undef PRINTF_HAS_LONG_LONG */
636
637/* Define to necessary symbol if this constant uses a non-standard name on
638   your system. */
639/* #undef PTHREAD_CREATE_JOINABLE */
640
641/* Define to the type of arg 1 for ptrace. */
642#define PTRACE_TYPE_ARG1 int
643
644/* Define to the type of arg 3 for ptrace. */
645#define PTRACE_TYPE_ARG3 void *
646
647/* Define to the type of arg 4 for ptrace. */
648#define PTRACE_TYPE_ARG4 int
649
650/* Define to the type of arg 5 for ptrace. */
651/* #undef PTRACE_TYPE_ARG5 */
652
653/* Define as the return type of ptrace. */
654#define PTRACE_TYPE_RET int
655
656/* Define if the python lib directory should be relocated when GDB is moved.
657   */
658/* #undef PYTHON_LIBDIR_RELOCATABLE */
659
660/* Define if the python directory should be relocated when GDB is moved. */
661/* #undef PYTHON_PATH_RELOCATABLE */
662
663/* Relocated directory for source files. */
664/* #undef RELOC_SRCDIR */
665
666/* Bug reporting address */
667#define REPORT_BUGS_TO "<https://www.gnu.org/software/gdb/bugs/>"
668
669/* Define to 1 if the "%Lg" format works to scan long doubles. */
670/* #undef SCANF_HAS_LONG_DOUBLE */
671
672/* Define to 1 if the `setpgrp' function takes no argument. */
673/* #undef SETPGRP_VOID */
674
675/* The size of `long', as computed by sizeof. */
676/* #undef SIZEOF_LONG */
677
678/* The size of `long long', as computed by sizeof. */
679#define SIZEOF_LONG_LONG 8
680
681/* The size of `unsigned long', as computed by sizeof. */
682#define SIZEOF_UNSIGNED_LONG 8
683
684/* The size of `unsigned long long', as computed by sizeof. */
685#define SIZEOF_UNSIGNED_LONG_LONG 8
686
687/* The size of `unsigned __int128', as computed by sizeof. */
688#define SIZEOF_UNSIGNED___INT128 16
689
690/* If using the C implementation of alloca, define if you know the
691   direction of stack growth for your system; otherwise it will be
692   automatically deduced at runtime.
693	STACK_DIRECTION > 0 => grows toward higher addresses
694	STACK_DIRECTION < 0 => grows toward lower addresses
695	STACK_DIRECTION = 0 => direction of growth unknown */
696/* #undef STACK_DIRECTION */
697
698/* Define to 1 if you have the ANSI C header files. */
699#define STDC_HEADERS 1
700
701/* automatically load a system-wide gdbinit file */
702#define SYSTEM_GDBINIT ""
703
704/* automatically load system-wide gdbinit files from this directory */
705#define SYSTEM_GDBINIT_DIR ""
706
707/* Define if the system-gdbinit-dir directory should be relocated when GDB is
708   moved. */
709#define SYSTEM_GDBINIT_DIR_RELOCATABLE 0
710
711/* Define if the system-gdbinit directory should be relocated when GDB is
712   moved. */
713#define SYSTEM_GDBINIT_RELOCATABLE 0
714
715/* search for usr/lib et al within DIR */
716#define TARGET_SYSTEM_ROOT ""
717
718/* Define if the sysroot directory should be relocated when GDB is moved. */
719#define TARGET_SYSTEM_ROOT_RELOCATABLE 0
720
721/* Define if <thread_db.h> has the TD_NOTALLOC error code. */
722/* #undef THREAD_DB_HAS_TD_NOTALLOC */
723
724/* Define if <thread_db.h> has the TD_NOTLS error code. */
725/* #undef THREAD_DB_HAS_TD_NOTLS */
726
727/* Define if <thread_db.h> has the TD_VERSION error code. */
728/* #undef THREAD_DB_HAS_TD_VERSION */
729
730/* Define to 1 if the regex included in libiberty should be used. */
731#define USE_INCLUDED_REGEX 1
732
733/* Enable extensions on AIX 3, Interix.  */
734#ifndef _ALL_SOURCE
735# define _ALL_SOURCE 1
736#endif
737/* Enable GNU extensions on systems that have them.  */
738#ifndef _GNU_SOURCE
739# define _GNU_SOURCE 1
740#endif
741/* Enable threading extensions on Solaris.  */
742#ifndef _POSIX_PTHREAD_SEMANTICS
743# define _POSIX_PTHREAD_SEMANTICS 1
744#endif
745/* Enable extensions on HP NonStop.  */
746#ifndef _TANDEM_SOURCE
747# define _TANDEM_SOURCE 1
748#endif
749/* Enable general extensions on Solaris.  */
750#ifndef __EXTENSIONS__
751# define __EXTENSIONS__ 1
752#endif
753
754
755/* Define if we should use the Windows API, instead of the POSIX API. On
756   Windows, we use the Windows API when building for MinGW, but the POSIX API
757   when building for Cygwin. */
758/* #undef USE_WIN32API */
759
760/* Define if the PPC simulator is being linked in. */
761/* #undef WITH_PPC_SIM */
762
763/* Directory containing Python's standard libraries from --with-python-libdir.
764   */
765/* #undef WITH_PYTHON_LIBDIR */
766
767/* Define if --with-python provides a path, either directly or via
768   python-config.py --exec-prefix. */
769/* #undef WITH_PYTHON_PATH */
770
771/* Define if the simulator is being linked in. */
772/* #undef WITH_SIM */
773
774/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
775   significant byte first (like Motorola and SPARC, unlike Intel). */
776#if defined AC_APPLE_UNIVERSAL_BUILD
777# if defined __BIG_ENDIAN__
778#  define WORDS_BIGENDIAN 1
779# endif
780#else
781# ifndef WORDS_BIGENDIAN
782#  define WORDS_BIGENDIAN 1
783# endif
784#endif
785
786/* Enable large inode numbers on Mac OS X 10.5.  */
787#ifndef _DARWIN_USE_64_BIT_INODE
788# define _DARWIN_USE_64_BIT_INODE 1
789#endif
790
791/* Number of bits in a file offset, on hosts where this is settable. */
792/* #undef _FILE_OFFSET_BITS */
793
794/* Define for large files, on AIX-style hosts. */
795/* #undef _LARGE_FILES */
796
797/* Define to 1 if on MINIX. */
798/* #undef _MINIX */
799
800/* Define to 2 if the system does not provide POSIX.1 features except with
801   this defined. */
802/* #undef _POSIX_1_SOURCE */
803
804/* Define to 1 if you need to in order for `stat' and other things to work. */
805/* #undef _POSIX_SOURCE */
806
807/* Use structured /proc on Solaris. */
808#define _STRUCTURED_PROC 1
809
810/* Define to empty if `const' does not conform to ANSI C. */
811/* #undef const */
812
813/* Define to `__inline__' or `__inline' if that's what the C compiler
814   calls it, or to nothing if 'inline' is not supported under any name.  */
815#ifndef __cplusplus
816/* #undef inline */
817#endif
818
819/* Define to `int' if <sys/types.h> does not define. */
820/* #undef pid_t */
821
822/* Define to `unsigned int' if <sys/types.h> does not define. */
823/* #undef size_t */
824
825/* Define as `fork' if `vfork' does not work. */
826/* #undef vfork */
827