Home | History | Annotate | Line # | Download | only in vax
config.h revision 1.9
      1 /* This file is automatically generated.  DO NOT EDIT! */
      2 /* Generated from: NetBSD: mknative-gdb,v 1.8 2019/05/29 01:56:06 christos Exp  */
      3 /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
      4 
      5 /* config.h.  Generated from config.in by configure.  */
      6 /* config.in.  Generated from configure.ac by autoheader.  */
      7 
      8 /* Define if building universal (internal helper macro) */
      9 /* #undef AC_APPLE_UNIVERSAL_BUILD */
     10 
     11 /* Directories from which to load auto-loaded scripts. */
     12 #define AUTO_LOAD_DIR ":${prefix}/share/auto-load"
     13 
     14 /* Directories safe to hold auto-loaded files. */
     15 #define AUTO_LOAD_SAFE_PATH ":${prefix}/share/auto-load"
     16 
     17 /* Directory of programs. */
     18 #define BINDIR "/usr/bin"
     19 
     20 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
     21    systems. This function is required for `alloca.c' support on those systems.
     22    */
     23 /* #undef CRAY_STACKSEG_END */
     24 
     25 /* Define to 1 if using `alloca.c'. */
     26 /* #undef C_ALLOCA */
     27 
     28 /* look for global separate debug info in this path [LIBDIR/debug] */
     29 #define DEBUGDIR "/usr/libdata/debug"
     30 
     31 /* Define if the separate-debug-dir directory should be relocated when GDB is
     32    moved. */
     33 #define DEBUGDIR_RELOCATABLE 1
     34 
     35 /* Define to BFD's default architecture. */
     36 #define DEFAULT_BFD_ARCH bfd_vax_arch
     37 
     38 /* Define to BFD's default target vector. */
     39 #define DEFAULT_BFD_VEC vax_elf32_vec
     40 
     41 /* Define to 1 if translation of program messages to the user's native
     42    language is requested. */
     43 #define ENABLE_NLS 1
     44 
     45 /* The .gdbinit filename. */
     46 #define GDBINIT ".gdbinit"
     47 
     48 /* look for global separate data files in this path [DATADIR/gdb] */
     49 #define GDB_DATADIR "/usr/share/gdb"
     50 
     51 /* Define if the gdb-datadir directory should be relocated when GDB is moved.
     52    */
     53 #define GDB_DATADIR_RELOCATABLE 1
     54 
     55 /* Define to be a string naming the default host character set. */
     56 #define GDB_DEFAULT_HOST_CHARSET "UTF-8"
     57 
     58 /* Host double floatformat */
     59 #define GDB_HOST_DOUBLE_FORMAT 0
     60 
     61 /* Host float floatformat */
     62 #define GDB_HOST_FLOAT_FORMAT 0
     63 
     64 /* Host long double floatformat */
     65 #define GDB_HOST_LONG_DOUBLE_FORMAT 0
     66 
     67 /* nativefile */
     68 /* #undef GDB_NM_FILE */
     69 
     70 /* Define to the default OS ABI for this configuration. */
     71 /* #undef GDB_OSABI_DEFAULT */
     72 
     73 /* Define if self-testing features should be enabled */
     74 /* #undef GDB_SELF_TEST */
     75 
     76 /* Define to 1 if you have `alloca', as a function or macro. */
     77 #define HAVE_ALLOCA 1
     78 
     79 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
     80    */
     81 /* #undef HAVE_ALLOCA_H */
     82 
     83 /* Define to 1 if you have the `btowc' function. */
     84 #define HAVE_BTOWC 1
     85 
     86 /* Define to 1 if you have the <cursesX.h> header file. */
     87 /* #undef HAVE_CURSESX_H */
     88 
     89 /* Define to 1 if you have the <curses.h> header file. */
     90 #define HAVE_CURSES_H 1
     91 
     92 /* define if the compiler supports basic C++11 syntax */
     93 #define HAVE_CXX11 1
     94 
     95 /* Define to 1 if you have the declaration of `ADDR_NO_RANDOMIZE', and to 0 if
     96    you don't. */
     97 #define HAVE_DECL_ADDR_NO_RANDOMIZE 0
     98 
     99 /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
    100    don't. */
    101 #define HAVE_DECL_ASPRINTF 1
    102 
    103 /* Define to 1 if you have the declaration of `basename(char *)', and to 0 if
    104    you don't. */
    105 #define HAVE_DECL_BASENAME 0
    106 
    107 /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
    108 #define HAVE_DECL_FFS 1
    109 
    110 /* Define to 1 if you have the declaration of `getthrds', and to 0 if you
    111    don't. */
    112 /* #undef HAVE_DECL_GETTHRDS */
    113 
    114 /* Define to 1 if you have the declaration of `ptrace', and to 0 if you don't.
    115    */
    116 #define HAVE_DECL_PTRACE 1
    117 
    118 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
    119    don't. */
    120 #define HAVE_DECL_SNPRINTF 1
    121 
    122 /* Define to 1 if you have the declaration of `strerror', and to 0 if you
    123    don't. */
    124 #define HAVE_DECL_STRERROR 1
    125 
    126 /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
    127    */
    128 #define HAVE_DECL_STRSTR 1
    129 
    130 /* Define to 1 if you have the declaration of `strtol', and to 0 if you don't.
    131    */
    132 #define HAVE_DECL_STRTOL 1
    133 
    134 /* Define to 1 if you have the declaration of `strtoll', and to 0 if you
    135    don't. */
    136 #define HAVE_DECL_STRTOLL 1
    137 
    138 /* Define to 1 if you have the declaration of `strtoul', and to 0 if you
    139    don't. */
    140 #define HAVE_DECL_STRTOUL 1
    141 
    142 /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
    143    don't. */
    144 #define HAVE_DECL_STRTOULL 1
    145 
    146 /* Define to 1 if you have the declaration of `strverscmp', and to 0 if you
    147    don't. */
    148 #define HAVE_DECL_STRVERSCMP 0
    149 
    150 /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
    151    don't. */
    152 #define HAVE_DECL_VASPRINTF 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 <dlfcn.h> header file. */
    159 #define HAVE_DLFCN_H 1
    160 
    161 /* Define if ELF support should be included. */
    162 #define HAVE_ELF 1
    163 
    164 /* Define if <sys/procfs.h> has elf_fpregset_t. */
    165 /* #undef HAVE_ELF_FPREGSET_T */
    166 
    167 /* Define to 1 if you have the <elf_hp.h> header file. */
    168 /* #undef HAVE_ELF_HP_H */
    169 
    170 /* Define to 1 if your system has the etext variable. */
    171 #define HAVE_ETEXT 1
    172 
    173 /* Define to 1 if you have the `fdwalk' function. */
    174 /* #undef HAVE_FDWALK */
    175 
    176 /* Define to 1 if you have the `fork' function. */
    177 #define HAVE_FORK 1
    178 
    179 /* Define if <sys/procfs.h> has fpregset_t. */
    180 /* #undef HAVE_FPREGSET_T */
    181 
    182 /* Define to 1 if you have the `getauxval' function. */
    183 /* #undef HAVE_GETAUXVAL */
    184 
    185 /* Define to 1 if you have the `getgid' function. */
    186 #define HAVE_GETGID 1
    187 
    188 /* Define to 1 if you have the `getpagesize' function. */
    189 #define HAVE_GETPAGESIZE 1
    190 
    191 /* Define to 1 if you have the `getpgid' function. */
    192 #define HAVE_GETPGID 1
    193 
    194 /* Define to 1 if you have the `getrlimit' function. */
    195 #define HAVE_GETRLIMIT 1
    196 
    197 /* Define to 1 if you have the `getrusage' function. */
    198 #define HAVE_GETRUSAGE 1
    199 
    200 /* Define to 1 if you have the `getuid' function. */
    201 #define HAVE_GETUID 1
    202 
    203 /* Define if <sys/procfs.h> has gregset_t. */
    204 /* #undef HAVE_GREGSET_T */
    205 
    206 /* Define if Guile interpreter is being linked in. */
    207 /* #undef HAVE_GUILE */
    208 
    209 /* Define if Guile supports manual finalization. */
    210 /* #undef HAVE_GUILE_MANUAL_FINALIZATION */
    211 
    212 /* Define if you have the iconv() function. */
    213 #define HAVE_ICONV 1
    214 
    215 /* Define to 1 if you have the `iconvlist' function. */
    216 /* #undef HAVE_ICONVLIST */
    217 
    218 /* Define to 1 if you have the <inttypes.h> header file. */
    219 #define HAVE_INTTYPES_H 1
    220 
    221 /* Define to 1 if your system has the kinfo_getfile function. */
    222 /* #undef HAVE_KINFO_GETFILE */
    223 
    224 /* Define to 1 if your system has the kinfo_getvmmap function. */
    225 #define HAVE_KINFO_GETVMMAP 1
    226 
    227 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
    228 #define HAVE_LANGINFO_CODESET 1
    229 
    230 /* Define if your <locale.h> file defines LC_MESSAGES. */
    231 #define HAVE_LC_MESSAGES 1
    232 
    233 /* Define if you have the babeltrace library. */
    234 /* #undef HAVE_LIBBABELTRACE */
    235 
    236 /* Define if you have the expat library. */
    237 #define HAVE_LIBEXPAT 1
    238 
    239 /* Define to 1 if you have the `libiconvlist' function. */
    240 /* #undef HAVE_LIBICONVLIST */
    241 
    242 /* Define if you have the ipt library. */
    243 /* #undef HAVE_LIBIPT */
    244 
    245 /* Define if you have the lzma library. */
    246 /* #undef HAVE_LIBLZMA */
    247 
    248 /* Define to 1 if you have the `m' library (-lm). */
    249 #define HAVE_LIBM 1
    250 
    251 /* Define to 1 if you have the `mcheck' library (-lmcheck). */
    252 /* #undef HAVE_LIBMCHECK */
    253 
    254 /* Define if you have the mpfr library. */
    255 /* #undef HAVE_LIBMPFR */
    256 
    257 /* Define if Python 2.4 is being used. */
    258 /* #undef HAVE_LIBPYTHON2_4 */
    259 
    260 /* Define if Python 2.5 is being used. */
    261 /* #undef HAVE_LIBPYTHON2_5 */
    262 
    263 /* Define if Python 2.6 is being used. */
    264 /* #undef HAVE_LIBPYTHON2_6 */
    265 
    266 /* Define if Python 2.7 is being used. */
    267 /* #undef HAVE_LIBPYTHON2_7 */
    268 
    269 /* Define to 1 if you have the <libunwind-ia64.h> header file. */
    270 /* #undef HAVE_LIBUNWIND_IA64_H */
    271 
    272 /* Define to 1 if you have the <linux/elf.h> header file. */
    273 /* #undef HAVE_LINUX_ELF_H */
    274 
    275 /* Define to 1 if you have the <linux/perf_event.h> header file. */
    276 /* #undef HAVE_LINUX_PERF_EVENT_H */
    277 
    278 /* Define to 1 if you have the <locale.h> header file. */
    279 #define HAVE_LOCALE_H 1
    280 
    281 /* Define to 1 if the compiler supports long double. */
    282 #define HAVE_LONG_DOUBLE 1
    283 
    284 /* Define to 1 if the system has the type `long long'. */
    285 #define HAVE_LONG_LONG 1
    286 
    287 /* Define if <sys/procfs.h> has lwpid_t. */
    288 /* #undef HAVE_LWPID_T */
    289 
    290 /* Define to 1 if you have the <machine/reg.h> header file. */
    291 #define HAVE_MACHINE_REG_H 1
    292 
    293 /* Define to 1 if you have the <memory.h> header file. */
    294 #define HAVE_MEMORY_H 1
    295 
    296 /* Define to 1 if you have a working `mmap' system call. */
    297 #define HAVE_MMAP 1
    298 
    299 /* Define to 1 if you have the `monstartup' function. */
    300 #define HAVE_MONSTARTUP 1
    301 
    302 /* Define to 1 if you have the <ncursesw/ncurses.h> header file. */
    303 /* #undef HAVE_NCURSESW_NCURSES_H */
    304 
    305 /* Define to 1 if you have the <ncurses.h> header file. */
    306 /* #undef HAVE_NCURSES_H */
    307 
    308 /* Define to 1 if you have the <ncurses/ncurses.h> header file. */
    309 /* #undef HAVE_NCURSES_NCURSES_H */
    310 
    311 /* Define to 1 if you have the <ncurses/term.h> header file. */
    312 /* #undef HAVE_NCURSES_TERM_H */
    313 
    314 /* Define to 1 if you have the <nlist.h> header file. */
    315 #define HAVE_NLIST_H 1
    316 
    317 /* Define if you support the personality syscall. */
    318 /* #undef HAVE_PERSONALITY */
    319 
    320 /* Define to 1 if you have the `pipe' function. */
    321 #define HAVE_PIPE 1
    322 
    323 /* Define to 1 if you have the `pipe2' function. */
    324 #define HAVE_PIPE2 1
    325 
    326 /* Define to 1 if you have the `poll' function. */
    327 #define HAVE_POLL 1
    328 
    329 /* Define to 1 if you have the <poll.h> header file. */
    330 #define HAVE_POLL_H 1
    331 
    332 /* Define to 1 if you have the `posix_madvise' function. */
    333 #define HAVE_POSIX_MADVISE 1
    334 
    335 /* Define to 1 if you have the `pread' function. */
    336 #define HAVE_PREAD 1
    337 
    338 /* Define to 1 if you have the `pread64' function. */
    339 /* #undef HAVE_PREAD64 */
    340 
    341 /* Define if <sys/procfs.h> has prfpregset_t. */
    342 /* #undef HAVE_PRFPREGSET_T */
    343 
    344 /* Define if <sys/procfs.h> has prgregset32_t. */
    345 /* #undef HAVE_PRGREGSET32_T */
    346 
    347 /* Define if <sys/procfs.h> has prgregset_t. */
    348 /* #undef HAVE_PRGREGSET_T */
    349 
    350 /* Define to 1 if you have the <proc_service.h> header file. */
    351 /* #undef HAVE_PROC_SERVICE_H */
    352 
    353 /* Define if <sys/procfs.h> has psaddr_t. */
    354 /* #undef HAVE_PSADDR_T */
    355 
    356 /* Define to 1 if you have the `ptrace64' function. */
    357 /* #undef HAVE_PTRACE64 */
    358 
    359 /* Define if sys/ptrace.h defines the PTRACE_GETFPXREGS request. */
    360 /* #undef HAVE_PTRACE_GETFPXREGS */
    361 
    362 /* Define if sys/ptrace.h defines the PTRACE_GETREGS request. */
    363 /* #undef HAVE_PTRACE_GETREGS */
    364 
    365 /* Define to 1 if you have the <ptrace.h> header file. */
    366 /* #undef HAVE_PTRACE_H */
    367 
    368 /* Define if sys/ptrace.h defines the PT_GETDBREGS request. */
    369 /* #undef HAVE_PT_GETDBREGS */
    370 
    371 /* Define if sys/ptrace.h defines the PT_GETXMMREGS request. */
    372 /* #undef HAVE_PT_GETXMMREGS */
    373 
    374 /* Define to 1 if you have the `pt_insn_event' function. */
    375 /* #undef HAVE_PT_INSN_EVENT */
    376 
    377 /* Define to 1 if you have the `pwrite' function. */
    378 #define HAVE_PWRITE 1
    379 
    380 /* Define if Python interpreter is being linked in. */
    381 /* #undef HAVE_PYTHON */
    382 
    383 /* Define to 1 if you have the `resize_term' function. */
    384 #define HAVE_RESIZE_TERM 1
    385 
    386 /* Define to 1 if you have the `sbrk' function. */
    387 #define HAVE_SBRK 1
    388 
    389 /* Define to 1 if you have the `scm_new_smob' function. */
    390 /* #undef HAVE_SCM_NEW_SMOB */
    391 
    392 /* Define to 1 if you have the `setlocale' function. */
    393 #define HAVE_SETLOCALE 1
    394 
    395 /* Define to 1 if you have the `setns' function. */
    396 /* #undef HAVE_SETNS */
    397 
    398 /* Define to 1 if you have the `setpgid' function. */
    399 #define HAVE_SETPGID 1
    400 
    401 /* Define to 1 if you have the `setpgrp' function. */
    402 #define HAVE_SETPGRP 1
    403 
    404 /* Define to 1 if you have the `setrlimit' function. */
    405 #define HAVE_SETRLIMIT 1
    406 
    407 /* Define to 1 if you have the `setsid' function. */
    408 #define HAVE_SETSID 1
    409 
    410 /* Define to 1 if you have the `sigaction' function. */
    411 #define HAVE_SIGACTION 1
    412 
    413 /* Define to 1 if you have the `sigaltstack' function. */
    414 #define HAVE_SIGALTSTACK 1
    415 
    416 /* Define to 1 if you have the <signal.h> header file. */
    417 #define HAVE_SIGNAL_H 1
    418 
    419 /* Define to 1 if you have the `sigprocmask' function. */
    420 #define HAVE_SIGPROCMASK 1
    421 
    422 /* Define if sigsetjmp is available. */
    423 #define HAVE_SIGSETJMP 1
    424 
    425 /* Define to 1 if you have the `sigsetmask' function. */
    426 #define HAVE_SIGSETMASK 1
    427 
    428 /* Define to 1 if you have the `socketpair' function. */
    429 #define HAVE_SOCKETPAIR 1
    430 
    431 /* Define to 1 if the system has the type `socklen_t'. */
    432 #define HAVE_SOCKLEN_T 1
    433 
    434 /* Define to 1 if the source-highlight library is available */
    435 /* #undef HAVE_SOURCE_HIGHLIGHT */
    436 
    437 /* Define to 1 if you have the <stdint.h> header file. */
    438 #define HAVE_STDINT_H 1
    439 
    440 /* Define to 1 if you have the <stdlib.h> header file. */
    441 #define HAVE_STDLIB_H 1
    442 
    443 /* Define to 1 if you have the <strings.h> header file. */
    444 #define HAVE_STRINGS_H 1
    445 
    446 /* Define to 1 if you have the <string.h> header file. */
    447 #define HAVE_STRING_H 1
    448 
    449 /* Define to 1 if your system has struct lwp. */
    450 #define HAVE_STRUCT_LWP 1
    451 
    452 /* Define to 1 if `pl_syscall_code' is a member of `struct ptrace_lwpinfo'. */
    453 /* #undef HAVE_STRUCT_PTRACE_LWPINFO_PL_SYSCALL_CODE */
    454 
    455 /* Define to 1 if `pl_tdname' is a member of `struct ptrace_lwpinfo'. */
    456 /* #undef HAVE_STRUCT_PTRACE_LWPINFO_PL_TDNAME */
    457 
    458 /* Define to 1 if `enabled' is a member of `struct pt_insn'. */
    459 /* #undef HAVE_STRUCT_PT_INSN_ENABLED */
    460 
    461 /* Define to 1 if `resynced' is a member of `struct pt_insn'. */
    462 /* #undef HAVE_STRUCT_PT_INSN_RESYNCED */
    463 
    464 /* Define to 1 if your system has struct reg in <machine/reg.h>. */
    465 #define HAVE_STRUCT_REG 1
    466 
    467 /* Define to 1 if `r_fs' is a member of `struct reg'. */
    468 /* #undef HAVE_STRUCT_REG_R_FS */
    469 
    470 /* Define to 1 if `r_gs' is a member of `struct reg'. */
    471 /* #undef HAVE_STRUCT_REG_R_GS */
    472 
    473 /* Define to 1 if `st_blksize' is a member of `struct stat'. */
    474 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
    475 
    476 /* Define to 1 if `st_blocks' is a member of `struct stat'. */
    477 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
    478 
    479 /* Define to 1 if `td_pcb' is a member of `struct thread'. */
    480 /* #undef HAVE_STRUCT_THREAD_TD_PCB */
    481 
    482 /* Define to 1 if `fs_base' is a member of `struct user_regs_struct'. */
    483 /* #undef HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE */
    484 
    485 /* Define to 1 if `gs_base' is a member of `struct user_regs_struct'. */
    486 /* #undef HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE */
    487 
    488 /* Define to 1 if you have the <sys/debugreg.h> header file. */
    489 /* #undef HAVE_SYS_DEBUGREG_H */
    490 
    491 /* Define to 1 if you have the <sys/file.h> header file. */
    492 #define HAVE_SYS_FILE_H 1
    493 
    494 /* Define to 1 if you have the <sys/filio.h> header file. */
    495 #define HAVE_SYS_FILIO_H 1
    496 
    497 /* Define to 1 if you have the <sys/ioctl.h> header file. */
    498 #define HAVE_SYS_IOCTL_H 1
    499 
    500 /* Define to 1 if you have the <sys/param.h> header file. */
    501 #define HAVE_SYS_PARAM_H 1
    502 
    503 /* Define to 1 if you have the <sys/poll.h> header file. */
    504 #define HAVE_SYS_POLL_H 1
    505 
    506 /* Define to 1 if you have the <sys/procfs.h> header file. */
    507 /* #undef HAVE_SYS_PROCFS_H */
    508 
    509 /* Define to 1 if you have the <sys/ptrace.h> header file. */
    510 #define HAVE_SYS_PTRACE_H 1
    511 
    512 /* Define to 1 if you have the <sys/reg.h> header file. */
    513 /* #undef HAVE_SYS_REG_H */
    514 
    515 /* Define to 1 if you have the <sys/resource.h> header file. */
    516 #define HAVE_SYS_RESOURCE_H 1
    517 
    518 /* Define to 1 if you have the <sys/select.h> header file. */
    519 #define HAVE_SYS_SELECT_H 1
    520 
    521 /* Define to 1 if you have the <sys/socket.h> header file. */
    522 #define HAVE_SYS_SOCKET_H 1
    523 
    524 /* Define to 1 if you have the <sys/stat.h> header file. */
    525 #define HAVE_SYS_STAT_H 1
    526 
    527 /* Define to 1 if you have the <sys/types.h> header file. */
    528 #define HAVE_SYS_TYPES_H 1
    529 
    530 /* Define to 1 if you have the <sys/un.h> header file. */
    531 #define HAVE_SYS_UN_H 1
    532 
    533 /* Define to 1 if you have the <sys/user.h> header file. */
    534 /* #undef HAVE_SYS_USER_H */
    535 
    536 /* Define to 1 if you have the <sys/wait.h> header file. */
    537 #define HAVE_SYS_WAIT_H 1
    538 
    539 /* Define to 1 if you have the <termios.h> header file. */
    540 #define HAVE_TERMIOS_H 1
    541 
    542 /* Define to 1 if you have the <term.h> header file. */
    543 #define HAVE_TERM_H 1
    544 
    545 /* Define to 1 if you have the <thread_db.h> header file. */
    546 /* #undef HAVE_THREAD_DB_H */
    547 
    548 /* Define to 1 if you have the `ttrace' function. */
    549 /* #undef HAVE_TTRACE */
    550 
    551 /* Define to 1 if you have the <unistd.h> header file. */
    552 #define HAVE_UNISTD_H 1
    553 
    554 /* Define to 1 if you have the `use_default_colors' function. */
    555 #define HAVE_USE_DEFAULT_COLORS 1
    556 
    557 /* Define to 1 if you have the `vfork' function. */
    558 #define HAVE_VFORK 1
    559 
    560 /* Define to 1 if you have the <vfork.h> header file. */
    561 /* #undef HAVE_VFORK_H */
    562 
    563 /* Define to 1 if you have the `waitpid' function. */
    564 #define HAVE_WAITPID 1
    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 <windows.h> header file. */
    573 /* #undef HAVE_WINDOWS_H */
    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 `wresize' function. */
    582 #define HAVE_WRESIZE 1
    583 
    584 /* Define to 1 if you have the `XML_StopParser' function. */
    585 #define HAVE_XML_STOPPARSER 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 /* Path of directory of iconv program. */
    594 /* #undef ICONV_BIN */
    595 
    596 /* Define if the iconv directory should be relocated when GDB is moved. */
    597 /* #undef ICONV_BIN_RELOCATABLE */
    598 
    599 /* Define as const if the declaration of iconv() needs const. */
    600 #define ICONV_CONST
    601 
    602 /* directory to load the JIT readers from */
    603 #define JIT_READER_DIR "/usr/lib/gdb"
    604 
    605 /* Define if the jit-reader-dir directory should be relocated when GDB is
    606    moved. */
    607 #define JIT_READER_DIR_RELOCATABLE 1
    608 
    609 /* Name of this package. */
    610 #define PACKAGE "gdb"
    611 
    612 /* Define to the address where bug reports for this package should be sent. */
    613 #define PACKAGE_BUGREPORT ""
    614 
    615 /* Define to the full name of this package. */
    616 #define PACKAGE_NAME ""
    617 
    618 /* Define to the full name and version of this package. */
    619 #define PACKAGE_STRING ""
    620 
    621 /* Define to the one symbol short name of this package. */
    622 #define PACKAGE_TARNAME ""
    623 
    624 /* Define to the home page for this package. */
    625 #define PACKAGE_URL ""
    626 
    627 /* Define to the version of this package. */
    628 #define PACKAGE_VERSION ""
    629 
    630 /* Additional package description */
    631 #define PKGVERSION "(GDB) "
    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 /* #undef PRINTF_HAS_LONG_DOUBLE */
    638 
    639 /* Define to 1 if the "%ll" format works to print long longs. */
    640 /* #undef PRINTF_HAS_LONG_LONG */
    641 
    642 /* Define to the type of arg 1 for ptrace. */
    643 #define PTRACE_TYPE_ARG1 int
    644 
    645 /* Define to the type of arg 3 for ptrace. */
    646 #define PTRACE_TYPE_ARG3 void *
    647 
    648 /* Define to the type of arg 4 for ptrace. */
    649 #define PTRACE_TYPE_ARG4 int
    650 
    651 /* Define to the type of arg 5 for ptrace. */
    652 /* #undef PTRACE_TYPE_ARG5 */
    653 
    654 /* Define as the return type of ptrace. */
    655 #define PTRACE_TYPE_RET int
    656 
    657 /* Define if the python directory should be relocated when GDB is moved. */
    658 /* #undef PYTHON_PATH_RELOCATABLE */
    659 
    660 /* Relocated directory for source files. */
    661 /* #undef RELOC_SRCDIR */
    662 
    663 /* Bug reporting address */
    664 #define REPORT_BUGS_TO "<http://www.gnu.org/software/gdb/bugs/>"
    665 
    666 /* Define to 1 if the "%Lg" format works to scan long doubles. */
    667 /* #undef SCANF_HAS_LONG_DOUBLE */
    668 
    669 /* Define to 1 if the `setpgrp' function takes no argument. */
    670 /* #undef SETPGRP_VOID */
    671 
    672 /* The size of `long', as computed by sizeof. */
    673 /* #undef SIZEOF_LONG */
    674 
    675 /* The size of `long long', as computed by sizeof. */
    676 #define SIZEOF_LONG_LONG 8
    677 
    678 /* The size of `unsigned long', as computed by sizeof. */
    679 #define SIZEOF_UNSIGNED_LONG 4
    680 
    681 /* The size of `unsigned long long', as computed by sizeof. */
    682 #define SIZEOF_UNSIGNED_LONG_LONG 8
    683 
    684 /* The size of `unsigned __int128', as computed by sizeof. */
    685 #define SIZEOF_UNSIGNED___INT128 0
    686 
    687 /* If using the C implementation of alloca, define if you know the
    688    direction of stack growth for your system; otherwise it will be
    689    automatically deduced at runtime.
    690 	STACK_DIRECTION > 0 => grows toward higher addresses
    691 	STACK_DIRECTION < 0 => grows toward lower addresses
    692 	STACK_DIRECTION = 0 => direction of growth unknown */
    693 /* #undef STACK_DIRECTION */
    694 
    695 /* Define to 1 if you have the ANSI C header files. */
    696 #define STDC_HEADERS 1
    697 
    698 /* automatically load a system-wide gdbinit file */
    699 #define SYSTEM_GDBINIT ""
    700 
    701 /* Define if the system-gdbinit directory should be relocated when GDB is
    702    moved. */
    703 #define SYSTEM_GDBINIT_RELOCATABLE 0
    704 
    705 /* search for usr/lib et al within DIR */
    706 #define TARGET_SYSTEM_ROOT ""
    707 
    708 /* Define if the sysroot directory should be relocated when GDB is moved. */
    709 #define TARGET_SYSTEM_ROOT_RELOCATABLE 0
    710 
    711 /* Define if <thread_db.h> has the TD_NOTALLOC error code. */
    712 /* #undef THREAD_DB_HAS_TD_NOTALLOC */
    713 
    714 /* Define if <thread_db.h> has the TD_NOTLS error code. */
    715 /* #undef THREAD_DB_HAS_TD_NOTLS */
    716 
    717 /* Define if <thread_db.h> has the TD_VERSION error code. */
    718 /* #undef THREAD_DB_HAS_TD_VERSION */
    719 
    720 /* Define to 1 if the regex included in libiberty should be used. */
    721 #define USE_INCLUDED_REGEX 1
    722 
    723 /* Enable extensions on AIX 3, Interix.  */
    724 #ifndef _ALL_SOURCE
    725 # define _ALL_SOURCE 1
    726 #endif
    727 /* Enable GNU extensions on systems that have them.  */
    728 #ifndef _GNU_SOURCE
    729 # define _GNU_SOURCE 1
    730 #endif
    731 /* Enable threading extensions on Solaris.  */
    732 #ifndef _POSIX_PTHREAD_SEMANTICS
    733 # define _POSIX_PTHREAD_SEMANTICS 1
    734 #endif
    735 /* Enable extensions on HP NonStop.  */
    736 #ifndef _TANDEM_SOURCE
    737 # define _TANDEM_SOURCE 1
    738 #endif
    739 /* Enable general extensions on Solaris.  */
    740 #ifndef __EXTENSIONS__
    741 # define __EXTENSIONS__ 1
    742 #endif
    743 
    744 
    745 /* Define if we should use the Windows API, instead of the POSIX API. On
    746    Windows, we use the Windows API when building for MinGW, but the POSIX API
    747    when building for Cygwin. */
    748 /* #undef USE_WIN32API */
    749 
    750 /* Define if the PPC simulator is being linked in. */
    751 /* #undef WITH_PPC_SIM */
    752 
    753 /* Define if --with-python provides a path, either directly or via
    754    python-config.py --exec-prefix. */
    755 /* #undef WITH_PYTHON_PATH */
    756 
    757 /* Define if the simulator is being linked in. */
    758 /* #undef WITH_SIM */
    759 
    760 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
    761    significant byte first (like Motorola and SPARC, unlike Intel). */
    762 #if defined AC_APPLE_UNIVERSAL_BUILD
    763 # if defined __BIG_ENDIAN__
    764 #  define WORDS_BIGENDIAN 1
    765 # endif
    766 #else
    767 # ifndef WORDS_BIGENDIAN
    768 /* #  undef WORDS_BIGENDIAN */
    769 # endif
    770 #endif
    771 
    772 /* Enable large inode numbers on Mac OS X 10.5.  */
    773 #ifndef _DARWIN_USE_64_BIT_INODE
    774 # define _DARWIN_USE_64_BIT_INODE 1
    775 #endif
    776 
    777 /* Number of bits in a file offset, on hosts where this is settable. */
    778 /* #undef _FILE_OFFSET_BITS */
    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 2 if the system does not provide POSIX.1 features except with
    787    this defined. */
    788 /* #undef _POSIX_1_SOURCE */
    789 
    790 /* Define to 1 if you need to in order for `stat' and other things to work. */
    791 /* #undef _POSIX_SOURCE */
    792 
    793 /* Define to empty if `const' does not conform to ANSI C. */
    794 /* #undef const */
    795 
    796 /* Define to `__inline__' or `__inline' if that's what the C compiler
    797    calls it, or to nothing if 'inline' is not supported under any name.  */
    798 #ifndef __cplusplus
    799 /* #undef inline */
    800 #endif
    801 
    802 /* Define to `int' if <sys/types.h> does not define. */
    803 /* #undef pid_t */
    804 
    805 /* Define to `unsigned int' if <sys/types.h> does not define. */
    806 /* #undef size_t */
    807 
    808 /* Define as `fork' if `vfork' does not work. */
    809 /* #undef vfork */
    810