1178583Simp/* $FreeBSD$ */
2178583Simp
3178583Simp/* config.h.  Generated automatically by configure.  */
4178583Simp/* config.in.  Generated automatically from configure.in by autoheader.  */
5178583Simp
6178583Simp/* Define if on AIX 3.
7178583Simp   System headers sometimes define this.
8178583Simp   We just want to avoid a redefinition error message.  */
9178583Simp#ifndef _ALL_SOURCE
10178583Simp/* #undef _ALL_SOURCE */
11178583Simp#endif
12178583Simp
13178583Simp/* Define if using alloca.c.  */
14178583Simp/* #undef C_ALLOCA */
15178583Simp
16178583Simp/* Define to empty if the keyword does not work.  */
17178583Simp/* #undef const */
18178583Simp
19178583Simp/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
20178583Simp   This function is required for alloca.c support on those systems.  */
21178583Simp/* #undef CRAY_STACKSEG_END */
22178583Simp
23178583Simp/* Define if you have alloca, as a function or macro.  */
24178583Simp#define HAVE_ALLOCA 1
25178583Simp
26178583Simp/* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
27178583Simp/* #undef HAVE_ALLOCA_H */
28178583Simp
29178583Simp/* Define if the `long double' type works.  */
30178583Simp#define HAVE_LONG_DOUBLE 1
31178583Simp
32178583Simp/* Define if you have a working `mmap' system call.  */
33178583Simp#define HAVE_MMAP 1
34178583Simp
35178583Simp/* Define if you have <vfork.h>.  */
36178583Simp/* #undef HAVE_VFORK_H */
37178583Simp
38178583Simp/* Define as __inline if that's what the C compiler calls it.  */
39178583Simp/* #undef inline */
40178583Simp
41178583Simp/* Define to `long' if <sys/types.h> doesn't define.  */
42178583Simp/* #undef off_t */
43178583Simp
44178583Simp/* Define to `int' if <sys/types.h> doesn't define.  */
45178583Simp/* #undef pid_t */
46178583Simp
47178583Simp/* Define if you need to in order for stat and other things to work.  */
48178583Simp/* #undef _POSIX_SOURCE */
49178583Simp
50178583Simp/* Define as the return type of signal handlers (int or void).  */
51178583Simp#define RETSIGTYPE void
52178583Simp
53178583Simp/* Define if the `setpgrp' function takes no argument.  */
54178583Simp/* #undef SETPGRP_VOID */
55178583Simp
56178583Simp/* Define to `unsigned' if <sys/types.h> doesn't define.  */
57178583Simp/* #undef size_t */
58178583Simp
59178583Simp/* If using the C implementation of alloca, define if you know the
60178583Simp   direction of stack growth for your system; otherwise it will be
61178583Simp   automatically deduced at run-time.
62178583Simp STACK_DIRECTION > 0 => grows toward higher addresses
63178583Simp STACK_DIRECTION < 0 => grows toward lower addresses
64178583Simp STACK_DIRECTION = 0 => direction of growth unknown
65178583Simp */
66178583Simp/* #undef STACK_DIRECTION */
67178583Simp
68178583Simp/* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
69178583Simp/* #undef STAT_MACROS_BROKEN */
70178583Simp
71178583Simp/* Define if you have the ANSI C header files.  */
72178583Simp#define STDC_HEADERS 1
73178583Simp
74178583Simp/* Define vfork as fork if vfork does not work.  */
75178583Simp/* #undef vfork */
76178583Simp
77178583Simp/* Enable GNU extensions on systems that have them.  */
78178583Simp#ifndef _GNU_SOURCE
79178583Simp# define _GNU_SOURCE 1
80178583Simp#endif
81178583Simp
82178583Simp/* Define if your struct reg has r_fs.  */
83178583Simp/* #undef HAVE_STRUCT_REG_R_FS */
84178583Simp
85178583Simp/* Define if your struct stat has st_blocks.  */
86178583Simp#define HAVE_STRUCT_STAT_ST_BLOCKS 1
87178583Simp
88178583Simp/* Define if your struct reg has r_gs.  */
89178583Simp/* #undef HAVE_STRUCT_REG_R_GS */
90178583Simp
91178583Simp/* Define if <link.h> exists and defines struct link_map which has
92178583Simp   members with an ``l_'' prefix.  (For Solaris, SVR4, and
93178583Simp   SVR4-like systems.) */
94178583Simp#define HAVE_STRUCT_LINK_MAP_WITH_L_MEMBERS 1
95178583Simp
96178583Simp/* Define if <link.h> exists and defines struct link_map which has
97178583Simp  members with an ``lm_'' prefix.  (For SunOS.)  */
98178583Simp/* #undef HAVE_STRUCT_LINK_MAP_WITH_LM_MEMBERS */
99178583Simp
100178583Simp/* Define if <link.h> exists and defines a struct so_map which has
101178583Simp  members with an ``som_'' prefix.  (Found on older *BSD systems.)  */
102178583Simp/* #undef HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS */
103178583Simp
104178583Simp/* Define if <sys/link.h> has struct link_map32 */
105178583Simp/* #undef HAVE_STRUCT_LINK_MAP32 */
106178583Simp
107178583Simp/* Define if <sys/link.h> has link_map32 (solaris sparc-64 target) */
108178583Simp/* #undef _SYSCALL32 */
109178583Simp
110178583Simp/* Define if the prfpregset_t type is broken. */
111178583Simp/* #undef PRFPREGSET_T_BROKEN */
112178583Simp
113178583Simp/* Define if you want to use new multi-fd /proc interface
114178583Simp   (replaces HAVE_MULTIPLE_PROC_FDS as well as other macros). */
115178583Simp/* #undef NEW_PROC_API */
116178583Simp
117178583Simp/* Define if ioctl argument PIOCSET is available. */
118178583Simp/* #undef HAVE_PROCFS_PIOCSET */
119178583Simp
120178583Simp/* Define if the `long long' type works.  */
121178583Simp#define CC_HAS_LONG_LONG 1
122178583Simp
123178583Simp/* Define if the "ll" format works to print long long ints. */
124178583Simp#define PRINTF_HAS_LONG_LONG 1
125178583Simp
126178583Simp/* Define if the "%Lg" format works to print long doubles. */
127178583Simp#define PRINTF_HAS_LONG_DOUBLE 1
128178583Simp
129178583Simp/* Define if the "%Lg" format works to scan long doubles. */
130178583Simp#define SCANF_HAS_LONG_DOUBLE 1
131178583Simp
132178583Simp/* Define if using Solaris thread debugging.  */
133178583Simp/* #undef HAVE_THREAD_DB_LIB */
134178583Simp
135178583Simp/* Define on a GNU/Linux system to work around problems in sys/procfs.h.  */
136178583Simp/* #undef START_INFERIOR_TRAPS_EXPECTED */
137178583Simp/* #undef sys_quotactl */
138178583Simp
139178583Simp/* Define if you have HPUX threads */
140178583Simp/* #undef HAVE_HPUX_THREAD_SUPPORT */
141178583Simp
142178583Simp/* Define if <proc_service.h> on solaris uses int instead of
143178583Simp   size_t, and assorted other type changes. */
144178583Simp/* #undef PROC_SERVICE_IS_OLD */
145178583Simp
146178583Simp/* Define if the simulator is being linked in.  */
147178583Simp#define WITH_SIM 1
148178583Simp
149178583Simp/* Set to true if the save_state_t structure is present */
150178583Simp/* #undef HAVE_STRUCT_SAVE_STATE_T */
151178583Simp
152178583Simp/* Set to true if the save_state_t structure has the ss_wide member */
153178583Simp/* #undef HAVE_STRUCT_MEMBER_SS_WIDE */
154178583Simp
155178583Simp/* Define if <sys/ptrace.h> defines the PTRACE_GETREGS request.  */
156178583Simp/* #undef HAVE_PTRACE_GETREGS */
157178583Simp
158178583Simp/* Define if <sys/ptrace.h> defines the PTRACE_GETFPXREGS request.  */
159178583Simp/* #undef HAVE_PTRACE_GETFPXREGS */
160178583Simp
161178583Simp/* Define if <sys/ptrace.h> defines the PT_GETDBREGS request.  */
162178583Simp#define HAVE_PT_GETDBREGS 1
163178583Simp
164178583Simp/* Define if <sys/ptrace.h> defines the PT_GETXMMREGS request.  */
165178583Simp/* #undef HAVE_PT_GETXMMREGS */
166178583Simp
167178583Simp/* Define if libunwind library is being used.  */
168178583Simp/* #undef HAVE_LIBUNWIND */
169178583Simp
170178583Simp/* hostfile */
171178583Simp/* #undef GDB_XM_FILE */
172178583Simp
173178583Simp/* targetfile */
174178583Simp#define GDB_TM_FILE config/mips/tm-fbsd.h
175178583Simp
176178583Simp/* nativefile */
177178583Simp#ifndef CROSS_DEBUGGER
178178583Simp#define GDB_NM_FILE config/mips/nm-fbsd.h
179178583Simp#endif
180178583Simp
181178583Simp/* Define to 1 so <sys/proc.h> gets a definition of anon_hdl.  Works
182178583Simp   around a <sys/proc.h> problem on IRIX 5.  */
183178583Simp#ifndef _KMEMUSER
184178583Simp/* #undef _KMEMUSER */
185178583Simp#endif
186178583Simp
187178583Simp/* Define if you have the __argz_count function.  */
188178583Simp/* #undef HAVE___ARGZ_COUNT */
189178583Simp
190178583Simp/* Define if you have the __argz_next function.  */
191178583Simp/* #undef HAVE___ARGZ_NEXT */
192178583Simp
193178583Simp/* Define if you have the __argz_stringify function.  */
194178583Simp/* #undef HAVE___ARGZ_STRINGIFY */
195178583Simp
196178583Simp/* Define if you have the _mcleanup function.  */
197178583Simp#define HAVE__MCLEANUP 1
198178583Simp
199178583Simp/* Define if you have the canonicalize_file_name function.  */
200178583Simp/* #undef HAVE_CANONICALIZE_FILE_NAME */
201178583Simp
202178583Simp/* Define if you have the dcgettext function.  */
203178583Simp/* #undef HAVE_DCGETTEXT */
204178583Simp
205178583Simp/* Define if you have the getcwd function.  */
206178583Simp#define HAVE_GETCWD 1
207178583Simp
208178583Simp/* Define if you have the getpagesize function.  */
209178583Simp#define HAVE_GETPAGESIZE 1
210178583Simp
211178583Simp/* Define if you have the monstartup function.  */
212178583Simp#define HAVE_MONSTARTUP 1
213178583Simp
214178583Simp/* Define if you have the munmap function.  */
215178583Simp#define HAVE_MUNMAP 1
216178583Simp
217178583Simp/* Define if you have the poll function.  */
218178583Simp#define HAVE_POLL 1
219178583Simp
220178583Simp/* Define if you have the pread64 function.  */
221178583Simp/* #undef HAVE_PREAD64 */
222178583Simp
223178583Simp/* Define if you have the putenv function.  */
224178583Simp#define HAVE_PUTENV 1
225178583Simp
226178583Simp/* Define if you have the realpath function.  */
227178583Simp#define HAVE_REALPATH 1
228178583Simp
229178583Simp/* Define if you have the sbrk function.  */
230178583Simp#define HAVE_SBRK 1
231178583Simp
232178583Simp/* Define if you have the setenv function.  */
233178583Simp#define HAVE_SETENV 1
234178583Simp
235178583Simp/* Define if you have the setlocale function.  */
236178583Simp#define HAVE_SETLOCALE 1
237178583Simp
238178583Simp/* Define if you have the setpgid function.  */
239178583Simp#define HAVE_SETPGID 1
240178583Simp
241178583Simp/* Define if you have the setpgrp function.  */
242178583Simp#define HAVE_SETPGRP 1
243178583Simp
244178583Simp/* Define if you have the sigaction function.  */
245178583Simp#define HAVE_SIGACTION 1
246178583Simp
247178583Simp/* Define if you have the sigprocmask function.  */
248178583Simp#define HAVE_SIGPROCMASK 1
249178583Simp
250178583Simp/* Define if you have the sigsetmask function.  */
251178583Simp#define HAVE_SIGSETMASK 1
252178583Simp
253178583Simp/* Define if you have the socketpair function.  */
254178583Simp#define HAVE_SOCKETPAIR 1
255178583Simp
256178583Simp/* Define if you have the stpcpy function.  */
257178583Simp#define HAVE_STPCPY 1
258178583Simp
259178583Simp/* Define if you have the strcasecmp function.  */
260178583Simp#define HAVE_STRCASECMP 1
261178583Simp
262178583Simp/* Define if you have the strchr function.  */
263178583Simp#define HAVE_STRCHR 1
264178583Simp
265178583Simp/* Define if you have the syscall function.  */
266178583Simp#define HAVE_SYSCALL 1
267178583Simp
268178583Simp/* Define if you have the <argz.h> header file.  */
269178583Simp/* #undef HAVE_ARGZ_H */
270178583Simp
271178583Simp/* Define if you have the <ctype.h> header file.  */
272178583Simp#define HAVE_CTYPE_H 1
273178583Simp
274178583Simp/* Define if you have the <curses.h> header file.  */
275178583Simp#define HAVE_CURSES_H 1
276178583Simp
277178583Simp/* Define if you have the <dirent.h> header file.  */
278178583Simp#define HAVE_DIRENT_H 1
279178583Simp
280178583Simp/* Define if you have the <libunwind-ia64.h> header file.  */
281178583Simp/* #undef HAVE_LIBUNWIND_IA64_H */
282178583Simp
283178583Simp/* Define if you have the <libunwind.h> header file.  */
284178583Simp/* #undef HAVE_LIBUNWIND_H */
285178583Simp
286178583Simp/* Define if you have the <limits.h> header file.  */
287178583Simp#define HAVE_LIMITS_H 1
288178583Simp
289178583Simp/* Define if you have the <link.h> header file.  */
290178583Simp#define HAVE_LINK_H 1
291178583Simp
292178583Simp/* Define if you have the <locale.h> header file.  */
293178583Simp#define HAVE_LOCALE_H 1
294178583Simp
295178583Simp/* Define if you have the <machine/reg.h> header file.  */
296178583Simp#define HAVE_MACHINE_REG_H 1
297178583Simp
298178583Simp/* Define if you have the <malloc.h> header file.  */
299178583Simp/* #undef HAVE_MALLOC_H */
300178583Simp
301178583Simp/* Define if you have the <memory.h> header file.  */
302178583Simp#define HAVE_MEMORY_H 1
303178583Simp
304178583Simp/* Define if you have the <ncurses.h> header file.  */
305178583Simp#define HAVE_NCURSES_H 1
306178583Simp
307178583Simp/* Define if you have the <ndir.h> header file.  */
308178583Simp/* #undef HAVE_NDIR_H */
309178583Simp
310178583Simp/* Define if you have the <nl_types.h> header file.  */
311178583Simp#define HAVE_NL_TYPES_H 1
312178583Simp
313178583Simp/* Define if you have the <nlist.h> header file.  */
314178583Simp#define HAVE_NLIST_H 1
315178583Simp
316178583Simp/* Define if you have the <poll.h> header file.  */
317178583Simp#define HAVE_POLL_H 1
318178583Simp
319178583Simp/* Define if you have the <proc_service.h> header file.  */
320178583Simp/* #undef HAVE_PROC_SERVICE_H */
321178583Simp
322178583Simp/* Define if you have the <ptrace.h> header file.  */
323178583Simp/* #undef HAVE_PTRACE_H */
324178583Simp
325178583Simp/* Define if you have the <sgtty.h> header file.  */
326178583Simp#define HAVE_SGTTY_H 1
327178583Simp
328178583Simp/* Define if you have the <stddef.h> header file.  */
329178583Simp#define HAVE_STDDEF_H 1
330178583Simp
331178583Simp/* Define if you have the <stdint.h> header file.  */
332178583Simp#define HAVE_STDINT_H 1
333178583Simp
334178583Simp/* Define if you have the <stdlib.h> header file.  */
335178583Simp#define HAVE_STDLIB_H 1
336178583Simp
337178583Simp/* Define if you have the <string.h> header file.  */
338178583Simp#define HAVE_STRING_H 1
339178583Simp
340178583Simp/* Define if you have the <strings.h> header file.  */
341178583Simp#define HAVE_STRINGS_H 1
342178583Simp
343178583Simp/* Define if you have the <sys/debugreg.h> header file.  */
344178583Simp/* #undef HAVE_SYS_DEBUGREG_H */
345178583Simp
346178583Simp/* Define if you have the <sys/dir.h> header file.  */
347178583Simp/* #undef HAVE_SYS_DIR_H */
348178583Simp
349178583Simp/* Define if you have the <sys/fault.h> header file.  */
350178583Simp/* #undef HAVE_SYS_FAULT_H */
351178583Simp
352178583Simp/* Define if you have the <sys/file.h> header file.  */
353178583Simp#define HAVE_SYS_FILE_H 1
354178583Simp
355178583Simp/* Define if you have the <sys/filio.h> header file.  */
356178583Simp#define HAVE_SYS_FILIO_H 1
357178583Simp
358178583Simp/* Define if you have the <sys/ioctl.h> header file.  */
359178583Simp#define HAVE_SYS_IOCTL_H 1
360178583Simp
361178583Simp/* Define if you have the <sys/ndir.h> header file.  */
362178583Simp/* #undef HAVE_SYS_NDIR_H */
363178583Simp
364178583Simp/* Define if you have the <sys/param.h> header file.  */
365178583Simp#define HAVE_SYS_PARAM_H 1
366178583Simp
367178583Simp/* Define if you have the <sys/poll.h> header file.  */
368178583Simp#define HAVE_SYS_POLL_H 1
369178583Simp
370178583Simp/* Define if you have the <sys/proc.h> header file.  */
371178583Simp#define HAVE_SYS_PROC_H 1
372178583Simp
373178583Simp/* Define if you have the <sys/procfs.h> header file.  */
374178583Simp#define HAVE_SYS_PROCFS_H 1
375178583Simp
376178583Simp/* Define if you have the <sys/ptrace.h> header file.  */
377178583Simp#define HAVE_SYS_PTRACE_H 1
378178583Simp
379178583Simp/* Define if you have the <sys/reg.h> header file.  */
380178583Simp/* #undef HAVE_SYS_REG_H */
381178583Simp
382178583Simp/* Define if you have the <sys/select.h> header file.  */
383178583Simp#define HAVE_SYS_SELECT_H 1
384178583Simp
385178583Simp/* Define if you have the <sys/syscall.h> header file.  */
386178583Simp#define HAVE_SYS_SYSCALL_H 1
387178583Simp
388178583Simp/* Define if you have the <sys/user.h> header file.  */
389178583Simp#define HAVE_SYS_USER_H 1
390178583Simp
391178583Simp/* Define if you have the <sys/wait.h> header file.  */
392178583Simp#define HAVE_SYS_WAIT_H 1
393178583Simp
394178583Simp/* Define if you have the <term.h> header file.  */
395178583Simp#define HAVE_TERM_H 1
396178583Simp
397178583Simp/* Define if you have the <termio.h> header file.  */
398178583Simp/* #undef HAVE_TERMIO_H */
399178583Simp
400178583Simp/* Define if you have the <termios.h> header file.  */
401178583Simp#define HAVE_TERMIOS_H 1
402178583Simp
403178583Simp/* Define if you have the <thread_db.h> header file.  */
404178583Simp/* #undef HAVE_THREAD_DB_H */
405178583Simp
406178583Simp/* Define if you have the <time.h> header file.  */
407178583Simp#define HAVE_TIME_H 1
408178583Simp
409178583Simp/* Define if you have the <unistd.h> header file.  */
410178583Simp#define HAVE_UNISTD_H 1
411178583Simp
412178583Simp/* Define if you have the <values.h> header file.  */
413178583Simp/* #undef HAVE_VALUES_H */
414178583Simp
415178583Simp/* Define if you have the <wait.h> header file.  */
416178583Simp/* #undef HAVE_WAIT_H */
417178583Simp
418178583Simp/* Define if you have the dl library (-ldl).  */
419178583Simp/* #undef HAVE_LIBDL */
420178583Simp
421178583Simp/* Define if you have the m library (-lm).  */
422178583Simp#define HAVE_LIBM 1
423178583Simp
424178583Simp/* Define if you have the w library (-lw).  */
425178583Simp/* #undef HAVE_LIBW */
426178583Simp
427178583Simp/* Define if you have the stpcpy function */
428178583Simp#define HAVE_STPCPY 1
429178583Simp
430178583Simp/* Define if your locale.h file contains LC_MESSAGES. */
431178583Simp#define HAVE_LC_MESSAGES 1
432178583Simp
433178583Simp/* Define to 1 if NLS is requested */
434178583Simp/* #undef ENABLE_NLS */
435178583Simp
436178583Simp/* Define as 1 if you have gettext and don't want to use GNU gettext. */
437178583Simp/* #undef HAVE_GETTEXT */
438178583Simp
439178583Simp/* Name of this package.  */
440178583Simp#define PACKAGE "gdb"
441178583Simp
442178583Simp/* Define to BFD's default architecture.  */
443178583Simp#define DEFAULT_BFD_ARCH bfd_mips_arch
444178583Simp
445178583Simp/* Define to BFD's default target vector.  */
446178583Simp#define DEFAULT_BFD_VEC bfd_elf32_littlemips_vec
447178583Simp
448178583Simp/* Define to 1 if your system has the _etext variable.  */
449178583Simp#define HAVE__ETEXT 1
450178583Simp
451178583Simp/* Define to 1 to avoid a clash between <widec.h> and <wchar.h> on
452178583Simp   Solaris 2.[78] when using GCC.  */
453178583Simp/* #undef _MSE_INT_H */
454178583Simp
455178583Simp/* Define to 1 if we found this declaration otherwise define to 0. */
456178583Simp#define HAVE_DECL_GETOPT 0
457178583Simp
458178583Simp/* Define if sigsetjmp is available.  */
459178583Simp#define HAVE_SIGSETJMP 1
460178583Simp
461178583Simp/* Define to 1 if the regex included in libiberty should be used. */
462178583Simp#define USE_INCLUDED_REGEX 1
463178583Simp
464178583Simp/* Define to 1 if your system has struct reg in <machine/reg.h>. */
465178583Simp#define HAVE_STRUCT_REG 1
466178583Simp
467178583Simp/* Define if <stdint.h> provides the uintptr_t type. */
468178583Simp#define HAVE_UINTPTR_T 1
469178583Simp
470178583Simp/* Define if malloc is not declared in system header files. */
471178583Simp/* #undef NEED_DECLARATION_MALLOC */
472178583Simp
473178583Simp/* Define if realloc is not declared in system header files. */
474178583Simp/* #undef NEED_DECLARATION_REALLOC */
475178583Simp
476178583Simp/* Define if free is not declared in system header files. */
477178583Simp/* #undef NEED_DECLARATION_FREE */
478178583Simp
479178583Simp/* Define if strerror is not declared in system header files. */
480178583Simp/* #undef NEED_DECLARATION_STRERROR */
481178583Simp
482178583Simp/* Define if strdup is not declared in system header files. */
483178583Simp/* #undef NEED_DECLARATION_STRDUP */
484178583Simp
485178583Simp/* Define if strstr is not declared in system header files. */
486178583Simp/* #undef NEED_DECLARATION_STRSTR */
487178583Simp
488178583Simp/* Define if canonicalize_file_name is not declared in system header files. */
489178583Simp#define NEED_DECLARATION_CANONICALIZE_FILE_NAME 1
490178583Simp
491178583Simp/* Define if <sys/procfs.h> has pstatus_t. */
492178583Simp/* #undef HAVE_PSTATUS_T */
493178583Simp
494178583Simp/* Define if <sys/procfs.h> has prrun_t. */
495178583Simp/* #undef HAVE_PRRUN_T */
496178583Simp
497178583Simp/* Define if <sys/procfs.h> has gregset_t. */
498178583Simp#define HAVE_GREGSET_T 1
499178583Simp
500178583Simp/* Define if <sys/procfs.h> has fpregset_t. */
501178583Simp#define HAVE_FPREGSET_T 1
502178583Simp
503178583Simp/* Define if <sys/procfs.h> has prgregset_t. */
504178583Simp#define HAVE_PRGREGSET_T 1
505178583Simp
506178583Simp/* Define if <sys/procfs.h> has prfpregset_t. */
507178583Simp#define HAVE_PRFPREGSET_T 1
508178583Simp
509178583Simp/* Define if <sys/procfs.h> has prgregset32_t. */
510178583Simp/* #undef HAVE_PRGREGSET32_T */
511178583Simp
512178583Simp/* Define if <sys/procfs.h> has prfpregset32_t. */
513178583Simp/* #undef HAVE_PRFPREGSET32_T */
514178583Simp
515178583Simp/* Define if <sys/procfs.h> has lwpid_t. */
516178583Simp#define HAVE_LWPID_T 1
517178583Simp
518178583Simp/* Define if <sys/procfs.h> has psaddr_t. */
519178583Simp#define HAVE_PSADDR_T 1
520178583Simp
521178583Simp/* Define if <sys/procfs.h> has prsysent_t. */
522178583Simp/* #undef HAVE_PRSYSENT_T */
523178583Simp
524178583Simp/* Define if <sys/procfs.h> has pr_sigset_t. */
525178583Simp/* #undef HAVE_PR_SIGSET_T */
526178583Simp
527178583Simp/* Define if <sys/procfs.h> has pr_sigaction64_t. */
528178583Simp/* #undef HAVE_PR_SIGACTION64_T */
529178583Simp
530178583Simp/* Define if <sys/procfs.h> has pr_siginfo64_t. */
531178583Simp/* #undef HAVE_PR_SIGINFO64_T */
532178583Simp
533178583Simp/* Define if <thread_db.h> has the TD_NOTALLOC error code. */
534178583Simp/* #undef THREAD_DB_HAS_TD_NOTALLOC */
535178583Simp
536178583Simp/* Define if we can use the tkill syscall. */
537178583Simp/* #undef HAVE_TKILL_SYSCALL */
538178583Simp
539178583Simp/* Define to the default OS ABI for this configuration. */
540178583Simp/* #undef GDB_OSABI_DEFAULT */
541178583Simp
542178583Simp/* Define to be a string naming the default host character set. */
543178583Simp#define GDB_DEFAULT_HOST_CHARSET "ISO-8859-1"
544178583Simp
545178583Simp/* Define if you have the iconv() function. */
546178583Simp/* #undef HAVE_ICONV */
547178583Simp
548178583Simp/* Define as const if the declaration of iconv() needs const. */
549178583Simp/* #undef ICONV_CONST */
550178583Simp
551