xref: /dragonfly/gnu/usr.bin/gdb/libgdb/config.h (revision 51871435)
1 /* config.h.  Generated from config.in by configure.  */
2 /* config.in.  Generated from configure.ac by autoheader.  */
3 
4 /* Define if the compiler is building for multiple architectures of Apple
5    platforms at once. */
6 /* #undef AA_APPLE_UNIVERSAL_BUILD */
7 
8 /* Define if building universal (internal helper macro) */
9 /* #undef AC_APPLE_UNIVERSAL_BUILD */
10 
11 /* Define to the number of bits in type 'ptrdiff_t'. */
12 /* #undef BITSIZEOF_PTRDIFF_T */
13 
14 /* Define to the number of bits in type 'sig_atomic_t'. */
15 /* #undef BITSIZEOF_SIG_ATOMIC_T */
16 
17 /* Define to the number of bits in type 'size_t'. */
18 /* #undef BITSIZEOF_SIZE_T */
19 
20 /* Define to the number of bits in type 'wchar_t'. */
21 /* #undef BITSIZEOF_WCHAR_T */
22 
23 /* Define to the number of bits in type 'wint_t'. */
24 /* #undef BITSIZEOF_WINT_T */
25 
26 /* Define to 1 if the compiler supports long long. */
27 #define CC_HAS_LONG_LONG 1
28 
29 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
30    systems. This function is required for `alloca.c' support on those systems.
31    */
32 /* #undef CRAY_STACKSEG_END */
33 
34 /* Define to 1 if using `alloca.c'. */
35 /* #undef C_ALLOCA */
36 
37 /* look for global separate debug info in this path [LIBDIR/debug] */
38 #define DEBUGDIR "/usr/lib/debug"
39 
40 /* Define if the separate-debug-dir directory should be relocated when GDB is
41    moved. */
42 #define DEBUGDIR_RELOCATABLE 1
43 
44 /* Define to BFD's default architecture. */
45 /* #define DEFAULT_BFD_ARCH bfd_i386_arch */
46 
47 /* Define to BFD's default target vector. */
48 /* #define DEFAULT_BFD_VEC bfd_elf64_x86_64_vec */
49 
50 /* Define to 1 if translation of program messages to the user's native
51    language is requested. */
52 /* #undef ENABLE_NLS */
53 
54 /* look for global separate data files in this path [DATADIR/gdb] */
55 #define GDB_DATADIR "/usr/share/gdb"
56 
57 /* Define if the gdb-datadir directory should be relocated when GDB is moved.
58    */
59 #define GDB_DATADIR_RELOCATABLE 1
60 
61 /* Define to be a string naming the default host character set. */
62 #define GDB_DEFAULT_HOST_CHARSET "UTF-8"
63 
64 /* Host double floatformat */
65 #define GDB_HOST_DOUBLE_FORMAT 0
66 
67 /* Host float floatformat */
68 #define GDB_HOST_FLOAT_FORMAT 0
69 
70 /* Host long double floatformat */
71 #define GDB_HOST_LONG_DOUBLE_FORMAT 0
72 
73 /* nativefile */
74 /* #undef GDB_NM_FILE */
75 
76 /* Define to the default OS ABI for this configuration. */
77 #define GDB_OSABI_DEFAULT GDB_OSABI_DRAGONFLY
78 
79 /* Define to 1 when the gnulib module memchr should be tested. */
80 #define GNULIB_TEST_MEMCHR 1
81 
82 /* Define to 1 when the gnulib module memmem should be tested. */
83 #define GNULIB_TEST_MEMMEM 1
84 
85 /* Define to 1 if you have `alloca', as a function or macro. */
86 #define HAVE_ALLOCA 1
87 
88 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
89    */
90 /* #undef HAVE_ALLOCA_H */
91 
92 /* Define to 1 if you have the <bp-sym.h> header file. */
93 /* #undef HAVE_BP_SYM_H */
94 
95 /* Define to 1 if you have the `btowc' function. */
96 #define HAVE_BTOWC 1
97 
98 /* Define to 1 if you have the `canonicalize_file_name' function. */
99 /* #undef HAVE_CANONICALIZE_FILE_NAME */
100 
101 /* Define to 1 if you have the <ctype.h> header file. */
102 #define HAVE_CTYPE_H 1
103 
104 /* Define to 1 if you have the <cursesX.h> header file. */
105 /* #undef HAVE_CURSESX_H */
106 
107 /* Define to 1 if you have the <curses.h> header file. */
108 #define HAVE_CURSES_H 1
109 
110 /* Define to 1 if you have the declaration of `ADDR_NO_RANDOMIZE', and to 0 if
111    you don't. */
112 #define HAVE_DECL_ADDR_NO_RANDOMIZE 0
113 
114 /* Define to 1 if you have the declaration of `free', and to 0 if you don't.
115    */
116 #define HAVE_DECL_FREE 1
117 
118 /* Define to 1 if you have the declaration of `getopt', and to 0 if you don't.
119    */
120 #define HAVE_DECL_GETOPT 1
121 
122 /* Define to 1 if you have the declaration of `getthrds', and to 0 if you
123    don't. */
124 /* #undef HAVE_DECL_GETTHRDS */
125 
126 /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
127    */
128 #define HAVE_DECL_MALLOC 1
129 
130 /* Define to 1 if you have the declaration of `memmem', and to 0 if you don't.
131    */
132 #define HAVE_DECL_MEMMEM 1
133 
134 /* Define to 1 if you have the declaration of `ptrace', and to 0 if you don't.
135    */
136 #define HAVE_DECL_PTRACE 1
137 
138 /* Define to 1 if you have the declaration of `realloc', and to 0 if you
139    don't. */
140 #define HAVE_DECL_REALLOC 1
141 
142 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
143    don't. */
144 #define HAVE_DECL_SNPRINTF 1
145 
146 /* Define to 1 if you have the declaration of `strerror', and to 0 if you
147    don't. */
148 #define HAVE_DECL_STRERROR 1
149 
150 /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
151    */
152 #define HAVE_DECL_STRSTR 1
153 
154 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
155    don't. */
156 #define HAVE_DECL_VSNPRINTF 1
157 
158 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
159    */
160 #define HAVE_DIRENT_H 1
161 
162 /* Define to 1 if you have the <dlfcn.h> header file. */
163 #define HAVE_DLFCN_H 1
164 
165 /* Define if ELF support should be included. */
166 #define HAVE_ELF 1
167 
168 /* Define to 1 if you have the <elf_hp.h> header file. */
169 /* #undef HAVE_ELF_HP_H */
170 
171 /* Define to 1 if your system has the etext variable. */
172 #define HAVE_ETEXT 1
173 
174 /* Define to 1 if you have the `fork' function. */
175 #define HAVE_FORK 1
176 
177 /* Define if <sys/procfs.h> has fpregset_t. */
178 #define HAVE_FPREGSET_T 1
179 
180 /* Define to 1 if you have the `getgid' function. */
181 #define HAVE_GETGID 1
182 
183 /* Define to 1 if you have the `getpagesize' function. */
184 #define HAVE_GETPAGESIZE 1
185 
186 /* Define to 1 if you have the `getrlimit' function. */
187 #define HAVE_GETRLIMIT 1
188 
189 /* Define to 1 if you have the `getrusage' function. */
190 #define HAVE_GETRUSAGE 1
191 
192 /* Define to 1 if you have the `getuid' function. */
193 #define HAVE_GETUID 1
194 
195 /* Define to 1 if you have the <gnu/libc-version.h> header file. */
196 /* #undef HAVE_GNU_LIBC_VERSION_H */
197 
198 /* Define if <sys/procfs.h> has gregset_t. */
199 #define HAVE_GREGSET_T 1
200 
201 /* Define if you have the iconv() function. */
202 #define HAVE_ICONV 1
203 
204 /* Define to 1 if you have the `iconvlist' function. */
205 /* #undef HAVE_ICONVLIST */
206 
207 /* Define to 1 if you have the <inttypes.h> header file. */
208 #define HAVE_INTTYPES_H 1
209 
210 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
211 #define HAVE_LANGINFO_CODESET 1
212 
213 /* Define if your <locale.h> file defines LC_MESSAGES. */
214 #define HAVE_LC_MESSAGES 1
215 
216 /* Define to 1 if you have the `dl' library (-ldl). */
217 /* #undef HAVE_LIBDL */
218 
219 /* Define if you have the expat library. */
220 /* #undef HAVE_LIBEXPAT */
221 
222 /* Define to 1 if you have the `libiconvlist' function. */
223 /* #undef HAVE_LIBICONVLIST */
224 
225 /* Define to 1 if you have the `m' library (-lm). */
226 #define HAVE_LIBM 1
227 
228 /* Define if Python 2.4 is being used. */
229 /* #undef HAVE_LIBPYTHON2_4 */
230 
231 /* Define if Python 2.5 is being used. */
232 /* #undef HAVE_LIBPYTHON2_5 */
233 
234 /* Define if Python 2.6 is being used. */
235 /* #undef HAVE_LIBPYTHON2_6 */
236 
237 /* Define if Python 2.7 is being used. */
238 /* #undef HAVE_LIBPYTHON2_7 */
239 
240 /* Define if libunwind library is being used. */
241 /* #undef HAVE_LIBUNWIND */
242 
243 /* Define to 1 if you have the <libunwind.h> header file. */
244 /* #undef HAVE_LIBUNWIND_H */
245 
246 /* Define to 1 if you have the <libunwind-ia64.h> header file. */
247 /* #undef HAVE_LIBUNWIND_IA64_H */
248 
249 /* Define to 1 if you have the `w' library (-lw). */
250 /* #undef HAVE_LIBW */
251 
252 /* Define to 1 if you have the <link.h> header file. */
253 #define HAVE_LINK_H 1
254 
255 /* Define to 1 if you have the <locale.h> header file. */
256 #define HAVE_LOCALE_H 1
257 
258 /* Define to 1 if the compiler supports long double. */
259 #define HAVE_LONG_DOUBLE 1
260 
261 /* Define to 1 if the system has the type `long long int'. */
262 #define HAVE_LONG_LONG_INT 1
263 
264 /* Define if <sys/procfs.h> has lwpid_t. */
265 #define HAVE_LWPID_T 1
266 
267 /* Define to 1 if you have the <machine/reg.h> header file. */
268 #define HAVE_MACHINE_REG_H 1
269 
270 /* Define to 1 if mmap()'s MAP_ANONYMOUS flag is available after including
271    config.h and <sys/mman.h>. */
272 #define HAVE_MAP_ANONYMOUS 1
273 
274 /* Define to 1 if you have the `memchr' function. */
275 #define HAVE_MEMCHR 1
276 
277 /* Define to 1 if you have the `memmem' function. */
278 #define HAVE_MEMMEM 1
279 
280 /* Define to 1 if you have the <memory.h> header file. */
281 #define HAVE_MEMORY_H 1
282 
283 /* Define to 1 if you have a working `mmap' system call. */
284 #define HAVE_MMAP 1
285 
286 /* Define to 1 if you have the `monstartup' function. */
287 #define HAVE_MONSTARTUP 1
288 
289 /* Define to 1 if you have the `mprotect' function. */
290 #define HAVE_MPROTECT 1
291 
292 /* Define to 1 if you have the <ncurses.h> header file. */
293 #define HAVE_NCURSES_H 1
294 
295 /* Define to 1 if you have the <ncurses/ncurses.h> header file. */
296 /* #undef HAVE_NCURSES_NCURSES_H */
297 
298 /* Define to 1 if you have the <ncurses/term.h> header file. */
299 /* #undef HAVE_NCURSES_TERM_H */
300 
301 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
302 /* #undef HAVE_NDIR_H */
303 
304 /* Define to 1 if you have the <nlist.h> header file. */
305 #define HAVE_NLIST_H 1
306 
307 /* Define if you support the personality syscall. */
308 /* #undef HAVE_PERSONALITY */
309 
310 /* Define to 1 if you have the `pipe' function. */
311 #define HAVE_PIPE 1
312 
313 /* Define to 1 if you have the `poll' function. */
314 #define HAVE_POLL 1
315 
316 /* Define to 1 if you have the <poll.h> header file. */
317 #define HAVE_POLL_H 1
318 
319 /* Define to 1 if you have the `posix_madvise' function. */
320 #define HAVE_POSIX_MADVISE 1
321 
322 /* Define to 1 if you have the `pread64' function. */
323 /* #undef HAVE_PREAD64 */
324 
325 /* Define if <sys/procfs.h> has prfpregset32_t. */
326 /* #undef HAVE_PRFPREGSET32_T */
327 
328 /* Define if <sys/procfs.h> has prfpregset_t. */
329 #define HAVE_PRFPREGSET_T 1
330 
331 /* Define if <sys/procfs.h> has prgregset32_t. */
332 /* #undef HAVE_PRGREGSET32_T */
333 
334 /* Define if <sys/procfs.h> has prgregset_t. */
335 #define HAVE_PRGREGSET_T 1
336 
337 /* Define if ioctl argument PIOCSET is available. */
338 /* #undef HAVE_PROCFS_PIOCSET */
339 
340 /* Define to 1 if you have the <proc_service.h> header file. */
341 /* #undef HAVE_PROC_SERVICE_H */
342 
343 /* Define if <sys/procfs.h> has prrun_t. */
344 /* #undef HAVE_PRRUN_T */
345 
346 /* Define if <sys/procfs.h> has prsysent_t. */
347 /* #undef HAVE_PRSYSENT_T */
348 
349 /* Define if <sys/procfs.h> has pr_sigaction64_t. */
350 /* #undef HAVE_PR_SIGACTION64_T */
351 
352 /* Define if <sys/procfs.h> has pr_siginfo64_t. */
353 /* #undef HAVE_PR_SIGINFO64_T */
354 
355 /* Define if <sys/procfs.h> has pr_sigset_t. */
356 /* #undef HAVE_PR_SIGSET_T */
357 
358 /* Define if <sys/procfs.h> has psaddr_t. */
359 #define HAVE_PSADDR_T 1
360 
361 /* Define if <sys/procfs.h> has pstatus_t. */
362 /* #undef HAVE_PSTATUS_T */
363 
364 /* Define if sys/ptrace.h defines the PTRACE_GETFPXREGS request. */
365 /* #undef HAVE_PTRACE_GETFPXREGS */
366 
367 /* Define if sys/ptrace.h defines the PTRACE_GETREGS request. */
368 /* #undef HAVE_PTRACE_GETREGS */
369 
370 /* Define to 1 if you have the <ptrace.h> header file. */
371 /* #undef HAVE_PTRACE_H */
372 
373 /* Define if sys/ptrace.h defines the PT_GETDBREGS request. */
374 #define HAVE_PT_GETDBREGS 1
375 
376 /* Define if sys/ptrace.h defines the PT_GETXMMREGS request. */
377 /* #undef HAVE_PT_GETXMMREGS */
378 
379 /* Define if Python interpreter is being linked in. */
380 /* #undef HAVE_PYTHON */
381 
382 /* Define to 1 if btowc is declared even after undefining macros. */
383 #define HAVE_RAW_DECL_BTOWC 1
384 
385 /* Define to 1 if mbrlen is declared even after undefining macros. */
386 #define HAVE_RAW_DECL_MBRLEN 1
387 
388 /* Define to 1 if mbrtowc is declared even after undefining macros. */
389 #define HAVE_RAW_DECL_MBRTOWC 1
390 
391 /* Define to 1 if mbsinit is declared even after undefining macros. */
392 #define HAVE_RAW_DECL_MBSINIT 1
393 
394 /* Define to 1 if mbsnrtowcs is declared even after undefining macros. */
395 /* #undef HAVE_RAW_DECL_MBSNRTOWCS */
396 
397 /* Define to 1 if mbsrtowcs is declared even after undefining macros. */
398 #define HAVE_RAW_DECL_MBSRTOWCS 1
399 
400 /* Define to 1 if memmem is declared even after undefining macros. */
401 #define HAVE_RAW_DECL_MEMMEM 1
402 
403 /* Define to 1 if mempcpy is declared even after undefining macros. */
404 #define HAVE_RAW_DECL_MEMPCPY 1
405 
406 /* Define to 1 if memrchr is declared even after undefining macros. */
407 #define HAVE_RAW_DECL_MEMRCHR 1
408 
409 /* Define to 1 if rawmemchr is declared even after undefining macros. */
410 /* #undef HAVE_RAW_DECL_RAWMEMCHR */
411 
412 /* Define to 1 if stpcpy is declared even after undefining macros. */
413 #define HAVE_RAW_DECL_STPCPY 1
414 
415 /* Define to 1 if stpncpy is declared even after undefining macros. */
416 #define HAVE_RAW_DECL_STPNCPY 1
417 
418 /* Define to 1 if strcasestr is declared even after undefining macros. */
419 #define HAVE_RAW_DECL_STRCASESTR 1
420 
421 /* Define to 1 if strchrnul is declared even after undefining macros. */
422 /* #undef HAVE_RAW_DECL_STRCHRNUL */
423 
424 /* Define to 1 if strdup is declared even after undefining macros. */
425 #define HAVE_RAW_DECL_STRDUP 1
426 
427 /* Define to 1 if strncat is declared even after undefining macros. */
428 #define HAVE_RAW_DECL_STRNCAT 1
429 
430 /* Define to 1 if strndup is declared even after undefining macros. */
431 #define HAVE_RAW_DECL_STRNDUP 1
432 
433 /* Define to 1 if strnlen is declared even after undefining macros. */
434 #define HAVE_RAW_DECL_STRNLEN 1
435 
436 /* Define to 1 if strpbrk is declared even after undefining macros. */
437 #define HAVE_RAW_DECL_STRPBRK 1
438 
439 /* Define to 1 if strsep is declared even after undefining macros. */
440 #define HAVE_RAW_DECL_STRSEP 1
441 
442 /* Define to 1 if strsignal is declared even after undefining macros. */
443 #define HAVE_RAW_DECL_STRSIGNAL 1
444 
445 /* Define to 1 if strtok_r is declared even after undefining macros. */
446 #define HAVE_RAW_DECL_STRTOK_R 1
447 
448 /* Define to 1 if strverscmp is declared even after undefining macros. */
449 /* #undef HAVE_RAW_DECL_STRVERSCMP */
450 
451 /* Define to 1 if wcrtomb is declared even after undefining macros. */
452 #define HAVE_RAW_DECL_WCRTOMB 1
453 
454 /* Define to 1 if wcsnrtombs is declared even after undefining macros. */
455 /* #undef HAVE_RAW_DECL_WCSNRTOMBS */
456 
457 /* Define to 1 if wcsrtombs is declared even after undefining macros. */
458 #define HAVE_RAW_DECL_WCSRTOMBS 1
459 
460 /* Define to 1 if wctob is declared even after undefining macros. */
461 #define HAVE_RAW_DECL_WCTOB 1
462 
463 /* Define to 1 if wcwidth is declared even after undefining macros. */
464 #define HAVE_RAW_DECL_WCWIDTH 1
465 
466 /* Define to 1 if you have the `realpath' function. */
467 #define HAVE_REALPATH 1
468 
469 /* Define to 1 if you have the `resize_term' function. */
470 #define HAVE_RESIZE_TERM 1
471 
472 /* Define to 1 if you have the `sbrk' function. */
473 #define HAVE_SBRK 1
474 
475 /* Define to 1 if you have the `setlocale' function. */
476 #define HAVE_SETLOCALE 1
477 
478 /* Define to 1 if you have the `setpgid' function. */
479 #define HAVE_SETPGID 1
480 
481 /* Define to 1 if you have the `setpgrp' function. */
482 #define HAVE_SETPGRP 1
483 
484 /* Define to 1 if you have the `setrlimit' function. */
485 #define HAVE_SETRLIMIT 1
486 
487 /* Define to 1 if you have the `setsid' function. */
488 #define HAVE_SETSID 1
489 
490 /* Define to 1 if you have the <sgtty.h> header file. */
491 #define HAVE_SGTTY_H 1
492 
493 /* Define to 1 if you have the `sigaction' function. */
494 #define HAVE_SIGACTION 1
495 
496 /* Define to 1 if you have the <signal.h> header file. */
497 #define HAVE_SIGNAL_H 1
498 
499 /* Define to 1 if 'sig_atomic_t' is a signed integer type. */
500 /* #undef HAVE_SIGNED_SIG_ATOMIC_T */
501 
502 /* Define to 1 if 'wchar_t' is a signed integer type. */
503 /* #undef HAVE_SIGNED_WCHAR_T */
504 
505 /* Define to 1 if 'wint_t' is a signed integer type. */
506 /* #undef HAVE_SIGNED_WINT_T */
507 
508 /* Define to 1 if you have the `sigprocmask' function. */
509 #define HAVE_SIGPROCMASK 1
510 
511 /* Define if sigsetjmp is available. */
512 #define HAVE_SIGSETJMP 1
513 
514 /* Define to 1 if you have the `sigsetmask' function. */
515 #define HAVE_SIGSETMASK 1
516 
517 /* Define to 1 if you have the `socketpair' function. */
518 #define HAVE_SOCKETPAIR 1
519 
520 /* Define to 1 if the system has the type `socklen_t'. */
521 #define HAVE_SOCKLEN_T 1
522 
523 /* Define to 1 if you have the <stddef.h> header file. */
524 #define HAVE_STDDEF_H 1
525 
526 /* Define to 1 if you have the <stdint.h> header file. */
527 #define HAVE_STDINT_H 1
528 
529 /* Define to 1 if you have the <stdlib.h> header file. */
530 #define HAVE_STDLIB_H 1
531 
532 /* Define to 1 if you have the <strings.h> header file. */
533 #define HAVE_STRINGS_H 1
534 
535 /* Define to 1 if you have the <string.h> header file. */
536 #define HAVE_STRING_H 1
537 
538 /* Define if <sys/link.h> has struct link_map32 */
539 /* #undef HAVE_STRUCT_LINK_MAP32 */
540 
541 /* Define if <link.h> exists and defines struct link_map which has members
542    with an ``lm_'' prefix. (For SunOS.) */
543 /* #undef HAVE_STRUCT_LINK_MAP_WITH_LM_MEMBERS */
544 
545 /* Define if <link.h> exists and defines struct link_map which has members
546    with an ``l_'' prefix. (For Solaris, SVR4, and SVR4-like systems.) */
547 #define HAVE_STRUCT_LINK_MAP_WITH_L_MEMBERS 1
548 
549 /* Define to 1 if your system has struct lwp. */
550 /* #undef HAVE_STRUCT_LWP */
551 
552 /* Define to 1 if your system has struct reg in <machine/reg.h>. */
553 #define HAVE_STRUCT_REG 1
554 
555 /* Define to 1 if `struct reg' is a member of `r_fs'. */
556 #define HAVE_STRUCT_REG_R_FS 1
557 
558 /* Define to 1 if `struct reg' is a member of `r_gs'. */
559 #define HAVE_STRUCT_REG_R_GS 1
560 
561 /* Define if <link.h> exists and defines a struct so_map which has members
562    with an ``som_'' prefix. (Found on older *BSD systems.) */
563 /* #undef HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS */
564 
565 /* Define to 1 if `struct stat' is a member of `st_blksize'. */
566 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
567 
568 /* Define to 1 if `struct stat' is a member of `st_blocks'. */
569 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
570 
571 /* Define to 1 if `struct thread' is a member of `td_pcb'. */
572 /* #undef HAVE_STRUCT_THREAD_TD_PCB */
573 
574 /* Define to 1 if you have the `syscall' function. */
575 #define HAVE_SYSCALL 1
576 
577 /* Define to 1 if you have the <sys/bitypes.h> header file. */
578 /* #undef HAVE_SYS_BITYPES_H */
579 
580 /* Define to 1 if you have the <sys/debugreg.h> header file. */
581 /* #undef HAVE_SYS_DEBUGREG_H */
582 
583 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
584    */
585 /* #undef HAVE_SYS_DIR_H */
586 
587 /* Define to 1 if you have the <sys/fault.h> header file. */
588 /* #undef HAVE_SYS_FAULT_H */
589 
590 /* Define to 1 if you have the <sys/file.h> header file. */
591 #define HAVE_SYS_FILE_H 1
592 
593 /* Define to 1 if you have the <sys/filio.h> header file. */
594 #define HAVE_SYS_FILIO_H 1
595 
596 /* Define to 1 if you have the <sys/inttypes.h> header file. */
597 /* #undef HAVE_SYS_INTTYPES_H */
598 
599 /* Define to 1 if you have the <sys/ioctl.h> header file. */
600 #define HAVE_SYS_IOCTL_H 1
601 
602 /* Define to 1 if you have the <sys/mman.h> header file. */
603 #define HAVE_SYS_MMAN_H 1
604 
605 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
606    */
607 /* #undef HAVE_SYS_NDIR_H */
608 
609 /* Define to 1 if you have the <sys/param.h> header file. */
610 #define HAVE_SYS_PARAM_H 1
611 
612 /* Define to 1 if you have the <sys/poll.h> header file. */
613 #define HAVE_SYS_POLL_H 1
614 
615 /* Define to 1 if you have the <sys/procfs.h> header file. */
616 #define HAVE_SYS_PROCFS_H 1
617 
618 /* Define to 1 if you have the <sys/proc.h> header file. */
619 /* #undef HAVE_SYS_PROC_H */
620 
621 /* Define to 1 if you have the <sys/ptrace.h> header file. */
622 #define HAVE_SYS_PTRACE_H 1
623 
624 /* Define to 1 if you have the <sys/reg.h> header file. */
625 #define HAVE_SYS_REG_H 1
626 
627 /* Define to 1 if you have the <sys/resource.h> header file. */
628 #define HAVE_SYS_RESOURCE_H 1
629 
630 /* Define to 1 if you have the <sys/select.h> header file. */
631 #define HAVE_SYS_SELECT_H 1
632 
633 /* Define to 1 if you have the <sys/stat.h> header file. */
634 #define HAVE_SYS_STAT_H 1
635 
636 /* Define to 1 if you have the <sys/syscall.h> header file. */
637 #define HAVE_SYS_SYSCALL_H 1
638 
639 /* Define to 1 if you have the <sys/types.h> header file. */
640 #define HAVE_SYS_TYPES_H 1
641 
642 /* Define to 1 if you have the <sys/user.h> header file. */
643 #define HAVE_SYS_USER_H 1
644 
645 /* Define to 1 if you have the <sys/wait.h> header file. */
646 #define HAVE_SYS_WAIT_H 1
647 
648 /* Define to 1 if you have the <termios.h> header file. */
649 #define HAVE_TERMIOS_H 1
650 
651 /* Define to 1 if you have the <termio.h> header file. */
652 /* #undef HAVE_TERMIO_H */
653 
654 /* Define to 1 if you have the <term.h> header file. */
655 #define HAVE_TERM_H 1
656 
657 /* Define to 1 if you have the <thread_db.h> header file. */
658 /* #undef HAVE_THREAD_DB_H */
659 
660 /* Define if using Solaris thread debugging. */
661 /* #undef HAVE_THREAD_DB_LIB */
662 
663 /* Define to 1 if you have the <time.h> header file. */
664 #define HAVE_TIME_H 1
665 
666 /* Define if you support the tkill syscall. */
667 /* #undef HAVE_TKILL_SYSCALL */
668 
669 /* Define to 1 if you have the `ttrace' function. */
670 /* #undef HAVE_TTRACE */
671 
672 /* Define to 1 if you have the <unistd.h> header file. */
673 #define HAVE_UNISTD_H 1
674 
675 /* Define to 1 if the system has the type `unsigned long long int'. */
676 #define HAVE_UNSIGNED_LONG_LONG_INT 1
677 
678 /* Define to 1 if you have the `vfork' function. */
679 #define HAVE_VFORK 1
680 
681 /* Define to 1 if you have the <vfork.h> header file. */
682 /* #undef HAVE_VFORK_H */
683 
684 /* Define to 1 if you have the `waitpid' function. */
685 #define HAVE_WAITPID 1
686 
687 /* Define to 1 if you have the <wait.h> header file. */
688 /* #undef HAVE_WAIT_H */
689 
690 /* Define to 1 if you have the `wborder' function. */
691 #define HAVE_WBORDER 1
692 
693 /* Define to 1 if you have the <wchar.h> header file. */
694 #define HAVE_WCHAR_H 1
695 
696 /* Define if you have the 'wchar_t' type. */
697 #define HAVE_WCHAR_T 1
698 
699 /* Define if you have the 'wint_t' type. */
700 #define HAVE_WINT_T 1
701 
702 /* Define to 1 if `fork' works. */
703 #define HAVE_WORKING_FORK 1
704 
705 /* Define to 1 if `vfork' works. */
706 #define HAVE_WORKING_VFORK 1
707 
708 /* Define to 1 if you have the `wresize' function. */
709 #define HAVE_WRESIZE 1
710 
711 /* Define to 1 if you have the `XML_StopParser' function. */
712 /* #undef HAVE_XML_STOPPARSER */
713 
714 /* Define to 1 if you have the <zlib.h> header file. */
715 #define HAVE_ZLIB_H 1
716 
717 /* Define to 1 if your system has the _etext variable. */
718 #define HAVE__ETEXT 1
719 
720 /* Define to 1 if you have the `_mcleanup' function. */
721 #define HAVE__MCLEANUP 1
722 
723 /* Path of directory of iconv program. */
724 /* #undef ICONV_BIN */
725 
726 /* Define if the iconv directory should be relocated when GDB is moved. */
727 /* #undef ICONV_BIN_RELOCATABLE */
728 
729 /* Define as const if the declaration of iconv() needs const. */
730 #define ICONV_CONST
731 
732 /* directory to load the JIT readers from */
733 #define JIT_READER_DIR "/usr/lib/gdb"
734 
735 /* Define if the jit-reader-dir directory should be relocated when GDB is
736    moved. */
737 #define JIT_READER_DIR_RELOCATABLE 1
738 
739 /* Define to a substitute value for mmap()'s MAP_ANONYMOUS flag. */
740 #define MAP_ANONYMOUS MAP_ANON
741 
742 /* Define if you want to use new multi-fd /proc interface (replaces
743    HAVE_MULTIPLE_PROC_FDS as well as other macros). */
744 /* #undef NEW_PROC_API */
745 
746 /* Name of this package. */
747 #define PACKAGE "gdb"
748 
749 /* Define to the address where bug reports for this package should be sent. */
750 #define PACKAGE_BUGREPORT ""
751 
752 /* Define to the full name of this package. */
753 #define PACKAGE_NAME ""
754 
755 /* Define to the full name and version of this package. */
756 #define PACKAGE_STRING ""
757 
758 /* Define to the one symbol short name of this package. */
759 #define PACKAGE_TARNAME ""
760 
761 /* Define to the home page for this package. */
762 #define PACKAGE_URL ""
763 
764 /* Define to the version of this package. */
765 #define PACKAGE_VERSION ""
766 
767 /* Additional package description */
768 #define PKGVERSION "(GDB) "
769 
770 /* Define if the prfpregset_t type is broken. */
771 /* #undef PRFPREGSET_T_BROKEN */
772 
773 /* Define to 1 if the "%H, %D and %DD" formats work to print decfloats. */
774 /* #undef PRINTF_HAS_DECFLOAT */
775 
776 /* Define to 1 if the "%Lg" format works to print long doubles. */
777 #define PRINTF_HAS_LONG_DOUBLE 1
778 
779 /* Define to 1 if the "%ll" format works to print long longs. */
780 #define PRINTF_HAS_LONG_LONG 1
781 
782 /* Define if <proc_service.h> on solaris uses int instead of size_t, and
783    assorted other type changes. */
784 /* #undef PROC_SERVICE_IS_OLD */
785 
786 /* Define to the type of arg 3 for ptrace. */
787 #define PTRACE_TYPE_ARG3 caddr_t
788 
789 /* Define to the type of arg 5 for ptrace. */
790 /* #undef PTRACE_TYPE_ARG5 */
791 
792 /* Define as the return type of ptrace. */
793 #define PTRACE_TYPE_RET int
794 
795 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
796    'ptrdiff_t'. */
797 /* #undef PTRDIFF_T_SUFFIX */
798 
799 /* Define if the python directory should be relocated when GDB is moved. */
800 /* #undef PYTHON_PATH_RELOCATABLE */
801 
802 /* Relocated directory for source files. */
803 /* #undef RELOC_SRCDIR */
804 
805 /* Bug reporting address */
806 #define REPORT_BUGS_TO "<http://bugs.dragonflybsd.org/>"
807 
808 /* Define as the return type of signal handlers (`int' or `void'). */
809 #define RETSIGTYPE void
810 
811 /* Define to 1 if the "%Lg" format works to scan long doubles. */
812 #define SCANF_HAS_LONG_DOUBLE 1
813 
814 /* Define to 1 if the `setpgrp' function takes no argument. */
815 /* #undef SETPGRP_VOID */
816 
817 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
818    'sig_atomic_t'. */
819 /* #undef SIG_ATOMIC_T_SUFFIX */
820 
821 /* The size of `long', as computed by sizeof. */
822 /* #undef SIZEOF_LONG */
823 
824 /* The size of `unsigned long', as computed by sizeof. */
825 #if defined(__i386__)
826 #define SIZEOF_UNSIGNED_LONG 4
827 #elif defined(__x86_64__)
828 #define SIZEOF_UNSIGNED_LONG 8
829 #else
830 #error Unsupported platform
831 #endif
832 
833 /* The size of `unsigned long long', as computed by sizeof. */
834 #define SIZEOF_UNSIGNED_LONG_LONG 8
835 
836 /* The size of `unsigned __int128', as computed by sizeof. */
837 #define SIZEOF_UNSIGNED___INT128 0
838 
839 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
840    'size_t'. */
841 /* #undef SIZE_T_SUFFIX */
842 
843 /* If using the C implementation of alloca, define if you know the
844    direction of stack growth for your system; otherwise it will be
845    automatically deduced at runtime.
846 	STACK_DIRECTION > 0 => grows toward higher addresses
847 	STACK_DIRECTION < 0 => grows toward lower addresses
848 	STACK_DIRECTION = 0 => direction of growth unknown */
849 /* #undef STACK_DIRECTION */
850 
851 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
852 /* #undef STAT_MACROS_BROKEN */
853 
854 /* Define to 1 if you have the ANSI C header files. */
855 #define STDC_HEADERS 1
856 
857 /* automatically load a system-wide gdbinit file */
858 #define SYSTEM_GDBINIT ""
859 
860 /* Define if the system-gdbinit directory should be relocated when GDB is
861    moved. */
862 #define SYSTEM_GDBINIT_RELOCATABLE 0
863 
864 /* Define if <thread_db.h> has the TD_NOTALLOC error code. */
865 /* #undef THREAD_DB_HAS_TD_NOTALLOC */
866 
867 /* Define if <thread_db.h> has the TD_NOTLS error code. */
868 /* #undef THREAD_DB_HAS_TD_NOTLS */
869 
870 /* Define if <thread_db.h> has the TD_VERSION error code. */
871 /* #undef THREAD_DB_HAS_TD_VERSION */
872 
873 /* Define to 1 if the regex included in libiberty should be used. */
874 #define USE_INCLUDED_REGEX 1
875 
876 /* Define if we should use the Windows API, instead of the POSIX API. On
877    Windows, we use the Windows API when building for MinGW, but the POSIX API
878    when building for Cygwin. */
879 /* #undef USE_WIN32API */
880 
881 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
882    'wchar_t'. */
883 /* #undef WCHAR_T_SUFFIX */
884 
885 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
886    'wint_t'. */
887 /* #undef WINT_T_SUFFIX */
888 
889 /* Define if --with-python provides a path, either directly or via
890    python-config.py --exec-prefix. */
891 /* #undef WITH_PYTHON_PATH */
892 
893 /* Define if the simulator is being linked in. */
894 /* #undef WITH_SIM */
895 
896 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
897    significant byte first (like Motorola and SPARC, unlike Intel). */
898 #if defined AC_APPLE_UNIVERSAL_BUILD
899 # if defined __BIG_ENDIAN__
900 #  define WORDS_BIGENDIAN 1
901 # endif
902 #else
903 # ifndef WORDS_BIGENDIAN
904 /* #  undef WORDS_BIGENDIAN */
905 # endif
906 #endif
907 
908 /* Number of bits in a file offset, on hosts where this is settable. */
909 /* #undef _FILE_OFFSET_BITS */
910 
911 /* Define to 1 so <sys/proc.h> gets a definition of anon_hdl. Works around a
912    <sys/proc.h> problem on IRIX 5. */
913 /* #undef _KMEMUSER */
914 
915 /* Define for large files, on AIX-style hosts. */
916 /* #undef _LARGE_FILES */
917 
918 /* Define to 1 if on MINIX. */
919 /* #undef _MINIX */
920 
921 /* Define to 1 to avoid a clash between <widec.h> and <wchar.h> on Solaris
922    2.[789] when using GCC. */
923 /* #undef _MSE_INT_H */
924 
925 /* Define to 2 if the system does not provide POSIX.1 features except with
926    this defined. */
927 /* #undef _POSIX_1_SOURCE */
928 
929 /* Define to 1 if you need to in order for `stat' and other things to work. */
930 /* #undef _POSIX_SOURCE */
931 
932 /* Define if <sys/link.h> has link_map32 (solaris sparc-64 target) */
933 /* #undef _SYSCALL32 */
934 
935 /* Define to 500 only on HP-UX. */
936 /* #undef _XOPEN_SOURCE */
937 
938 /* Enable extensions on AIX 3, Interix.  */
939 #ifndef _ALL_SOURCE
940 # define _ALL_SOURCE 1
941 #endif
942 /* Enable GNU extensions on systems that have them.  */
943 #ifndef _GNU_SOURCE
944 # define _GNU_SOURCE 1
945 #endif
946 /* Enable threading extensions on Solaris.  */
947 #ifndef _POSIX_PTHREAD_SEMANTICS
948 # define _POSIX_PTHREAD_SEMANTICS 1
949 #endif
950 /* Enable extensions on HP NonStop.  */
951 #ifndef _TANDEM_SOURCE
952 # define _TANDEM_SOURCE 1
953 #endif
954 /* Enable general extensions on Solaris.  */
955 #ifndef __EXTENSIONS__
956 # define __EXTENSIONS__ 1
957 #endif
958 
959 
960 /* Define to empty if `const' does not conform to ANSI C. */
961 /* #undef const */
962 
963 /* Define to `__inline__' or `__inline' if that's what the C compiler
964    calls it, or to nothing if 'inline' is not supported under any name.  */
965 #ifndef __cplusplus
966 /* #undef inline */
967 #endif
968 
969 /* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
970    the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
971    earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
972    __APPLE__ && __MACH__ test for MacOS X.
973    __APPLE_CC__ tests for the Apple compiler and its version.
974    __STDC_VERSION__ tests for the C99 mode.  */
975 #if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
976 # define __GNUC_STDC_INLINE__ 1
977 #endif
978 
979 /* Define to `int' if <sys/types.h> does not define. */
980 /* #undef pid_t */
981 
982 /* Define to the equivalent of the C99 'restrict' keyword, or to
983    nothing if this is not supported.  Do not define if restrict is
984    supported directly.  */
985 #define restrict __restrict
986 /* Work around a bug in Sun C++: it does not support _Restrict or
987    __restrict__, even though the corresponding Sun C compiler ends up with
988    "#define restrict _Restrict" or "#define restrict __restrict__" in the
989    previous line.  Perhaps some future version of Sun C++ will work with
990    restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
991 #if defined __SUNPRO_CC && !defined __RESTRICT
992 # define _Restrict
993 # define __restrict__
994 #endif
995 
996 /* Define as a marker that can be attached to declarations that might not
997     be used.  This helps to reduce warnings, such as from
998     GCC -Wunused-parameter.  */
999 #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
1000 # define _GL_UNUSED __attribute__ ((__unused__))
1001 #else
1002 # define _GL_UNUSED
1003 #endif
1004 /* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name
1005    is a misnomer outside of parameter lists.  */
1006 #define _UNUSED_PARAMETER_ _GL_UNUSED
1007 
1008 
1009 /* Define as `fork' if `vfork' does not work. */
1010 /* #undef vfork */
1011