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