* doc/binutils.texi: Add --dwarf-check option.
[deliverable/binutils-gdb.git] / gdb / config.in
CommitLineData
bc8bcb4b 1/* config.in. Generated from configure.ac by autoheader. */
c960c18f 2
81ecdfbb
RW
3/* Define if building universal (internal helper macro) */
4#undef AC_APPLE_UNIVERSAL_BUILD
5
6dea1fbd
JK
6/* Directories safe to hold auto-loaded files. */
7#undef AUTO_LOAD_SAFE_PATH
8
f83d8a90
DE
9/* Directory of programs. */
10#undef BINDIR
11
bc8bcb4b
MK
12/* Define to 1 if the compiler supports long long. */
13#undef CC_HAS_LONG_LONG
c906108c 14
bc8bcb4b
MK
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
c906108c 19
bc8bcb4b
MK
20/* Define to 1 if using `alloca.c'. */
21#undef C_ALLOCA
c906108c 22
b14b1491 23/* look for global separate debug info in this path [LIBDIR/debug] */
bc8bcb4b 24#undef DEBUGDIR
d9feb4e7 25
b14b1491
TT
26/* Define if the separate-debug-dir directory should be relocated when GDB is
27 moved. */
aa28a74e
DJ
28#undef DEBUGDIR_RELOCATABLE
29
bc8bcb4b
MK
30/* Define to BFD's default architecture. */
31#undef DEFAULT_BFD_ARCH
27aac7ff 32
bc8bcb4b
MK
33/* Define to BFD's default target vector. */
34#undef DEFAULT_BFD_VEC
c906108c 35
3841debe
DJ
36/* Define to 1 if translation of program messages to the user's native
37 language is requested. */
bc8bcb4b 38#undef ENABLE_NLS
c906108c 39
b14b1491
TT
40/* look for global separate data files in this path [DATADIR/gdb] */
41#undef GDB_DATADIR
42
43/* Define if the gdb-datadir directory should be relocated when GDB is moved.
44 */
45#undef GDB_DATADIR_RELOCATABLE
46
bc8bcb4b
MK
47/* Define to be a string naming the default host character set. */
48#undef GDB_DEFAULT_HOST_CHARSET
c906108c 49
bc8bcb4b
MK
50/* Host double floatformat */
51#undef GDB_HOST_DOUBLE_FORMAT
d9feb4e7 52
bc8bcb4b
MK
53/* Host float floatformat */
54#undef GDB_HOST_FLOAT_FORMAT
c906108c 55
bc8bcb4b
MK
56/* Host long double floatformat */
57#undef GDB_HOST_LONG_DOUBLE_FORMAT
96baa820 58
60ca704f
SE
59/* nativefile */
60#undef GDB_NM_FILE
61
bc8bcb4b
MK
62/* Define to the default OS ABI for this configuration. */
63#undef GDB_OSABI_DEFAULT
14abd0fb 64
bc8bcb4b
MK
65/* Define to 1 if you have `alloca', as a function or macro. */
66#undef HAVE_ALLOCA
c906108c 67
bc8bcb4b
MK
68/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
69 */
70#undef HAVE_ALLOCA_H
58d370e0 71
732f6a93
TT
72/* Define to 1 if you have the `btowc' function. */
73#undef HAVE_BTOWC
74
bc8bcb4b
MK
75/* Define to 1 if you have the `canonicalize_file_name' function. */
76#undef HAVE_CANONICALIZE_FILE_NAME
c906108c 77
bc8bcb4b
MK
78/* Define to 1 if you have the <ctype.h> header file. */
79#undef HAVE_CTYPE_H
c906108c 80
bc8bcb4b
MK
81/* Define to 1 if you have the <cursesX.h> header file. */
82#undef HAVE_CURSESX_H
c906108c 83
bc8bcb4b
MK
84/* Define to 1 if you have the <curses.h> header file. */
85#undef HAVE_CURSES_H
0200359f 86
10568435
JK
87/* Define to 1 if you have the declaration of `ADDR_NO_RANDOMIZE', and to 0 if
88 you don't. */
89#undef HAVE_DECL_ADDR_NO_RANDOMIZE
90
a3828db0
MK
91/* Define to 1 if you have the declaration of `free', and to 0 if you don't.
92 */
93#undef HAVE_DECL_FREE
94
95/* Define to 1 if you have the declaration of `getopt', and to 0 if you don't.
96 */
bc8bcb4b 97#undef HAVE_DECL_GETOPT
2acceee2 98
d645e32e
JB
99/* Define to 1 if you have the declaration of `getthrds', and to 0 if you
100 don't. */
101#undef HAVE_DECL_GETTHRDS
102
a3828db0
MK
103/* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
104 */
105#undef HAVE_DECL_MALLOC
106
107/* Define to 1 if you have the declaration of `ptrace', and to 0 if you don't.
108 */
bc8bcb4b 109#undef HAVE_DECL_PTRACE
46711df8 110
a3828db0
MK
111/* Define to 1 if you have the declaration of `realloc', and to 0 if you
112 don't. */
113#undef HAVE_DECL_REALLOC
114
e5a7de23
EZ
115/* Define to 1 if you have the declaration of `snprintf', and to 0 if you
116 don't. */
117#undef HAVE_DECL_SNPRINTF
118
a3828db0
MK
119/* Define to 1 if you have the declaration of `strerror', and to 0 if you
120 don't. */
121#undef HAVE_DECL_STRERROR
122
123/* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
124 */
125#undef HAVE_DECL_STRSTR
126
e5a7de23
EZ
127/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
128 don't. */
129#undef HAVE_DECL_VSNPRINTF
130
bc8bcb4b
MK
131/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
132 */
133#undef HAVE_DIRENT_H
96baa820 134
b161e06f
JK
135/* Define to 1 if you have the <dlfcn.h> header file. */
136#undef HAVE_DLFCN_H
137
31d99776
DJ
138/* Define if ELF support should be included. */
139#undef HAVE_ELF
140
d542061a
UW
141/* Define to 1 if you have the <elf_hp.h> header file. */
142#undef HAVE_ELF_HP_H
143
01fe12f6
JB
144/* Define to 1 if your system has the etext variable. */
145#undef HAVE_ETEXT
146
bc8bcb4b
MK
147/* Define to 1 if you have the `fork' function. */
148#undef HAVE_FORK
c906108c 149
bc8bcb4b
MK
150/* Define if <sys/procfs.h> has fpregset_t. */
151#undef HAVE_FPREGSET_T
c906108c 152
d3ea6809
MM
153/* Define to 1 if you have the `getgid' function. */
154#undef HAVE_GETGID
155
bc8bcb4b
MK
156/* Define to 1 if you have the `getpagesize' function. */
157#undef HAVE_GETPAGESIZE
b757528f 158
7991dee7
JK
159/* Define to 1 if you have the `getrlimit' function. */
160#undef HAVE_GETRLIMIT
161
7eb368b3
NR
162/* Define to 1 if you have the `getrusage' function. */
163#undef HAVE_GETRUSAGE
164
d3ea6809
MM
165/* Define to 1 if you have the `getuid' function. */
166#undef HAVE_GETUID
167
bc8bcb4b
MK
168/* Define to 1 if you have the <gnu/libc-version.h> header file. */
169#undef HAVE_GNU_LIBC_VERSION_H
8b9cf735 170
bc8bcb4b
MK
171/* Define if <sys/procfs.h> has gregset_t. */
172#undef HAVE_GREGSET_T
c906108c 173
bc8bcb4b
MK
174/* Define if you have the iconv() function. */
175#undef HAVE_ICONV
c906108c 176
6c7a06a3
TT
177/* Define to 1 if you have the `iconvlist' function. */
178#undef HAVE_ICONVLIST
179
bc8bcb4b
MK
180/* Define to 1 if you have the <inttypes.h> header file. */
181#undef HAVE_INTTYPES_H
c906108c 182
6c7a06a3
TT
183/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
184#undef HAVE_LANGINFO_CODESET
185
a8111142
TT
186/* Define if your <locale.h> file defines LC_MESSAGES. */
187#undef HAVE_LC_MESSAGES
188
bc8bcb4b
MK
189/* Define to 1 if you have the `dl' library (-ldl). */
190#undef HAVE_LIBDL
4b14d3e4 191
3841debe
DJ
192/* Define if you have the expat library. */
193#undef HAVE_LIBEXPAT
194
fc3b640d
TT
195/* Define to 1 if you have the `libiconvlist' function. */
196#undef HAVE_LIBICONVLIST
197
bc8bcb4b
MK
198/* Define to 1 if you have the `m' library (-lm). */
199#undef HAVE_LIBM
200
d57a3c85
TJB
201/* Define if Python 2.4 is being used. */
202#undef HAVE_LIBPYTHON2_4
203
204/* Define if Python 2.5 is being used. */
205#undef HAVE_LIBPYTHON2_5
206
207/* Define if Python 2.6 is being used. */
208#undef HAVE_LIBPYTHON2_6
209
11763c18
TT
210/* Define if Python 2.7 is being used. */
211#undef HAVE_LIBPYTHON2_7
212
bc8bcb4b 213/* Define to 1 if you have the <libunwind-ia64.h> header file. */
0e5d83e3
JJ
214#undef HAVE_LIBUNWIND_IA64_H
215
bc8bcb4b
MK
216/* Define to 1 if you have the `w' library (-lw). */
217#undef HAVE_LIBW
0e5d83e3 218
bc8bcb4b 219/* Define to 1 if you have the <link.h> header file. */
c906108c
SS
220#undef HAVE_LINK_H
221
a8111142
TT
222/* Define to 1 if you have the <locale.h> header file. */
223#undef HAVE_LOCALE_H
224
bc8bcb4b
MK
225/* Define to 1 if the compiler supports long double. */
226#undef HAVE_LONG_DOUBLE
227
1db33378
PP
228/* Define to 1 if you have the `lstat' function. */
229#undef HAVE_LSTAT
230
bc8bcb4b
MK
231/* Define if <sys/procfs.h> has lwpid_t. */
232#undef HAVE_LWPID_T
233
234/* Define to 1 if you have the <machine/reg.h> header file. */
78434e59
MK
235#undef HAVE_MACHINE_REG_H
236
bc8bcb4b 237/* Define to 1 if you have the <memory.h> header file. */
c906108c
SS
238#undef HAVE_MEMORY_H
239
bc8bcb4b
MK
240/* Define to 1 if you have a working `mmap' system call. */
241#undef HAVE_MMAP
242
243/* Define to 1 if you have the `monstartup' function. */
244#undef HAVE_MONSTARTUP
245
bc8bcb4b 246/* Define to 1 if you have the <ncurses.h> header file. */
2894793a
AC
247#undef HAVE_NCURSES_H
248
bc8bcb4b 249/* Define to 1 if you have the <ncurses/ncurses.h> header file. */
a6ed5501
MK
250#undef HAVE_NCURSES_NCURSES_H
251
bc8bcb4b 252/* Define to 1 if you have the <ncurses/term.h> header file. */
3b78cdbb
DA
253#undef HAVE_NCURSES_TERM_H
254
bc8bcb4b 255/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
4b14d3e4
AC
256#undef HAVE_NDIR_H
257
bc8bcb4b
MK
258/* Define to 1 if you have the <nlist.h> header file. */
259#undef HAVE_NLIST_H
260
10568435
JK
261/* Define if you support the personality syscall. */
262#undef HAVE_PERSONALITY
263
a156a290
MF
264/* Define to 1 if you have the `pipe' function. */
265#undef HAVE_PIPE
266
bc8bcb4b
MK
267/* Define to 1 if you have the `poll' function. */
268#undef HAVE_POLL
486363b6 269
bc8bcb4b 270/* Define to 1 if you have the <poll.h> header file. */
409a3f64
AC
271#undef HAVE_POLL_H
272
be391dca
TT
273/* Define to 1 if you have the `posix_madvise' function. */
274#undef HAVE_POSIX_MADVISE
275
7313baad
UW
276/* Define to 1 if you have the `pread' function. */
277#undef HAVE_PREAD
278
bc8bcb4b
MK
279/* Define to 1 if you have the `pread64' function. */
280#undef HAVE_PREAD64
281
282/* Define if <sys/procfs.h> has prfpregset32_t. */
283#undef HAVE_PRFPREGSET32_T
284
285/* Define if <sys/procfs.h> has prfpregset_t. */
286#undef HAVE_PRFPREGSET_T
287
288/* Define if <sys/procfs.h> has prgregset32_t. */
289#undef HAVE_PRGREGSET32_T
290
291/* Define if <sys/procfs.h> has prgregset_t. */
292#undef HAVE_PRGREGSET_T
293
60ca704f
SE
294/* Define if ioctl argument PIOCSET is available. */
295#undef HAVE_PROCFS_PIOCSET
296
bc8bcb4b 297/* Define to 1 if you have the <proc_service.h> header file. */
e7d0728a
AC
298#undef HAVE_PROC_SERVICE_H
299
bc8bcb4b
MK
300/* Define if <sys/procfs.h> has prrun_t. */
301#undef HAVE_PRRUN_T
302
303/* Define if <sys/procfs.h> has prsysent_t. */
304#undef HAVE_PRSYSENT_T
305
306/* Define if <sys/procfs.h> has pr_sigaction64_t. */
307#undef HAVE_PR_SIGACTION64_T
308
309/* Define if <sys/procfs.h> has pr_siginfo64_t. */
310#undef HAVE_PR_SIGINFO64_T
311
312/* Define if <sys/procfs.h> has pr_sigset_t. */
313#undef HAVE_PR_SIGSET_T
314
315/* Define if <sys/procfs.h> has psaddr_t. */
316#undef HAVE_PSADDR_T
317
318/* Define if <sys/procfs.h> has pstatus_t. */
319#undef HAVE_PSTATUS_T
320
60ca704f
SE
321/* Define if sys/ptrace.h defines the PTRACE_GETFPXREGS request. */
322#undef HAVE_PTRACE_GETFPXREGS
323
324/* Define if sys/ptrace.h defines the PTRACE_GETREGS request. */
325#undef HAVE_PTRACE_GETREGS
326
bc8bcb4b 327/* Define to 1 if you have the <ptrace.h> header file. */
c906108c
SS
328#undef HAVE_PTRACE_H
329
60ca704f
SE
330/* Define if sys/ptrace.h defines the PT_GETDBREGS request. */
331#undef HAVE_PT_GETDBREGS
332
333/* Define if sys/ptrace.h defines the PT_GETXMMREGS request. */
334#undef HAVE_PT_GETXMMREGS
335
7313baad
UW
336/* Define to 1 if you have the `pwrite' function. */
337#undef HAVE_PWRITE
338
d57a3c85
TJB
339/* Define if Python interpreter is being linked in. */
340#undef HAVE_PYTHON
341
b9e7b9c3
UW
342/* Define to 1 if you have the `readlink' function. */
343#undef HAVE_READLINK
344
bc8bcb4b
MK
345/* Define to 1 if you have the `realpath' function. */
346#undef HAVE_REALPATH
347
db5e03ae
PA
348/* Define to 1 if you have the `resize_term' function. */
349#undef HAVE_RESIZE_TERM
350
bc8bcb4b
MK
351/* Define to 1 if you have the `sbrk' function. */
352#undef HAVE_SBRK
353
a8111142
TT
354/* Define to 1 if you have the `setlocale' function. */
355#undef HAVE_SETLOCALE
356
bc8bcb4b
MK
357/* Define to 1 if you have the `setpgid' function. */
358#undef HAVE_SETPGID
359
360/* Define to 1 if you have the `setpgrp' function. */
361#undef HAVE_SETPGRP
362
7991dee7
JK
363/* Define to 1 if you have the `setrlimit' function. */
364#undef HAVE_SETRLIMIT
365
83116857
TJB
366/* Define to 1 if you have the `setsid' function. */
367#undef HAVE_SETSID
368
bc8bcb4b 369/* Define to 1 if you have the <sgtty.h> header file. */
c906108c
SS
370#undef HAVE_SGTTY_H
371
bc8bcb4b
MK
372/* Define to 1 if you have the `sigaction' function. */
373#undef HAVE_SIGACTION
374
436868fb
DP
375/* Define to 1 if you have the <signal.h> header file. */
376#undef HAVE_SIGNAL_H
377
bc8bcb4b
MK
378/* Define to 1 if you have the `sigprocmask' function. */
379#undef HAVE_SIGPROCMASK
380
381/* Define if sigsetjmp is available. */
382#undef HAVE_SIGSETJMP
383
384/* Define to 1 if you have the `sigsetmask' function. */
385#undef HAVE_SIGSETMASK
386
387/* Define to 1 if you have the `socketpair' function. */
388#undef HAVE_SOCKETPAIR
389
f9f87d2c
MK
390/* Define to 1 if the system has the type `socklen_t'. */
391#undef HAVE_SOCKLEN_T
392
bc8bcb4b 393/* Define to 1 if you have the <stddef.h> header file. */
c906108c
SS
394#undef HAVE_STDDEF_H
395
bc8bcb4b 396/* Define to 1 if you have the <stdint.h> header file. */
e7d0728a
AC
397#undef HAVE_STDINT_H
398
bc8bcb4b 399/* Define to 1 if you have the <stdlib.h> header file. */
c906108c
SS
400#undef HAVE_STDLIB_H
401
bc8bcb4b 402/* Define to 1 if you have the <strings.h> header file. */
5ee754fc
MK
403#undef HAVE_STRINGS_H
404
bc8bcb4b
MK
405/* Define to 1 if you have the <string.h> header file. */
406#undef HAVE_STRING_H
407
60ca704f
SE
408/* Define if <sys/link.h> has struct link_map32 */
409#undef HAVE_STRUCT_LINK_MAP32
410
411/* Define if <link.h> exists and defines struct link_map which has members
412 with an ``lm_'' prefix. (For SunOS.) */
413#undef HAVE_STRUCT_LINK_MAP_WITH_LM_MEMBERS
414
415/* Define if <link.h> exists and defines struct link_map which has members
416 with an ``l_'' prefix. (For Solaris, SVR4, and SVR4-like systems.) */
417#undef HAVE_STRUCT_LINK_MAP_WITH_L_MEMBERS
418
bc8bcb4b
MK
419/* Define to 1 if your system has struct lwp. */
420#undef HAVE_STRUCT_LWP
421
422/* Define to 1 if your system has struct reg in <machine/reg.h>. */
423#undef HAVE_STRUCT_REG
424
81ecdfbb 425/* Define to 1 if `struct reg' is a member of `r_fs'. */
5c45e068
MK
426#undef HAVE_STRUCT_REG_R_FS
427
81ecdfbb 428/* Define to 1 if `struct reg' is a member of `r_gs'. */
5c45e068
MK
429#undef HAVE_STRUCT_REG_R_GS
430
60ca704f
SE
431/* Define if <link.h> exists and defines a struct so_map which has members
432 with an ``som_'' prefix. (Found on older *BSD systems.) */
433#undef HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS
434
81ecdfbb 435/* Define to 1 if `struct stat' is a member of `st_blksize'. */
d3ea6809
MM
436#undef HAVE_STRUCT_STAT_ST_BLKSIZE
437
81ecdfbb 438/* Define to 1 if `struct stat' is a member of `st_blocks'. */
666ec76f
MK
439#undef HAVE_STRUCT_STAT_ST_BLOCKS
440
81ecdfbb 441/* Define to 1 if `struct thread' is a member of `td_pcb'. */
bc8bcb4b
MK
442#undef HAVE_STRUCT_THREAD_TD_PCB
443
444/* Define to 1 if you have the `syscall' function. */
445#undef HAVE_SYSCALL
446
447/* Define to 1 if you have the <sys/debugreg.h> header file. */
c906108c
SS
448#undef HAVE_SYS_DEBUGREG_H
449
bc8bcb4b
MK
450/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
451 */
4b14d3e4
AC
452#undef HAVE_SYS_DIR_H
453
bc8bcb4b 454/* Define to 1 if you have the <sys/fault.h> header file. */
596c9d4b
KB
455#undef HAVE_SYS_FAULT_H
456
bc8bcb4b 457/* Define to 1 if you have the <sys/file.h> header file. */
fc24370e
MS
458#undef HAVE_SYS_FILE_H
459
bc8bcb4b 460/* Define to 1 if you have the <sys/filio.h> header file. */
0cf3e697
MH
461#undef HAVE_SYS_FILIO_H
462
bc8bcb4b 463/* Define to 1 if you have the <sys/ioctl.h> header file. */
7e89e357
JT
464#undef HAVE_SYS_IOCTL_H
465
bc8bcb4b
MK
466/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
467 */
4b14d3e4
AC
468#undef HAVE_SYS_NDIR_H
469
bc8bcb4b 470/* Define to 1 if you have the <sys/param.h> header file. */
c906108c
SS
471#undef HAVE_SYS_PARAM_H
472
bc8bcb4b 473/* Define to 1 if you have the <sys/poll.h> header file. */
409a3f64
AC
474#undef HAVE_SYS_POLL_H
475
bc8bcb4b 476/* Define to 1 if you have the <sys/procfs.h> header file. */
c906108c
SS
477#undef HAVE_SYS_PROCFS_H
478
bc8bcb4b
MK
479/* Define to 1 if you have the <sys/proc.h> header file. */
480#undef HAVE_SYS_PROC_H
481
482/* Define to 1 if you have the <sys/ptrace.h> header file. */
c906108c
SS
483#undef HAVE_SYS_PTRACE_H
484
bc8bcb4b 485/* Define to 1 if you have the <sys/reg.h> header file. */
c906108c
SS
486#undef HAVE_SYS_REG_H
487
7eb368b3
NR
488/* Define to 1 if you have the <sys/resource.h> header file. */
489#undef HAVE_SYS_RESOURCE_H
490
bc8bcb4b 491/* Define to 1 if you have the <sys/select.h> header file. */
7a292a7a
SS
492#undef HAVE_SYS_SELECT_H
493
2fa291ac
YQ
494/* Define to 1 if you have the <sys/socket.h> header file. */
495#undef HAVE_SYS_SOCKET_H
496
bc8bcb4b
MK
497/* Define to 1 if you have the <sys/stat.h> header file. */
498#undef HAVE_SYS_STAT_H
499
500/* Define to 1 if you have the <sys/syscall.h> header file. */
596c9d4b
KB
501#undef HAVE_SYS_SYSCALL_H
502
bc8bcb4b 503/* Define to 1 if you have the <sys/types.h> header file. */
086ec9eb
MK
504#undef HAVE_SYS_TYPES_H
505
2fa291ac
YQ
506/* Define to 1 if you have the <sys/un.h> header file. */
507#undef HAVE_SYS_UN_H
508
bc8bcb4b 509/* Define to 1 if you have the <sys/user.h> header file. */
944d780c
AC
510#undef HAVE_SYS_USER_H
511
bc8bcb4b 512/* Define to 1 if you have the <sys/wait.h> header file. */
c906108c
SS
513#undef HAVE_SYS_WAIT_H
514
bc8bcb4b
MK
515/* Define to 1 if you have the <termios.h> header file. */
516#undef HAVE_TERMIOS_H
c906108c 517
bc8bcb4b 518/* Define to 1 if you have the <termio.h> header file. */
c906108c
SS
519#undef HAVE_TERMIO_H
520
bc8bcb4b
MK
521/* Define to 1 if you have the <term.h> header file. */
522#undef HAVE_TERM_H
c906108c 523
bc8bcb4b 524/* Define to 1 if you have the <thread_db.h> header file. */
e7d0728a
AC
525#undef HAVE_THREAD_DB_H
526
60ca704f
SE
527/* Define if using Solaris thread debugging. */
528#undef HAVE_THREAD_DB_LIB
529
bc8bcb4b 530/* Define to 1 if you have the <time.h> header file. */
104c1213
JM
531#undef HAVE_TIME_H
532
60ca704f 533/* Define if you support the tkill syscall. */
bc8bcb4b 534#undef HAVE_TKILL_SYSCALL
c906108c 535
bc8bcb4b
MK
536/* Define to 1 if you have the `ttrace' function. */
537#undef HAVE_TTRACE
c906108c 538
bc8bcb4b
MK
539/* Define to 1 if you have the <unistd.h> header file. */
540#undef HAVE_UNISTD_H
c906108c 541
bc8bcb4b
MK
542/* Define to 1 if you have the `vfork' function. */
543#undef HAVE_VFORK
c906108c 544
bc8bcb4b
MK
545/* Define to 1 if you have the <vfork.h> header file. */
546#undef HAVE_VFORK_H
c906108c 547
0a4f61e3
DJ
548/* Define to 1 if you have the `waitpid' function. */
549#undef HAVE_WAITPID
550
bc8bcb4b
MK
551/* Define to 1 if you have the <wait.h> header file. */
552#undef HAVE_WAIT_H
0fbb3da7 553
bc8bcb4b
MK
554/* Define to 1 if you have the `wborder' function. */
555#undef HAVE_WBORDER
5b5d99cf 556
bc8bcb4b
MK
557/* Define to 1 if `fork' works. */
558#undef HAVE_WORKING_FORK
27e9bf90 559
bc8bcb4b
MK
560/* Define to 1 if `vfork' works. */
561#undef HAVE_WORKING_VFORK
27e9bf90 562
110ed339
PA
563/* Define to 1 if you have the `wresize' function. */
564#undef HAVE_WRESIZE
565
ca4ca11e
DJ
566/* Define to 1 if you have the `XML_StopParser' function. */
567#undef HAVE_XML_STOPPARSER
568
233a11ab
CS
569/* Define to 1 if you have the <zlib.h> header file. */
570#undef HAVE_ZLIB_H
571
bc8bcb4b 572/* Define to 1 if your system has the _etext variable. */
b0b1c2c0
MK
573#undef HAVE__ETEXT
574
bc8bcb4b
MK
575/* Define to 1 if you have the `_mcleanup' function. */
576#undef HAVE__MCLEANUP
086ec9eb 577
478aac75
DE
578/* Path of directory of iconv program. */
579#undef ICONV_BIN
580
581/* Define if the iconv directory should be relocated when GDB is moved. */
582#undef ICONV_BIN_RELOCATABLE
583
bc8bcb4b
MK
584/* Define as const if the declaration of iconv() needs const. */
585#undef ICONV_CONST
5c7f2947 586
b161e06f
JK
587/* directory to load the JIT readers from */
588#undef JIT_READER_DIR
589
590/* Define if the jit-reader-dir directory should be relocated when GDB is
591 moved. */
592#undef JIT_READER_DIR_RELOCATABLE
593
60ca704f
SE
594/* Define if you want to use new multi-fd /proc interface (replaces
595 HAVE_MULTIPLE_PROC_FDS as well as other macros). */
596#undef NEW_PROC_API
597
bc8bcb4b
MK
598/* Name of this package. */
599#undef PACKAGE
a4db0f07 600
bc8bcb4b
MK
601/* Define to the address where bug reports for this package should be sent. */
602#undef PACKAGE_BUGREPORT
c906108c 603
bc8bcb4b
MK
604/* Define to the full name of this package. */
605#undef PACKAGE_NAME
c906108c 606
bc8bcb4b
MK
607/* Define to the full name and version of this package. */
608#undef PACKAGE_STRING
c906108c 609
bc8bcb4b
MK
610/* Define to the one symbol short name of this package. */
611#undef PACKAGE_TARNAME
c906108c 612
81ecdfbb
RW
613/* Define to the home page for this package. */
614#undef PACKAGE_URL
615
bc8bcb4b
MK
616/* Define to the version of this package. */
617#undef PACKAGE_VERSION
83d37ec8 618
c16158bc
JM
619/* Additional package description */
620#undef PKGVERSION
621
60ca704f
SE
622/* Define if the prfpregset_t type is broken. */
623#undef PRFPREGSET_T_BROKEN
624
dda297ec
TJB
625/* Define to 1 if the "%H, %D and %DD" formats work to print decfloats. */
626#undef PRINTF_HAS_DECFLOAT
627
bc8bcb4b
MK
628/* Define to 1 if the "%Lg" format works to print long doubles. */
629#undef PRINTF_HAS_LONG_DOUBLE
83d37ec8 630
bc8bcb4b
MK
631/* Define to 1 if the "%ll" format works to print long longs. */
632#undef PRINTF_HAS_LONG_LONG
23e04971 633
60ca704f
SE
634/* Define if <proc_service.h> on solaris uses int instead of size_t, and
635 assorted other type changes. */
636#undef PROC_SERVICE_IS_OLD
637
bc8bcb4b
MK
638/* Define to the type of arg 3 for ptrace. */
639#undef PTRACE_TYPE_ARG3
23e04971 640
bc8bcb4b
MK
641/* Define to the type of arg 5 for ptrace. */
642#undef PTRACE_TYPE_ARG5
83d37ec8 643
bc8bcb4b
MK
644/* Define as the return type of ptrace. */
645#undef PTRACE_TYPE_RET
e7d0728a 646
0c4a4063
DE
647/* Define if the python directory should be relocated when GDB is moved. */
648#undef PYTHON_PATH_RELOCATABLE
649
29b0e8a2
JM
650/* Relocated directory for source files. */
651#undef RELOC_SRCDIR
652
c16158bc
JM
653/* Bug reporting address */
654#undef REPORT_BUGS_TO
655
bc8bcb4b
MK
656/* Define as the return type of signal handlers (`int' or `void'). */
657#undef RETSIGTYPE
596c9d4b 658
bc8bcb4b
MK
659/* Define to 1 if the "%Lg" format works to scan long doubles. */
660#undef SCANF_HAS_LONG_DOUBLE
596c9d4b 661
bc8bcb4b
MK
662/* Define to 1 if the `setpgrp' function takes no argument. */
663#undef SETPGRP_VOID
596c9d4b 664
81ecdfbb 665/* The size of `long', as computed by sizeof. */
4e8d927d
DJ
666#undef SIZEOF_LONG
667
b161e06f
JK
668/* The size of `unsigned long', as computed by sizeof. */
669#undef SIZEOF_UNSIGNED_LONG
670
671/* The size of `unsigned long long', as computed by sizeof. */
672#undef SIZEOF_UNSIGNED_LONG_LONG
673
674/* The size of `unsigned __int128', as computed by sizeof. */
675#undef SIZEOF_UNSIGNED___INT128
676
bc8bcb4b
MK
677/* If using the C implementation of alloca, define if you know the
678 direction of stack growth for your system; otherwise it will be
81ecdfbb 679 automatically deduced at runtime.
bc8bcb4b
MK
680 STACK_DIRECTION > 0 => grows toward higher addresses
681 STACK_DIRECTION < 0 => grows toward lower addresses
682 STACK_DIRECTION = 0 => direction of growth unknown */
683#undef STACK_DIRECTION
684
685/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
686#undef STAT_MACROS_BROKEN
687
688/* Define to 1 if you have the ANSI C header files. */
689#undef STDC_HEADERS
596c9d4b 690
b14b1491 691/* automatically load a system-wide gdbinit file */
16e7150e
JG
692#undef SYSTEM_GDBINIT
693
b14b1491 694/* Define if the system-gdbinit directory should be relocated when GDB is
16e7150e
JG
695 moved. */
696#undef SYSTEM_GDBINIT_RELOCATABLE
697
f83d8a90
DE
698/* search for usr/lib et al within DIR */
699#undef TARGET_SYSTEM_ROOT
700
701/* Define if the sysroot directory should be relocated when GDB is moved. */
702#undef TARGET_SYSTEM_ROOT_RELOCATABLE
703
3f47be5c
EZ
704/* Define if <thread_db.h> has the TD_NOTALLOC error code. */
705#undef THREAD_DB_HAS_TD_NOTALLOC
706
59f80f10
DJ
707/* Define if <thread_db.h> has the TD_NOTLS error code. */
708#undef THREAD_DB_HAS_TD_NOTLS
709
710/* Define if <thread_db.h> has the TD_VERSION error code. */
711#undef THREAD_DB_HAS_TD_VERSION
712
bc8bcb4b
MK
713/* Define to 1 if the regex included in libiberty should be used. */
714#undef USE_INCLUDED_REGEX
b757528f 715
c971b7fa
PA
716/* Enable extensions on AIX 3, Interix. */
717#ifndef _ALL_SOURCE
718# undef _ALL_SOURCE
719#endif
720/* Enable GNU extensions on systems that have them. */
721#ifndef _GNU_SOURCE
722# undef _GNU_SOURCE
723#endif
724/* Enable threading extensions on Solaris. */
725#ifndef _POSIX_PTHREAD_SEMANTICS
726# undef _POSIX_PTHREAD_SEMANTICS
727#endif
728/* Enable extensions on HP NonStop. */
729#ifndef _TANDEM_SOURCE
730# undef _TANDEM_SOURCE
731#endif
732/* Enable general extensions on Solaris. */
733#ifndef __EXTENSIONS__
734# undef __EXTENSIONS__
735#endif
736
737
e5a7de23
EZ
738/* Define if we should use the Windows API, instead of the POSIX API. On
739 Windows, we use the Windows API when building for MinGW, but the POSIX API
740 when building for Cygwin. */
741#undef USE_WIN32API
742
0c4a4063
DE
743/* Define if --with-python provides a path, either directly or via
744 python-config.py --exec-prefix. */
745#undef WITH_PYTHON_PATH
746
60ca704f
SE
747/* Define if the simulator is being linked in. */
748#undef WITH_SIM
749
81ecdfbb
RW
750/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
751 significant byte first (like Motorola and SPARC, unlike Intel). */
752#if defined AC_APPLE_UNIVERSAL_BUILD
753# if defined __BIG_ENDIAN__
754# define WORDS_BIGENDIAN 1
755# endif
756#else
757# ifndef WORDS_BIGENDIAN
758# undef WORDS_BIGENDIAN
759# endif
60ca704f
SE
760#endif
761
acd5838a
PA
762/* Number of bits in a file offset, on hosts where this is settable. */
763#undef _FILE_OFFSET_BITS
764
60ca704f
SE
765/* Define to 1 so <sys/proc.h> gets a definition of anon_hdl. Works around a
766 <sys/proc.h> problem on IRIX 5. */
767#undef _KMEMUSER
768
acd5838a
PA
769/* Define for large files, on AIX-style hosts. */
770#undef _LARGE_FILES
771
aa11fd3f
DJ
772/* Define to 1 if on MINIX. */
773#undef _MINIX
774
ba1e897e
EZ
775/* Define to 1 to avoid a clash between <widec.h> and <wchar.h> on Solaris
776 2.[789] when using GCC. */
bc8bcb4b 777#undef _MSE_INT_H
c35f4ffc 778
aa11fd3f
DJ
779/* Define to 2 if the system does not provide POSIX.1 features except with
780 this defined. */
781#undef _POSIX_1_SOURCE
782
c971b7fa 783/* Define to 1 if you need to in order for `stat' and other things to work. */
aa11fd3f
DJ
784#undef _POSIX_SOURCE
785
60ca704f
SE
786/* Define if <sys/link.h> has link_map32 (solaris sparc-64 target) */
787#undef _SYSCALL32
788
bc8bcb4b
MK
789/* Define to empty if `const' does not conform to ANSI C. */
790#undef const
c35f4ffc 791
bc8bcb4b
MK
792/* Define to `__inline__' or `__inline' if that's what the C compiler
793 calls it, or to nothing if 'inline' is not supported under any name. */
794#ifndef __cplusplus
795#undef inline
796#endif
b00a8037 797
bc8bcb4b
MK
798/* Define to `int' if <sys/types.h> does not define. */
799#undef pid_t
eb784848 800
bc8bcb4b
MK
801/* Define as `fork' if `vfork' does not work. */
802#undef vfork
This page took 1.284728 seconds and 4 git commands to generate.