xref: /dragonfly/gnu/usr.bin/gdb/libgdb/config.h (revision 4bdb03cf)
1 /* config.h.  Generated from config.in by configure.  */
2 /* config.in.  Generated from configure.ac by autoheader.  */
3 
4 /* Define if building universal (internal helper macro) */
5 /* #undef AC_APPLE_UNIVERSAL_BUILD */
6 
7 /* Define to the number of bits in type 'ptrdiff_t'. */
8 /* #undef BITSIZEOF_PTRDIFF_T */
9 
10 /* Define to the number of bits in type 'sig_atomic_t'. */
11 /* #undef BITSIZEOF_SIG_ATOMIC_T */
12 
13 /* Define to the number of bits in type 'size_t'. */
14 /* #undef BITSIZEOF_SIZE_T */
15 
16 /* Define to the number of bits in type 'wchar_t'. */
17 /* #undef BITSIZEOF_WCHAR_T */
18 
19 /* Define to the number of bits in type 'wint_t'. */
20 /* #undef BITSIZEOF_WINT_T */
21 
22 /* Define to 1 if the compiler supports long long. */
23 #define CC_HAS_LONG_LONG 1
24 
25 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
26    systems. This function is required for `alloca.c' support on those systems.
27    */
28 /* #undef CRAY_STACKSEG_END */
29 
30 /* Define to 1 if using `alloca.c'. */
31 /* #undef C_ALLOCA */
32 
33 /* look for global separate debug info in this path [LIBDIR/debug] */
34 #define DEBUGDIR "/usr/lib/debug"
35 
36 /* Define if the separate-debug-dir directory should be relocated when GDB is
37    moved. */
38 #define DEBUGDIR_RELOCATABLE 1
39 
40 /* Define to BFD's default architecture. */
41 /* This is set by Makefile.ARCH */
42 /* #define DEFAULT_BFD_ARCH bfd_i386_arch */
43 
44 /* Define to BFD's default target vector. */
45 /* This is set by Makefile.ARCH */
46 /* #define DEFAULT_BFD_VEC bfd_elf32_i386_freebsd_vec */
47 
48 /* Define to 1 if translation of program messages to the user's native
49    language is requested. */
50 /* #undef ENABLE_NLS */
51 
52 /* look for global separate data files in this path [DATADIR/gdb] */
53 #define GDB_DATADIR "/usr/share/gdb"
54 
55 /* Define if the gdb-datadir directory should be relocated when GDB is moved.
56    */
57 #define GDB_DATADIR_RELOCATABLE 1
58 
59 /* Define to be a string naming the default host character set. */
60 #define GDB_DEFAULT_HOST_CHARSET "UTF-8"
61 
62 /* Host double floatformat */
63 #define GDB_HOST_DOUBLE_FORMAT &floatformat_ieee_double_little
64 
65 /* Host float floatformat */
66 #define GDB_HOST_FLOAT_FORMAT &floatformat_ieee_single_little
67 
68 /* Host long double floatformat */
69 #define GDB_HOST_LONG_DOUBLE_FORMAT &floatformat_i387_ext
70 
71 /* nativefile */
72 /* #undef GDB_NM_FILE */
73 
74 /* Define to the default OS ABI for this configuration. */
75 #define GDB_OSABI_DEFAULT GDB_OSABI_DRAGONFLY
76 
77 /* Define to 1 if you have `alloca', as a function or macro. */
78 #define HAVE_ALLOCA 1
79 
80 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
81    */
82 /* #undef HAVE_ALLOCA_H */
83 
84 /* Define to 1 if you have the <bp-sym.h> header file. */
85 /* #undef HAVE_BP_SYM_H */
86 
87 /* Define to 1 if you have the `btowc' function. */
88 #define HAVE_BTOWC 1
89 
90 /* Define to 1 if you have the `canonicalize_file_name' function. */
91 /* #undef HAVE_CANONICALIZE_FILE_NAME */
92 
93 /* Define to 1 if you have the <ctype.h> header file. */
94 #define HAVE_CTYPE_H 1
95 
96 /* Define to 1 if you have the <cursesX.h> header file. */
97 /* #undef HAVE_CURSESX_H */
98 
99 /* Define to 1 if you have the <curses.h> header file. */
100 #define HAVE_CURSES_H 1
101 
102 /* Define to 1 if you have the declaration of `ADDR_NO_RANDOMIZE', and to 0 if
103    you don't. */
104 #define HAVE_DECL_ADDR_NO_RANDOMIZE 0
105 
106 /* Define to 1 if you have the declaration of `free', and to 0 if you don't.
107    */
108 #define HAVE_DECL_FREE 1
109 
110 /* Define to 1 if you have the declaration of `getopt', and to 0 if you don't.
111    */
112 #define HAVE_DECL_GETOPT 1
113 
114 /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
115    */
116 #define HAVE_DECL_MALLOC 1
117 
118 /* Define to 1 if you have the declaration of `memmem', and to 0 if you don't.
119    */
120 #define HAVE_DECL_MEMMEM 1
121 
122 /* Define to 1 if you have the declaration of `ptrace', and to 0 if you don't.
123    */
124 #define HAVE_DECL_PTRACE 1
125 
126 /* Define to 1 if you have the declaration of `realloc', and to 0 if you
127    don't. */
128 #define HAVE_DECL_REALLOC 1
129 
130 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
131    don't. */
132 #define HAVE_DECL_SNPRINTF 1
133 
134 /* Define to 1 if you have the declaration of `strerror', and to 0 if you
135    don't. */
136 #define HAVE_DECL_STRERROR 1
137 
138 /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
139    */
140 #define HAVE_DECL_STRSTR 1
141 
142 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
143    don't. */
144 #define HAVE_DECL_VSNPRINTF 1
145 
146 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
147    */
148 #define HAVE_DIRENT_H 1
149 
150 /* Define if ELF support should be included. */
151 #define HAVE_ELF 1
152 
153 /* Define to 1 if you have the <elf_hp.h> header file. */
154 /* #undef HAVE_ELF_HP_H */
155 
156 /* Define to 1 if your system has the etext variable. */
157 #define HAVE_ETEXT 1
158 
159 /* Define to 1 if you have the `fork' function. */
160 #define HAVE_FORK 1
161 
162 /* Define if <sys/procfs.h> has fpregset_t. */
163 #define HAVE_FPREGSET_T 1
164 
165 /* Define to 1 if you have the `getgid' function. */
166 #define HAVE_GETGID 1
167 
168 /* Define to 1 if you have the `getpagesize' function. */
169 #define HAVE_GETPAGESIZE 1
170 
171 /* Define to 1 if you have the `getrusage' function. */
172 #define HAVE_GETRUSAGE 1
173 
174 /* Define to 1 if you have the `getuid' function. */
175 #define HAVE_GETUID 1
176 
177 /* Define to 1 if you have the <gnu/libc-version.h> header file. */
178 /* #undef HAVE_GNU_LIBC_VERSION_H */
179 
180 /* Define if <sys/procfs.h> has gregset_t. */
181 #define HAVE_GREGSET_T 1
182 
183 /* Define if you have HPUX threads */
184 /* #undef HAVE_HPUX_THREAD_SUPPORT */
185 
186 /* Define if you have the iconv() function. */
187 #define HAVE_ICONV 1
188 
189 /* Define to 1 if you have the `iconvlist' function. */
190 /* #undef HAVE_ICONVLIST */
191 
192 /* Define if your compiler supports the #include_next directive. */
193 #define HAVE_INCLUDE_NEXT 1
194 
195 /* Define to 1 if you have the <inttypes.h> header file. */
196 #define HAVE_INTTYPES_H 1
197 
198 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
199 #define HAVE_LANGINFO_CODESET 1
200 
201 /* Define if your <locale.h> file defines LC_MESSAGES. */
202 #define HAVE_LC_MESSAGES 1
203 
204 /* Define to 1 if you have the `dl' library (-ldl). */
205 /* #undef HAVE_LIBDL */
206 
207 /* Define if you have the expat library. */
208 /* #undef HAVE_LIBEXPAT */
209 
210 /* Define to 1 if you have the `libiconvlist' function. */
211 /* #undef HAVE_LIBICONVLIST */
212 
213 /* Define to 1 if you have the `m' library (-lm). */
214 #define HAVE_LIBM 1
215 
216 /* Define if Python 2.4 is being used. */
217 /* #undef HAVE_LIBPYTHON2_4 */
218 
219 /* Define if Python 2.5 is being used. */
220 /* #undef HAVE_LIBPYTHON2_5 */
221 
222 /* Define if Python 2.6 is being used. */
223 /* #undef HAVE_LIBPYTHON2_6 */
224 
225 /* Define if libunwind library is being used. */
226 /* #undef HAVE_LIBUNWIND */
227 
228 /* Define to 1 if you have the <libunwind.h> header file. */
229 /* #undef HAVE_LIBUNWIND_H */
230 
231 /* Define to 1 if you have the <libunwind-ia64.h> header file. */
232 /* #undef HAVE_LIBUNWIND_IA64_H */
233 
234 /* Define to 1 if you have the `w' library (-lw). */
235 /* #undef HAVE_LIBW */
236 
237 /* Define to 1 if you have the <link.h> header file. */
238 #define HAVE_LINK_H 1
239 
240 /* Define to 1 if you have the <locale.h> header file. */
241 #define HAVE_LOCALE_H 1
242 
243 /* Define to 1 if the compiler supports long double. */
244 #define HAVE_LONG_DOUBLE 1
245 
246 /* Define to 1 if the system has the type `long long int'. */
247 #define HAVE_LONG_LONG_INT 1
248 
249 /* Define if <sys/procfs.h> has lwpid_t. */
250 #define HAVE_LWPID_T 1
251 
252 /* Define to 1 if you have the <machine/reg.h> header file. */
253 #define HAVE_MACHINE_REG_H 1
254 
255 /* Define to 1 if you have the `memchr' function. */
256 #define HAVE_MEMCHR 1
257 
258 /* Define to 1 if you have the `memmem' function. */
259 #define HAVE_MEMMEM 1
260 
261 /* Define to 1 if you have the <memory.h> header file. */
262 #define HAVE_MEMORY_H 1
263 
264 /* Define to 1 if you have a working `mmap' system call. */
265 #define HAVE_MMAP 1
266 
267 /* Define to 1 if you have the `monstartup' function. */
268 #define HAVE_MONSTARTUP 1
269 
270 /* Define to 1 if you have the <ncurses.h> header file. */
271 #define HAVE_NCURSES_H 1
272 
273 /* Define to 1 if you have the <ncurses/ncurses.h> header file. */
274 /* #undef HAVE_NCURSES_NCURSES_H */
275 
276 /* Define to 1 if you have the <ncurses/term.h> header file. */
277 /* #undef HAVE_NCURSES_TERM_H */
278 
279 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
280 /* #undef HAVE_NDIR_H */
281 
282 /* Define to 1 if you have the <nlist.h> header file. */
283 #define HAVE_NLIST_H 1
284 
285 /* Define if you support the personality syscall. */
286 /* #undef HAVE_PERSONALITY */
287 
288 /* Define to 1 if you have the `pipe' function. */
289 #define HAVE_PIPE 1
290 
291 /* Define to 1 if you have the `poll' function. */
292 #define HAVE_POLL 1
293 
294 /* Define to 1 if you have the <poll.h> header file. */
295 #define HAVE_POLL_H 1
296 
297 /* Define to 1 if you have the `pread64' function. */
298 /* #undef HAVE_PREAD64 */
299 
300 /* Define if <sys/procfs.h> has prfpregset32_t. */
301 /* #undef HAVE_PRFPREGSET32_T */
302 
303 /* Define if <sys/procfs.h> has prfpregset_t. */
304 #define HAVE_PRFPREGSET_T 1
305 
306 /* Define if <sys/procfs.h> has prgregset32_t. */
307 /* #undef HAVE_PRGREGSET32_T */
308 
309 /* Define if <sys/procfs.h> has prgregset_t. */
310 #define HAVE_PRGREGSET_T 1
311 
312 /* Define if ioctl argument PIOCSET is available. */
313 /* #undef HAVE_PROCFS_PIOCSET */
314 
315 /* Define to 1 if you have the <proc_service.h> header file. */
316 /* #undef HAVE_PROC_SERVICE_H */
317 
318 /* Define if <sys/procfs.h> has prrun_t. */
319 /* #undef HAVE_PRRUN_T */
320 
321 /* Define if <sys/procfs.h> has prsysent_t. */
322 /* #undef HAVE_PRSYSENT_T */
323 
324 /* Define if <sys/procfs.h> has pr_sigaction64_t. */
325 /* #undef HAVE_PR_SIGACTION64_T */
326 
327 /* Define if <sys/procfs.h> has pr_siginfo64_t. */
328 /* #undef HAVE_PR_SIGINFO64_T */
329 
330 /* Define if <sys/procfs.h> has pr_sigset_t. */
331 /* #undef HAVE_PR_SIGSET_T */
332 
333 /* Define if <sys/procfs.h> has psaddr_t. */
334 #define HAVE_PSADDR_T 1
335 
336 /* Define if <sys/procfs.h> has pstatus_t. */
337 /* #undef HAVE_PSTATUS_T */
338 
339 /* Define if sys/ptrace.h defines the PTRACE_GETFPXREGS request. */
340 /* #undef HAVE_PTRACE_GETFPXREGS */
341 
342 /* Define if sys/ptrace.h defines the PTRACE_GETREGS request. */
343 /* #undef HAVE_PTRACE_GETREGS */
344 
345 /* Define to 1 if you have the <ptrace.h> header file. */
346 /* #undef HAVE_PTRACE_H */
347 
348 /* Define if sys/ptrace.h defines the PT_GETDBREGS request. */
349 #define HAVE_PT_GETDBREGS 1
350 
351 /* Define if sys/ptrace.h defines the PT_GETXMMREGS request. */
352 /* #undef HAVE_PT_GETXMMREGS */
353 
354 /* Define if Python interpreter is being linked in. */
355 /* #undef HAVE_PYTHON */
356 
357 /* Define to 1 if you have the `realpath' function. */
358 #define HAVE_REALPATH 1
359 
360 /* Define to 1 if you have the `sbrk' function. */
361 #define HAVE_SBRK 1
362 
363 /* Define to 1 if you have the `setlocale' function. */
364 #define HAVE_SETLOCALE 1
365 
366 /* Define to 1 if you have the `setpgid' function. */
367 #define HAVE_SETPGID 1
368 
369 /* Define to 1 if you have the `setpgrp' function. */
370 #define HAVE_SETPGRP 1
371 
372 /* Define to 1 if you have the `setsid' function. */
373 #define HAVE_SETSID 1
374 
375 /* Define to 1 if you have the <sgtty.h> header file. */
376 #define HAVE_SGTTY_H 1
377 
378 /* Define to 1 if you have the `sigaction' function. */
379 #define HAVE_SIGACTION 1
380 
381 /* Define to 1 if you have the <signal.h> header file. */
382 #define HAVE_SIGNAL_H 1
383 
384 /* Define to 1 if 'sig_atomic_t' is a signed integer type. */
385 /* #undef HAVE_SIGNED_SIG_ATOMIC_T */
386 
387 /* Define to 1 if 'wchar_t' is a signed integer type. */
388 /* #undef HAVE_SIGNED_WCHAR_T */
389 
390 /* Define to 1 if 'wint_t' is a signed integer type. */
391 /* #undef HAVE_SIGNED_WINT_T */
392 
393 /* Define to 1 if you have the `sigprocmask' function. */
394 #define HAVE_SIGPROCMASK 1
395 
396 /* Define if sigsetjmp is available. */
397 #define HAVE_SIGSETJMP 1
398 
399 /* Define to 1 if you have the `sigsetmask' function. */
400 #define HAVE_SIGSETMASK 1
401 
402 /* Define to 1 if you have the `socketpair' function. */
403 #define HAVE_SOCKETPAIR 1
404 
405 /* Define to 1 if the system has the type `socklen_t'. */
406 #define HAVE_SOCKLEN_T 1
407 
408 /* Define to 1 if you have the <stddef.h> header file. */
409 #define HAVE_STDDEF_H 1
410 
411 /* Define to 1 if you have the <stdint.h> header file. */
412 #define HAVE_STDINT_H 1
413 
414 /* Define to 1 if you have the <stdlib.h> header file. */
415 #define HAVE_STDLIB_H 1
416 
417 /* Define to 1 if you have the <strings.h> header file. */
418 #define HAVE_STRINGS_H 1
419 
420 /* Define to 1 if you have the <string.h> header file. */
421 #define HAVE_STRING_H 1
422 
423 /* Define if <sys/link.h> has struct link_map32 */
424 /* #undef HAVE_STRUCT_LINK_MAP32 */
425 
426 /* Define if <link.h> exists and defines struct link_map which has members
427    with an ``lm_'' prefix. (For SunOS.) */
428 /* #undef HAVE_STRUCT_LINK_MAP_WITH_LM_MEMBERS */
429 
430 /* Define if <link.h> exists and defines struct link_map which has members
431    with an ``l_'' prefix. (For Solaris, SVR4, and SVR4-like systems.) */
432 #define HAVE_STRUCT_LINK_MAP_WITH_L_MEMBERS 1
433 
434 /* Define to 1 if your system has struct lwp. */
435 /* #undef HAVE_STRUCT_LWP */
436 
437 /* Define to 1 if your system has struct reg in <machine/reg.h>. */
438 #define HAVE_STRUCT_REG 1
439 
440 /* Define to 1 if `struct reg' is a member of `r_fs'. */
441 #define HAVE_STRUCT_REG_R_FS 1
442 
443 /* Define to 1 if `struct reg' is a member of `r_gs'. */
444 #define HAVE_STRUCT_REG_R_GS 1
445 
446 /* Define if <link.h> exists and defines a struct so_map which has members
447    with an ``som_'' prefix. (Found on older *BSD systems.) */
448 /* #undef HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS */
449 
450 /* Define to 1 if `struct stat' is a member of `st_blksize'. */
451 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
452 
453 /* Define to 1 if `struct stat' is a member of `st_blocks'. */
454 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
455 
456 /* Define to 1 if `struct thread' is a member of `td_pcb'. */
457 /* #undef HAVE_STRUCT_THREAD_TD_PCB */
458 
459 /* Define to 1 if you have the `syscall' function. */
460 #define HAVE_SYSCALL 1
461 
462 /* Define to 1 if you have the <sys/bitypes.h> header file. */
463 /* #undef HAVE_SYS_BITYPES_H */
464 
465 /* Define to 1 if you have the <sys/debugreg.h> header file. */
466 /* #undef HAVE_SYS_DEBUGREG_H */
467 
468 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
469    */
470 /* #undef HAVE_SYS_DIR_H */
471 
472 /* Define to 1 if you have the <sys/fault.h> header file. */
473 /* #undef HAVE_SYS_FAULT_H */
474 
475 /* Define to 1 if you have the <sys/file.h> header file. */
476 #define HAVE_SYS_FILE_H 1
477 
478 /* Define to 1 if you have the <sys/filio.h> header file. */
479 #define HAVE_SYS_FILIO_H 1
480 
481 /* Define to 1 if you have the <sys/inttypes.h> header file. */
482 /* #undef HAVE_SYS_INTTYPES_H */
483 
484 /* Define to 1 if you have the <sys/ioctl.h> header file. */
485 #define HAVE_SYS_IOCTL_H 1
486 
487 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
488    */
489 /* #undef HAVE_SYS_NDIR_H */
490 
491 /* Define to 1 if you have the <sys/param.h> header file. */
492 #define HAVE_SYS_PARAM_H 1
493 
494 /* Define to 1 if you have the <sys/poll.h> header file. */
495 #define HAVE_SYS_POLL_H 1
496 
497 /* Define to 1 if you have the <sys/procfs.h> header file. */
498 #define HAVE_SYS_PROCFS_H 1
499 
500 /* Define to 1 if you have the <sys/proc.h> header file. */
501 /* #undef HAVE_SYS_PROC_H */
502 
503 /* Define to 1 if you have the <sys/ptrace.h> header file. */
504 #define HAVE_SYS_PTRACE_H 1
505 
506 /* Define to 1 if you have the <sys/reg.h> header file. */
507 #define HAVE_SYS_REG_H 1
508 
509 /* Define to 1 if you have the <sys/resource.h> header file. */
510 #define HAVE_SYS_RESOURCE_H 1
511 
512 /* Define to 1 if you have the <sys/select.h> header file. */
513 #define HAVE_SYS_SELECT_H 1
514 
515 /* Define to 1 if you have the <sys/stat.h> header file. */
516 #define HAVE_SYS_STAT_H 1
517 
518 /* Define to 1 if you have the <sys/syscall.h> header file. */
519 #define HAVE_SYS_SYSCALL_H 1
520 
521 /* Define to 1 if you have the <sys/types.h> header file. */
522 #define HAVE_SYS_TYPES_H 1
523 
524 /* Define to 1 if you have the <sys/user.h> header file. */
525 #define HAVE_SYS_USER_H 1
526 
527 /* Define to 1 if you have the <sys/wait.h> header file. */
528 #define HAVE_SYS_WAIT_H 1
529 
530 /* Define to 1 if you have the <termios.h> header file. */
531 #define HAVE_TERMIOS_H 1
532 
533 /* Define to 1 if you have the <termio.h> header file. */
534 /* #undef HAVE_TERMIO_H */
535 
536 /* Define to 1 if you have the <term.h> header file. */
537 #define HAVE_TERM_H 1
538 
539 /* Define to 1 if you have the <thread_db.h> header file. */
540 /* #undef HAVE_THREAD_DB_H */
541 
542 /* Define if using Solaris thread debugging. */
543 /* #undef HAVE_THREAD_DB_LIB */
544 
545 /* Define to 1 if you have the <time.h> header file. */
546 #define HAVE_TIME_H 1
547 
548 /* Define if you support the tkill syscall. */
549 /* #undef HAVE_TKILL_SYSCALL */
550 
551 /* Define to 1 if you have the `ttrace' function. */
552 /* #undef HAVE_TTRACE */
553 
554 /* Define to 1 if you have the <unistd.h> header file. */
555 #define HAVE_UNISTD_H 1
556 
557 /* Define to 1 if the system has the type `unsigned long long int'. */
558 #define HAVE_UNSIGNED_LONG_LONG_INT 1
559 
560 /* Define to 1 if you have the `vfork' function. */
561 #define HAVE_VFORK 1
562 
563 /* Define to 1 if you have the <vfork.h> header file. */
564 /* #undef HAVE_VFORK_H */
565 
566 /* Define to 1 if you have the <wait.h> header file. */
567 /* #undef HAVE_WAIT_H */
568 
569 /* Define to 1 if you have the `wborder' function. */
570 #define HAVE_WBORDER 1
571 
572 /* Define to 1 if you have the <wchar.h> header file. */
573 #define HAVE_WCHAR_H 1
574 
575 /* Define to 1 if `fork' works. */
576 #define HAVE_WORKING_FORK 1
577 
578 /* Define to 1 if `vfork' works. */
579 #define HAVE_WORKING_VFORK 1
580 
581 /* Define to 1 if you have the `XML_StopParser' function. */
582 /* #undef HAVE_XML_STOPPARSER */
583 
584 /* Define to 1 if you have the <zlib.h> header file. */
585 #define HAVE_ZLIB_H 1
586 
587 /* Define to 1 if your system has the _etext variable. */
588 #define HAVE__ETEXT 1
589 
590 /* Define to 1 if you have the `_mcleanup' function. */
591 #define HAVE__MCLEANUP 1
592 
593 /* Define as const if the declaration of iconv() needs const. */
594 #define ICONV_CONST
595 
596 /* Define if you want to use new multi-fd /proc interface (replaces
597    HAVE_MULTIPLE_PROC_FDS as well as other macros). */
598 /* #undef NEW_PROC_API */
599 
600 /* Name of this package. */
601 #define PACKAGE "gdb"
602 
603 /* Define to the address where bug reports for this package should be sent. */
604 #define PACKAGE_BUGREPORT ""
605 
606 /* Define to the full name of this package. */
607 #define PACKAGE_NAME ""
608 
609 /* Define to the full name and version of this package. */
610 #define PACKAGE_STRING ""
611 
612 /* Define to the one symbol short name of this package. */
613 #define PACKAGE_TARNAME ""
614 
615 /* Define to the home page for this package. */
616 #define PACKAGE_URL ""
617 
618 /* Define to the version of this package. */
619 #define PACKAGE_VERSION ""
620 
621 /* Additional package description */
622 #define PKGVERSION "(GDB) "
623 
624 /* Define if the prfpregset_t type is broken. */
625 /* #undef PRFPREGSET_T_BROKEN */
626 
627 /* Define to 1 if the "%H, %D and %DD" formats work to print decfloats. */
628 /* #undef PRINTF_HAS_DECFLOAT */
629 
630 /* Define to 1 if the "%Lg" format works to print long doubles. */
631 #define PRINTF_HAS_LONG_DOUBLE 1
632 
633 /* Define to 1 if the "%ll" format works to print long longs. */
634 #define PRINTF_HAS_LONG_LONG 1
635 
636 /* Define if <proc_service.h> on solaris uses int instead of size_t, and
637    assorted other type changes. */
638 /* #undef PROC_SERVICE_IS_OLD */
639 
640 /* Define to the type of arg 3 for ptrace. */
641 #define PTRACE_TYPE_ARG3 caddr_t
642 
643 /* Define to the type of arg 5 for ptrace. */
644 /* #undef PTRACE_TYPE_ARG5 */
645 
646 /* Define as the return type of ptrace. */
647 #define PTRACE_TYPE_RET int
648 
649 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
650    'ptrdiff_t'. */
651 /* #undef PTRDIFF_T_SUFFIX */
652 
653 /* Relocated directory for source files. */
654 /* #undef RELOC_SRCDIR */
655 
656 /* Bug reporting address */
657 #define REPORT_BUGS_TO "<http://bugs.dragonflybsd.org/>"
658 
659 /* Define as the return type of signal handlers (`int' or `void'). */
660 #define RETSIGTYPE void
661 
662 /* Define to 1 if the "%Lg" format works to scan long doubles. */
663 #define SCANF_HAS_LONG_DOUBLE 1
664 
665 /* Define to 1 if the `setpgrp' function takes no argument. */
666 /* #undef SETPGRP_VOID */
667 
668 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
669    'sig_atomic_t'. */
670 /* #undef SIG_ATOMIC_T_SUFFIX */
671 
672 /* The size of `long', as computed by sizeof. */
673 /* #undef SIZEOF_LONG */
674 
675 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
676    'size_t'. */
677 /* #undef SIZE_T_SUFFIX */
678 
679 /* If using the C implementation of alloca, define if you know the
680    direction of stack growth for your system; otherwise it will be
681    automatically deduced at runtime.
682 	STACK_DIRECTION > 0 => grows toward higher addresses
683 	STACK_DIRECTION < 0 => grows toward lower addresses
684 	STACK_DIRECTION = 0 => direction of growth unknown */
685 /* #undef STACK_DIRECTION */
686 
687 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
688 /* #undef STAT_MACROS_BROKEN */
689 
690 /* Define to 1 if you have the ANSI C header files. */
691 #define STDC_HEADERS 1
692 
693 /* automatically load a system-wide gdbinit file */
694 #define SYSTEM_GDBINIT ""
695 
696 /* Define if the system-gdbinit directory should be relocated when GDB is
697    moved. */
698 #define SYSTEM_GDBINIT_RELOCATABLE 0
699 
700 /* Define if <thread_db.h> has the TD_NOTALLOC error code. */
701 /* #undef THREAD_DB_HAS_TD_NOTALLOC */
702 
703 /* Define if <thread_db.h> has the TD_NOTLS error code. */
704 /* #undef THREAD_DB_HAS_TD_NOTLS */
705 
706 /* Define if <thread_db.h> has the TD_VERSION error code. */
707 /* #undef THREAD_DB_HAS_TD_VERSION */
708 
709 /* Define to 1 if the regex included in libiberty should be used. */
710 #define USE_INCLUDED_REGEX 1
711 
712 /* Define if we should use the Windows API, instead of the POSIX API. On
713    Windows, we use the Windows API when building for MinGW, but the POSIX API
714    when building for Cygwin. */
715 /* #undef USE_WIN32API */
716 
717 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
718    'wchar_t'. */
719 /* #undef WCHAR_T_SUFFIX */
720 
721 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
722    'wint_t'. */
723 /* #undef WINT_T_SUFFIX */
724 
725 /* Define if the simulator is being linked in. */
726 /* #undef WITH_SIM */
727 
728 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
729    significant byte first (like Motorola and SPARC, unlike Intel). */
730 #if defined AC_APPLE_UNIVERSAL_BUILD
731 # if defined __BIG_ENDIAN__
732 #  define WORDS_BIGENDIAN 1
733 # endif
734 #else
735 # ifndef WORDS_BIGENDIAN
736 /* #  undef WORDS_BIGENDIAN */
737 # endif
738 #endif
739 
740 /* Define to 1 so <sys/proc.h> gets a definition of anon_hdl. Works around a
741    <sys/proc.h> problem on IRIX 5. */
742 /* #undef _KMEMUSER */
743 
744 /* Define to 1 if on MINIX. */
745 /* #undef _MINIX */
746 
747 /* Define to 1 to avoid a clash between <widec.h> and <wchar.h> on Solaris
748    2.[789] when using GCC. */
749 /* #undef _MSE_INT_H */
750 
751 /* Define to 2 if the system does not provide POSIX.1 features except with
752    this defined. */
753 /* #undef _POSIX_1_SOURCE */
754 
755 /* Define to 1 if you need to in order for `stat' and other things to work. */
756 /* #undef _POSIX_SOURCE */
757 
758 /* Define if <sys/link.h> has link_map32 (solaris sparc-64 target) */
759 /* #undef _SYSCALL32 */
760 
761 /* Enable extensions on AIX 3, Interix.  */
762 #ifndef _ALL_SOURCE
763 # define _ALL_SOURCE 1
764 #endif
765 /* Enable GNU extensions on systems that have them.  */
766 #ifndef _GNU_SOURCE
767 # define _GNU_SOURCE 1
768 #endif
769 /* Enable threading extensions on Solaris.  */
770 #ifndef _POSIX_PTHREAD_SEMANTICS
771 # define _POSIX_PTHREAD_SEMANTICS 1
772 #endif
773 /* Enable extensions on HP NonStop.  */
774 #ifndef _TANDEM_SOURCE
775 # define _TANDEM_SOURCE 1
776 #endif
777 /* Enable general extensions on Solaris.  */
778 #ifndef __EXTENSIONS__
779 # define __EXTENSIONS__ 1
780 #endif
781 
782 
783 /* Define to empty if `const' does not conform to ANSI C. */
784 /* #undef const */
785 
786 /* Define to `__inline__' or `__inline' if that's what the C compiler
787    calls it, or to nothing if 'inline' is not supported under any name.  */
788 #ifndef __cplusplus
789 /* #undef inline */
790 #endif
791 
792 /* Define to rpl_memcmp if the replacement function should be used. */
793 /* #undef memcmp */
794 
795 /* Define to `int' if <sys/types.h> does not define. */
796 /* #undef pid_t */
797 
798 /* Define to the equivalent of the C99 'restrict' keyword, or to
799    nothing if this is not supported.  Do not define if restrict is
800    supported directly.  */
801 #define restrict __restrict
802 /* Work around a bug in Sun C++: it does not support _Restrict, even
803    though the corresponding Sun C compiler does, which causes
804    "#define restrict _Restrict" in the previous line.  Perhaps some future
805    version of Sun C++ will work with _Restrict; if so, it'll probably
806    define __RESTRICT, just as Sun C does.  */
807 #if defined __SUNPRO_CC && !defined __RESTRICT
808 # define _Restrict
809 #endif
810 
811 /* Define as `fork' if `vfork' does not work. */
812 /* #undef vfork */
813