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