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