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