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