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