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