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