From Martin Simmons:
[deliverable/binutils-gdb.git] / gdb / config.in
CommitLineData
bc8bcb4b
MK
1/* config.in. Generated from configure.ac by autoheader. */
2/* Enable GNU extensions on systems that have them. */
3#ifndef _GNU_SOURCE
4# undef _GNU_SOURCE
c906108c
SS
5#endif
6
bc8bcb4b
MK
7/* Define if pstatus_t type is available */
8#undef HAVE_PSTATUS_T
c906108c 9
bc8bcb4b
MK
10/* Define if prrun_t type is available */
11#undef HAVE_PRRUN_T
74c1b268 12
bc8bcb4b
MK
13/* Define if fpregset_t type is available. */
14#undef HAVE_FPREGSET_T
0fbb3da7 15
bc8bcb4b
MK
16/* Define if gregset_t type is available. */
17#undef HAVE_GREGSET_T
c906108c 18
bc8bcb4b
MK
19/* Define if <sys/procfs.h> has prgregset_t. */
20#undef HAVE_PRGREGSET_T
0200359f 21
bc8bcb4b
MK
22/* Define if <sys/procfs.h> has prfpregset_t. */
23#undef HAVE_PRFPREGSET_T
c906108c 24
bc8bcb4b
MK
25/* Define if <sys/procfs.h> has lwpid_t. */
26#undef HAVE_LWPID_T
c906108c 27
bc8bcb4b
MK
28/* Define if <sys/procfs.h> has psaddr_t. */
29#undef HAVE_PSADDR_T
c906108c 30
bc8bcb4b
MK
31/* Define if <sys/procfs.h> has prgregset32_t. */
32#undef HAVE_PRGREGSET32_T
c906108c 33
bc8bcb4b
MK
34/* Define if <sys/procfs.h> has prfpregset32_t. */
35#undef HAVE_PRFPREGSET32_T
74c1b268 36
bc8bcb4b
MK
37/* Define if <sys/procfs.h> has prsysent_t */
38#undef HAVE_PRSYSENT_T
14abd0fb 39
bc8bcb4b
MK
40/* Define if <sys/procfs.h> has pr_sigset_t */
41#undef HAVE_PR_SIGSET_T
7dfa765c 42
bc8bcb4b
MK
43/* Define if <sys/procfs.h> has pr_sigaction64_t */
44#undef HAVE_PR_SIGACTION64_T
40a7debc 45
bc8bcb4b
MK
46/* Define if <sys/procfs.h> has pr_siginfo64_t */
47#undef HAVE_PR_SIGINFO64_T
7dfa765c 48
d45fe813
KB
49/* Define if <link.h> exists and defines struct link_map which has
50 members with an ``l_'' prefix. (For Solaris, SVR4, and
51 SVR4-like systems.) */
52#undef HAVE_STRUCT_LINK_MAP_WITH_L_MEMBERS
53
54/* Define if <link.h> exists and defines struct link_map which has
55 members with an ``lm_'' prefix. (For SunOS.) */
56#undef HAVE_STRUCT_LINK_MAP_WITH_LM_MEMBERS
57
58/* Define if <link.h> exists and defines a struct so_map which has
59 members with an ``som_'' prefix. (Found on older *BSD systems.) */
60#undef HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS
61
451928c5
AC
62/* Define if <sys/link.h> has struct link_map32 */
63#undef HAVE_STRUCT_LINK_MAP32
64
943c9c25
MS
65/* Define if <sys/link.h> has link_map32 (solaris sparc-64 target) */
66#undef _SYSCALL32
67
d84dd0c5
MK
68/* Define if the prfpregset_t type is broken. */
69#undef PRFPREGSET_T_BROKEN
70
c3f6f71d
JM
71/* Define if you want to use new multi-fd /proc interface
72 (replaces HAVE_MULTIPLE_PROC_FDS as well as other macros). */
73#undef NEW_PROC_API
c906108c 74
e7d0728a
AC
75/* Define if ioctl argument PIOCSET is available. */
76#undef HAVE_PROCFS_PIOCSET
77
c906108c
SS
78/* Define if using Solaris thread debugging. */
79#undef HAVE_THREAD_DB_LIB
80
bc8bcb4b
MK
81/* Define if you support the tkill syscall. */
82#undef HAVE_TKILL_SYSCALL
83
c906108c
SS
84/* Define on a GNU/Linux system to work around problems in sys/procfs.h. */
85#undef START_INFERIOR_TRAPS_EXPECTED
86#undef sys_quotactl
87
88/* Define if you have HPUX threads */
89#undef HAVE_HPUX_THREAD_SUPPORT
90
bc8bcb4b
MK
91/* Define to 1 if NLS is requested. */
92#undef ENABLE_NLS
93
94/* Define as 1 if you have catgets and don't want to use GNU gettext. */
95#undef HAVE_CATGETS
96
97/* Define as 1 if you have gettext and don't want to use GNU gettext. */
98#undef HAVE_GETTEXT
99
100/* Define as 1 if you have the stpcpy function. */
101#undef HAVE_STPCPY
102
103/* Define if your locale.h file contains LC_MESSAGES. */
104#undef HAVE_LC_MESSAGES
105
106/* Define if you want to use the full-screen terminal user interface. */
107#undef TUI
108
c906108c
SS
109/* Define if <proc_service.h> on solaris uses int instead of
110 size_t, and assorted other type changes. */
111#undef PROC_SERVICE_IS_OLD
112
7a292a7a
SS
113/* Define if the simulator is being linked in. */
114#undef WITH_SIM
115
3f1ef994 116/* Define if <sys/ptrace.h> defines the PTRACE_GETREGS request. */
f60300e7
MK
117#undef HAVE_PTRACE_GETREGS
118
6ce2ac0b
MK
119/* Define if <sys/ptrace.h> defines the PTRACE_GETFPXREGS request. */
120#undef HAVE_PTRACE_GETFPXREGS
c906108c 121
0afdd437
MK
122/* Define if <sys/ptrace.h> defines the PT_GETDBREGS request. */
123#undef HAVE_PT_GETDBREGS
124
7e89e357
JT
125/* Define if <sys/ptrace.h> defines the PT_GETXMMREGS request. */
126#undef HAVE_PT_GETXMMREGS
127
0e5d83e3
JJ
128/* Define if libunwind library is being used. */
129#undef HAVE_LIBUNWIND
130
5a2402b8
AC
131/* hostfile */
132#undef GDB_XM_FILE
133
134/* targetfile */
135#undef GDB_TM_FILE
136
137/* nativefile */
138#undef GDB_NM_FILE
139
c960c18f
AC
140/* Define to 1 so <sys/proc.h> gets a definition of anon_hdl. Works
141 around a <sys/proc.h> problem on IRIX 5. */
142#ifndef _KMEMUSER
143#undef _KMEMUSER
144#endif
145
bc8bcb4b
MK
146/* Define to 1 if the compiler supports long long. */
147#undef CC_HAS_LONG_LONG
c906108c 148
bc8bcb4b
MK
149/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
150 systems. This function is required for `alloca.c' support on those systems.
151 */
152#undef CRAY_STACKSEG_END
c906108c 153
bc8bcb4b
MK
154/* Define to 1 if using `alloca.c'. */
155#undef C_ALLOCA
c906108c 156
bc8bcb4b
MK
157/* Global directory for separate debug files. */
158#undef DEBUGDIR
d9feb4e7 159
bc8bcb4b
MK
160/* Define to BFD's default architecture. */
161#undef DEFAULT_BFD_ARCH
27aac7ff 162
bc8bcb4b
MK
163/* Define to BFD's default target vector. */
164#undef DEFAULT_BFD_VEC
c906108c 165
bc8bcb4b
MK
166/* Define to 1 if NLS is requested */
167#undef ENABLE_NLS
c906108c 168
bc8bcb4b
MK
169/* Define to be a string naming the default host character set. */
170#undef GDB_DEFAULT_HOST_CHARSET
c906108c 171
bc8bcb4b
MK
172/* Host double floatformat */
173#undef GDB_HOST_DOUBLE_FORMAT
d9feb4e7 174
bc8bcb4b
MK
175/* Host float floatformat */
176#undef GDB_HOST_FLOAT_FORMAT
c906108c 177
bc8bcb4b
MK
178/* Host long double floatformat */
179#undef GDB_HOST_LONG_DOUBLE_FORMAT
96baa820 180
bc8bcb4b
MK
181/* Define to the default OS ABI for this configuration. */
182#undef GDB_OSABI_DEFAULT
14abd0fb 183
bc8bcb4b
MK
184/* Define to 1 if you have `alloca', as a function or macro. */
185#undef HAVE_ALLOCA
c906108c 186
bc8bcb4b
MK
187/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
188 */
189#undef HAVE_ALLOCA_H
58d370e0 190
bc8bcb4b
MK
191/* Define to 1 if you have the <argz.h> header file. */
192#undef HAVE_ARGZ_H
c906108c 193
bc8bcb4b
MK
194/* Define to 1 if you have the `canonicalize_file_name' function. */
195#undef HAVE_CANONICALIZE_FILE_NAME
c906108c 196
bc8bcb4b
MK
197/* Define to 1 if you have the <ctype.h> header file. */
198#undef HAVE_CTYPE_H
c906108c 199
bc8bcb4b
MK
200/* Define to 1 if you have the <cursesX.h> header file. */
201#undef HAVE_CURSESX_H
c906108c 202
bc8bcb4b
MK
203/* Define to 1 if you have the <curses.h> header file. */
204#undef HAVE_CURSES_H
0200359f 205
bc8bcb4b
MK
206/* Define to 1 if you have the `dcgettext' function. */
207#undef HAVE_DCGETTEXT
c906108c 208
a3828db0
MK
209/* Define to 1 if you have the declaration of `free', and to 0 if you don't.
210 */
211#undef HAVE_DECL_FREE
212
213/* Define to 1 if you have the declaration of `getopt', and to 0 if you don't.
214 */
bc8bcb4b 215#undef HAVE_DECL_GETOPT
2acceee2 216
a3828db0
MK
217/* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
218 */
219#undef HAVE_DECL_MALLOC
220
221/* Define to 1 if you have the declaration of `ptrace', and to 0 if you don't.
222 */
bc8bcb4b 223#undef HAVE_DECL_PTRACE
46711df8 224
a3828db0
MK
225/* Define to 1 if you have the declaration of `realloc', and to 0 if you
226 don't. */
227#undef HAVE_DECL_REALLOC
228
e5a7de23
EZ
229/* Define to 1 if you have the declaration of `snprintf', and to 0 if you
230 don't. */
231#undef HAVE_DECL_SNPRINTF
232
a3828db0
MK
233/* Define to 1 if you have the declaration of `strerror', and to 0 if you
234 don't. */
235#undef HAVE_DECL_STRERROR
236
237/* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
238 */
239#undef HAVE_DECL_STRSTR
240
e5a7de23
EZ
241/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
242 don't. */
243#undef HAVE_DECL_VSNPRINTF
244
bc8bcb4b
MK
245/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
246 */
247#undef HAVE_DIRENT_H
96baa820 248
bc8bcb4b
MK
249/* Define to 1 if you have the `fork' function. */
250#undef HAVE_FORK
c906108c 251
bc8bcb4b
MK
252/* Define if <sys/procfs.h> has fpregset_t. */
253#undef HAVE_FPREGSET_T
c906108c 254
bc8bcb4b
MK
255/* Define to 1 if you have the `getcwd' function. */
256#undef HAVE_GETCWD
c906108c 257
d3ea6809
MM
258/* Define to 1 if you have the `getgid' function. */
259#undef HAVE_GETGID
260
bc8bcb4b
MK
261/* Define to 1 if you have the `getpagesize' function. */
262#undef HAVE_GETPAGESIZE
b757528f 263
bc8bcb4b
MK
264/* Define as 1 if you have gettext and don't want to use GNU gettext. */
265#undef HAVE_GETTEXT
bcb3dc3d 266
d3ea6809
MM
267/* Define to 1 if you have the `getuid' function. */
268#undef HAVE_GETUID
269
bc8bcb4b
MK
270/* Define to 1 if you have the <gnu/libc-version.h> header file. */
271#undef HAVE_GNU_LIBC_VERSION_H
8b9cf735 272
bc8bcb4b
MK
273/* Define if <sys/procfs.h> has gregset_t. */
274#undef HAVE_GREGSET_T
c906108c 275
bc8bcb4b
MK
276/* Define if you have the iconv() function. */
277#undef HAVE_ICONV
c906108c 278
bc8bcb4b
MK
279/* Define to 1 if you have the <inttypes.h> header file. */
280#undef HAVE_INTTYPES_H
c906108c 281
bc8bcb4b
MK
282/* Define if your locale.h file contains LC_MESSAGES. */
283#undef HAVE_LC_MESSAGES
5c7f2947 284
bc8bcb4b
MK
285/* Define to 1 if you have the `dl' library (-ldl). */
286#undef HAVE_LIBDL
4b14d3e4 287
bc8bcb4b
MK
288/* Define to 1 if you have the `m' library (-lm). */
289#undef HAVE_LIBM
290
291/* Define to 1 if you have the <libunwind.h> header file. */
292#undef HAVE_LIBUNWIND_H
a2f23071 293
bc8bcb4b 294/* Define to 1 if you have the <libunwind-ia64.h> header file. */
0e5d83e3
JJ
295#undef HAVE_LIBUNWIND_IA64_H
296
bc8bcb4b
MK
297/* Define to 1 if you have the `w' library (-lw). */
298#undef HAVE_LIBW
0e5d83e3 299
bc8bcb4b 300/* Define to 1 if you have the <limits.h> header file. */
c906108c
SS
301#undef HAVE_LIMITS_H
302
bc8bcb4b 303/* Define to 1 if you have the <link.h> header file. */
c906108c
SS
304#undef HAVE_LINK_H
305
bc8bcb4b 306/* Define to 1 if you have the <locale.h> header file. */
c906108c
SS
307#undef HAVE_LOCALE_H
308
bc8bcb4b
MK
309/* Define to 1 if the compiler supports long double. */
310#undef HAVE_LONG_DOUBLE
311
312/* Define if <sys/procfs.h> has lwpid_t. */
313#undef HAVE_LWPID_T
314
315/* Define to 1 if you have the <machine/reg.h> header file. */
78434e59
MK
316#undef HAVE_MACHINE_REG_H
317
bc8bcb4b 318/* Define to 1 if you have the <malloc.h> header file. */
c906108c
SS
319#undef HAVE_MALLOC_H
320
bc8bcb4b 321/* Define to 1 if you have the <memory.h> header file. */
c906108c
SS
322#undef HAVE_MEMORY_H
323
bc8bcb4b
MK
324/* Define to 1 if you have a working `mmap' system call. */
325#undef HAVE_MMAP
326
327/* Define to 1 if you have the `monstartup' function. */
328#undef HAVE_MONSTARTUP
329
330/* Define to 1 if you have the `munmap' function. */
331#undef HAVE_MUNMAP
332
333/* Define to 1 if you have the <ncurses.h> header file. */
2894793a
AC
334#undef HAVE_NCURSES_H
335
bc8bcb4b 336/* Define to 1 if you have the <ncurses/ncurses.h> header file. */
a6ed5501
MK
337#undef HAVE_NCURSES_NCURSES_H
338
bc8bcb4b 339/* Define to 1 if you have the <ncurses/term.h> header file. */
3b78cdbb
DA
340#undef HAVE_NCURSES_TERM_H
341
bc8bcb4b 342/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
4b14d3e4
AC
343#undef HAVE_NDIR_H
344
bc8bcb4b
MK
345/* Define to 1 if you have the <nlist.h> header file. */
346#undef HAVE_NLIST_H
347
348/* Define to 1 if you have the <nl_types.h> header file. */
c906108c
SS
349#undef HAVE_NL_TYPES_H
350
bc8bcb4b
MK
351/* Define to 1 if you have the `poll' function. */
352#undef HAVE_POLL
486363b6 353
bc8bcb4b 354/* Define to 1 if you have the <poll.h> header file. */
409a3f64
AC
355#undef HAVE_POLL_H
356
bc8bcb4b
MK
357/* Define to 1 if you have the `pread64' function. */
358#undef HAVE_PREAD64
359
360/* Define if <sys/procfs.h> has prfpregset32_t. */
361#undef HAVE_PRFPREGSET32_T
362
363/* Define if <sys/procfs.h> has prfpregset_t. */
364#undef HAVE_PRFPREGSET_T
365
366/* Define if <sys/procfs.h> has prgregset32_t. */
367#undef HAVE_PRGREGSET32_T
368
369/* Define if <sys/procfs.h> has prgregset_t. */
370#undef HAVE_PRGREGSET_T
371
372/* Define to 1 if you have the <proc_service.h> header file. */
e7d0728a
AC
373#undef HAVE_PROC_SERVICE_H
374
bc8bcb4b
MK
375/* Define if <sys/procfs.h> has prrun_t. */
376#undef HAVE_PRRUN_T
377
378/* Define if <sys/procfs.h> has prsysent_t. */
379#undef HAVE_PRSYSENT_T
380
381/* Define if <sys/procfs.h> has pr_sigaction64_t. */
382#undef HAVE_PR_SIGACTION64_T
383
384/* Define if <sys/procfs.h> has pr_siginfo64_t. */
385#undef HAVE_PR_SIGINFO64_T
386
387/* Define if <sys/procfs.h> has pr_sigset_t. */
388#undef HAVE_PR_SIGSET_T
389
390/* Define if <sys/procfs.h> has psaddr_t. */
391#undef HAVE_PSADDR_T
392
393/* Define if <sys/procfs.h> has pstatus_t. */
394#undef HAVE_PSTATUS_T
395
396/* Define to 1 if you have the <ptrace.h> header file. */
c906108c
SS
397#undef HAVE_PTRACE_H
398
bc8bcb4b
MK
399/* Define to 1 if you have the `putenv' function. */
400#undef HAVE_PUTENV
401
402/* Define to 1 if you have the `realpath' function. */
403#undef HAVE_REALPATH
404
405/* Define to 1 if you have the `sbrk' function. */
406#undef HAVE_SBRK
407
408/* Define to 1 if you have the `setenv' function. */
409#undef HAVE_SETENV
410
411/* Define to 1 if you have the `setlocale' function. */
412#undef HAVE_SETLOCALE
413
414/* Define to 1 if you have the `setpgid' function. */
415#undef HAVE_SETPGID
416
417/* Define to 1 if you have the `setpgrp' function. */
418#undef HAVE_SETPGRP
419
420/* Define to 1 if you have the <sgtty.h> header file. */
c906108c
SS
421#undef HAVE_SGTTY_H
422
bc8bcb4b
MK
423/* Define to 1 if you have the `sigaction' function. */
424#undef HAVE_SIGACTION
425
426/* Define to 1 if you have the `sigprocmask' function. */
427#undef HAVE_SIGPROCMASK
428
429/* Define if sigsetjmp is available. */
430#undef HAVE_SIGSETJMP
431
432/* Define to 1 if you have the `sigsetmask' function. */
433#undef HAVE_SIGSETMASK
434
435/* Define to 1 if you have the `socketpair' function. */
436#undef HAVE_SOCKETPAIR
437
f9f87d2c
MK
438/* Define to 1 if the system has the type `socklen_t'. */
439#undef HAVE_SOCKLEN_T
440
bc8bcb4b 441/* Define to 1 if you have the <stddef.h> header file. */
c906108c
SS
442#undef HAVE_STDDEF_H
443
bc8bcb4b 444/* Define to 1 if you have the <stdint.h> header file. */
e7d0728a
AC
445#undef HAVE_STDINT_H
446
bc8bcb4b 447/* Define to 1 if you have the <stdlib.h> header file. */
c906108c
SS
448#undef HAVE_STDLIB_H
449
bc8bcb4b
MK
450/* Define if you have the stpcpy function */
451#undef HAVE_STPCPY
452
453/* Define to 1 if you have the `strcasecmp' function. */
454#undef HAVE_STRCASECMP
c906108c 455
bc8bcb4b
MK
456/* Define to 1 if you have the `strchr' function. */
457#undef HAVE_STRCHR
458
459/* Define to 1 if you have the <strings.h> header file. */
5ee754fc
MK
460#undef HAVE_STRINGS_H
461
bc8bcb4b
MK
462/* Define to 1 if you have the <string.h> header file. */
463#undef HAVE_STRING_H
464
465/* Define to 1 if your system has struct lwp. */
466#undef HAVE_STRUCT_LWP
467
468/* Define to 1 if your system has struct reg in <machine/reg.h>. */
469#undef HAVE_STRUCT_REG
470
5c45e068
MK
471/* Define to 1 if `r_fs' is member of `struct reg'. */
472#undef HAVE_STRUCT_REG_R_FS
473
474/* Define to 1 if `r_gs' is member of `struct reg'. */
475#undef HAVE_STRUCT_REG_R_GS
476
d3ea6809
MM
477/* Define to 1 if `st_blksize' is member of `struct stat'. */
478#undef HAVE_STRUCT_STAT_ST_BLKSIZE
479
666ec76f
MK
480/* Define to 1 if `st_blocks' is member of `struct stat'. */
481#undef HAVE_STRUCT_STAT_ST_BLOCKS
482
5c45e068 483/* Define to 1 if `td_pcb' is member of `struct thread'. */
bc8bcb4b
MK
484#undef HAVE_STRUCT_THREAD_TD_PCB
485
486/* Define to 1 if you have the `syscall' function. */
487#undef HAVE_SYSCALL
488
489/* Define to 1 if you have the <sys/debugreg.h> header file. */
c906108c
SS
490#undef HAVE_SYS_DEBUGREG_H
491
bc8bcb4b
MK
492/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
493 */
4b14d3e4
AC
494#undef HAVE_SYS_DIR_H
495
bc8bcb4b 496/* Define to 1 if you have the <sys/fault.h> header file. */
596c9d4b
KB
497#undef HAVE_SYS_FAULT_H
498
bc8bcb4b 499/* Define to 1 if you have the <sys/file.h> header file. */
fc24370e
MS
500#undef HAVE_SYS_FILE_H
501
bc8bcb4b 502/* Define to 1 if you have the <sys/filio.h> header file. */
0cf3e697
MH
503#undef HAVE_SYS_FILIO_H
504
bc8bcb4b 505/* Define to 1 if you have the <sys/ioctl.h> header file. */
7e89e357
JT
506#undef HAVE_SYS_IOCTL_H
507
bc8bcb4b
MK
508/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
509 */
4b14d3e4
AC
510#undef HAVE_SYS_NDIR_H
511
bc8bcb4b 512/* Define to 1 if you have the <sys/param.h> header file. */
c906108c
SS
513#undef HAVE_SYS_PARAM_H
514
bc8bcb4b 515/* Define to 1 if you have the <sys/poll.h> header file. */
409a3f64
AC
516#undef HAVE_SYS_POLL_H
517
bc8bcb4b 518/* Define to 1 if you have the <sys/procfs.h> header file. */
c906108c
SS
519#undef HAVE_SYS_PROCFS_H
520
bc8bcb4b
MK
521/* Define to 1 if you have the <sys/proc.h> header file. */
522#undef HAVE_SYS_PROC_H
523
524/* Define to 1 if you have the <sys/ptrace.h> header file. */
c906108c
SS
525#undef HAVE_SYS_PTRACE_H
526
bc8bcb4b 527/* Define to 1 if you have the <sys/reg.h> header file. */
c906108c
SS
528#undef HAVE_SYS_REG_H
529
bc8bcb4b 530/* Define to 1 if you have the <sys/select.h> header file. */
7a292a7a
SS
531#undef HAVE_SYS_SELECT_H
532
bc8bcb4b
MK
533/* Define to 1 if you have the <sys/stat.h> header file. */
534#undef HAVE_SYS_STAT_H
535
536/* Define to 1 if you have the <sys/syscall.h> header file. */
596c9d4b
KB
537#undef HAVE_SYS_SYSCALL_H
538
bc8bcb4b 539/* Define to 1 if you have the <sys/types.h> header file. */
086ec9eb
MK
540#undef HAVE_SYS_TYPES_H
541
bc8bcb4b 542/* Define to 1 if you have the <sys/user.h> header file. */
944d780c
AC
543#undef HAVE_SYS_USER_H
544
bc8bcb4b 545/* Define to 1 if you have the <sys/wait.h> header file. */
c906108c
SS
546#undef HAVE_SYS_WAIT_H
547
bc8bcb4b
MK
548/* Define to 1 if you have the <termios.h> header file. */
549#undef HAVE_TERMIOS_H
c906108c 550
bc8bcb4b 551/* Define to 1 if you have the <termio.h> header file. */
c906108c
SS
552#undef HAVE_TERMIO_H
553
bc8bcb4b
MK
554/* Define to 1 if you have the <term.h> header file. */
555#undef HAVE_TERM_H
c906108c 556
bc8bcb4b 557/* Define to 1 if you have the <thread_db.h> header file. */
e7d0728a
AC
558#undef HAVE_THREAD_DB_H
559
bc8bcb4b 560/* Define to 1 if you have the <time.h> header file. */
104c1213
JM
561#undef HAVE_TIME_H
562
bc8bcb4b
MK
563/* Define if we can use the tkill syscall. */
564#undef HAVE_TKILL_SYSCALL
c906108c 565
bc8bcb4b
MK
566/* Define to 1 if you have the `ttrace' function. */
567#undef HAVE_TTRACE
c906108c 568
3be60c3d 569/* Define to 1 if the system has the type `uintptr_t'. */
bc8bcb4b 570#undef HAVE_UINTPTR_T
c906108c 571
bc8bcb4b
MK
572/* Define to 1 if you have the <unistd.h> header file. */
573#undef HAVE_UNISTD_H
c906108c 574
bc8bcb4b
MK
575/* Define to 1 if you have the <values.h> header file. */
576#undef HAVE_VALUES_H
c906108c 577
bc8bcb4b
MK
578/* Define to 1 if you have the `vfork' function. */
579#undef HAVE_VFORK
c906108c 580
bc8bcb4b
MK
581/* Define to 1 if you have the <vfork.h> header file. */
582#undef HAVE_VFORK_H
c906108c 583
bc8bcb4b
MK
584/* Define to 1 if you have the <wait.h> header file. */
585#undef HAVE_WAIT_H
0fbb3da7 586
bc8bcb4b
MK
587/* Define to 1 if you have the `wborder' function. */
588#undef HAVE_WBORDER
5b5d99cf 589
bc8bcb4b
MK
590/* Define to 1 if `fork' works. */
591#undef HAVE_WORKING_FORK
27e9bf90 592
bc8bcb4b
MK
593/* Define to 1 if `vfork' works. */
594#undef HAVE_WORKING_VFORK
27e9bf90 595
bc8bcb4b 596/* Define to 1 if your system has the _etext variable. */
b0b1c2c0
MK
597#undef HAVE__ETEXT
598
bc8bcb4b
MK
599/* Define to 1 if you have the `_mcleanup' function. */
600#undef HAVE__MCLEANUP
086ec9eb 601
bc8bcb4b
MK
602/* Define to 1 if you have the `__argz_count' function. */
603#undef HAVE___ARGZ_COUNT
2b2d558c 604
bc8bcb4b
MK
605/* Define to 1 if you have the `__argz_next' function. */
606#undef HAVE___ARGZ_NEXT
06825bd1 607
bc8bcb4b
MK
608/* Define to 1 if you have the `__argz_stringify' function. */
609#undef HAVE___ARGZ_STRINGIFY
70f9f479 610
bc8bcb4b
MK
611/* Define as const if the declaration of iconv() needs const. */
612#undef ICONV_CONST
5c7f2947 613
bc8bcb4b
MK
614/* Name of this package. */
615#undef PACKAGE
a4db0f07 616
bc8bcb4b
MK
617/* Define to the address where bug reports for this package should be sent. */
618#undef PACKAGE_BUGREPORT
c906108c 619
bc8bcb4b
MK
620/* Define to the full name of this package. */
621#undef PACKAGE_NAME
c906108c 622
bc8bcb4b
MK
623/* Define to the full name and version of this package. */
624#undef PACKAGE_STRING
c906108c 625
bc8bcb4b
MK
626/* Define to the one symbol short name of this package. */
627#undef PACKAGE_TARNAME
c906108c 628
bc8bcb4b
MK
629/* Define to the version of this package. */
630#undef PACKAGE_VERSION
83d37ec8 631
bc8bcb4b
MK
632/* Define to 1 if the "%Lg" format works to print long doubles. */
633#undef PRINTF_HAS_LONG_DOUBLE
83d37ec8 634
bc8bcb4b
MK
635/* Define to 1 if the "%ll" format works to print long longs. */
636#undef PRINTF_HAS_LONG_LONG
23e04971 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
bc8bcb4b
MK
647/* Define as the return type of signal handlers (`int' or `void'). */
648#undef RETSIGTYPE
596c9d4b 649
bc8bcb4b
MK
650/* Define to 1 if the "%Lg" format works to scan long doubles. */
651#undef SCANF_HAS_LONG_DOUBLE
596c9d4b 652
bc8bcb4b
MK
653/* Define to 1 if the `setpgrp' function takes no argument. */
654#undef SETPGRP_VOID
596c9d4b 655
bc8bcb4b
MK
656/* If using the C implementation of alloca, define if you know the
657 direction of stack growth for your system; otherwise it will be
658 automatically deduced at run-time.
659 STACK_DIRECTION > 0 => grows toward higher addresses
660 STACK_DIRECTION < 0 => grows toward lower addresses
661 STACK_DIRECTION = 0 => direction of growth unknown */
662#undef STACK_DIRECTION
663
664/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
665#undef STAT_MACROS_BROKEN
666
667/* Define to 1 if you have the ANSI C header files. */
668#undef STDC_HEADERS
596c9d4b 669
3f47be5c
EZ
670/* Define if <thread_db.h> has the TD_NOTALLOC error code. */
671#undef THREAD_DB_HAS_TD_NOTALLOC
672
bc8bcb4b
MK
673/* Define to 1 if the regex included in libiberty should be used. */
674#undef USE_INCLUDED_REGEX
b757528f 675
e5a7de23
EZ
676/* Define if we should use the Windows API, instead of the POSIX API. On
677 Windows, we use the Windows API when building for MinGW, but the POSIX API
678 when building for Cygwin. */
679#undef USE_WIN32API
680
bc8bcb4b
MK
681/* Define to 1 if on AIX 3.
682 System headers sometimes define this.
683 We just want to avoid a redefinition error message. */
684#ifndef _ALL_SOURCE
685# undef _ALL_SOURCE
686#endif
c35f4ffc 687
ba1e897e
EZ
688/* Define to 1 to avoid a clash between <widec.h> and <wchar.h> on Solaris
689 2.[789] when using GCC. */
bc8bcb4b 690#undef _MSE_INT_H
c35f4ffc 691
bc8bcb4b
MK
692/* Define to empty if `const' does not conform to ANSI C. */
693#undef const
c35f4ffc 694
bc8bcb4b
MK
695/* Define to `__inline__' or `__inline' if that's what the C compiler
696 calls it, or to nothing if 'inline' is not supported under any name. */
697#ifndef __cplusplus
698#undef inline
699#endif
b00a8037 700
bc8bcb4b
MK
701/* Define to `long' if <sys/types.h> does not define. */
702#undef off_t
eb784848 703
bc8bcb4b
MK
704/* Define to `int' if <sys/types.h> does not define. */
705#undef pid_t
eb784848 706
bc8bcb4b
MK
707/* Define to `unsigned' if <sys/types.h> does not define. */
708#undef size_t
eb784848 709
bc8bcb4b
MK
710/* Define as `fork' if `vfork' does not work. */
711#undef vfork
This page took 0.4492 seconds and 4 git commands to generate.