gdb/
[deliverable/binutils-gdb.git] / gdb / config.in
1 /* config.in. Generated from configure.ac by autoheader. */
2
3 /* Define if the compiler is building for multiple architectures of Apple
4 platforms at once. */
5 #undef AA_APPLE_UNIVERSAL_BUILD
6
7 /* Define if building universal (internal helper macro) */
8 #undef AC_APPLE_UNIVERSAL_BUILD
9
10 /* Directory of programs. */
11 #undef BINDIR
12
13 /* Define to the number of bits in type 'ptrdiff_t'. */
14 #undef BITSIZEOF_PTRDIFF_T
15
16 /* Define to the number of bits in type 'sig_atomic_t'. */
17 #undef BITSIZEOF_SIG_ATOMIC_T
18
19 /* Define to the number of bits in type 'size_t'. */
20 #undef BITSIZEOF_SIZE_T
21
22 /* Define to the number of bits in type 'wchar_t'. */
23 #undef BITSIZEOF_WCHAR_T
24
25 /* Define to the number of bits in type 'wint_t'. */
26 #undef BITSIZEOF_WINT_T
27
28 /* Define to 1 if the compiler supports long long. */
29 #undef CC_HAS_LONG_LONG
30
31 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
32 systems. This function is required for `alloca.c' support on those systems.
33 */
34 #undef CRAY_STACKSEG_END
35
36 /* Define to 1 if using `alloca.c'. */
37 #undef C_ALLOCA
38
39 /* look for global separate debug info in this path [LIBDIR/debug] */
40 #undef DEBUGDIR
41
42 /* Define if the separate-debug-dir directory should be relocated when GDB is
43 moved. */
44 #undef DEBUGDIR_RELOCATABLE
45
46 /* Define to BFD's default architecture. */
47 #undef DEFAULT_BFD_ARCH
48
49 /* Define to BFD's default target vector. */
50 #undef DEFAULT_BFD_VEC
51
52 /* Define to 1 if translation of program messages to the user's native
53 language is requested. */
54 #undef ENABLE_NLS
55
56 /* look for global separate data files in this path [DATADIR/gdb] */
57 #undef GDB_DATADIR
58
59 /* Define if the gdb-datadir directory should be relocated when GDB is moved.
60 */
61 #undef GDB_DATADIR_RELOCATABLE
62
63 /* Define to be a string naming the default host character set. */
64 #undef GDB_DEFAULT_HOST_CHARSET
65
66 /* Host double floatformat */
67 #undef GDB_HOST_DOUBLE_FORMAT
68
69 /* Host float floatformat */
70 #undef GDB_HOST_FLOAT_FORMAT
71
72 /* Host long double floatformat */
73 #undef GDB_HOST_LONG_DOUBLE_FORMAT
74
75 /* nativefile */
76 #undef GDB_NM_FILE
77
78 /* Define to the default OS ABI for this configuration. */
79 #undef GDB_OSABI_DEFAULT
80
81 /* Define to make the limit macros in <stdint.h> visible. */
82 #undef GL_TRIGGER_STDC_LIMIT_MACROS
83
84 /* Define to 1 when the gnulib module memchr should be tested. */
85 #undef GNULIB_TEST_MEMCHR
86
87 /* Define to 1 when the gnulib module memmem should be tested. */
88 #undef GNULIB_TEST_MEMMEM
89
90 /* Define to 1 if you have `alloca', as a function or macro. */
91 #undef HAVE_ALLOCA
92
93 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
94 */
95 #undef HAVE_ALLOCA_H
96
97 /* Define to 1 if you have the <bp-sym.h> header file. */
98 #undef HAVE_BP_SYM_H
99
100 /* Define to 1 if you have the `btowc' function. */
101 #undef HAVE_BTOWC
102
103 /* Define to 1 if you have the `canonicalize_file_name' function. */
104 #undef HAVE_CANONICALIZE_FILE_NAME
105
106 /* Define to 1 if you have the <ctype.h> header file. */
107 #undef HAVE_CTYPE_H
108
109 /* Define to 1 if you have the <cursesX.h> header file. */
110 #undef HAVE_CURSESX_H
111
112 /* Define to 1 if you have the <curses.h> header file. */
113 #undef HAVE_CURSES_H
114
115 /* Define to 1 if you have the declaration of `ADDR_NO_RANDOMIZE', and to 0 if
116 you don't. */
117 #undef HAVE_DECL_ADDR_NO_RANDOMIZE
118
119 /* Define to 1 if you have the declaration of `free', and to 0 if you don't.
120 */
121 #undef HAVE_DECL_FREE
122
123 /* Define to 1 if you have the declaration of `getopt', and to 0 if you don't.
124 */
125 #undef HAVE_DECL_GETOPT
126
127 /* Define to 1 if you have the declaration of `getthrds', and to 0 if you
128 don't. */
129 #undef HAVE_DECL_GETTHRDS
130
131 /* Define to 1 if you have the declaration of `imaxabs', and to 0 if you
132 don't. */
133 #undef HAVE_DECL_IMAXABS
134
135 /* Define to 1 if you have the declaration of `imaxdiv', and to 0 if you
136 don't. */
137 #undef HAVE_DECL_IMAXDIV
138
139 /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
140 */
141 #undef HAVE_DECL_MALLOC
142
143 /* Define to 1 if you have the declaration of `memmem', and to 0 if you don't.
144 */
145 #undef HAVE_DECL_MEMMEM
146
147 /* Define to 1 if you have the declaration of `ptrace', and to 0 if you don't.
148 */
149 #undef HAVE_DECL_PTRACE
150
151 /* Define to 1 if you have the declaration of `realloc', and to 0 if you
152 don't. */
153 #undef HAVE_DECL_REALLOC
154
155 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
156 don't. */
157 #undef HAVE_DECL_SNPRINTF
158
159 /* Define to 1 if you have the declaration of `strerror', and to 0 if you
160 don't. */
161 #undef HAVE_DECL_STRERROR
162
163 /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
164 */
165 #undef HAVE_DECL_STRSTR
166
167 /* Define to 1 if you have the declaration of `strtoimax', and to 0 if you
168 don't. */
169 #undef HAVE_DECL_STRTOIMAX
170
171 /* Define to 1 if you have the declaration of `strtoumax', and to 0 if you
172 don't. */
173 #undef HAVE_DECL_STRTOUMAX
174
175 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
176 don't. */
177 #undef HAVE_DECL_VSNPRINTF
178
179 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
180 */
181 #undef HAVE_DIRENT_H
182
183 /* Define to 1 if you have the <dlfcn.h> header file. */
184 #undef HAVE_DLFCN_H
185
186 /* Define if ELF support should be included. */
187 #undef HAVE_ELF
188
189 /* Define to 1 if you have the <elf_hp.h> header file. */
190 #undef HAVE_ELF_HP_H
191
192 /* Define to 1 if your system has the etext variable. */
193 #undef HAVE_ETEXT
194
195 /* Define to 1 if you have the `fork' function. */
196 #undef HAVE_FORK
197
198 /* Define if <sys/procfs.h> has fpregset_t. */
199 #undef HAVE_FPREGSET_T
200
201 /* Define to 1 if you have the `getgid' function. */
202 #undef HAVE_GETGID
203
204 /* Define to 1 if you have the `getpagesize' function. */
205 #undef HAVE_GETPAGESIZE
206
207 /* Define to 1 if you have the `getrlimit' function. */
208 #undef HAVE_GETRLIMIT
209
210 /* Define to 1 if you have the `getrusage' function. */
211 #undef HAVE_GETRUSAGE
212
213 /* Define to 1 if you have the `getuid' function. */
214 #undef HAVE_GETUID
215
216 /* Define to 1 if you have the <gnu/libc-version.h> header file. */
217 #undef HAVE_GNU_LIBC_VERSION_H
218
219 /* Define if <sys/procfs.h> has gregset_t. */
220 #undef HAVE_GREGSET_T
221
222 /* Define if you have the iconv() function. */
223 #undef HAVE_ICONV
224
225 /* Define to 1 if you have the `iconvlist' function. */
226 #undef HAVE_ICONVLIST
227
228 /* Define to 1 if you have the <inttypes.h> header file. */
229 #undef HAVE_INTTYPES_H
230
231 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
232 #undef HAVE_LANGINFO_CODESET
233
234 /* Define if your <locale.h> file defines LC_MESSAGES. */
235 #undef HAVE_LC_MESSAGES
236
237 /* Define to 1 if you have the `dl' library (-ldl). */
238 #undef HAVE_LIBDL
239
240 /* Define if you have the expat library. */
241 #undef HAVE_LIBEXPAT
242
243 /* Define to 1 if you have the `libiconvlist' function. */
244 #undef HAVE_LIBICONVLIST
245
246 /* Define to 1 if you have the `m' library (-lm). */
247 #undef HAVE_LIBM
248
249 /* Define if Python 2.4 is being used. */
250 #undef HAVE_LIBPYTHON2_4
251
252 /* Define if Python 2.5 is being used. */
253 #undef HAVE_LIBPYTHON2_5
254
255 /* Define if Python 2.6 is being used. */
256 #undef HAVE_LIBPYTHON2_6
257
258 /* Define if Python 2.7 is being used. */
259 #undef HAVE_LIBPYTHON2_7
260
261 /* Define to 1 if you have the <libunwind-ia64.h> header file. */
262 #undef HAVE_LIBUNWIND_IA64_H
263
264 /* Define to 1 if you have the `w' library (-lw). */
265 #undef HAVE_LIBW
266
267 /* Define to 1 if you have the <link.h> header file. */
268 #undef HAVE_LINK_H
269
270 /* Define to 1 if you have the <locale.h> header file. */
271 #undef HAVE_LOCALE_H
272
273 /* Define to 1 if the compiler supports long double. */
274 #undef HAVE_LONG_DOUBLE
275
276 /* Define to 1 if the system has the type `long long int'. */
277 #undef HAVE_LONG_LONG_INT
278
279 /* Define to 1 if you have the `lstat' function. */
280 #undef HAVE_LSTAT
281
282 /* Define if <sys/procfs.h> has lwpid_t. */
283 #undef HAVE_LWPID_T
284
285 /* Define to 1 if you have the <machine/reg.h> header file. */
286 #undef HAVE_MACHINE_REG_H
287
288 /* Define to 1 if mmap()'s MAP_ANONYMOUS flag is available after including
289 config.h and <sys/mman.h>. */
290 #undef HAVE_MAP_ANONYMOUS
291
292 /* Define to 1 if you have the `memchr' function. */
293 #undef HAVE_MEMCHR
294
295 /* Define to 1 if you have the `memmem' function. */
296 #undef HAVE_MEMMEM
297
298 /* Define to 1 if you have the <memory.h> header file. */
299 #undef HAVE_MEMORY_H
300
301 /* Define to 1 if you have a working `mmap' system call. */
302 #undef HAVE_MMAP
303
304 /* Define to 1 if you have the `monstartup' function. */
305 #undef HAVE_MONSTARTUP
306
307 /* Define to 1 if you have the `mprotect' function. */
308 #undef HAVE_MPROTECT
309
310 /* Define to 1 if you have the <ncurses.h> header file. */
311 #undef HAVE_NCURSES_H
312
313 /* Define to 1 if you have the <ncurses/ncurses.h> header file. */
314 #undef HAVE_NCURSES_NCURSES_H
315
316 /* Define to 1 if you have the <ncurses/term.h> header file. */
317 #undef HAVE_NCURSES_TERM_H
318
319 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
320 #undef HAVE_NDIR_H
321
322 /* Define to 1 if you have the <nlist.h> header file. */
323 #undef HAVE_NLIST_H
324
325 /* Define if you support the personality syscall. */
326 #undef HAVE_PERSONALITY
327
328 /* Define to 1 if you have the `pipe' function. */
329 #undef HAVE_PIPE
330
331 /* Define to 1 if you have the `poll' function. */
332 #undef HAVE_POLL
333
334 /* Define to 1 if you have the <poll.h> header file. */
335 #undef HAVE_POLL_H
336
337 /* Define to 1 if you have the `posix_madvise' function. */
338 #undef HAVE_POSIX_MADVISE
339
340 /* Define to 1 if you have the `pread' function. */
341 #undef HAVE_PREAD
342
343 /* Define to 1 if you have the `pread64' function. */
344 #undef HAVE_PREAD64
345
346 /* Define if <sys/procfs.h> has prfpregset32_t. */
347 #undef HAVE_PRFPREGSET32_T
348
349 /* Define if <sys/procfs.h> has prfpregset_t. */
350 #undef HAVE_PRFPREGSET_T
351
352 /* Define if <sys/procfs.h> has prgregset32_t. */
353 #undef HAVE_PRGREGSET32_T
354
355 /* Define if <sys/procfs.h> has prgregset_t. */
356 #undef HAVE_PRGREGSET_T
357
358 /* Define if ioctl argument PIOCSET is available. */
359 #undef HAVE_PROCFS_PIOCSET
360
361 /* Define to 1 if you have the <proc_service.h> header file. */
362 #undef HAVE_PROC_SERVICE_H
363
364 /* Define if <sys/procfs.h> has prrun_t. */
365 #undef HAVE_PRRUN_T
366
367 /* Define if <sys/procfs.h> has prsysent_t. */
368 #undef HAVE_PRSYSENT_T
369
370 /* Define if <sys/procfs.h> has pr_sigaction64_t. */
371 #undef HAVE_PR_SIGACTION64_T
372
373 /* Define if <sys/procfs.h> has pr_siginfo64_t. */
374 #undef HAVE_PR_SIGINFO64_T
375
376 /* Define if <sys/procfs.h> has pr_sigset_t. */
377 #undef HAVE_PR_SIGSET_T
378
379 /* Define if <sys/procfs.h> has psaddr_t. */
380 #undef HAVE_PSADDR_T
381
382 /* Define if <sys/procfs.h> has pstatus_t. */
383 #undef HAVE_PSTATUS_T
384
385 /* Define if sys/ptrace.h defines the PTRACE_GETFPXREGS request. */
386 #undef HAVE_PTRACE_GETFPXREGS
387
388 /* Define if sys/ptrace.h defines the PTRACE_GETREGS request. */
389 #undef HAVE_PTRACE_GETREGS
390
391 /* Define to 1 if you have the <ptrace.h> header file. */
392 #undef HAVE_PTRACE_H
393
394 /* Define if sys/ptrace.h defines the PT_GETDBREGS request. */
395 #undef HAVE_PT_GETDBREGS
396
397 /* Define if sys/ptrace.h defines the PT_GETXMMREGS request. */
398 #undef HAVE_PT_GETXMMREGS
399
400 /* Define to 1 if you have the `pwrite' function. */
401 #undef HAVE_PWRITE
402
403 /* Define if Python interpreter is being linked in. */
404 #undef HAVE_PYTHON
405
406 /* Define to 1 if btowc is declared even after undefining macros. */
407 #undef HAVE_RAW_DECL_BTOWC
408
409 /* Define to 1 if imaxabs is declared even after undefining macros. */
410 #undef HAVE_RAW_DECL_IMAXABS
411
412 /* Define to 1 if imaxdiv is declared even after undefining macros. */
413 #undef HAVE_RAW_DECL_IMAXDIV
414
415 /* Define to 1 if mbrlen is declared even after undefining macros. */
416 #undef HAVE_RAW_DECL_MBRLEN
417
418 /* Define to 1 if mbrtowc is declared even after undefining macros. */
419 #undef HAVE_RAW_DECL_MBRTOWC
420
421 /* Define to 1 if mbsinit is declared even after undefining macros. */
422 #undef HAVE_RAW_DECL_MBSINIT
423
424 /* Define to 1 if mbsnrtowcs is declared even after undefining macros. */
425 #undef HAVE_RAW_DECL_MBSNRTOWCS
426
427 /* Define to 1 if mbsrtowcs is declared even after undefining macros. */
428 #undef HAVE_RAW_DECL_MBSRTOWCS
429
430 /* Define to 1 if memmem is declared even after undefining macros. */
431 #undef HAVE_RAW_DECL_MEMMEM
432
433 /* Define to 1 if mempcpy is declared even after undefining macros. */
434 #undef HAVE_RAW_DECL_MEMPCPY
435
436 /* Define to 1 if memrchr is declared even after undefining macros. */
437 #undef HAVE_RAW_DECL_MEMRCHR
438
439 /* Define to 1 if rawmemchr is declared even after undefining macros. */
440 #undef HAVE_RAW_DECL_RAWMEMCHR
441
442 /* Define to 1 if stpcpy is declared even after undefining macros. */
443 #undef HAVE_RAW_DECL_STPCPY
444
445 /* Define to 1 if stpncpy is declared even after undefining macros. */
446 #undef HAVE_RAW_DECL_STPNCPY
447
448 /* Define to 1 if strcasestr is declared even after undefining macros. */
449 #undef HAVE_RAW_DECL_STRCASESTR
450
451 /* Define to 1 if strchrnul is declared even after undefining macros. */
452 #undef HAVE_RAW_DECL_STRCHRNUL
453
454 /* Define to 1 if strdup is declared even after undefining macros. */
455 #undef HAVE_RAW_DECL_STRDUP
456
457 /* Define to 1 if strncat is declared even after undefining macros. */
458 #undef HAVE_RAW_DECL_STRNCAT
459
460 /* Define to 1 if strndup is declared even after undefining macros. */
461 #undef HAVE_RAW_DECL_STRNDUP
462
463 /* Define to 1 if strnlen is declared even after undefining macros. */
464 #undef HAVE_RAW_DECL_STRNLEN
465
466 /* Define to 1 if strpbrk is declared even after undefining macros. */
467 #undef HAVE_RAW_DECL_STRPBRK
468
469 /* Define to 1 if strsep is declared even after undefining macros. */
470 #undef HAVE_RAW_DECL_STRSEP
471
472 /* Define to 1 if strsignal is declared even after undefining macros. */
473 #undef HAVE_RAW_DECL_STRSIGNAL
474
475 /* Define to 1 if strtoimax is declared even after undefining macros. */
476 #undef HAVE_RAW_DECL_STRTOIMAX
477
478 /* Define to 1 if strtok_r is declared even after undefining macros. */
479 #undef HAVE_RAW_DECL_STRTOK_R
480
481 /* Define to 1 if strtoumax is declared even after undefining macros. */
482 #undef HAVE_RAW_DECL_STRTOUMAX
483
484 /* Define to 1 if strverscmp is declared even after undefining macros. */
485 #undef HAVE_RAW_DECL_STRVERSCMP
486
487 /* Define to 1 if wcrtomb is declared even after undefining macros. */
488 #undef HAVE_RAW_DECL_WCRTOMB
489
490 /* Define to 1 if wcsnrtombs is declared even after undefining macros. */
491 #undef HAVE_RAW_DECL_WCSNRTOMBS
492
493 /* Define to 1 if wcsrtombs is declared even after undefining macros. */
494 #undef HAVE_RAW_DECL_WCSRTOMBS
495
496 /* Define to 1 if wctob is declared even after undefining macros. */
497 #undef HAVE_RAW_DECL_WCTOB
498
499 /* Define to 1 if wcwidth is declared even after undefining macros. */
500 #undef HAVE_RAW_DECL_WCWIDTH
501
502 /* Define to 1 if you have the `readlink' function. */
503 #undef HAVE_READLINK
504
505 /* Define to 1 if you have the `realpath' function. */
506 #undef HAVE_REALPATH
507
508 /* Define to 1 if you have the `resize_term' function. */
509 #undef HAVE_RESIZE_TERM
510
511 /* Define to 1 if you have the `sbrk' function. */
512 #undef HAVE_SBRK
513
514 /* Define to 1 if you have the `setlocale' function. */
515 #undef HAVE_SETLOCALE
516
517 /* Define to 1 if you have the `setpgid' function. */
518 #undef HAVE_SETPGID
519
520 /* Define to 1 if you have the `setpgrp' function. */
521 #undef HAVE_SETPGRP
522
523 /* Define to 1 if you have the `setrlimit' function. */
524 #undef HAVE_SETRLIMIT
525
526 /* Define to 1 if you have the `setsid' function. */
527 #undef HAVE_SETSID
528
529 /* Define to 1 if you have the <sgtty.h> header file. */
530 #undef HAVE_SGTTY_H
531
532 /* Define to 1 if you have the `sigaction' function. */
533 #undef HAVE_SIGACTION
534
535 /* Define to 1 if you have the <signal.h> header file. */
536 #undef HAVE_SIGNAL_H
537
538 /* Define to 1 if 'sig_atomic_t' is a signed integer type. */
539 #undef HAVE_SIGNED_SIG_ATOMIC_T
540
541 /* Define to 1 if 'wchar_t' is a signed integer type. */
542 #undef HAVE_SIGNED_WCHAR_T
543
544 /* Define to 1 if 'wint_t' is a signed integer type. */
545 #undef HAVE_SIGNED_WINT_T
546
547 /* Define to 1 if you have the `sigprocmask' function. */
548 #undef HAVE_SIGPROCMASK
549
550 /* Define if sigsetjmp is available. */
551 #undef HAVE_SIGSETJMP
552
553 /* Define to 1 if you have the `sigsetmask' function. */
554 #undef HAVE_SIGSETMASK
555
556 /* Define to 1 if you have the `socketpair' function. */
557 #undef HAVE_SOCKETPAIR
558
559 /* Define to 1 if the system has the type `socklen_t'. */
560 #undef HAVE_SOCKLEN_T
561
562 /* Define to 1 if you have the <stddef.h> header file. */
563 #undef HAVE_STDDEF_H
564
565 /* Define to 1 if you have the <stdint.h> header file. */
566 #undef HAVE_STDINT_H
567
568 /* Define to 1 if you have the <stdlib.h> header file. */
569 #undef HAVE_STDLIB_H
570
571 /* Define to 1 if you have the <strings.h> header file. */
572 #undef HAVE_STRINGS_H
573
574 /* Define to 1 if you have the <string.h> header file. */
575 #undef HAVE_STRING_H
576
577 /* Define if <sys/link.h> has struct link_map32 */
578 #undef HAVE_STRUCT_LINK_MAP32
579
580 /* Define if <link.h> exists and defines struct link_map which has members
581 with an ``lm_'' prefix. (For SunOS.) */
582 #undef HAVE_STRUCT_LINK_MAP_WITH_LM_MEMBERS
583
584 /* Define if <link.h> exists and defines struct link_map which has members
585 with an ``l_'' prefix. (For Solaris, SVR4, and SVR4-like systems.) */
586 #undef HAVE_STRUCT_LINK_MAP_WITH_L_MEMBERS
587
588 /* Define to 1 if your system has struct lwp. */
589 #undef HAVE_STRUCT_LWP
590
591 /* Define to 1 if your system has struct reg in <machine/reg.h>. */
592 #undef HAVE_STRUCT_REG
593
594 /* Define to 1 if `struct reg' is a member of `r_fs'. */
595 #undef HAVE_STRUCT_REG_R_FS
596
597 /* Define to 1 if `struct reg' is a member of `r_gs'. */
598 #undef HAVE_STRUCT_REG_R_GS
599
600 /* Define if <link.h> exists and defines a struct so_map which has members
601 with an ``som_'' prefix. (Found on older *BSD systems.) */
602 #undef HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS
603
604 /* Define to 1 if `struct stat' is a member of `st_blksize'. */
605 #undef HAVE_STRUCT_STAT_ST_BLKSIZE
606
607 /* Define to 1 if `struct stat' is a member of `st_blocks'. */
608 #undef HAVE_STRUCT_STAT_ST_BLOCKS
609
610 /* Define to 1 if `struct thread' is a member of `td_pcb'. */
611 #undef HAVE_STRUCT_THREAD_TD_PCB
612
613 /* Define to 1 if you have the `syscall' function. */
614 #undef HAVE_SYSCALL
615
616 /* Define to 1 if you have the <sys/bitypes.h> header file. */
617 #undef HAVE_SYS_BITYPES_H
618
619 /* Define to 1 if you have the <sys/debugreg.h> header file. */
620 #undef HAVE_SYS_DEBUGREG_H
621
622 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
623 */
624 #undef HAVE_SYS_DIR_H
625
626 /* Define to 1 if you have the <sys/fault.h> header file. */
627 #undef HAVE_SYS_FAULT_H
628
629 /* Define to 1 if you have the <sys/file.h> header file. */
630 #undef HAVE_SYS_FILE_H
631
632 /* Define to 1 if you have the <sys/filio.h> header file. */
633 #undef HAVE_SYS_FILIO_H
634
635 /* Define to 1 if you have the <sys/inttypes.h> header file. */
636 #undef HAVE_SYS_INTTYPES_H
637
638 /* Define to 1 if you have the <sys/ioctl.h> header file. */
639 #undef HAVE_SYS_IOCTL_H
640
641 /* Define to 1 if you have the <sys/mman.h> header file. */
642 #undef HAVE_SYS_MMAN_H
643
644 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
645 */
646 #undef HAVE_SYS_NDIR_H
647
648 /* Define to 1 if you have the <sys/param.h> header file. */
649 #undef HAVE_SYS_PARAM_H
650
651 /* Define to 1 if you have the <sys/poll.h> header file. */
652 #undef HAVE_SYS_POLL_H
653
654 /* Define to 1 if you have the <sys/procfs.h> header file. */
655 #undef HAVE_SYS_PROCFS_H
656
657 /* Define to 1 if you have the <sys/proc.h> header file. */
658 #undef HAVE_SYS_PROC_H
659
660 /* Define to 1 if you have the <sys/ptrace.h> header file. */
661 #undef HAVE_SYS_PTRACE_H
662
663 /* Define to 1 if you have the <sys/reg.h> header file. */
664 #undef HAVE_SYS_REG_H
665
666 /* Define to 1 if you have the <sys/resource.h> header file. */
667 #undef HAVE_SYS_RESOURCE_H
668
669 /* Define to 1 if you have the <sys/select.h> header file. */
670 #undef HAVE_SYS_SELECT_H
671
672 /* Define to 1 if you have the <sys/socket.h> header file. */
673 #undef HAVE_SYS_SOCKET_H
674
675 /* Define to 1 if you have the <sys/stat.h> header file. */
676 #undef HAVE_SYS_STAT_H
677
678 /* Define to 1 if you have the <sys/syscall.h> header file. */
679 #undef HAVE_SYS_SYSCALL_H
680
681 /* Define to 1 if you have the <sys/types.h> header file. */
682 #undef HAVE_SYS_TYPES_H
683
684 /* Define to 1 if you have the <sys/un.h> header file. */
685 #undef HAVE_SYS_UN_H
686
687 /* Define to 1 if you have the <sys/user.h> header file. */
688 #undef HAVE_SYS_USER_H
689
690 /* Define to 1 if you have the <sys/wait.h> header file. */
691 #undef HAVE_SYS_WAIT_H
692
693 /* Define to 1 if you have the <termios.h> header file. */
694 #undef HAVE_TERMIOS_H
695
696 /* Define to 1 if you have the <termio.h> header file. */
697 #undef HAVE_TERMIO_H
698
699 /* Define to 1 if you have the <term.h> header file. */
700 #undef HAVE_TERM_H
701
702 /* Define to 1 if you have the <thread_db.h> header file. */
703 #undef HAVE_THREAD_DB_H
704
705 /* Define if using Solaris thread debugging. */
706 #undef HAVE_THREAD_DB_LIB
707
708 /* Define to 1 if you have the <time.h> header file. */
709 #undef HAVE_TIME_H
710
711 /* Define if you support the tkill syscall. */
712 #undef HAVE_TKILL_SYSCALL
713
714 /* Define to 1 if you have the `ttrace' function. */
715 #undef HAVE_TTRACE
716
717 /* Define to 1 if you have the <unistd.h> header file. */
718 #undef HAVE_UNISTD_H
719
720 /* Define to 1 if the system has the type `unsigned long long int'. */
721 #undef HAVE_UNSIGNED_LONG_LONG_INT
722
723 /* Define to 1 if you have the `vfork' function. */
724 #undef HAVE_VFORK
725
726 /* Define to 1 if you have the <vfork.h> header file. */
727 #undef HAVE_VFORK_H
728
729 /* Define to 1 if you have the `waitpid' function. */
730 #undef HAVE_WAITPID
731
732 /* Define to 1 if you have the <wait.h> header file. */
733 #undef HAVE_WAIT_H
734
735 /* Define to 1 if you have the `wborder' function. */
736 #undef HAVE_WBORDER
737
738 /* Define to 1 if you have the <wchar.h> header file. */
739 #undef HAVE_WCHAR_H
740
741 /* Define if you have the 'wchar_t' type. */
742 #undef HAVE_WCHAR_T
743
744 /* Define if you have the 'wint_t' type. */
745 #undef HAVE_WINT_T
746
747 /* Define to 1 if `fork' works. */
748 #undef HAVE_WORKING_FORK
749
750 /* Define to 1 if `vfork' works. */
751 #undef HAVE_WORKING_VFORK
752
753 /* Define to 1 if you have the `wresize' function. */
754 #undef HAVE_WRESIZE
755
756 /* Define to 1 if you have the `XML_StopParser' function. */
757 #undef HAVE_XML_STOPPARSER
758
759 /* Define to 1 if you have the <zlib.h> header file. */
760 #undef HAVE_ZLIB_H
761
762 /* Define to 1 if your system has the _etext variable. */
763 #undef HAVE__ETEXT
764
765 /* Define to 1 if you have the `_mcleanup' function. */
766 #undef HAVE__MCLEANUP
767
768 /* Path of directory of iconv program. */
769 #undef ICONV_BIN
770
771 /* Define if the iconv directory should be relocated when GDB is moved. */
772 #undef ICONV_BIN_RELOCATABLE
773
774 /* Define as const if the declaration of iconv() needs const. */
775 #undef ICONV_CONST
776
777 /* directory to load the JIT readers from */
778 #undef JIT_READER_DIR
779
780 /* Define if the jit-reader-dir directory should be relocated when GDB is
781 moved. */
782 #undef JIT_READER_DIR_RELOCATABLE
783
784 /* Define to a substitute value for mmap()'s MAP_ANONYMOUS flag. */
785 #undef MAP_ANONYMOUS
786
787 /* Define if you want to use new multi-fd /proc interface (replaces
788 HAVE_MULTIPLE_PROC_FDS as well as other macros). */
789 #undef NEW_PROC_API
790
791 /* Name of this package. */
792 #undef PACKAGE
793
794 /* Define to the address where bug reports for this package should be sent. */
795 #undef PACKAGE_BUGREPORT
796
797 /* Define to the full name of this package. */
798 #undef PACKAGE_NAME
799
800 /* Define to the full name and version of this package. */
801 #undef PACKAGE_STRING
802
803 /* Define to the one symbol short name of this package. */
804 #undef PACKAGE_TARNAME
805
806 /* Define to the home page for this package. */
807 #undef PACKAGE_URL
808
809 /* Define to the version of this package. */
810 #undef PACKAGE_VERSION
811
812 /* Additional package description */
813 #undef PKGVERSION
814
815 /* Define if the prfpregset_t type is broken. */
816 #undef PRFPREGSET_T_BROKEN
817
818 /* Define to 1 if the "%H, %D and %DD" formats work to print decfloats. */
819 #undef PRINTF_HAS_DECFLOAT
820
821 /* Define to 1 if the "%Lg" format works to print long doubles. */
822 #undef PRINTF_HAS_LONG_DOUBLE
823
824 /* Define to 1 if the "%ll" format works to print long longs. */
825 #undef PRINTF_HAS_LONG_LONG
826
827 /* Define if <inttypes.h> exists and defines unusable PRI* macros. */
828 #undef PRI_MACROS_BROKEN
829
830 /* Define if <proc_service.h> on solaris uses int instead of size_t, and
831 assorted other type changes. */
832 #undef PROC_SERVICE_IS_OLD
833
834 /* Define to the type of arg 3 for ptrace. */
835 #undef PTRACE_TYPE_ARG3
836
837 /* Define to the type of arg 5 for ptrace. */
838 #undef PTRACE_TYPE_ARG5
839
840 /* Define as the return type of ptrace. */
841 #undef PTRACE_TYPE_RET
842
843 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
844 'ptrdiff_t'. */
845 #undef PTRDIFF_T_SUFFIX
846
847 /* Define if the python directory should be relocated when GDB is moved. */
848 #undef PYTHON_PATH_RELOCATABLE
849
850 /* Relocated directory for source files. */
851 #undef RELOC_SRCDIR
852
853 /* Bug reporting address */
854 #undef REPORT_BUGS_TO
855
856 /* Define as the return type of signal handlers (`int' or `void'). */
857 #undef RETSIGTYPE
858
859 /* Define to 1 if the "%Lg" format works to scan long doubles. */
860 #undef SCANF_HAS_LONG_DOUBLE
861
862 /* Define to 1 if the `setpgrp' function takes no argument. */
863 #undef SETPGRP_VOID
864
865 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
866 'sig_atomic_t'. */
867 #undef SIG_ATOMIC_T_SUFFIX
868
869 /* The size of `long', as computed by sizeof. */
870 #undef SIZEOF_LONG
871
872 /* The size of `unsigned long', as computed by sizeof. */
873 #undef SIZEOF_UNSIGNED_LONG
874
875 /* The size of `unsigned long long', as computed by sizeof. */
876 #undef SIZEOF_UNSIGNED_LONG_LONG
877
878 /* The size of `unsigned __int128', as computed by sizeof. */
879 #undef SIZEOF_UNSIGNED___INT128
880
881 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
882 'size_t'. */
883 #undef SIZE_T_SUFFIX
884
885 /* If using the C implementation of alloca, define if you know the
886 direction of stack growth for your system; otherwise it will be
887 automatically deduced at runtime.
888 STACK_DIRECTION > 0 => grows toward higher addresses
889 STACK_DIRECTION < 0 => grows toward lower addresses
890 STACK_DIRECTION = 0 => direction of growth unknown */
891 #undef STACK_DIRECTION
892
893 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
894 #undef STAT_MACROS_BROKEN
895
896 /* Define to 1 if you have the ANSI C header files. */
897 #undef STDC_HEADERS
898
899 /* automatically load a system-wide gdbinit file */
900 #undef SYSTEM_GDBINIT
901
902 /* Define if the system-gdbinit directory should be relocated when GDB is
903 moved. */
904 #undef SYSTEM_GDBINIT_RELOCATABLE
905
906 /* search for usr/lib et al within DIR */
907 #undef TARGET_SYSTEM_ROOT
908
909 /* Define if the sysroot directory should be relocated when GDB is moved. */
910 #undef TARGET_SYSTEM_ROOT_RELOCATABLE
911
912 /* Define if <thread_db.h> has the TD_NOTALLOC error code. */
913 #undef THREAD_DB_HAS_TD_NOTALLOC
914
915 /* Define if <thread_db.h> has the TD_NOTLS error code. */
916 #undef THREAD_DB_HAS_TD_NOTLS
917
918 /* Define if <thread_db.h> has the TD_VERSION error code. */
919 #undef THREAD_DB_HAS_TD_VERSION
920
921 /* Define to 1 if the regex included in libiberty should be used. */
922 #undef USE_INCLUDED_REGEX
923
924 /* Define if we should use the Windows API, instead of the POSIX API. On
925 Windows, we use the Windows API when building for MinGW, but the POSIX API
926 when building for Cygwin. */
927 #undef USE_WIN32API
928
929 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
930 'wchar_t'. */
931 #undef WCHAR_T_SUFFIX
932
933 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
934 'wint_t'. */
935 #undef WINT_T_SUFFIX
936
937 /* Define if --with-python provides a path, either directly or via
938 python-config.py --exec-prefix. */
939 #undef WITH_PYTHON_PATH
940
941 /* Define if the simulator is being linked in. */
942 #undef WITH_SIM
943
944 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
945 significant byte first (like Motorola and SPARC, unlike Intel). */
946 #if defined AC_APPLE_UNIVERSAL_BUILD
947 # if defined __BIG_ENDIAN__
948 # define WORDS_BIGENDIAN 1
949 # endif
950 #else
951 # ifndef WORDS_BIGENDIAN
952 # undef WORDS_BIGENDIAN
953 # endif
954 #endif
955
956 /* Number of bits in a file offset, on hosts where this is settable. */
957 #undef _FILE_OFFSET_BITS
958
959 /* Define to 1 so <sys/proc.h> gets a definition of anon_hdl. Works around a
960 <sys/proc.h> problem on IRIX 5. */
961 #undef _KMEMUSER
962
963 /* Define for large files, on AIX-style hosts. */
964 #undef _LARGE_FILES
965
966 /* Define to 1 if on MINIX. */
967 #undef _MINIX
968
969 /* Define to 1 to avoid a clash between <widec.h> and <wchar.h> on Solaris
970 2.[789] when using GCC. */
971 #undef _MSE_INT_H
972
973 /* Define to 2 if the system does not provide POSIX.1 features except with
974 this defined. */
975 #undef _POSIX_1_SOURCE
976
977 /* Define to 1 if you need to in order for `stat' and other things to work. */
978 #undef _POSIX_SOURCE
979
980 /* Define if <sys/link.h> has link_map32 (solaris sparc-64 target) */
981 #undef _SYSCALL32
982
983 /* Define to 500 only on HP-UX. */
984 #undef _XOPEN_SOURCE
985
986 /* Enable extensions on AIX 3, Interix. */
987 #ifndef _ALL_SOURCE
988 # undef _ALL_SOURCE
989 #endif
990 /* Enable GNU extensions on systems that have them. */
991 #ifndef _GNU_SOURCE
992 # undef _GNU_SOURCE
993 #endif
994 /* Enable threading extensions on Solaris. */
995 #ifndef _POSIX_PTHREAD_SEMANTICS
996 # undef _POSIX_PTHREAD_SEMANTICS
997 #endif
998 /* Enable extensions on HP NonStop. */
999 #ifndef _TANDEM_SOURCE
1000 # undef _TANDEM_SOURCE
1001 #endif
1002 /* Enable general extensions on Solaris. */
1003 #ifndef __EXTENSIONS__
1004 # undef __EXTENSIONS__
1005 #endif
1006
1007
1008 /* Ensure that <stdint.h> defines the limit macros, since gnulib's
1009 <inttypes.h> relies on them. */
1010 #if defined __cplusplus && !defined __STDC_LIMIT_MACROS && GL_TRIGGER_STDC_LIMIT_MACROS
1011 # define __STDC_LIMIT_MACROS 1
1012 #endif
1013
1014
1015 /* Define to empty if `const' does not conform to ANSI C. */
1016 #undef const
1017
1018 /* Define to `__inline__' or `__inline' if that's what the C compiler
1019 calls it, or to nothing if 'inline' is not supported under any name. */
1020 #ifndef __cplusplus
1021 #undef inline
1022 #endif
1023
1024 /* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
1025 the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
1026 earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
1027 __APPLE__ && __MACH__ test for MacOS X.
1028 __APPLE_CC__ tests for the Apple compiler and its version.
1029 __STDC_VERSION__ tests for the C99 mode. */
1030 #if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
1031 # define __GNUC_STDC_INLINE__ 1
1032 #endif
1033
1034 /* Define to `int' if <sys/types.h> does not define. */
1035 #undef pid_t
1036
1037 /* Define to the equivalent of the C99 'restrict' keyword, or to
1038 nothing if this is not supported. Do not define if restrict is
1039 supported directly. */
1040 #undef restrict
1041 /* Work around a bug in Sun C++: it does not support _Restrict or
1042 __restrict__, even though the corresponding Sun C compiler ends up with
1043 "#define restrict _Restrict" or "#define restrict __restrict__" in the
1044 previous line. Perhaps some future version of Sun C++ will work with
1045 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
1046 #if defined __SUNPRO_CC && !defined __RESTRICT
1047 # define _Restrict
1048 # define __restrict__
1049 #endif
1050
1051 /* Define as a marker that can be attached to declarations that might not
1052 be used. This helps to reduce warnings, such as from
1053 GCC -Wunused-parameter. */
1054 #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
1055 # define _GL_UNUSED __attribute__ ((__unused__))
1056 #else
1057 # define _GL_UNUSED
1058 #endif
1059 /* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name
1060 is a misnomer outside of parameter lists. */
1061 #define _UNUSED_PARAMETER_ _GL_UNUSED
1062
1063
1064 /* Define as `fork' if `vfork' does not work. */
1065 #undef vfork
This page took 0.052002 seconds and 4 git commands to generate.