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