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