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