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