Home | History | Annotate | Line # | Download | only in gdbsupport
      1 /* This file is automatically generated.  DO NOT EDIT! */
      2 /* Generated from: NetBSD: mknative-gdb,v 1.19 2024/08/27 21:50:20 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 to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
      9    systems. This function is required for `alloca.c' support on those systems.
     10    */
     11 /* #undef CRAY_STACKSEG_END */
     12 
     13 /* Define to 1 if std::thread works. */
     14 #define CXX_STD_THREAD 1
     15 
     16 /* Define to 1 if using `alloca.c'. */
     17 /* #undef C_ALLOCA */
     18 
     19 /* Define if development-mode features are enabled. */
     20 /* #undef DEVELOPMENT */
     21 
     22 /* Define to 1 if translation of program messages to the user's native
     23    language is requested. */
     24 /* #undef ENABLE_NLS */
     25 
     26 /* Define if self-testing features should be enabled */
     27 /* #undef GDB_SELF_TEST */
     28 
     29 /* Define to 1 if you have `alloca', as a function or macro. */
     30 #define HAVE_ALLOCA 1
     31 
     32 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
     33    */
     34 /* #undef HAVE_ALLOCA_H */
     35 
     36 /* Define to 1 if you have the Mac OS X function
     37    CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */
     38 /* #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES */
     39 
     40 /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
     41    the CoreFoundation framework. */
     42 /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
     43 
     44 /* define if the compiler supports basic C++17 syntax */
     45 #define HAVE_CXX17 1
     46 
     47 /* Define if the GNU dcgettext() function is already present or preinstalled.
     48    */
     49 /* #undef HAVE_DCGETTEXT */
     50 
     51 /* Define to 1 if you have the declaration of `ADDR_NO_RANDOMIZE', and to 0 if
     52    you don't. */
     53 #define HAVE_DECL_ADDR_NO_RANDOMIZE 0
     54 
     55 /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
     56    don't. */
     57 #define HAVE_DECL_ASPRINTF 1
     58 
     59 /* Define to 1 if you have the declaration of `basename(char *)', and to 0 if
     60    you don't. */
     61 #define HAVE_DECL_BASENAME 0
     62 
     63 /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
     64 #define HAVE_DECL_FFS 1
     65 
     66 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
     67    don't. */
     68 #define HAVE_DECL_SNPRINTF 1
     69 
     70 /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
     71    */
     72 #define HAVE_DECL_STRSTR 1
     73 
     74 /* Define to 1 if you have the declaration of `strtol', and to 0 if you don't.
     75    */
     76 #define HAVE_DECL_STRTOL 1
     77 
     78 /* Define to 1 if you have the declaration of `strtoll', and to 0 if you
     79    don't. */
     80 #define HAVE_DECL_STRTOLL 1
     81 
     82 /* Define to 1 if you have the declaration of `strtoul', and to 0 if you
     83    don't. */
     84 #define HAVE_DECL_STRTOUL 1
     85 
     86 /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
     87    don't. */
     88 #define HAVE_DECL_STRTOULL 1
     89 
     90 /* Define to 1 if you have the declaration of `strverscmp', and to 0 if you
     91    don't. */
     92 #define HAVE_DECL_STRVERSCMP 0
     93 
     94 /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
     95    don't. */
     96 #define HAVE_DECL_VASPRINTF 1
     97 
     98 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
     99    don't. */
    100 #define HAVE_DECL_VSNPRINTF 1
    101 
    102 /* Define to 1 if you have the <dlfcn.h> header file. */
    103 #define HAVE_DLFCN_H 1
    104 
    105 /* Define if <sys/procfs.h> has elf_fpregset_t. */
    106 /* #undef HAVE_ELF_FPREGSET_T */
    107 
    108 /* Define to 1 if you have the `fdwalk' function. */
    109 /* #undef HAVE_FDWALK */
    110 
    111 /* Define to 1 if you have the `fork' function. */
    112 #define HAVE_FORK 1
    113 
    114 /* Define if <sys/procfs.h> has fpregset_t. */
    115 /* #undef HAVE_FPREGSET_T */
    116 
    117 /* Define to 1 if you have the `getauxval' function. */
    118 /* #undef HAVE_GETAUXVAL */
    119 
    120 /* Define to 1 if you have the `getpagesize' function. */
    121 #define HAVE_GETPAGESIZE 1
    122 
    123 /* Define to 1 if you have the `getrlimit' function. */
    124 #define HAVE_GETRLIMIT 1
    125 
    126 /* Define to 1 if you have the `getrusage' function. */
    127 #define HAVE_GETRUSAGE 1
    128 
    129 /* Define if the GNU gettext() function is already present or preinstalled. */
    130 /* #undef HAVE_GETTEXT */
    131 
    132 /* Define if <sys/procfs.h> has gregset_t. */
    133 /* #undef HAVE_GREGSET_T */
    134 
    135 /* Define if you have the iconv() function and it works. */
    136 #define HAVE_ICONV 1
    137 
    138 /* Define to 1 if you have the <inttypes.h> header file. */
    139 #define HAVE_INTTYPES_H 1
    140 
    141 /* Define to 1 if you have the `kinfo_getfile' function. */
    142 /* #undef HAVE_KINFO_GETFILE */
    143 
    144 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
    145 #define HAVE_LANGINFO_CODESET 1
    146 
    147 /* Define if you have the ipt library. */
    148 /* #undef HAVE_LIBIPT */
    149 
    150 /* Define if you have the xxhash library. */
    151 /* #undef HAVE_LIBXXHASH */
    152 
    153 /* Define to 1 if you have the <linux/elf.h> header file. */
    154 /* #undef HAVE_LINUX_ELF_H */
    155 
    156 /* Define to 1 if you have the <linux/perf_event.h> header file. */
    157 /* #undef HAVE_LINUX_PERF_EVENT_H */
    158 
    159 /* Define to 1 if you have the <locale.h> header file. */
    160 #define HAVE_LOCALE_H 1
    161 
    162 /* Define to 1 if the system has the type `long long'. */
    163 #define HAVE_LONG_LONG 1
    164 
    165 /* Define if <sys/procfs.h> has lwpid_t. */
    166 /* #undef HAVE_LWPID_T */
    167 
    168 /* Define to 1 if you have the <memory.h> header file. */
    169 #define HAVE_MEMORY_H 1
    170 
    171 /* Define to 1 if you have a working `mmap' system call. */
    172 #define HAVE_MMAP 1
    173 
    174 /* Define to 1 if you have the `pipe' function. */
    175 #define HAVE_PIPE 1
    176 
    177 /* Define to 1 if you have the `pipe2' function. */
    178 #define HAVE_PIPE2 1
    179 
    180 /* Define to 1 if you have the `poll' function. */
    181 #define HAVE_POLL 1
    182 
    183 /* Define to 1 if you have the <poll.h> header file. */
    184 #define HAVE_POLL_H 1
    185 
    186 /* Define if <sys/procfs.h> has prfpregset_t. */
    187 /* #undef HAVE_PRFPREGSET_T */
    188 
    189 /* Define if <sys/procfs.h> has prgregset32_t. */
    190 /* #undef HAVE_PRGREGSET32_T */
    191 
    192 /* Define if <sys/procfs.h> has prgregset_t. */
    193 /* #undef HAVE_PRGREGSET_T */
    194 
    195 /* Define to 1 if you have the <proc_service.h> header file. */
    196 /* #undef HAVE_PROC_SERVICE_H */
    197 
    198 /* Define if <sys/procfs.h> has psaddr_t. */
    199 /* #undef HAVE_PSADDR_T */
    200 
    201 /* Have PTHREAD_PRIO_INHERIT. */
    202 #define HAVE_PTHREAD_PRIO_INHERIT 1
    203 
    204 /* Define to 1 if you have the `pthread_setname_np' function. */
    205 #define HAVE_PTHREAD_SETNAME_NP 1
    206 
    207 /* Define to 1 if you have the `pthread_sigmask' function. */
    208 #define HAVE_PTHREAD_SIGMASK 1
    209 
    210 /* Define to 1 if you have the `ptrace64' function. */
    211 /* #undef HAVE_PTRACE64 */
    212 
    213 /* Define to 1 if you have the <ptrace.h> header file. */
    214 /* #undef HAVE_PTRACE_H */
    215 
    216 /* Define to 1 if you have the `pt_insn_event' function. */
    217 /* #undef HAVE_PT_INSN_EVENT */
    218 
    219 /* Define to 1 if you have the `sbrk' function. */
    220 #define HAVE_SBRK 1
    221 
    222 /* Define to 1 if you have the `setns' function. */
    223 /* #undef HAVE_SETNS */
    224 
    225 /* Define to 1 if you have the `setpgid' function. */
    226 #define HAVE_SETPGID 1
    227 
    228 /* Define to 1 if you have the `setpgrp' function. */
    229 #define HAVE_SETPGRP 1
    230 
    231 /* Define to 1 if you have the `sigaction' function. */
    232 #define HAVE_SIGACTION 1
    233 
    234 /* Define to 1 if you have the `sigaltstack' function. */
    235 #define HAVE_SIGALTSTACK 1
    236 
    237 /* Define to 1 if you have the <signal.h> header file. */
    238 #define HAVE_SIGNAL_H 1
    239 
    240 /* Define to 1 if you have the `sigprocmask' function. */
    241 #define HAVE_SIGPROCMASK 1
    242 
    243 /* Define if sigsetjmp is available. */
    244 #define HAVE_SIGSETJMP 1
    245 
    246 /* Define to 1 if you have the `sigtimedwait' function. */
    247 #define HAVE_SIGTIMEDWAIT 1
    248 
    249 /* Define to 1 if you have the `socketpair' function. */
    250 #define HAVE_SOCKETPAIR 1
    251 
    252 /* Define to 1 if you have the <stdint.h> header file. */
    253 #define HAVE_STDINT_H 1
    254 
    255 /* Define to 1 if you have the <stdlib.h> header file. */
    256 #define HAVE_STDLIB_H 1
    257 
    258 /* Define to 1 if you have the <strings.h> header file. */
    259 #define HAVE_STRINGS_H 1
    260 
    261 /* Define to 1 if you have the <string.h> header file. */
    262 #define HAVE_STRING_H 1
    263 
    264 /* Define to 1 if `variant.ptwrite' is a member of `struct pt_event'. */
    265 /* #undef HAVE_STRUCT_PT_EVENT_VARIANT_PTWRITE */
    266 
    267 /* Define to 1 if `enabled' is a member of `struct pt_insn'. */
    268 /* #undef HAVE_STRUCT_PT_INSN_ENABLED */
    269 
    270 /* Define to 1 if `resynced' is a member of `struct pt_insn'. */
    271 /* #undef HAVE_STRUCT_PT_INSN_RESYNCED */
    272 
    273 /* Define to 1 if `st_blksize' is a member of `struct stat'. */
    274 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
    275 
    276 /* Define to 1 if `st_blocks' is a member of `struct stat'. */
    277 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
    278 
    279 /* Define to 1 if you have the <sys/param.h> header file. */
    280 #define HAVE_SYS_PARAM_H 1
    281 
    282 /* Define to 1 if you have the <sys/poll.h> header file. */
    283 #define HAVE_SYS_POLL_H 1
    284 
    285 /* Define to 1 if you have the <sys/procfs.h> header file. */
    286 /* #undef HAVE_SYS_PROCFS_H */
    287 
    288 /* Define to 1 if you have the <sys/ptrace.h> header file. */
    289 #define HAVE_SYS_PTRACE_H 1
    290 
    291 /* Define to 1 if you have the <sys/resource.h> header file. */
    292 #define HAVE_SYS_RESOURCE_H 1
    293 
    294 /* Define to 1 if you have the <sys/select.h> header file. */
    295 #define HAVE_SYS_SELECT_H 1
    296 
    297 /* Define to 1 if you have the <sys/socket.h> header file. */
    298 #define HAVE_SYS_SOCKET_H 1
    299 
    300 /* Define to 1 if you have the <sys/stat.h> header file. */
    301 #define HAVE_SYS_STAT_H 1
    302 
    303 /* Define to 1 if you have the <sys/types.h> header file. */
    304 #define HAVE_SYS_TYPES_H 1
    305 
    306 /* Define to 1 if you have the <sys/un.h> header file. */
    307 #define HAVE_SYS_UN_H 1
    308 
    309 /* Define to 1 if you have the <sys/wait.h> header file. */
    310 #define HAVE_SYS_WAIT_H 1
    311 
    312 /* Define to 1 if you have the <termios.h> header file. */
    313 #define HAVE_TERMIOS_H 1
    314 
    315 /* Define to 1 if you have the <thread_db.h> header file. */
    316 /* #undef HAVE_THREAD_DB_H */
    317 
    318 /* Define to 1 if you have the <unistd.h> header file. */
    319 #define HAVE_UNISTD_H 1
    320 
    321 /* Define to 1 if you have the `vfork' function. */
    322 #define HAVE_VFORK 1
    323 
    324 /* Define to 1 if you have the <vfork.h> header file. */
    325 /* #undef HAVE_VFORK_H */
    326 
    327 /* Define to 1 if you have the `wait' function. */
    328 #define HAVE_WAIT 1
    329 
    330 /* Define to 1 if you have the `waitpid' function. */
    331 #define HAVE_WAITPID 1
    332 
    333 /* Define to 1 if you have the <wait.h> header file. */
    334 /* #undef HAVE_WAIT_H */
    335 
    336 /* Define to 1 if you have the <windows.h> header file. */
    337 /* #undef HAVE_WINDOWS_H */
    338 
    339 /* Define to 1 if `fork' works. */
    340 #define HAVE_WORKING_FORK 1
    341 
    342 /* Define to 1 if `vfork' works. */
    343 #define HAVE_WORKING_VFORK 1
    344 
    345 /* Name of package */
    346 #define PACKAGE "gdbsupport"
    347 
    348 /* Define to the address where bug reports for this package should be sent. */
    349 #define PACKAGE_BUGREPORT ""
    350 
    351 /* Define to the full name of this package. */
    352 #define PACKAGE_NAME "gdbsupport"
    353 
    354 /* Define to the full name and version of this package. */
    355 #define PACKAGE_STRING "gdbsupport 1.0"
    356 
    357 /* Define to the one symbol short name of this package. */
    358 #define PACKAGE_TARNAME "gdbsupport"
    359 
    360 /* Define to the home page for this package. */
    361 #define PACKAGE_URL ""
    362 
    363 /* Define to the version of this package. */
    364 #define PACKAGE_VERSION "1.0"
    365 
    366 /* Define to 1 if the "%ll" format works to print long longs. */
    367 /* #undef PRINTF_HAS_LONG_LONG */
    368 
    369 /* Define to necessary symbol if this constant uses a non-standard name on
    370    your system. */
    371 /* #undef PTHREAD_CREATE_JOINABLE */
    372 
    373 /* Define to the type of arg 1 for ptrace. */
    374 #define PTRACE_TYPE_ARG1 int
    375 
    376 /* Define to the type of arg 3 for ptrace. */
    377 #define PTRACE_TYPE_ARG3 void *
    378 
    379 /* Define to the type of arg 4 for ptrace. */
    380 #define PTRACE_TYPE_ARG4 int
    381 
    382 /* Define to the type of arg 5 for ptrace. */
    383 /* #undef PTRACE_TYPE_ARG5 */
    384 
    385 /* Define as the return type of ptrace. */
    386 #define PTRACE_TYPE_RET int
    387 
    388 /* The size of `long long', as computed by sizeof. */
    389 #define SIZEOF_LONG_LONG 8
    390 
    391 /* If using the C implementation of alloca, define if you know the
    392    direction of stack growth for your system; otherwise it will be
    393    automatically deduced at runtime.
    394 	STACK_DIRECTION > 0 => grows toward higher addresses
    395 	STACK_DIRECTION < 0 => grows toward lower addresses
    396 	STACK_DIRECTION = 0 => direction of growth unknown */
    397 /* #undef STACK_DIRECTION */
    398 
    399 /* Define to 1 if you have the ANSI C header files. */
    400 #define STDC_HEADERS 1
    401 
    402 /* Enable extensions on AIX 3, Interix.  */
    403 #ifndef _ALL_SOURCE
    404 # define _ALL_SOURCE 1
    405 #endif
    406 /* Enable GNU extensions on systems that have them.  */
    407 #ifndef _GNU_SOURCE
    408 # define _GNU_SOURCE 1
    409 #endif
    410 /* Enable threading extensions on Solaris.  */
    411 #ifndef _POSIX_PTHREAD_SEMANTICS
    412 # define _POSIX_PTHREAD_SEMANTICS 1
    413 #endif
    414 /* Enable extensions on HP NonStop.  */
    415 #ifndef _TANDEM_SOURCE
    416 # define _TANDEM_SOURCE 1
    417 #endif
    418 /* Enable general extensions on Solaris.  */
    419 #ifndef __EXTENSIONS__
    420 # define __EXTENSIONS__ 1
    421 #endif
    422 
    423 
    424 /* Define if we should use the Windows API, instead of the POSIX API. On
    425    Windows, we use the Windows API when building for MinGW, but the POSIX API
    426    when building for Cygwin. */
    427 /* #undef USE_WIN32API */
    428 
    429 /* Version number of package */
    430 #define VERSION "1.0"
    431 
    432 /* Enable large inode numbers on Mac OS X 10.5.  */
    433 #ifndef _DARWIN_USE_64_BIT_INODE
    434 # define _DARWIN_USE_64_BIT_INODE 1
    435 #endif
    436 
    437 /* Number of bits in a file offset, on hosts where this is settable. */
    438 /* #undef _FILE_OFFSET_BITS */
    439 
    440 /* Define for large files, on AIX-style hosts. */
    441 /* #undef _LARGE_FILES */
    442 
    443 /* Define to 1 if on MINIX. */
    444 /* #undef _MINIX */
    445 
    446 /* Define to 2 if the system does not provide POSIX.1 features except with
    447    this defined. */
    448 /* #undef _POSIX_1_SOURCE */
    449 
    450 /* Define to 1 if you need to in order for `stat' and other things to work. */
    451 /* #undef _POSIX_SOURCE */
    452 
    453 /* Use structured /proc on Solaris. */
    454 #define _STRUCTURED_PROC 1
    455 
    456 /* Define to `int' if <sys/types.h> does not define. */
    457 /* #undef pid_t */
    458 
    459 /* Define to `unsigned int' if <sys/types.h> does not define. */
    460 /* #undef size_t */
    461 
    462 /* Define as `fork' if `vfork' does not work. */
    463 /* #undef vfork */
    464