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