Use readlink unconditionally
[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
7349ff92
JK
6/* Directories from which to load auto-loaded scripts. */
7#undef AUTO_LOAD_DIR
8
6dea1fbd
JK
9/* Directories safe to hold auto-loaded files. */
10#undef AUTO_LOAD_SAFE_PATH
11
f83d8a90
DE
12/* Directory of programs. */
13#undef BINDIR
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
e655c1a2
PA
40/* The .gdbinit filename. */
41#undef GDBINIT
42
b14b1491
TT
43/* look for global separate data files in this path [DATADIR/gdb] */
44#undef GDB_DATADIR
45
46/* Define if the gdb-datadir directory should be relocated when GDB is moved.
47 */
48#undef GDB_DATADIR_RELOCATABLE
49
bc8bcb4b
MK
50/* Define to be a string naming the default host character set. */
51#undef GDB_DEFAULT_HOST_CHARSET
c906108c 52
bc8bcb4b
MK
53/* Host double floatformat */
54#undef GDB_HOST_DOUBLE_FORMAT
d9feb4e7 55
bc8bcb4b
MK
56/* Host float floatformat */
57#undef GDB_HOST_FLOAT_FORMAT
c906108c 58
bc8bcb4b
MK
59/* Host long double floatformat */
60#undef GDB_HOST_LONG_DOUBLE_FORMAT
96baa820 61
60ca704f
SE
62/* nativefile */
63#undef GDB_NM_FILE
64
bc8bcb4b
MK
65/* Define to the default OS ABI for this configuration. */
66#undef GDB_OSABI_DEFAULT
14abd0fb 67
bc8bcb4b
MK
68/* Define to 1 if you have `alloca', as a function or macro. */
69#undef HAVE_ALLOCA
c906108c 70
bc8bcb4b
MK
71/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
72 */
73#undef HAVE_ALLOCA_H
58d370e0 74
732f6a93
TT
75/* Define to 1 if you have the `btowc' function. */
76#undef HAVE_BTOWC
77
bc8bcb4b
MK
78/* Define to 1 if you have the `canonicalize_file_name' function. */
79#undef HAVE_CANONICALIZE_FILE_NAME
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
d645e32e
JB
95/* Define to 1 if you have the declaration of `getthrds', and to 0 if you
96 don't. */
97#undef HAVE_DECL_GETTHRDS
98
a3828db0
MK
99/* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
100 */
101#undef HAVE_DECL_MALLOC
102
103/* Define to 1 if you have the declaration of `ptrace', and to 0 if you don't.
104 */
bc8bcb4b 105#undef HAVE_DECL_PTRACE
46711df8 106
a3828db0
MK
107/* Define to 1 if you have the declaration of `realloc', and to 0 if you
108 don't. */
109#undef HAVE_DECL_REALLOC
110
e5a7de23
EZ
111/* Define to 1 if you have the declaration of `snprintf', and to 0 if you
112 don't. */
113#undef HAVE_DECL_SNPRINTF
114
a3828db0
MK
115/* Define to 1 if you have the declaration of `strerror', and to 0 if you
116 don't. */
117#undef HAVE_DECL_STRERROR
118
119/* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
120 */
121#undef HAVE_DECL_STRSTR
122
b161e06f
JK
123/* Define to 1 if you have the <dlfcn.h> header file. */
124#undef HAVE_DLFCN_H
125
31d99776
DJ
126/* Define if ELF support should be included. */
127#undef HAVE_ELF
128
d542061a
UW
129/* Define to 1 if you have the <elf_hp.h> header file. */
130#undef HAVE_ELF_HP_H
131
01fe12f6
JB
132/* Define to 1 if your system has the etext variable. */
133#undef HAVE_ETEXT
134
614c279d
TT
135/* Define to 1 if you have the `fdwalk' function. */
136#undef HAVE_FDWALK
137
bc8bcb4b
MK
138/* Define to 1 if you have the `fork' function. */
139#undef HAVE_FORK
c906108c 140
bc8bcb4b
MK
141/* Define if <sys/procfs.h> has fpregset_t. */
142#undef HAVE_FPREGSET_T
c906108c 143
d3ea6809
MM
144/* Define to 1 if you have the `getgid' function. */
145#undef HAVE_GETGID
146
bc8bcb4b
MK
147/* Define to 1 if you have the `getpagesize' function. */
148#undef HAVE_GETPAGESIZE
b757528f 149
7991dee7
JK
150/* Define to 1 if you have the `getrlimit' function. */
151#undef HAVE_GETRLIMIT
152
7eb368b3
NR
153/* Define to 1 if you have the `getrusage' function. */
154#undef HAVE_GETRUSAGE
155
d3ea6809
MM
156/* Define to 1 if you have the `getuid' function. */
157#undef HAVE_GETUID
158
bc8bcb4b
MK
159/* Define if <sys/procfs.h> has gregset_t. */
160#undef HAVE_GREGSET_T
c906108c 161
ed3ef339
DE
162/* Define if Guile interpreter is being linked in. */
163#undef HAVE_GUILE
164
bc8bcb4b
MK
165/* Define if you have the iconv() function. */
166#undef HAVE_ICONV
c906108c 167
6c7a06a3
TT
168/* Define to 1 if you have the `iconvlist' function. */
169#undef HAVE_ICONVLIST
170
bc8bcb4b
MK
171/* Define to 1 if you have the <inttypes.h> header file. */
172#undef HAVE_INTTYPES_H
c906108c 173
6c7a06a3
TT
174/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
175#undef HAVE_LANGINFO_CODESET
176
a8111142
TT
177/* Define if your <locale.h> file defines LC_MESSAGES. */
178#undef HAVE_LC_MESSAGES
179
49369217 180/* Define if you have the babeltrace library. */
393fd4c3
YQ
181#undef HAVE_LIBBABELTRACE
182
bc8bcb4b
MK
183/* Define to 1 if you have the `dl' library (-ldl). */
184#undef HAVE_LIBDL
4b14d3e4 185
3841debe
DJ
186/* Define if you have the expat library. */
187#undef HAVE_LIBEXPAT
188
fc3b640d
TT
189/* Define to 1 if you have the `libiconvlist' function. */
190#undef HAVE_LIBICONVLIST
191
608e2dbb
TT
192/* Define if you have the lzma library. */
193#undef HAVE_LIBLZMA
194
bc8bcb4b
MK
195/* Define to 1 if you have the `m' library (-lm). */
196#undef HAVE_LIBM
197
a68ffae9
JK
198/* Define to 1 if you have the `mcheck' library (-lmcheck). */
199#undef HAVE_LIBMCHECK
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
945bf713
MM
219/* Define to 1 if you have the <linux/perf_event.h> header file. */
220#undef HAVE_LINUX_PERF_EVENT_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
MK
255/* Define to 1 if you have the <nlist.h> header file. */
256#undef HAVE_NLIST_H
257
10568435
JK
258/* Define if you support the personality syscall. */
259#undef HAVE_PERSONALITY
260
a156a290
MF
261/* Define to 1 if you have the `pipe' function. */
262#undef HAVE_PIPE
263
614c279d
TT
264/* Define to 1 if you have the `pipe2' function. */
265#undef HAVE_PIPE2
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
bc8bcb4b
MK
282/* Define if <sys/procfs.h> has prfpregset_t. */
283#undef HAVE_PRFPREGSET_T
284
285/* Define if <sys/procfs.h> has prgregset32_t. */
286#undef HAVE_PRGREGSET32_T
287
288/* Define if <sys/procfs.h> has prgregset_t. */
289#undef HAVE_PRGREGSET_T
290
291/* Define to 1 if you have the <proc_service.h> header file. */
e7d0728a
AC
292#undef HAVE_PROC_SERVICE_H
293
bc8bcb4b
MK
294/* Define if <sys/procfs.h> has prsysent_t. */
295#undef HAVE_PRSYSENT_T
296
297/* Define if <sys/procfs.h> has pr_sigaction64_t. */
298#undef HAVE_PR_SIGACTION64_T
299
300/* Define if <sys/procfs.h> has pr_siginfo64_t. */
301#undef HAVE_PR_SIGINFO64_T
302
303/* Define if <sys/procfs.h> has pr_sigset_t. */
304#undef HAVE_PR_SIGSET_T
305
306/* Define if <sys/procfs.h> has psaddr_t. */
307#undef HAVE_PSADDR_T
308
b08ee99f
UW
309/* Define to 1 if you have the `ptrace64' function. */
310#undef HAVE_PTRACE64
311
60ca704f
SE
312/* Define if sys/ptrace.h defines the PTRACE_GETFPXREGS request. */
313#undef HAVE_PTRACE_GETFPXREGS
314
315/* Define if sys/ptrace.h defines the PTRACE_GETREGS request. */
316#undef HAVE_PTRACE_GETREGS
317
bc8bcb4b 318/* Define to 1 if you have the <ptrace.h> header file. */
c906108c
SS
319#undef HAVE_PTRACE_H
320
60ca704f
SE
321/* Define if sys/ptrace.h defines the PT_GETDBREGS request. */
322#undef HAVE_PT_GETDBREGS
323
324/* Define if sys/ptrace.h defines the PT_GETXMMREGS request. */
325#undef HAVE_PT_GETXMMREGS
326
7313baad
UW
327/* Define to 1 if you have the `pwrite' function. */
328#undef HAVE_PWRITE
329
d57a3c85
TJB
330/* Define if Python interpreter is being linked in. */
331#undef HAVE_PYTHON
332
bc8bcb4b
MK
333/* Define to 1 if you have the `realpath' function. */
334#undef HAVE_REALPATH
335
db5e03ae
PA
336/* Define to 1 if you have the `resize_term' function. */
337#undef HAVE_RESIZE_TERM
338
bc8bcb4b
MK
339/* Define to 1 if you have the `sbrk' function. */
340#undef HAVE_SBRK
341
16954d5d
LC
342/* Define to 1 if you have the `scm_new_smob' function. */
343#undef HAVE_SCM_NEW_SMOB
344
a8111142
TT
345/* Define to 1 if you have the `setlocale' function. */
346#undef HAVE_SETLOCALE
347
bc8bcb4b
MK
348/* Define to 1 if you have the `setpgid' function. */
349#undef HAVE_SETPGID
350
351/* Define to 1 if you have the `setpgrp' function. */
352#undef HAVE_SETPGRP
353
7991dee7
JK
354/* Define to 1 if you have the `setrlimit' function. */
355#undef HAVE_SETRLIMIT
356
83116857
TJB
357/* Define to 1 if you have the `setsid' function. */
358#undef HAVE_SETSID
359
bc8bcb4b 360/* Define to 1 if you have the <sgtty.h> header file. */
c906108c
SS
361#undef HAVE_SGTTY_H
362
bc8bcb4b
MK
363/* Define to 1 if you have the `sigaction' function. */
364#undef HAVE_SIGACTION
365
992c7d70
GB
366/* Define to 1 if you have the `sigaltstack' function. */
367#undef HAVE_SIGALTSTACK
368
436868fb
DP
369/* Define to 1 if you have the <signal.h> header file. */
370#undef HAVE_SIGNAL_H
371
bc8bcb4b
MK
372/* Define to 1 if you have the `sigprocmask' function. */
373#undef HAVE_SIGPROCMASK
374
375/* Define if sigsetjmp is available. */
376#undef HAVE_SIGSETJMP
377
378/* Define to 1 if you have the `sigsetmask' function. */
379#undef HAVE_SIGSETMASK
380
381/* Define to 1 if you have the `socketpair' function. */
382#undef HAVE_SOCKETPAIR
383
f9f87d2c
MK
384/* Define to 1 if the system has the type `socklen_t'. */
385#undef HAVE_SOCKLEN_T
386
bc8bcb4b 387/* Define to 1 if you have the <stdint.h> header file. */
e7d0728a
AC
388#undef HAVE_STDINT_H
389
bc8bcb4b 390/* Define to 1 if you have the <stdlib.h> header file. */
c906108c
SS
391#undef HAVE_STDLIB_H
392
bc8bcb4b 393/* Define to 1 if you have the <strings.h> header file. */
5ee754fc
MK
394#undef HAVE_STRINGS_H
395
bc8bcb4b
MK
396/* Define to 1 if you have the <string.h> header file. */
397#undef HAVE_STRING_H
398
399/* Define to 1 if your system has struct lwp. */
400#undef HAVE_STRUCT_LWP
401
402/* Define to 1 if your system has struct reg in <machine/reg.h>. */
403#undef HAVE_STRUCT_REG
404
81ecdfbb 405/* Define to 1 if `struct reg' is a member of `r_fs'. */
5c45e068
MK
406#undef HAVE_STRUCT_REG_R_FS
407
81ecdfbb 408/* Define to 1 if `struct reg' is a member of `r_gs'. */
5c45e068
MK
409#undef HAVE_STRUCT_REG_R_GS
410
81ecdfbb 411/* Define to 1 if `struct stat' is a member of `st_blksize'. */
d3ea6809
MM
412#undef HAVE_STRUCT_STAT_ST_BLKSIZE
413
81ecdfbb 414/* Define to 1 if `struct stat' is a member of `st_blocks'. */
666ec76f
MK
415#undef HAVE_STRUCT_STAT_ST_BLOCKS
416
81ecdfbb 417/* Define to 1 if `struct thread' is a member of `td_pcb'. */
bc8bcb4b
MK
418#undef HAVE_STRUCT_THREAD_TD_PCB
419
6fea9e18
L
420/* Define to 1 if `struct user_regs_struct' is a member of `fs_base'. */
421#undef HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE
422
423/* Define to 1 if `struct user_regs_struct' is a member of `gs_base'. */
424#undef HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE
425
bc8bcb4b 426/* Define to 1 if you have the <sys/debugreg.h> header file. */
c906108c
SS
427#undef HAVE_SYS_DEBUGREG_H
428
bc8bcb4b 429/* Define to 1 if you have the <sys/fault.h> header file. */
596c9d4b
KB
430#undef HAVE_SYS_FAULT_H
431
bc8bcb4b 432/* Define to 1 if you have the <sys/file.h> header file. */
fc24370e
MS
433#undef HAVE_SYS_FILE_H
434
bc8bcb4b 435/* Define to 1 if you have the <sys/filio.h> header file. */
0cf3e697
MH
436#undef HAVE_SYS_FILIO_H
437
bc8bcb4b 438/* Define to 1 if you have the <sys/ioctl.h> header file. */
7e89e357
JT
439#undef HAVE_SYS_IOCTL_H
440
bc8bcb4b 441/* Define to 1 if you have the <sys/param.h> header file. */
c906108c
SS
442#undef HAVE_SYS_PARAM_H
443
bc8bcb4b 444/* Define to 1 if you have the <sys/poll.h> header file. */
409a3f64
AC
445#undef HAVE_SYS_POLL_H
446
bc8bcb4b 447/* Define to 1 if you have the <sys/procfs.h> header file. */
c906108c
SS
448#undef HAVE_SYS_PROCFS_H
449
bc8bcb4b
MK
450/* Define to 1 if you have the <sys/proc.h> header file. */
451#undef HAVE_SYS_PROC_H
452
453/* Define to 1 if you have the <sys/ptrace.h> header file. */
c906108c
SS
454#undef HAVE_SYS_PTRACE_H
455
bc8bcb4b 456/* Define to 1 if you have the <sys/reg.h> header file. */
c906108c
SS
457#undef HAVE_SYS_REG_H
458
7eb368b3
NR
459/* Define to 1 if you have the <sys/resource.h> header file. */
460#undef HAVE_SYS_RESOURCE_H
461
bc8bcb4b 462/* Define to 1 if you have the <sys/select.h> header file. */
7a292a7a
SS
463#undef HAVE_SYS_SELECT_H
464
8658d16d
PA
465/* Define to 1 if you have the <sys/socket.h> header file. */
466#undef HAVE_SYS_SOCKET_H
467
bc8bcb4b
MK
468/* Define to 1 if you have the <sys/stat.h> header file. */
469#undef HAVE_SYS_STAT_H
470
471/* Define to 1 if you have the <sys/syscall.h> header file. */
596c9d4b
KB
472#undef HAVE_SYS_SYSCALL_H
473
bc8bcb4b 474/* Define to 1 if you have the <sys/types.h> header file. */
086ec9eb
MK
475#undef HAVE_SYS_TYPES_H
476
2fa291ac
YQ
477/* Define to 1 if you have the <sys/un.h> header file. */
478#undef HAVE_SYS_UN_H
479
bc8bcb4b 480/* Define to 1 if you have the <sys/user.h> header file. */
944d780c
AC
481#undef HAVE_SYS_USER_H
482
bc8bcb4b 483/* Define to 1 if you have the <sys/wait.h> header file. */
c906108c
SS
484#undef HAVE_SYS_WAIT_H
485
bc8bcb4b
MK
486/* Define to 1 if you have the <termios.h> header file. */
487#undef HAVE_TERMIOS_H
c906108c 488
bc8bcb4b 489/* Define to 1 if you have the <termio.h> header file. */
c906108c
SS
490#undef HAVE_TERMIO_H
491
bc8bcb4b
MK
492/* Define to 1 if you have the <term.h> header file. */
493#undef HAVE_TERM_H
c906108c 494
bc8bcb4b 495/* Define to 1 if you have the <thread_db.h> header file. */
e7d0728a
AC
496#undef HAVE_THREAD_DB_H
497
60ca704f
SE
498/* Define if using Solaris thread debugging. */
499#undef HAVE_THREAD_DB_LIB
500
60ca704f 501/* Define if you support the tkill syscall. */
bc8bcb4b 502#undef HAVE_TKILL_SYSCALL
c906108c 503
bc8bcb4b
MK
504/* Define to 1 if you have the `ttrace' function. */
505#undef HAVE_TTRACE
c906108c 506
bc8bcb4b
MK
507/* Define to 1 if you have the <unistd.h> header file. */
508#undef HAVE_UNISTD_H
c906108c 509
bc8bcb4b
MK
510/* Define to 1 if you have the `vfork' function. */
511#undef HAVE_VFORK
c906108c 512
bc8bcb4b
MK
513/* Define to 1 if you have the <vfork.h> header file. */
514#undef HAVE_VFORK_H
c906108c 515
0a4f61e3
DJ
516/* Define to 1 if you have the `waitpid' function. */
517#undef HAVE_WAITPID
518
bc8bcb4b
MK
519/* Define to 1 if you have the <wait.h> header file. */
520#undef HAVE_WAIT_H
0fbb3da7 521
bc8bcb4b
MK
522/* Define to 1 if you have the `wborder' function. */
523#undef HAVE_WBORDER
5b5d99cf 524
2974be62
AM
525/* Define to 1 if you have the <windows.h> header file. */
526#undef HAVE_WINDOWS_H
527
bc8bcb4b
MK
528/* Define to 1 if `fork' works. */
529#undef HAVE_WORKING_FORK
27e9bf90 530
bc8bcb4b
MK
531/* Define to 1 if `vfork' works. */
532#undef HAVE_WORKING_VFORK
27e9bf90 533
110ed339
PA
534/* Define to 1 if you have the `wresize' function. */
535#undef HAVE_WRESIZE
536
ca4ca11e
DJ
537/* Define to 1 if you have the `XML_StopParser' function. */
538#undef HAVE_XML_STOPPARSER
539
233a11ab
CS
540/* Define to 1 if you have the <zlib.h> header file. */
541#undef HAVE_ZLIB_H
542
bc8bcb4b 543/* Define to 1 if your system has the _etext variable. */
b0b1c2c0
MK
544#undef HAVE__ETEXT
545
bc8bcb4b
MK
546/* Define to 1 if you have the `_mcleanup' function. */
547#undef HAVE__MCLEANUP
086ec9eb 548
478aac75
DE
549/* Path of directory of iconv program. */
550#undef ICONV_BIN
551
552/* Define if the iconv directory should be relocated when GDB is moved. */
553#undef ICONV_BIN_RELOCATABLE
554
bc8bcb4b
MK
555/* Define as const if the declaration of iconv() needs const. */
556#undef ICONV_CONST
5c7f2947 557
b161e06f
JK
558/* directory to load the JIT readers from */
559#undef JIT_READER_DIR
560
561/* Define if the jit-reader-dir directory should be relocated when GDB is
562 moved. */
563#undef JIT_READER_DIR_RELOCATABLE
564
a18d8f10 565/* Define if you want to use new multi-fd /proc interface. */
60ca704f
SE
566#undef NEW_PROC_API
567
bc8bcb4b
MK
568/* Name of this package. */
569#undef PACKAGE
a4db0f07 570
bc8bcb4b
MK
571/* Define to the address where bug reports for this package should be sent. */
572#undef PACKAGE_BUGREPORT
c906108c 573
bc8bcb4b
MK
574/* Define to the full name of this package. */
575#undef PACKAGE_NAME
c906108c 576
bc8bcb4b
MK
577/* Define to the full name and version of this package. */
578#undef PACKAGE_STRING
c906108c 579
bc8bcb4b
MK
580/* Define to the one symbol short name of this package. */
581#undef PACKAGE_TARNAME
c906108c 582
81ecdfbb
RW
583/* Define to the home page for this package. */
584#undef PACKAGE_URL
585
bc8bcb4b
MK
586/* Define to the version of this package. */
587#undef PACKAGE_VERSION
83d37ec8 588
c16158bc
JM
589/* Additional package description */
590#undef PKGVERSION
591
60ca704f
SE
592/* Define if the prfpregset_t type is broken. */
593#undef PRFPREGSET_T_BROKEN
594
dda297ec
TJB
595/* Define to 1 if the "%H, %D and %DD" formats work to print decfloats. */
596#undef PRINTF_HAS_DECFLOAT
597
bc8bcb4b
MK
598/* Define to 1 if the "%Lg" format works to print long doubles. */
599#undef PRINTF_HAS_LONG_DOUBLE
83d37ec8 600
bc8bcb4b
MK
601/* Define to 1 if the "%ll" format works to print long longs. */
602#undef PRINTF_HAS_LONG_LONG
23e04971 603
60ca704f
SE
604/* Define if <proc_service.h> on solaris uses int instead of size_t, and
605 assorted other type changes. */
606#undef PROC_SERVICE_IS_OLD
607
bc8bcb4b
MK
608/* Define to the type of arg 3 for ptrace. */
609#undef PTRACE_TYPE_ARG3
23e04971 610
96d7229d
LM
611/* Define to the type of arg 4 for ptrace. */
612#undef PTRACE_TYPE_ARG4
613
bc8bcb4b
MK
614/* Define to the type of arg 5 for ptrace. */
615#undef PTRACE_TYPE_ARG5
83d37ec8 616
bc8bcb4b
MK
617/* Define as the return type of ptrace. */
618#undef PTRACE_TYPE_RET
e7d0728a 619
0c4a4063
DE
620/* Define if the python directory should be relocated when GDB is moved. */
621#undef PYTHON_PATH_RELOCATABLE
622
29b0e8a2
JM
623/* Relocated directory for source files. */
624#undef RELOC_SRCDIR
625
c16158bc
JM
626/* Bug reporting address */
627#undef REPORT_BUGS_TO
628
bc8bcb4b
MK
629/* Define as the return type of signal handlers (`int' or `void'). */
630#undef RETSIGTYPE
596c9d4b 631
bc8bcb4b
MK
632/* Define to 1 if the "%Lg" format works to scan long doubles. */
633#undef SCANF_HAS_LONG_DOUBLE
596c9d4b 634
bc8bcb4b
MK
635/* Define to 1 if the `setpgrp' function takes no argument. */
636#undef SETPGRP_VOID
596c9d4b 637
81ecdfbb 638/* The size of `long', as computed by sizeof. */
4e8d927d
DJ
639#undef SIZEOF_LONG
640
b161e06f
JK
641/* The size of `unsigned long', as computed by sizeof. */
642#undef SIZEOF_UNSIGNED_LONG
643
644/* The size of `unsigned long long', as computed by sizeof. */
645#undef SIZEOF_UNSIGNED_LONG_LONG
646
647/* The size of `unsigned __int128', as computed by sizeof. */
648#undef SIZEOF_UNSIGNED___INT128
649
bc8bcb4b
MK
650/* If using the C implementation of alloca, define if you know the
651 direction of stack growth for your system; otherwise it will be
81ecdfbb 652 automatically deduced at runtime.
bc8bcb4b
MK
653 STACK_DIRECTION > 0 => grows toward higher addresses
654 STACK_DIRECTION < 0 => grows toward lower addresses
655 STACK_DIRECTION = 0 => direction of growth unknown */
656#undef STACK_DIRECTION
657
bc8bcb4b
MK
658/* Define to 1 if you have the ANSI C header files. */
659#undef STDC_HEADERS
596c9d4b 660
b14b1491 661/* automatically load a system-wide gdbinit file */
16e7150e
JG
662#undef SYSTEM_GDBINIT
663
b14b1491 664/* Define if the system-gdbinit directory should be relocated when GDB is
16e7150e
JG
665 moved. */
666#undef SYSTEM_GDBINIT_RELOCATABLE
667
f83d8a90
DE
668/* search for usr/lib et al within DIR */
669#undef TARGET_SYSTEM_ROOT
670
671/* Define if the sysroot directory should be relocated when GDB is moved. */
672#undef TARGET_SYSTEM_ROOT_RELOCATABLE
673
3f47be5c
EZ
674/* Define if <thread_db.h> has the TD_NOTALLOC error code. */
675#undef THREAD_DB_HAS_TD_NOTALLOC
676
59f80f10
DJ
677/* Define if <thread_db.h> has the TD_NOTLS error code. */
678#undef THREAD_DB_HAS_TD_NOTLS
679
680/* Define if <thread_db.h> has the TD_VERSION error code. */
681#undef THREAD_DB_HAS_TD_VERSION
682
bc8bcb4b
MK
683/* Define to 1 if the regex included in libiberty should be used. */
684#undef USE_INCLUDED_REGEX
b757528f 685
c971b7fa
PA
686/* Enable extensions on AIX 3, Interix. */
687#ifndef _ALL_SOURCE
688# undef _ALL_SOURCE
689#endif
690/* Enable GNU extensions on systems that have them. */
691#ifndef _GNU_SOURCE
692# undef _GNU_SOURCE
693#endif
694/* Enable threading extensions on Solaris. */
695#ifndef _POSIX_PTHREAD_SEMANTICS
696# undef _POSIX_PTHREAD_SEMANTICS
697#endif
698/* Enable extensions on HP NonStop. */
699#ifndef _TANDEM_SOURCE
700# undef _TANDEM_SOURCE
701#endif
702/* Enable general extensions on Solaris. */
703#ifndef __EXTENSIONS__
704# undef __EXTENSIONS__
705#endif
706
707
e5a7de23
EZ
708/* Define if we should use the Windows API, instead of the POSIX API. On
709 Windows, we use the Windows API when building for MinGW, but the POSIX API
710 when building for Cygwin. */
711#undef USE_WIN32API
712
0c4a4063
DE
713/* Define if --with-python provides a path, either directly or via
714 python-config.py --exec-prefix. */
715#undef WITH_PYTHON_PATH
716
60ca704f
SE
717/* Define if the simulator is being linked in. */
718#undef WITH_SIM
719
81ecdfbb
RW
720/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
721 significant byte first (like Motorola and SPARC, unlike Intel). */
722#if defined AC_APPLE_UNIVERSAL_BUILD
723# if defined __BIG_ENDIAN__
724# define WORDS_BIGENDIAN 1
725# endif
726#else
727# ifndef WORDS_BIGENDIAN
728# undef WORDS_BIGENDIAN
729# endif
60ca704f
SE
730#endif
731
acd5838a
PA
732/* Number of bits in a file offset, on hosts where this is settable. */
733#undef _FILE_OFFSET_BITS
734
60ca704f
SE
735/* Define to 1 so <sys/proc.h> gets a definition of anon_hdl. Works around a
736 <sys/proc.h> problem on IRIX 5. */
737#undef _KMEMUSER
738
acd5838a
PA
739/* Define for large files, on AIX-style hosts. */
740#undef _LARGE_FILES
741
aa11fd3f
DJ
742/* Define to 1 if on MINIX. */
743#undef _MINIX
744
ba1e897e
EZ
745/* Define to 1 to avoid a clash between <widec.h> and <wchar.h> on Solaris
746 2.[789] when using GCC. */
bc8bcb4b 747#undef _MSE_INT_H
c35f4ffc 748
aa11fd3f
DJ
749/* Define to 2 if the system does not provide POSIX.1 features except with
750 this defined. */
751#undef _POSIX_1_SOURCE
752
c971b7fa 753/* Define to 1 if you need to in order for `stat' and other things to work. */
aa11fd3f
DJ
754#undef _POSIX_SOURCE
755
bc8bcb4b
MK
756/* Define to empty if `const' does not conform to ANSI C. */
757#undef const
c35f4ffc 758
bc8bcb4b
MK
759/* Define to `__inline__' or `__inline' if that's what the C compiler
760 calls it, or to nothing if 'inline' is not supported under any name. */
761#ifndef __cplusplus
762#undef inline
763#endif
b00a8037 764
bc8bcb4b
MK
765/* Define to `int' if <sys/types.h> does not define. */
766#undef pid_t
eb784848 767
bc8bcb4b
MK
768/* Define as `fork' if `vfork' does not work. */
769#undef vfork
This page took 1.3252 seconds and 4 git commands to generate.