11556Srgrimes/* $FreeBSD$ */
21556Srgrimes
31556Srgrimes/* config.h.  Generated automatically by configure.  */
41556Srgrimes/* config.in.  Generated automatically from configure.in by autoheader.  */
51556Srgrimes
61556Srgrimes/* Define if on AIX 3.
71556Srgrimes   System headers sometimes define this.
81556Srgrimes   We just want to avoid a redefinition error message.  */
91556Srgrimes#ifndef _ALL_SOURCE
101556Srgrimes/* #undef _ALL_SOURCE */
111556Srgrimes#endif
121556Srgrimes
131556Srgrimes/* Define if using alloca.c.  */
141556Srgrimes/* #undef C_ALLOCA */
151556Srgrimes
161556Srgrimes/* Define to empty if the keyword does not work.  */
171556Srgrimes/* #undef const */
181556Srgrimes
191556Srgrimes/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
201556Srgrimes   This function is required for alloca.c support on those systems.  */
211556Srgrimes/* #undef CRAY_STACKSEG_END */
221556Srgrimes
231556Srgrimes/* Define if you have alloca, as a function or macro.  */
241556Srgrimes#define HAVE_ALLOCA 1
251556Srgrimes
261556Srgrimes/* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
271556Srgrimes/* #undef HAVE_ALLOCA_H */
281556Srgrimes
291556Srgrimes/* Define if the `long double' type works.  */
301556Srgrimes#define HAVE_LONG_DOUBLE 1
311556Srgrimes
321556Srgrimes/* Define if you have a working `mmap' system call.  */
331556Srgrimes#define HAVE_MMAP 1
3436150Scharnier
3536150Scharnier/* Define if you have <vfork.h>.  */
3636150Scharnier/* #undef HAVE_VFORK_H */
371556Srgrimes
3899110Sobrien/* Define as __inline if that's what the C compiler calls it.  */
3999110Sobrien/* #undef inline */
401556Srgrimes
4117987Speter/* Define to `long' if <sys/types.h> doesn't define.  */
4296922Stjr/* #undef off_t */
4317987Speter
4417987Speter/* Define to `int' if <sys/types.h> doesn't define.  */
4517987Speter/* #undef pid_t */
4617987Speter
4717987Speter/* Define if you need to in order for stat and other things to work.  */
4817987Speter/* #undef _POSIX_SOURCE */
4917987Speter
501556Srgrimes/* Define as the return type of signal handlers (int or void).  */
511556Srgrimes#define RETSIGTYPE void
521556Srgrimes
531556Srgrimes/* Define if the `setpgrp' function takes no argument.  */
541556Srgrimes/* #undef SETPGRP_VOID */
551556Srgrimes
561556Srgrimes/* Define to `unsigned' if <sys/types.h> doesn't define.  */
571556Srgrimes/* #undef size_t */
581556Srgrimes
591556Srgrimes/* If using the C implementation of alloca, define if you know the
601556Srgrimes   direction of stack growth for your system; otherwise it will be
611556Srgrimes   automatically deduced at run-time.
6296922Stjr STACK_DIRECTION > 0 => grows toward higher addresses
631556Srgrimes STACK_DIRECTION < 0 => grows toward lower addresses
641556Srgrimes STACK_DIRECTION = 0 => direction of growth unknown
651556Srgrimes */
66199953Sjilles/* #undef STACK_DIRECTION */
671556Srgrimes
681556Srgrimes/* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
691556Srgrimes/* #undef STAT_MACROS_BROKEN */
701556Srgrimes
71100315Stjr/* Define if you have the ANSI C header files.  */
72262951Sjmmv#define STDC_HEADERS 1
731556Srgrimes
741556Srgrimes/* Define vfork as fork if vfork does not work.  */
751556Srgrimes/* #undef vfork */
76253658Sjilles
771556Srgrimes/* Enable GNU extensions on systems that have them.  */
788855Srgrimes#ifndef _GNU_SOURCE
791556Srgrimes# define _GNU_SOURCE 1
801556Srgrimes#endif
818855Srgrimes
821556Srgrimes/* Define if your struct reg has r_fs.  */
83213760Sobrien/* #undef HAVE_STRUCT_REG_R_FS */
841556Srgrimes
85213811Sobrien/* Define if your struct stat has st_blocks.  */
86213811Sobrien#define HAVE_STRUCT_STAT_ST_BLOCKS 1
871556Srgrimes
881556Srgrimes/* Define if your struct reg has r_gs.  */
891556Srgrimes/* #undef HAVE_STRUCT_REG_R_GS */
901556Srgrimes
911556Srgrimes/* Define if <link.h> exists and defines struct link_map which has
921556Srgrimes   members with an ``l_'' prefix.  (For Solaris, SVR4, and
931556Srgrimes   SVR4-like systems.) */
941556Srgrimes#define HAVE_STRUCT_LINK_MAP_WITH_L_MEMBERS 1
95264478Sjilles
96264478Sjilles/* Define if <link.h> exists and defines struct link_map which has
97264478Sjilles  members with an ``lm_'' prefix.  (For SunOS.)  */
98264478Sjilles/* #undef HAVE_STRUCT_LINK_MAP_WITH_LM_MEMBERS */
99264478Sjilles
100264478Sjilles/* Define if <link.h> exists and defines a struct so_map which has
101264478Sjilles  members with an ``som_'' prefix.  (Found on older *BSD systems.)  */
1021556Srgrimes/* #undef HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS */
1031556Srgrimes
1041556Srgrimes/* Define if <sys/link.h> has struct link_map32 */
10590111Simp/* #undef HAVE_STRUCT_LINK_MAP32 */
10690111Simp
1071556Srgrimes/* Define if <sys/link.h> has link_map32 (solaris sparc-64 target) */
10817987Speter/* #undef _SYSCALL32 */
1091556Srgrimes
1101556Srgrimes/* Define if the prfpregset_t type is broken. */
11120425Ssteve/* #undef PRFPREGSET_T_BROKEN */
1121556Srgrimes
113264478Sjilles/* Define if you want to use new multi-fd /proc interface
1141556Srgrimes   (replaces HAVE_MULTIPLE_PROC_FDS as well as other macros). */
1151556Srgrimes/* #undef NEW_PROC_API */
1161556Srgrimes
1171556Srgrimes/* Define if ioctl argument PIOCSET is available. */
1181556Srgrimes/* #undef HAVE_PROCFS_PIOCSET */
1191556Srgrimes
1201556Srgrimes/* Define if the `long long' type works.  */
121262951Sjmmv#define CC_HAS_LONG_LONG 1
1221556Srgrimes
1231556Srgrimes/* Define if the "ll" format works to print long long ints. */
1241556Srgrimes#define PRINTF_HAS_LONG_LONG 1
1251556Srgrimes
1261556Srgrimes/* Define if the "%Lg" format works to print long doubles. */
127262951Sjmmv#define PRINTF_HAS_LONG_DOUBLE 1
128262951Sjmmv
12911601Sjoerg/* Define if the "%Lg" format works to scan long doubles. */
13011601Sjoerg#define SCANF_HAS_LONG_DOUBLE 1
13120425Ssteve
13225231Ssteve/* Define if using Solaris thread debugging.  */
1331556Srgrimes/* #undef HAVE_THREAD_DB_LIB */
1341556Srgrimes
135250267Sjilles/* Define on a GNU/Linux system to work around problems in sys/procfs.h.  */
13625231Ssteve/* #undef START_INFERIOR_TRAPS_EXPECTED */
13725231Ssteve/* #undef sys_quotactl */
138199953Sjilles
139199953Sjilles/* Define if you have HPUX threads */
14025231Ssteve/* #undef HAVE_HPUX_THREAD_SUPPORT */
14125231Ssteve
14225231Ssteve/* Define if <proc_service.h> on solaris uses int instead of
14325231Ssteve   size_t, and assorted other type changes. */
14425231Ssteve/* #undef PROC_SERVICE_IS_OLD */
145250267Sjilles
146199953Sjilles/* Define if the simulator is being linked in.  */
1471556Srgrimes#define WITH_SIM 1
1481556Srgrimes
149199953Sjilles/* Set to true if the save_state_t structure is present */
150264478Sjilles/* #undef HAVE_STRUCT_SAVE_STATE_T */
151264478Sjilles
1521556Srgrimes/* Set to true if the save_state_t structure has the ss_wide member */
1531556Srgrimes/* #undef HAVE_STRUCT_MEMBER_SS_WIDE */
1541556Srgrimes
1551556Srgrimes/* Define if <sys/ptrace.h> defines the PTRACE_GETREGS request.  */
1561556Srgrimes/* #undef HAVE_PTRACE_GETREGS */
157264478Sjilles
1581556Srgrimes/* Define if <sys/ptrace.h> defines the PTRACE_GETFPXREGS request.  */
1591556Srgrimes/* #undef HAVE_PTRACE_GETFPXREGS */
1601556Srgrimes
161213811Sobrien/* Define if <sys/ptrace.h> defines the PT_GETDBREGS request.  */
16290111Simp#define HAVE_PT_GETDBREGS 1
16390111Simp
16496922Stjr/* Define if <sys/ptrace.h> defines the PT_GETXMMREGS request.  */
1651556Srgrimes/* #undef HAVE_PT_GETXMMREGS */
166264168Sjilles
1671556Srgrimes/* Define if libunwind library is being used.  */
168216851Sjilles/* #undef HAVE_LIBUNWIND */
1691556Srgrimes
1701556Srgrimes/* hostfile */
1711556Srgrimes/* #undef GDB_XM_FILE */
1721556Srgrimes
1731556Srgrimes/* targetfile */
1741556Srgrimes#define GDB_TM_FILE config/powerpc/tm-ppc-eabi.h
175104132Stjr
1761556Srgrimes/* nativefile */
17766612Sbrian#ifndef CROSS_DEBUGGER
17866612Sbrian#define GDB_NM_FILE config/ia64/nm-fbsd.h
17966612Sbrian#endif
180104132Stjr
181287750Sjilles/* Define to 1 so <sys/proc.h> gets a definition of anon_hdl.  Works
1821556Srgrimes   around a <sys/proc.h> problem on IRIX 5.  */
183194560Sjilles#ifndef _KMEMUSER
184194560Sjilles/* #undef _KMEMUSER */
185194560Sjilles#endif
186194560Sjilles
187194560Sjilles/* Define if you have the __argz_count function.  */
188194560Sjilles/* #undef HAVE___ARGZ_COUNT */
189194560Sjilles
190194560Sjilles/* Define if you have the __argz_next function.  */
191194560Sjilles/* #undef HAVE___ARGZ_NEXT */
192194560Sjilles
193194560Sjilles/* Define if you have the __argz_stringify function.  */
194194560Sjilles/* #undef HAVE___ARGZ_STRINGIFY */
195194560Sjilles
196194560Sjilles/* Define if you have the _mcleanup function.  */
197194560Sjilles#define HAVE__MCLEANUP 1
198194560Sjilles
199287750Sjilles/* Define if you have the canonicalize_file_name function.  */
200194560Sjilles/* #undef HAVE_CANONICALIZE_FILE_NAME */
201194560Sjilles
20296922Stjr/* Define if you have the dcgettext function.  */
20396922Stjr/* #undef HAVE_DCGETTEXT */
20496922Stjr
205104132Stjr/* Define if you have the getcwd function.  */
206287750Sjilles#define HAVE_GETCWD 1
2071556Srgrimes
2081556Srgrimes/* Define if you have the getpagesize function.  */
2091556Srgrimes#define HAVE_GETPAGESIZE 1
210104132Stjr
211287750Sjilles/* Define if you have the monstartup function.  */
2121556Srgrimes#define HAVE_MONSTARTUP 1
2131556Srgrimes
2141556Srgrimes/* Define if you have the munmap function.  */
2151556Srgrimes#define HAVE_MUNMAP 1
2161556Srgrimes
217214290Sjilles/* Define if you have the poll function.  */
218214290Sjilles#define HAVE_POLL 1
219214290Sjilles
220214290Sjilles/* Define if you have the pread64 function.  */
221214290Sjilles/* #undef HAVE_PREAD64 */
222124780Sdes
22399645Stjr/* Define if you have the putenv function.  */
224124780Sdes#define HAVE_PUTENV 1
225287750Sjilles
2261556Srgrimes/* Define if you have the realpath function.  */
2271556Srgrimes#define HAVE_REALPATH 1
2281556Srgrimes
229287750Sjilles/* Define if you have the sbrk function.  */
2301556Srgrimes#define HAVE_SBRK 1
2311556Srgrimes
2321556Srgrimes/* Define if you have the setenv function.  */
233287750Sjilles#define HAVE_SETENV 1
234287750Sjilles
235287750Sjilles/* Define if you have the setlocale function.  */
236287750Sjilles#define HAVE_SETLOCALE 1
237287750Sjilles
238287750Sjilles/* Define if you have the setpgid function.  */
239287750Sjilles#define HAVE_SETPGID 1
240287750Sjilles
2411556Srgrimes/* Define if you have the setpgrp function.  */
2421556Srgrimes#define HAVE_SETPGRP 1
2431556Srgrimes
2441556Srgrimes/* Define if you have the sigaction function.  */
2451556Srgrimes#define HAVE_SIGACTION 1
2461556Srgrimes
2471556Srgrimes/* Define if you have the sigprocmask function.  */
2481556Srgrimes#define HAVE_SIGPROCMASK 1
2491556Srgrimes
250213811Sobrien/* Define if you have the sigsetmask function.  */
25190111Simp#define HAVE_SIGSETMASK 1
25290111Simp
253264168Sjilles/* Define if you have the socketpair function.  */
2541556Srgrimes#define HAVE_SOCKETPAIR 1
255249034Sjilles
256249034Sjilles/* Define if you have the stpcpy function.  */
257249034Sjilles#define HAVE_STPCPY 1
2581556Srgrimes
2591556Srgrimes/* Define if you have the strcasecmp function.  */
26053891Scracauer#define HAVE_STRCASECMP 1
261246288Sjilles
262246288Sjilles/* Define if you have the strchr function.  */
263246288Sjilles#define HAVE_STRCHR 1
264246288Sjilles
265246288Sjilles/* Define if you have the syscall function.  */
266246288Sjilles#define HAVE_SYSCALL 1
267249034Sjilles
268246288Sjilles/* Define if you have the <argz.h> header file.  */
269249034Sjilles/* #undef HAVE_ARGZ_H */
270249034Sjilles
271249034Sjilles/* Define if you have the <ctype.h> header file.  */
272249034Sjilles#define HAVE_CTYPE_H 1
273249034Sjilles
274249034Sjilles/* Define if you have the <curses.h> header file.  */
275249034Sjilles#define HAVE_CURSES_H 1
276249034Sjilles
2771556Srgrimes/* Define if you have the <dirent.h> header file.  */
278246288Sjilles#define HAVE_DIRENT_H 1
2791556Srgrimes
2801556Srgrimes/* Define if you have the <libunwind-ia64.h> header file.  */
2811556Srgrimes/* #undef HAVE_LIBUNWIND_IA64_H */
2821556Srgrimes
2831556Srgrimes/* Define if you have the <libunwind.h> header file.  */
2841556Srgrimes/* #undef HAVE_LIBUNWIND_H */
2851556Srgrimes
286249034Sjilles/* Define if you have the <limits.h> header file.  */
2871556Srgrimes#define HAVE_LIMITS_H 1
2881556Srgrimes
2891556Srgrimes/* Define if you have the <link.h> header file.  */
2901556Srgrimes#define HAVE_LINK_H 1
2911556Srgrimes
2921556Srgrimes/* Define if you have the <locale.h> header file.  */
2931556Srgrimes#define HAVE_LOCALE_H 1
2941556Srgrimes
2951556Srgrimes/* Define if you have the <machine/reg.h> header file.  */
2961556Srgrimes#define HAVE_MACHINE_REG_H 1
2971556Srgrimes
2981556Srgrimes/* Define if you have the <malloc.h> header file.  */
2991556Srgrimes/* #undef HAVE_MALLOC_H */
3001556Srgrimes
30190111Simp/* Define if you have the <memory.h> header file.  */
30290111Simp#define HAVE_MEMORY_H 1
30325231Ssteve
3041556Srgrimes/* Define if you have the <ncurses.h> header file.  */
3051556Srgrimes#define HAVE_NCURSES_H 1
3061556Srgrimes
3071556Srgrimes/* Define if you have the <ndir.h> header file.  */
3081556Srgrimes/* #undef HAVE_NDIR_H */
309124780Sdes
3101556Srgrimes/* Define if you have the <nl_types.h> header file.  */
311124780Sdes#define HAVE_NL_TYPES_H 1
312124780Sdes
3131556Srgrimes/* Define if you have the <nlist.h> header file.  */
3141556Srgrimes#define HAVE_NLIST_H 1
3151556Srgrimes
3161556Srgrimes/* Define if you have the <poll.h> header file.  */
317262951Sjmmv#define HAVE_POLL_H 1
3181556Srgrimes
3191556Srgrimes/* Define if you have the <proc_service.h> header file.  */
3201556Srgrimes/* #undef HAVE_PROC_SERVICE_H */
3211556Srgrimes
3221556Srgrimes/* Define if you have the <ptrace.h> header file.  */
3231556Srgrimes/* #undef HAVE_PTRACE_H */
3241556Srgrimes
32590111Simp/* Define if you have the <sgtty.h> header file.  */
32690111Simp#define HAVE_SGTTY_H 1
3271556Srgrimes
3281556Srgrimes/* Define if you have the <stddef.h> header file.  */
3291556Srgrimes#define HAVE_STDDEF_H 1
3301556Srgrimes
3311556Srgrimes/* Define if you have the <stdint.h> header file.  */
3321556Srgrimes#define HAVE_STDINT_H 1
3331556Srgrimes
3341556Srgrimes/* Define if you have the <stdlib.h> header file.  */
33590111Simp#define HAVE_STDLIB_H 1
33690111Simp
33725231Ssteve/* Define if you have the <string.h> header file.  */
3381556Srgrimes#define HAVE_STRING_H 1
3391556Srgrimes
3401556Srgrimes/* Define if you have the <strings.h> header file.  */
3411556Srgrimes#define HAVE_STRINGS_H 1
3421556Srgrimes
3431556Srgrimes/* Define if you have the <sys/debugreg.h> header file.  */
3441556Srgrimes/* #undef HAVE_SYS_DEBUGREG_H */
3451556Srgrimes
3461556Srgrimes/* Define if you have the <sys/dir.h> header file.  */
3471556Srgrimes/* #undef HAVE_SYS_DIR_H */
3481556Srgrimes
349/* Define if you have the <sys/fault.h> header file.  */
350/* #undef HAVE_SYS_FAULT_H */
351
352/* Define if you have the <sys/file.h> header file.  */
353#define HAVE_SYS_FILE_H 1
354
355/* Define if you have the <sys/filio.h> header file.  */
356#define HAVE_SYS_FILIO_H 1
357
358/* Define if you have the <sys/ioctl.h> header file.  */
359#define HAVE_SYS_IOCTL_H 1
360
361/* Define if you have the <sys/ndir.h> header file.  */
362/* #undef HAVE_SYS_NDIR_H */
363
364/* Define if you have the <sys/param.h> header file.  */
365#define HAVE_SYS_PARAM_H 1
366
367/* Define if you have the <sys/poll.h> header file.  */
368#define HAVE_SYS_POLL_H 1
369
370/* Define if you have the <sys/proc.h> header file.  */
371#define HAVE_SYS_PROC_H 1
372
373/* Define if you have the <sys/procfs.h> header file.  */
374#define HAVE_SYS_PROCFS_H 1
375
376/* Define if you have the <sys/ptrace.h> header file.  */
377#define HAVE_SYS_PTRACE_H 1
378
379/* Define if you have the <sys/reg.h> header file.  */
380/* #undef HAVE_SYS_REG_H */
381
382/* Define if you have the <sys/select.h> header file.  */
383#define HAVE_SYS_SELECT_H 1
384
385/* Define if you have the <sys/syscall.h> header file.  */
386#define HAVE_SYS_SYSCALL_H 1
387
388/* Define if you have the <sys/user.h> header file.  */
389#define HAVE_SYS_USER_H 1
390
391/* Define if you have the <sys/wait.h> header file.  */
392#define HAVE_SYS_WAIT_H 1
393
394/* Define if you have the <term.h> header file.  */
395#define HAVE_TERM_H 1
396
397/* Define if you have the <termio.h> header file.  */
398/* #undef HAVE_TERMIO_H */
399
400/* Define if you have the <termios.h> header file.  */
401#define HAVE_TERMIOS_H 1
402
403/* Define if you have the <thread_db.h> header file.  */
404/* #undef HAVE_THREAD_DB_H */
405
406/* Define if you have the <time.h> header file.  */
407#define HAVE_TIME_H 1
408
409/* Define if you have the <unistd.h> header file.  */
410#define HAVE_UNISTD_H 1
411
412/* Define if you have the <values.h> header file.  */
413/* #undef HAVE_VALUES_H */
414
415/* Define if you have the <wait.h> header file.  */
416/* #undef HAVE_WAIT_H */
417
418/* Define if you have the dl library (-ldl).  */
419/* #undef HAVE_LIBDL */
420
421/* Define if you have the m library (-lm).  */
422#define HAVE_LIBM 1
423
424/* Define if you have the w library (-lw).  */
425/* #undef HAVE_LIBW */
426
427/* Define if you have the stpcpy function */
428#define HAVE_STPCPY 1
429
430/* Define if your locale.h file contains LC_MESSAGES. */
431#define HAVE_LC_MESSAGES 1
432
433/* Define to 1 if NLS is requested */
434/* #undef ENABLE_NLS */
435
436/* Define as 1 if you have gettext and don't want to use GNU gettext. */
437/* #undef HAVE_GETTEXT */
438
439/* Name of this package.  */
440#define PACKAGE "gdb"
441
442/* Define to BFD's default architecture.  */
443#define DEFAULT_BFD_ARCH bfd_rs6000_arch
444
445/* Define to BFD's default target vector.  */
446#define DEFAULT_BFD_VEC bfd_elf64_powerpc_vec
447
448/* Define to 1 if your system has the _etext variable.  */
449#define HAVE__ETEXT 1
450
451/* Define to 1 to avoid a clash between <widec.h> and <wchar.h> on
452   Solaris 2.[78] when using GCC.  */
453/* #undef _MSE_INT_H */
454
455/* Define to 1 if we found this declaration otherwise define to 0. */
456#define HAVE_DECL_GETOPT 0
457
458/* Define if sigsetjmp is available.  */
459#define HAVE_SIGSETJMP 1
460
461/* Define to 1 if the regex included in libiberty should be used. */
462#define USE_INCLUDED_REGEX 1
463
464/* Define to 1 if your system has struct reg in <machine/reg.h>. */
465#define HAVE_STRUCT_REG 1
466
467/* Define if <stdint.h> provides the uintptr_t type. */
468#define HAVE_UINTPTR_T 1
469
470/* Define if malloc is not declared in system header files. */
471/* #undef NEED_DECLARATION_MALLOC */
472
473/* Define if realloc is not declared in system header files. */
474/* #undef NEED_DECLARATION_REALLOC */
475
476/* Define if free is not declared in system header files. */
477/* #undef NEED_DECLARATION_FREE */
478
479/* Define if strerror is not declared in system header files. */
480/* #undef NEED_DECLARATION_STRERROR */
481
482/* Define if strdup is not declared in system header files. */
483/* #undef NEED_DECLARATION_STRDUP */
484
485/* Define if strstr is not declared in system header files. */
486/* #undef NEED_DECLARATION_STRSTR */
487
488/* Define if canonicalize_file_name is not declared in system header files. */
489#define NEED_DECLARATION_CANONICALIZE_FILE_NAME 1
490
491/* Define if <sys/procfs.h> has pstatus_t. */
492/* #undef HAVE_PSTATUS_T */
493
494/* Define if <sys/procfs.h> has prrun_t. */
495/* #undef HAVE_PRRUN_T */
496
497/* Define if <sys/procfs.h> has gregset_t. */
498#define HAVE_GREGSET_T 1
499
500/* Define if <sys/procfs.h> has fpregset_t. */
501#define HAVE_FPREGSET_T 1
502
503/* Define if <sys/procfs.h> has prgregset_t. */
504#define HAVE_PRGREGSET_T 1
505
506/* Define if <sys/procfs.h> has prfpregset_t. */
507#define HAVE_PRFPREGSET_T 1
508
509/* Define if <sys/procfs.h> has prgregset32_t. */
510/* #undef HAVE_PRGREGSET32_T */
511
512/* Define if <sys/procfs.h> has prfpregset32_t. */
513/* #undef HAVE_PRFPREGSET32_T */
514
515/* Define if <sys/procfs.h> has lwpid_t. */
516#define HAVE_LWPID_T 1
517
518/* Define if <sys/procfs.h> has psaddr_t. */
519#define HAVE_PSADDR_T 1
520
521/* Define if <sys/procfs.h> has prsysent_t. */
522/* #undef HAVE_PRSYSENT_T */
523
524/* Define if <sys/procfs.h> has pr_sigset_t. */
525/* #undef HAVE_PR_SIGSET_T */
526
527/* Define if <sys/procfs.h> has pr_sigaction64_t. */
528/* #undef HAVE_PR_SIGACTION64_T */
529
530/* Define if <sys/procfs.h> has pr_siginfo64_t. */
531/* #undef HAVE_PR_SIGINFO64_T */
532
533/* Define if <thread_db.h> has the TD_NOTALLOC error code. */
534/* #undef THREAD_DB_HAS_TD_NOTALLOC */
535
536/* Define if we can use the tkill syscall. */
537/* #undef HAVE_TKILL_SYSCALL */
538
539/* Define to the default OS ABI for this configuration. */
540/* #undef GDB_OSABI_DEFAULT */
541
542/* Define to be a string naming the default host character set. */
543#define GDB_DEFAULT_HOST_CHARSET "ISO-8859-1"
544
545/* Define if you have the iconv() function. */
546/* #undef HAVE_ICONV */
547
548/* Define as const if the declaration of iconv() needs const. */
549/* #undef ICONV_CONST */
550
551