]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/config.in
*** empty log message ***
[thirdparty/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
7dfa765c 74/* Define if your struct reg has r_fs. */
422ea4b8 75#undef HAVE_STRUCT_REG_R_FS
7dfa765c
MK
76
77/* Define if your struct reg has r_gs. */
422ea4b8 78#undef HAVE_STRUCT_REG_R_GS
7dfa765c 79
eb784848
DJ
80/* Define if the pread64 function is available. */
81#undef HAVE_PREAD64
82
d45fe813
KB
83/* Define if <link.h> exists and defines struct link_map which has
84 members with an ``l_'' prefix. (For Solaris, SVR4, and
85 SVR4-like systems.) */
86#undef HAVE_STRUCT_LINK_MAP_WITH_L_MEMBERS
87
88/* Define if <link.h> exists and defines struct link_map which has
89 members with an ``lm_'' prefix. (For SunOS.) */
90#undef HAVE_STRUCT_LINK_MAP_WITH_LM_MEMBERS
91
92/* Define if <link.h> exists and defines a struct so_map which has
93 members with an ``som_'' prefix. (Found on older *BSD systems.) */
94#undef HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS
95
451928c5
AC
96/* Define if <sys/link.h> has struct link_map32 */
97#undef HAVE_STRUCT_LINK_MAP32
98
943c9c25
MS
99/* Define if <sys/link.h> has link_map32 (solaris sparc-64 target) */
100#undef _SYSCALL32
101
d84dd0c5
MK
102/* Define if the prfpregset_t type is broken. */
103#undef PRFPREGSET_T_BROKEN
104
c3f6f71d
JM
105/* Define if you want to use new multi-fd /proc interface
106 (replaces HAVE_MULTIPLE_PROC_FDS as well as other macros). */
107#undef NEW_PROC_API
c906108c 108
e7d0728a
AC
109/* Define if ioctl argument PIOCSET is available. */
110#undef HAVE_PROCFS_PIOCSET
111
c906108c
SS
112/* Define if the `long long' type works. */
113#undef CC_HAS_LONG_LONG
114
115/* Define if the "ll" format works to print long long ints. */
116#undef PRINTF_HAS_LONG_LONG
117
118/* Define if the "%Lg" format works to print long doubles. */
119#undef PRINTF_HAS_LONG_DOUBLE
120
121/* Define if the "%Lg" format works to scan long doubles. */
122#undef SCANF_HAS_LONG_DOUBLE
123
124/* Define if using Solaris thread debugging. */
125#undef HAVE_THREAD_DB_LIB
126
127/* Define on a GNU/Linux system to work around problems in sys/procfs.h. */
128#undef START_INFERIOR_TRAPS_EXPECTED
129#undef sys_quotactl
130
131/* Define if you have HPUX threads */
132#undef HAVE_HPUX_THREAD_SUPPORT
133
134/* Define if you want to use the memory mapped malloc package (mmalloc). */
135#undef USE_MMALLOC
136
137/* Define if the runtime uses a routine from mmalloc before gdb has a chance
138 to initialize mmalloc, and we want to force checking to be used anyway.
139 This may cause spurious memory corruption messages if the runtime tries
140 to explicitly deallocate that memory when gdb calls exit. */
141#undef MMCHECK_FORCE
142
c906108c
SS
143/* Define if <proc_service.h> on solaris uses int instead of
144 size_t, and assorted other type changes. */
145#undef PROC_SERVICE_IS_OLD
146
7a292a7a
SS
147/* Define if the simulator is being linked in. */
148#undef WITH_SIM
149
c906108c 150/* Set to true if the save_state_t structure is present */
5c44784c 151#undef HAVE_STRUCT_SAVE_STATE_T
c906108c
SS
152
153/* Set to true if the save_state_t structure has the ss_wide member */
5c44784c
JM
154#undef HAVE_STRUCT_MEMBER_SS_WIDE
155
3f1ef994 156/* Define if <sys/ptrace.h> defines the PTRACE_GETREGS request. */
f60300e7
MK
157#undef HAVE_PTRACE_GETREGS
158
6ce2ac0b
MK
159/* Define if <sys/ptrace.h> defines the PTRACE_GETFPXREGS request. */
160#undef HAVE_PTRACE_GETFPXREGS
c906108c 161
0afdd437
MK
162/* Define if <sys/ptrace.h> defines the PT_GETDBREGS request. */
163#undef HAVE_PT_GETDBREGS
164
7e89e357
JT
165/* Define if <sys/ptrace.h> defines the PT_GETXMMREGS request. */
166#undef HAVE_PT_GETXMMREGS
167
6166d547
AC
168/* Multi-arch enabled. */
169#undef GDB_MULTI_ARCH
170
5a2402b8
AC
171/* hostfile */
172#undef GDB_XM_FILE
173
174/* targetfile */
175#undef GDB_TM_FILE
176
177/* nativefile */
178#undef GDB_NM_FILE
179
c906108c
SS
180/* Define if you have the __argz_count function. */
181#undef HAVE___ARGZ_COUNT
182
183/* Define if you have the __argz_next function. */
184#undef HAVE___ARGZ_NEXT
185
186/* Define if you have the __argz_stringify function. */
187#undef HAVE___ARGZ_STRINGIFY
188
27aac7ff
AC
189/* Define if you have the canonicalize_file_name function. */
190#undef HAVE_CANONICALIZE_FILE_NAME
191
c906108c
SS
192/* Define if you have the dcgettext function. */
193#undef HAVE_DCGETTEXT
194
195/* Define if you have the getcwd function. */
196#undef HAVE_GETCWD
197
198/* Define if you have the getpagesize function. */
199#undef HAVE_GETPAGESIZE
200
c906108c
SS
201/* Define if you have the munmap function. */
202#undef HAVE_MUNMAP
203
96baa820
JM
204/* Define if you have the poll function. */
205#undef HAVE_POLL
206
c906108c
SS
207/* Define if you have the putenv function. */
208#undef HAVE_PUTENV
209
58d370e0
TT
210/* Define if you have the realpath function. */
211#undef HAVE_REALPATH
212
c906108c
SS
213/* Define if you have the sbrk function. */
214#undef HAVE_SBRK
215
216/* Define if you have the setenv function. */
217#undef HAVE_SETENV
218
219/* Define if you have the setlocale function. */
220#undef HAVE_SETLOCALE
221
222/* Define if you have the setpgid function. */
223#undef HAVE_SETPGID
224
0200359f
MK
225/* Define if you have the setpgrp function. */
226#undef HAVE_SETPGRP
227
c906108c
SS
228/* Define if you have the sigaction function. */
229#undef HAVE_SIGACTION
230
2acceee2
JM
231/* Define if you have the sigprocmask function. */
232#undef HAVE_SIGPROCMASK
233
46711df8
MK
234/* Define if you have the sigsetmask function. */
235#undef HAVE_SIGSETMASK
236
96baa820
JM
237/* Define if you have the socketpair function. */
238#undef HAVE_SOCKETPAIR
239
c906108c
SS
240/* Define if you have the stpcpy function. */
241#undef HAVE_STPCPY
242
243/* Define if you have the strcasecmp function. */
244#undef HAVE_STRCASECMP
245
246/* Define if you have the strchr function. */
247#undef HAVE_STRCHR
248
249/* Define if you have the <argz.h> header file. */
250#undef HAVE_ARGZ_H
251
c906108c
SS
252/* Define if you have the <ctype.h> header file. */
253#undef HAVE_CTYPE_H
254
255/* Define if you have the <curses.h> header file. */
256#undef HAVE_CURSES_H
257
4b14d3e4
AC
258/* Define if you have the <dirent.h> header file. */
259#undef HAVE_DIRENT_H
260
c906108c
SS
261/* Define if you have the <limits.h> header file. */
262#undef HAVE_LIMITS_H
263
264/* Define if you have the <link.h> header file. */
265#undef HAVE_LINK_H
266
267/* Define if you have the <locale.h> header file. */
268#undef HAVE_LOCALE_H
269
270/* Define if you have the <malloc.h> header file. */
271#undef HAVE_MALLOC_H
272
273/* Define if you have the <memory.h> header file. */
274#undef HAVE_MEMORY_H
275
2894793a
AC
276/* Define if you have the <ncurses.h> header file. */
277#undef HAVE_NCURSES_H
278
4b14d3e4
AC
279/* Define if you have the <ndir.h> header file. */
280#undef HAVE_NDIR_H
281
c906108c
SS
282/* Define if you have the <nl_types.h> header file. */
283#undef HAVE_NL_TYPES_H
284
486363b6
KB
285/* Define if you have the <nlist.h> header file. */
286#undef HAVE_NLIST_H
287
409a3f64
AC
288/* Define if you have the <poll.h> header file. */
289#undef HAVE_POLL_H
290
e7d0728a
AC
291/* Define if you have the <proc_service.h> header file. */
292#undef HAVE_PROC_SERVICE_H
293
c906108c
SS
294/* Define if you have the <ptrace.h> header file. */
295#undef HAVE_PTRACE_H
296
297/* Define if you have the <sgtty.h> header file. */
298#undef HAVE_SGTTY_H
299
300/* Define if you have the <stddef.h> header file. */
301#undef HAVE_STDDEF_H
302
e7d0728a
AC
303/* Define if you have the <stdint.h> header file. */
304#undef HAVE_STDINT_H
305
c906108c
SS
306/* Define if you have the <stdlib.h> header file. */
307#undef HAVE_STDLIB_H
308
309/* Define if you have the <string.h> header file. */
310#undef HAVE_STRING_H
311
5ee754fc
MK
312/* Define if you have the <strings.h> header file. */
313#undef HAVE_STRINGS_H
314
c906108c
SS
315/* Define if you have the <sys/debugreg.h> header file. */
316#undef HAVE_SYS_DEBUGREG_H
317
4b14d3e4
AC
318/* Define if you have the <sys/dir.h> header file. */
319#undef HAVE_SYS_DIR_H
320
596c9d4b
KB
321/* Define if you have the <sys/fault.h> header file. */
322#undef HAVE_SYS_FAULT_H
323
fc24370e
MS
324/* Define if you have the <sys/file.h> header file. */
325#undef HAVE_SYS_FILE_H
326
0cf3e697
MH
327/* Define if you have the <sys/filio.h> header file. */
328#undef HAVE_SYS_FILIO_H
329
7e89e357
JT
330/* Define if you have the <sys/ioctl.h> header file. */
331#undef HAVE_SYS_IOCTL_H
332
4b14d3e4
AC
333/* Define if you have the <sys/ndir.h> header file. */
334#undef HAVE_SYS_NDIR_H
335
c906108c
SS
336/* Define if you have the <sys/param.h> header file. */
337#undef HAVE_SYS_PARAM_H
338
409a3f64
AC
339/* Define if you have the <sys/poll.h> header file. */
340#undef HAVE_SYS_POLL_H
341
f15f768e
JB
342/* Define if you have the <sys/proc.h> header file. */
343#undef HAVE_SYS_PROC_H
344
c906108c
SS
345/* Define if you have the <sys/procfs.h> header file. */
346#undef HAVE_SYS_PROCFS_H
347
348/* Define if you have the <sys/ptrace.h> header file. */
349#undef HAVE_SYS_PTRACE_H
350
351/* Define if you have the <sys/reg.h> header file. */
352#undef HAVE_SYS_REG_H
353
7a292a7a
SS
354/* Define if you have the <sys/select.h> header file. */
355#undef HAVE_SYS_SELECT_H
356
596c9d4b
KB
357/* Define if you have the <sys/syscall.h> header file. */
358#undef HAVE_SYS_SYSCALL_H
359
944d780c
AC
360/* Define if you have the <sys/user.h> header file. */
361#undef HAVE_SYS_USER_H
362
c906108c
SS
363/* Define if you have the <sys/wait.h> header file. */
364#undef HAVE_SYS_WAIT_H
365
366/* Define if you have the <term.h> header file. */
367#undef HAVE_TERM_H
368
369/* Define if you have the <termio.h> header file. */
370#undef HAVE_TERMIO_H
371
372/* Define if you have the <termios.h> header file. */
373#undef HAVE_TERMIOS_H
374
e7d0728a
AC
375/* Define if you have the <thread_db.h> header file. */
376#undef HAVE_THREAD_DB_H
377
104c1213
JM
378/* Define if you have the <time.h> header file. */
379#undef HAVE_TIME_H
380
c906108c
SS
381/* Define if you have the <unistd.h> header file. */
382#undef HAVE_UNISTD_H
383
384/* Define if you have the <values.h> header file. */
385#undef HAVE_VALUES_H
386
387/* Define if you have the <wait.h> header file. */
388#undef HAVE_WAIT_H
389
c906108c
SS
390/* Define if you have the dl library (-ldl). */
391#undef HAVE_LIBDL
392
393/* Define if you have the m library (-lm). */
394#undef HAVE_LIBM
395
396/* Define if you have the w library (-lw). */
397#undef HAVE_LIBW
398
399/* Define if you have the stpcpy function */
400#undef HAVE_STPCPY
401
402/* Define if your locale.h file contains LC_MESSAGES. */
403#undef HAVE_LC_MESSAGES
404
405/* Define to 1 if NLS is requested */
406#undef ENABLE_NLS
407
408/* Define as 1 if you have gettext and don't want to use GNU gettext. */
409#undef HAVE_GETTEXT
410
0fbb3da7
TT
411/* Name of this package. */
412#undef PACKAGE
413
27e9bf90
MK
414/* Define to BFD's default architecture. */
415#undef DEFAULT_BFD_ARCH
416
417/* Define to BFD's default target vector. */
418#undef DEFAULT_BFD_VEC
419
5ee754fc
MK
420/* Define to 1 to avoid a clash between <widec.h> and <wchar.h> on
421 Solaris 2.[78] when using GCC. */
422#undef _MSE_INT_H
423
2b2d558c
MK
424/* Define if sigsetjmp is available. */
425#undef HAVE_SIGSETJMP
426
06825bd1
MK
427/* Define to 1 if the regex included in libiberty should be used. */
428#undef USE_INCLUDED_REGEX
429
c906108c
SS
430/* Define if malloc is not declared in system header files. */
431#undef NEED_DECLARATION_MALLOC
432
433/* Define if realloc is not declared in system header files. */
434#undef NEED_DECLARATION_REALLOC
435
436/* Define if free is not declared in system header files. */
437#undef NEED_DECLARATION_FREE
438
439/* Define if strerror is not declared in system header files. */
440#undef NEED_DECLARATION_STRERROR
441
442/* Define if strdup is not declared in system header files. */
443#undef NEED_DECLARATION_STRDUP
444
b83266a0
SS
445/* Define if strstr is not declared in system header files. */
446#undef NEED_DECLARATION_STRSTR
447
a4db0f07
RH
448/* Define if canonicalize_file_name is not declared in system header files. */
449#undef NEED_DECLARATION_CANONICALIZE_FILE_NAME
450
c906108c
SS
451/* Define if <sys/procfs.h> has pstatus_t. */
452#undef HAVE_PSTATUS_T
453
454/* Define if <sys/procfs.h> has prrun_t. */
455#undef HAVE_PRRUN_T
456
457/* Define if <sys/procfs.h> has gregset_t. */
458#undef HAVE_GREGSET_T
459
460/* Define if <sys/procfs.h> has fpregset_t. */
461#undef HAVE_FPREGSET_T
462
e7d0728a 463/* Define if <sys/procfs.h> has prgregset_t. */
83d37ec8
MK
464#undef HAVE_PRGREGSET_T
465
e7d0728a 466/* Define if <sys/procfs.h> has prfpregset_t. */
83d37ec8
MK
467#undef HAVE_PRFPREGSET_T
468
23e04971
MS
469/* Define if <sys/procfs.h> has prgregset32_t. */
470#undef HAVE_PRGREGSET32_T
471
472/* Define if <sys/procfs.h> has prfpregset32_t. */
473#undef HAVE_PRFPREGSET32_T
474
e7d0728a 475/* Define if <sys/procfs.h> has lwpid_t. */
83d37ec8
MK
476#undef HAVE_LWPID_T
477
e7d0728a 478/* Define if <sys/procfs.h> has psaddr_t. */
83d37ec8 479#undef HAVE_PSADDR_T
e7d0728a 480
596c9d4b
KB
481/* Define if <sys/procfs.h> has prsysent_t. */
482#undef HAVE_PRSYSENT_T
483
484/* Define if <sys/procfs.h> has pr_sigset_t. */
485#undef HAVE_PR_SIGSET_T
486
487/* Define if <sys/procfs.h> has pr_sigaction64_t. */
488#undef HAVE_PR_SIGACTION64_T
489
490/* Define if <sys/procfs.h> has pr_siginfo64_t. */
491#undef HAVE_PR_SIGINFO64_T
492
3f47be5c
EZ
493/* Define if <thread_db.h> has the TD_NOTALLOC error code. */
494#undef THREAD_DB_HAS_TD_NOTALLOC
495
eb784848
DJ
496/* Define to be a string naming the default host character set. */
497#undef GDB_DEFAULT_HOST_CHARSET
498
499/* Define if you have the iconv() function. */
500#undef HAVE_ICONV
501
502/* Define as const if the declaration of iconv() needs const. */
503#undef ICONV_CONST
504