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