1fdf8f3b1Schristos /* This file is automatically generated. DO NOT EDIT! */ 2*22ebeae4Schristos /* Generated from: NetBSD: mknative-gdb,v 1.17 2024/08/18 03:47:55 rin Exp */ 38d9c9161Schristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */ 4fdf8f3b1Schristos 5fdf8f3b1Schristos /* config.h. Generated from config.in by configure. */ 6fdf8f3b1Schristos /* config.in. Generated from configure.ac by autoheader. */ 7fdf8f3b1Schristos 8fdf8f3b1Schristos /* Define if building universal (internal helper macro) */ 9fdf8f3b1Schristos /* #undef AC_APPLE_UNIVERSAL_BUILD */ 10fdf8f3b1Schristos 11*22ebeae4Schristos /* Additional directories to look for separate debug info. */ 12*22ebeae4Schristos /* #undef ADDITIONAL_DEBUG_DIRS */ 13*22ebeae4Schristos 1434f40950Schristos /* Directories from which to load auto-loaded scripts. */ 155900762bSrin #define AUTO_LOAD_DIR "$debugdir:$datadir/auto-load" 16fdf8f3b1Schristos 1734f40950Schristos /* Directories safe to hold auto-loaded files. */ 185900762bSrin #define AUTO_LOAD_SAFE_PATH "$debugdir:$datadir/auto-load" 19fdf8f3b1Schristos 2034f40950Schristos /* Directory of programs. */ 2134f40950Schristos #define BINDIR "/usr/bin" 22fdf8f3b1Schristos 23fdf8f3b1Schristos /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP 24fdf8f3b1Schristos systems. This function is required for `alloca.c' support on those systems. 25fdf8f3b1Schristos */ 26fdf8f3b1Schristos /* #undef CRAY_STACKSEG_END */ 27fdf8f3b1Schristos 284d342c04Schristos /* Define to 1 if std::thread works. */ 294d342c04Schristos #define CXX_STD_THREAD 1 304d342c04Schristos 31fdf8f3b1Schristos /* Define to 1 if using `alloca.c'. */ 32fdf8f3b1Schristos /* #undef C_ALLOCA */ 33fdf8f3b1Schristos 34fdf8f3b1Schristos /* look for global separate debug info in this path [LIBDIR/debug] */ 35fdf8f3b1Schristos #define DEBUGDIR "/usr/libdata/debug" 36fdf8f3b1Schristos 37fdf8f3b1Schristos /* Define if the separate-debug-dir directory should be relocated when GDB is 38fdf8f3b1Schristos moved. */ 39fdf8f3b1Schristos #define DEBUGDIR_RELOCATABLE 1 40fdf8f3b1Schristos 41fdf8f3b1Schristos /* Define to BFD's default architecture. */ 42fdf8f3b1Schristos #define DEFAULT_BFD_ARCH bfd_sparc_arch 43fdf8f3b1Schristos 44fdf8f3b1Schristos /* Define to BFD's default target vector. */ 45c6bb8cabSchristos #define DEFAULT_BFD_VEC sparc_elf64_vec 46fdf8f3b1Schristos 474d342c04Schristos /* Handle .ctf type-info sections */ 484d342c04Schristos #define ENABLE_LIBCTF 1 494d342c04Schristos 50fdf8f3b1Schristos /* Define to 1 if translation of program messages to the user's native 51fdf8f3b1Schristos language is requested. */ 52*22ebeae4Schristos /* #undef ENABLE_NLS */ 53fdf8f3b1Schristos 54865c57e0Schristos /* The .gdbearlyinit filename. */ 55865c57e0Schristos #define GDBEARLYINIT ".gdbearlyinit" 56865c57e0Schristos 5778ce218aSchristos /* The .gdbinit filename. */ 5878ce218aSchristos #define GDBINIT ".gdbinit" 5978ce218aSchristos 60fdf8f3b1Schristos /* look for global separate data files in this path [DATADIR/gdb] */ 61fdf8f3b1Schristos #define GDB_DATADIR "/usr/share/gdb" 62fdf8f3b1Schristos 63fdf8f3b1Schristos /* Define if the gdb-datadir directory should be relocated when GDB is moved. 64fdf8f3b1Schristos */ 65fdf8f3b1Schristos #define GDB_DATADIR_RELOCATABLE 1 66fdf8f3b1Schristos 67fdf8f3b1Schristos /* Define to be a string naming the default host character set. */ 68fdf8f3b1Schristos #define GDB_DEFAULT_HOST_CHARSET "UTF-8" 69fdf8f3b1Schristos 70fdf8f3b1Schristos /* Host double floatformat */ 71fdf8f3b1Schristos #define GDB_HOST_DOUBLE_FORMAT 0 72fdf8f3b1Schristos 73fdf8f3b1Schristos /* Host float floatformat */ 74fdf8f3b1Schristos #define GDB_HOST_FLOAT_FORMAT 0 75fdf8f3b1Schristos 76fdf8f3b1Schristos /* Host long double floatformat */ 77fdf8f3b1Schristos #define GDB_HOST_LONG_DOUBLE_FORMAT 0 78fdf8f3b1Schristos 79fdf8f3b1Schristos /* nativefile */ 80fdf8f3b1Schristos /* #undef GDB_NM_FILE */ 81fdf8f3b1Schristos 82fdf8f3b1Schristos /* Define to the default OS ABI for this configuration. */ 835900762bSrin #define GDB_OSABI_DEFAULT GDB_OSABI_NETBSD 84fdf8f3b1Schristos 8523a8d08dSmrg /* Define if self-testing features should be enabled */ 86865c57e0Schristos /* #undef GDB_SELF_TEST */ 8723a8d08dSmrg 88fdf8f3b1Schristos /* Define to 1 if you have `alloca', as a function or macro. */ 89fdf8f3b1Schristos #define HAVE_ALLOCA 1 90fdf8f3b1Schristos 91fdf8f3b1Schristos /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). 92fdf8f3b1Schristos */ 93fdf8f3b1Schristos /* #undef HAVE_ALLOCA_H */ 94fdf8f3b1Schristos 95*22ebeae4Schristos /* Define if amd-dbgapi is being linked in. */ 96*22ebeae4Schristos /* #undef HAVE_AMD_DBGAPI */ 97*22ebeae4Schristos 98fdf8f3b1Schristos /* Define to 1 if you have the `btowc' function. */ 99fdf8f3b1Schristos #define HAVE_BTOWC 1 100fdf8f3b1Schristos 101*22ebeae4Schristos /* Define to 1 if you have the Mac OS X function 102*22ebeae4Schristos CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */ 103*22ebeae4Schristos /* #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES */ 104*22ebeae4Schristos 105*22ebeae4Schristos /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in 106*22ebeae4Schristos the CoreFoundation framework. */ 107*22ebeae4Schristos /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */ 108*22ebeae4Schristos 109fdf8f3b1Schristos /* Define to 1 if you have the <cursesX.h> header file. */ 110fdf8f3b1Schristos /* #undef HAVE_CURSESX_H */ 111fdf8f3b1Schristos 112fdf8f3b1Schristos /* Define to 1 if you have the <curses.h> header file. */ 113fdf8f3b1Schristos #define HAVE_CURSES_H 1 114fdf8f3b1Schristos 115*22ebeae4Schristos /* define if the compiler supports basic C++17 syntax */ 116*22ebeae4Schristos #define HAVE_CXX17 1 117*22ebeae4Schristos 118*22ebeae4Schristos /* Define if the GNU dcgettext() function is already present or preinstalled. 119*22ebeae4Schristos */ 120*22ebeae4Schristos /* #undef HAVE_DCGETTEXT */ 1218b7331e5Schristos 122fdf8f3b1Schristos /* Define to 1 if you have the declaration of `ADDR_NO_RANDOMIZE', and to 0 if 123fdf8f3b1Schristos you don't. */ 124fdf8f3b1Schristos #define HAVE_DECL_ADDR_NO_RANDOMIZE 0 125fdf8f3b1Schristos 126822f2954Schristos /* Define to 1 if you have the declaration of `asprintf', and to 0 if you 127822f2954Schristos don't. */ 128822f2954Schristos #define HAVE_DECL_ASPRINTF 1 129822f2954Schristos 130822f2954Schristos /* Define to 1 if you have the declaration of `basename(char *)', and to 0 if 131822f2954Schristos you don't. */ 132822f2954Schristos #define HAVE_DECL_BASENAME 0 133822f2954Schristos 134822f2954Schristos /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */ 135822f2954Schristos #define HAVE_DECL_FFS 1 136822f2954Schristos 137fdf8f3b1Schristos /* Define to 1 if you have the declaration of `getthrds', and to 0 if you 138fdf8f3b1Schristos don't. */ 139fdf8f3b1Schristos /* #undef HAVE_DECL_GETTHRDS */ 140fdf8f3b1Schristos 141fdf8f3b1Schristos /* Define to 1 if you have the declaration of `snprintf', and to 0 if you 142fdf8f3b1Schristos don't. */ 143fdf8f3b1Schristos #define HAVE_DECL_SNPRINTF 1 144fdf8f3b1Schristos 145fdf8f3b1Schristos /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't. 146fdf8f3b1Schristos */ 147fdf8f3b1Schristos #define HAVE_DECL_STRSTR 1 148fdf8f3b1Schristos 149822f2954Schristos /* Define to 1 if you have the declaration of `strtol', and to 0 if you don't. 150822f2954Schristos */ 151822f2954Schristos #define HAVE_DECL_STRTOL 1 152822f2954Schristos 153822f2954Schristos /* Define to 1 if you have the declaration of `strtoll', and to 0 if you 154822f2954Schristos don't. */ 155822f2954Schristos #define HAVE_DECL_STRTOLL 1 156822f2954Schristos 157822f2954Schristos /* Define to 1 if you have the declaration of `strtoul', and to 0 if you 158822f2954Schristos don't. */ 159822f2954Schristos #define HAVE_DECL_STRTOUL 1 160822f2954Schristos 161822f2954Schristos /* Define to 1 if you have the declaration of `strtoull', and to 0 if you 162822f2954Schristos don't. */ 163822f2954Schristos #define HAVE_DECL_STRTOULL 1 164822f2954Schristos 165822f2954Schristos /* Define to 1 if you have the declaration of `strverscmp', and to 0 if you 166822f2954Schristos don't. */ 167822f2954Schristos #define HAVE_DECL_STRVERSCMP 0 168822f2954Schristos 169822f2954Schristos /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you 170822f2954Schristos don't. */ 171822f2954Schristos #define HAVE_DECL_VASPRINTF 1 172822f2954Schristos 173822f2954Schristos /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you 174822f2954Schristos don't. */ 175822f2954Schristos #define HAVE_DECL_VSNPRINTF 1 176822f2954Schristos 17734f40950Schristos /* Define to 1 if you have the <dlfcn.h> header file. */ 17834f40950Schristos #define HAVE_DLFCN_H 1 17934f40950Schristos 180fdf8f3b1Schristos /* Define if ELF support should be included. */ 181fdf8f3b1Schristos #define HAVE_ELF 1 182fdf8f3b1Schristos 1838d9c9161Schristos /* Define if <sys/procfs.h> has elf_fpregset_t. */ 1848d9c9161Schristos /* #undef HAVE_ELF_FPREGSET_T */ 1858d9c9161Schristos 186fdf8f3b1Schristos /* Define to 1 if you have the <elf_hp.h> header file. */ 187fdf8f3b1Schristos /* #undef HAVE_ELF_HP_H */ 188fdf8f3b1Schristos 189fdf8f3b1Schristos /* Define to 1 if your system has the etext variable. */ 190fdf8f3b1Schristos #define HAVE_ETEXT 1 191fdf8f3b1Schristos 192865c57e0Schristos /* Define to 1 if execinfo.h backtrace functions are available. */ 193865c57e0Schristos /* #undef HAVE_EXECINFO_BACKTRACE */ 194865c57e0Schristos 195865c57e0Schristos /* Define to 1 if you have the <execinfo.h> header file. */ 196865c57e0Schristos #define HAVE_EXECINFO_H 1 197865c57e0Schristos 19878ce218aSchristos /* Define to 1 if you have the `fdwalk' function. */ 19978ce218aSchristos /* #undef HAVE_FDWALK */ 20078ce218aSchristos 201fdf8f3b1Schristos /* Define to 1 if you have the `fork' function. */ 202fdf8f3b1Schristos #define HAVE_FORK 1 203fdf8f3b1Schristos 204fdf8f3b1Schristos /* Define if <sys/procfs.h> has fpregset_t. */ 205fdf8f3b1Schristos /* #undef HAVE_FPREGSET_T */ 206fdf8f3b1Schristos 207822f2954Schristos /* Define to 1 if you have the `getauxval' function. */ 208822f2954Schristos /* #undef HAVE_GETAUXVAL */ 209822f2954Schristos 210fdf8f3b1Schristos /* Define to 1 if you have the `getgid' function. */ 211fdf8f3b1Schristos #define HAVE_GETGID 1 212fdf8f3b1Schristos 213fdf8f3b1Schristos /* Define to 1 if you have the `getpagesize' function. */ 214fdf8f3b1Schristos #define HAVE_GETPAGESIZE 1 215fdf8f3b1Schristos 2168d9c9161Schristos /* Define to 1 if you have the `getpgid' function. */ 2178d9c9161Schristos #define HAVE_GETPGID 1 2188d9c9161Schristos 219fdf8f3b1Schristos /* Define to 1 if you have the `getrlimit' function. */ 220fdf8f3b1Schristos #define HAVE_GETRLIMIT 1 221fdf8f3b1Schristos 222fdf8f3b1Schristos /* Define to 1 if you have the `getrusage' function. */ 223fdf8f3b1Schristos #define HAVE_GETRUSAGE 1 224fdf8f3b1Schristos 225*22ebeae4Schristos /* Define if the GNU gettext() function is already present or preinstalled. */ 226*22ebeae4Schristos /* #undef HAVE_GETTEXT */ 227*22ebeae4Schristos 228fdf8f3b1Schristos /* Define to 1 if you have the `getuid' function. */ 229fdf8f3b1Schristos #define HAVE_GETUID 1 230fdf8f3b1Schristos 231fdf8f3b1Schristos /* Define if <sys/procfs.h> has gregset_t. */ 232fdf8f3b1Schristos /* #undef HAVE_GREGSET_T */ 233fdf8f3b1Schristos 234c6bb8cabSchristos /* Define if Guile interpreter is being linked in. */ 235c6bb8cabSchristos /* #undef HAVE_GUILE */ 236c6bb8cabSchristos 237822f2954Schristos /* Define if Guile supports manual finalization. */ 238822f2954Schristos /* #undef HAVE_GUILE_MANUAL_FINALIZATION */ 239822f2954Schristos 240*22ebeae4Schristos /* Define if you have the iconv() function and it works. */ 241fdf8f3b1Schristos #define HAVE_ICONV 1 242fdf8f3b1Schristos 243fdf8f3b1Schristos /* Define to 1 if you have the `iconvlist' function. */ 244fdf8f3b1Schristos /* #undef HAVE_ICONVLIST */ 245fdf8f3b1Schristos 246fdf8f3b1Schristos /* Define to 1 if you have the <inttypes.h> header file. */ 247fdf8f3b1Schristos #define HAVE_INTTYPES_H 1 248fdf8f3b1Schristos 249865c57e0Schristos /* Define to 1 if you have the `kinfo_getfile' function. */ 2508d9c9161Schristos /* #undef HAVE_KINFO_GETFILE */ 2518d9c9161Schristos 252fdf8f3b1Schristos /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */ 253fdf8f3b1Schristos #define HAVE_LANGINFO_CODESET 1 254fdf8f3b1Schristos 255fdf8f3b1Schristos /* Define if your <locale.h> file defines LC_MESSAGES. */ 256fdf8f3b1Schristos #define HAVE_LC_MESSAGES 1 257fdf8f3b1Schristos 25878ce218aSchristos /* Define if you have the babeltrace library. */ 25978ce218aSchristos /* #undef HAVE_LIBBABELTRACE */ 26078ce218aSchristos 261865c57e0Schristos /* Define if libbacktrace is being used. */ 262865c57e0Schristos #define HAVE_LIBBACKTRACE 1 263865c57e0Schristos 264*22ebeae4Schristos /* Define to 1 if curses is enabled. */ 265*22ebeae4Schristos #define HAVE_LIBCURSES 1 266*22ebeae4Schristos 2674d342c04Schristos /* Define to 1 if debuginfod is enabled. */ 2684d342c04Schristos /* #undef HAVE_LIBDEBUGINFOD */ 2694d342c04Schristos 270*22ebeae4Schristos /* Define to 1 if debuginfod section downloading is supported. */ 271*22ebeae4Schristos /* #undef HAVE_LIBDEBUGINFOD_FIND_SECTION */ 272*22ebeae4Schristos 273fdf8f3b1Schristos /* Define if you have the expat library. */ 27454eac751Schristos #define HAVE_LIBEXPAT 1 275fdf8f3b1Schristos 276fdf8f3b1Schristos /* Define to 1 if you have the `libiconvlist' function. */ 277fdf8f3b1Schristos /* #undef HAVE_LIBICONVLIST */ 278fdf8f3b1Schristos 279822f2954Schristos /* Define if you have the ipt library. */ 280822f2954Schristos /* #undef HAVE_LIBIPT */ 281822f2954Schristos 28234f40950Schristos /* Define if you have the lzma library. */ 28334f40950Schristos /* #undef HAVE_LIBLZMA */ 28434f40950Schristos 285fdf8f3b1Schristos /* Define to 1 if you have the `m' library (-lm). */ 286fdf8f3b1Schristos #define HAVE_LIBM 1 287fdf8f3b1Schristos 288fdf8f3b1Schristos /* Define to 1 if you have the <libunwind-ia64.h> header file. */ 289fdf8f3b1Schristos /* #undef HAVE_LIBUNWIND_IA64_H */ 290fdf8f3b1Schristos 2914d342c04Schristos /* Define if you have the xxhash library. */ 2924d342c04Schristos /* #undef HAVE_LIBXXHASH */ 2934d342c04Schristos 2948d9c9161Schristos /* Define to 1 if you have the <linux/elf.h> header file. */ 2958d9c9161Schristos /* #undef HAVE_LINUX_ELF_H */ 296fdf8f3b1Schristos 29734f40950Schristos /* Define to 1 if you have the <linux/perf_event.h> header file. */ 29834f40950Schristos /* #undef HAVE_LINUX_PERF_EVENT_H */ 29934f40950Schristos 300fdf8f3b1Schristos /* Define to 1 if you have the <locale.h> header file. */ 301fdf8f3b1Schristos #define HAVE_LOCALE_H 1 302fdf8f3b1Schristos 303fdf8f3b1Schristos /* Define to 1 if the compiler supports long double. */ 304fdf8f3b1Schristos #define HAVE_LONG_DOUBLE 1 305fdf8f3b1Schristos 306822f2954Schristos /* Define to 1 if the system has the type `long long'. */ 307822f2954Schristos #define HAVE_LONG_LONG 1 308822f2954Schristos 309fdf8f3b1Schristos /* Define if <sys/procfs.h> has lwpid_t. */ 310fdf8f3b1Schristos /* #undef HAVE_LWPID_T */ 311fdf8f3b1Schristos 312fdf8f3b1Schristos /* Define to 1 if you have the <machine/reg.h> header file. */ 313fdf8f3b1Schristos #define HAVE_MACHINE_REG_H 1 314fdf8f3b1Schristos 315fdf8f3b1Schristos /* Define to 1 if you have the <memory.h> header file. */ 316fdf8f3b1Schristos #define HAVE_MEMORY_H 1 317fdf8f3b1Schristos 318fdf8f3b1Schristos /* Define to 1 if you have a working `mmap' system call. */ 319fdf8f3b1Schristos #define HAVE_MMAP 1 320fdf8f3b1Schristos 321fdf8f3b1Schristos /* Define to 1 if you have the `monstartup' function. */ 322fdf8f3b1Schristos #define HAVE_MONSTARTUP 1 323fdf8f3b1Schristos 3248d9c9161Schristos /* Define to 1 if you have the <ncursesw/ncurses.h> header file. */ 3258d9c9161Schristos /* #undef HAVE_NCURSESW_NCURSES_H */ 3268d9c9161Schristos 327fdf8f3b1Schristos /* Define to 1 if you have the <ncurses.h> header file. */ 328fdf8f3b1Schristos /* #undef HAVE_NCURSES_H */ 329fdf8f3b1Schristos 330fdf8f3b1Schristos /* Define to 1 if you have the <ncurses/ncurses.h> header file. */ 331fdf8f3b1Schristos /* #undef HAVE_NCURSES_NCURSES_H */ 332fdf8f3b1Schristos 333fdf8f3b1Schristos /* Define to 1 if you have the <ncurses/term.h> header file. */ 334fdf8f3b1Schristos /* #undef HAVE_NCURSES_TERM_H */ 335fdf8f3b1Schristos 336fdf8f3b1Schristos /* Define to 1 if you have the <nlist.h> header file. */ 337fdf8f3b1Schristos #define HAVE_NLIST_H 1 338fdf8f3b1Schristos 339fdf8f3b1Schristos /* Define to 1 if you have the `pipe' function. */ 340fdf8f3b1Schristos #define HAVE_PIPE 1 341fdf8f3b1Schristos 34278ce218aSchristos /* Define to 1 if you have the `pipe2' function. */ 34378ce218aSchristos #define HAVE_PIPE2 1 34478ce218aSchristos 345fdf8f3b1Schristos /* Define to 1 if you have the `poll' function. */ 346fdf8f3b1Schristos #define HAVE_POLL 1 347fdf8f3b1Schristos 348fdf8f3b1Schristos /* Define to 1 if you have the <poll.h> header file. */ 349fdf8f3b1Schristos #define HAVE_POLL_H 1 350fdf8f3b1Schristos 351fdf8f3b1Schristos /* Define to 1 if you have the `posix_madvise' function. */ 352fdf8f3b1Schristos #define HAVE_POSIX_MADVISE 1 353fdf8f3b1Schristos 35434f40950Schristos /* Define to 1 if you have the `pread' function. */ 35534f40950Schristos #define HAVE_PREAD 1 35634f40950Schristos 357fdf8f3b1Schristos /* Define to 1 if you have the `pread64' function. */ 358fdf8f3b1Schristos /* #undef HAVE_PREAD64 */ 359fdf8f3b1Schristos 360fdf8f3b1Schristos /* Define if <sys/procfs.h> has prfpregset_t. */ 361fdf8f3b1Schristos /* #undef HAVE_PRFPREGSET_T */ 362fdf8f3b1Schristos 363fdf8f3b1Schristos /* Define if <sys/procfs.h> has prgregset32_t. */ 364fdf8f3b1Schristos /* #undef HAVE_PRGREGSET32_T */ 365fdf8f3b1Schristos 366fdf8f3b1Schristos /* Define if <sys/procfs.h> has prgregset_t. */ 367fdf8f3b1Schristos /* #undef HAVE_PRGREGSET_T */ 368fdf8f3b1Schristos 369fdf8f3b1Schristos /* Define to 1 if you have the <proc_service.h> header file. */ 370fdf8f3b1Schristos /* #undef HAVE_PROC_SERVICE_H */ 371fdf8f3b1Schristos 372fdf8f3b1Schristos /* Define if <sys/procfs.h> has psaddr_t. */ 373fdf8f3b1Schristos /* #undef HAVE_PSADDR_T */ 374fdf8f3b1Schristos 3754d342c04Schristos /* Have PTHREAD_PRIO_INHERIT. */ 3764d342c04Schristos #define HAVE_PTHREAD_PRIO_INHERIT 1 3774d342c04Schristos 3784d342c04Schristos /* Define to 1 if you have the `pthread_setname_np' function. */ 3795900762bSrin #define HAVE_PTHREAD_SETNAME_NP 1 3804d342c04Schristos 3814d342c04Schristos /* Define to 1 if you have the `pthread_sigmask' function. */ 3825900762bSrin #define HAVE_PTHREAD_SIGMASK 1 3834d342c04Schristos 38478ce218aSchristos /* Define to 1 if you have the `ptrace64' function. */ 38578ce218aSchristos /* #undef HAVE_PTRACE64 */ 386fdf8f3b1Schristos 387fdf8f3b1Schristos /* Define if sys/ptrace.h defines the PTRACE_GETFPXREGS request. */ 388fdf8f3b1Schristos /* #undef HAVE_PTRACE_GETFPXREGS */ 389fdf8f3b1Schristos 390fdf8f3b1Schristos /* Define if sys/ptrace.h defines the PTRACE_GETREGS request. */ 391fdf8f3b1Schristos /* #undef HAVE_PTRACE_GETREGS */ 392fdf8f3b1Schristos 393fdf8f3b1Schristos /* Define to 1 if you have the <ptrace.h> header file. */ 394fdf8f3b1Schristos /* #undef HAVE_PTRACE_H */ 395fdf8f3b1Schristos 396fdf8f3b1Schristos /* Define if sys/ptrace.h defines the PT_GETDBREGS request. */ 397fdf8f3b1Schristos /* #undef HAVE_PT_GETDBREGS */ 398fdf8f3b1Schristos 3998d9c9161Schristos /* Define to 1 if you have the `pt_insn_event' function. */ 4008d9c9161Schristos /* #undef HAVE_PT_INSN_EVENT */ 4018d9c9161Schristos 40234f40950Schristos /* Define to 1 if you have the `pwrite' function. */ 40334f40950Schristos #define HAVE_PWRITE 1 40434f40950Schristos 405fdf8f3b1Schristos /* Define if Python interpreter is being linked in. */ 406fdf8f3b1Schristos /* #undef HAVE_PYTHON */ 407fdf8f3b1Schristos 408865c57e0Schristos /* Define to 1 if you have the <readline/readline.h> header file. */ 409865c57e0Schristos /* #undef HAVE_READLINE_READLINE_H */ 410865c57e0Schristos 411fdf8f3b1Schristos /* Define to 1 if you have the `resize_term' function. */ 4125900762bSrin #define HAVE_RESIZE_TERM 1 413fdf8f3b1Schristos 414fdf8f3b1Schristos /* Define to 1 if you have the `sbrk' function. */ 415fdf8f3b1Schristos #define HAVE_SBRK 1 416fdf8f3b1Schristos 417c6bb8cabSchristos /* Define to 1 if you have the `scm_new_smob' function. */ 418c6bb8cabSchristos /* #undef HAVE_SCM_NEW_SMOB */ 419c6bb8cabSchristos 420fdf8f3b1Schristos /* Define to 1 if you have the `setlocale' function. */ 421fdf8f3b1Schristos #define HAVE_SETLOCALE 1 422fdf8f3b1Schristos 423822f2954Schristos /* Define to 1 if you have the `setns' function. */ 424822f2954Schristos /* #undef HAVE_SETNS */ 425822f2954Schristos 426fdf8f3b1Schristos /* Define to 1 if you have the `setpgid' function. */ 427fdf8f3b1Schristos #define HAVE_SETPGID 1 428fdf8f3b1Schristos 429fdf8f3b1Schristos /* Define to 1 if you have the `setpgrp' function. */ 430fdf8f3b1Schristos #define HAVE_SETPGRP 1 431fdf8f3b1Schristos 432fdf8f3b1Schristos /* Define to 1 if you have the `setrlimit' function. */ 433fdf8f3b1Schristos #define HAVE_SETRLIMIT 1 434fdf8f3b1Schristos 435fdf8f3b1Schristos /* Define to 1 if you have the `setsid' function. */ 436fdf8f3b1Schristos #define HAVE_SETSID 1 437fdf8f3b1Schristos 438fdf8f3b1Schristos /* Define to 1 if you have the `sigaction' function. */ 439fdf8f3b1Schristos #define HAVE_SIGACTION 1 440fdf8f3b1Schristos 441c6bb8cabSchristos /* Define to 1 if you have the `sigaltstack' function. */ 442c6bb8cabSchristos #define HAVE_SIGALTSTACK 1 443c6bb8cabSchristos 444fdf8f3b1Schristos /* Define to 1 if you have the <signal.h> header file. */ 445fdf8f3b1Schristos #define HAVE_SIGNAL_H 1 446fdf8f3b1Schristos 447fdf8f3b1Schristos /* Define to 1 if you have the `sigprocmask' function. */ 448fdf8f3b1Schristos #define HAVE_SIGPROCMASK 1 449fdf8f3b1Schristos 450fdf8f3b1Schristos /* Define if sigsetjmp is available. */ 451fdf8f3b1Schristos #define HAVE_SIGSETJMP 1 452fdf8f3b1Schristos 453fdf8f3b1Schristos /* Define to 1 if you have the `sigsetmask' function. */ 454fdf8f3b1Schristos #define HAVE_SIGSETMASK 1 455fdf8f3b1Schristos 456865c57e0Schristos /* Define to 1 if you have the `sigtimedwait' function. */ 457865c57e0Schristos #define HAVE_SIGTIMEDWAIT 1 458865c57e0Schristos 459fdf8f3b1Schristos /* Define to 1 if you have the `socketpair' function. */ 460fdf8f3b1Schristos #define HAVE_SOCKETPAIR 1 461fdf8f3b1Schristos 462fdf8f3b1Schristos /* Define to 1 if the system has the type `socklen_t'. */ 463fdf8f3b1Schristos #define HAVE_SOCKLEN_T 1 464fdf8f3b1Schristos 4658d9c9161Schristos /* Define to 1 if the source-highlight library is available */ 4668d9c9161Schristos /* #undef HAVE_SOURCE_HIGHLIGHT */ 4678d9c9161Schristos 468fdf8f3b1Schristos /* Define to 1 if you have the <stdint.h> header file. */ 469fdf8f3b1Schristos #define HAVE_STDINT_H 1 470fdf8f3b1Schristos 471fdf8f3b1Schristos /* Define to 1 if you have the <stdlib.h> header file. */ 472fdf8f3b1Schristos #define HAVE_STDLIB_H 1 473fdf8f3b1Schristos 474fdf8f3b1Schristos /* Define to 1 if you have the <strings.h> header file. */ 475fdf8f3b1Schristos #define HAVE_STRINGS_H 1 476fdf8f3b1Schristos 477fdf8f3b1Schristos /* Define to 1 if you have the <string.h> header file. */ 478fdf8f3b1Schristos #define HAVE_STRING_H 1 479fdf8f3b1Schristos 480fdf8f3b1Schristos /* Define to 1 if your system has struct lwp. */ 481e5d758f8Schristos #define HAVE_STRUCT_LWP 1 482fdf8f3b1Schristos 4838d9c9161Schristos /* Define to 1 if `pl_syscall_code' is a member of `struct ptrace_lwpinfo'. */ 48423a8d08dSmrg /* #undef HAVE_STRUCT_PTRACE_LWPINFO_PL_SYSCALL_CODE */ 48523a8d08dSmrg 4868d9c9161Schristos /* Define to 1 if `pl_tdname' is a member of `struct ptrace_lwpinfo'. */ 4878b7331e5Schristos /* #undef HAVE_STRUCT_PTRACE_LWPINFO_PL_TDNAME */ 4888b7331e5Schristos 4898d9c9161Schristos /* Define to 1 if `enabled' is a member of `struct pt_insn'. */ 4908d9c9161Schristos /* #undef HAVE_STRUCT_PT_INSN_ENABLED */ 4918d9c9161Schristos 4928d9c9161Schristos /* Define to 1 if `resynced' is a member of `struct pt_insn'. */ 4938d9c9161Schristos /* #undef HAVE_STRUCT_PT_INSN_RESYNCED */ 4948d9c9161Schristos 495fdf8f3b1Schristos /* Define to 1 if your system has struct reg in <machine/reg.h>. */ 496fdf8f3b1Schristos #define HAVE_STRUCT_REG 1 497fdf8f3b1Schristos 4988d9c9161Schristos /* Define to 1 if `r_fs' is a member of `struct reg'. */ 499fdf8f3b1Schristos /* #undef HAVE_STRUCT_REG_R_FS */ 500fdf8f3b1Schristos 5018d9c9161Schristos /* Define to 1 if `r_gs' is a member of `struct reg'. */ 502fdf8f3b1Schristos /* #undef HAVE_STRUCT_REG_R_GS */ 503fdf8f3b1Schristos 5048d9c9161Schristos /* Define to 1 if `st_blksize' is a member of `struct stat'. */ 505fdf8f3b1Schristos #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 506fdf8f3b1Schristos 5078d9c9161Schristos /* Define to 1 if `st_blocks' is a member of `struct stat'. */ 508fdf8f3b1Schristos #define HAVE_STRUCT_STAT_ST_BLOCKS 1 509fdf8f3b1Schristos 5108d9c9161Schristos /* Define to 1 if `td_pcb' is a member of `struct thread'. */ 511fdf8f3b1Schristos /* #undef HAVE_STRUCT_THREAD_TD_PCB */ 512fdf8f3b1Schristos 513fdf8f3b1Schristos /* Define to 1 if you have the <sys/debugreg.h> header file. */ 514fdf8f3b1Schristos /* #undef HAVE_SYS_DEBUGREG_H */ 515fdf8f3b1Schristos 516fdf8f3b1Schristos /* Define to 1 if you have the <sys/file.h> header file. */ 517fdf8f3b1Schristos #define HAVE_SYS_FILE_H 1 518fdf8f3b1Schristos 519fdf8f3b1Schristos /* Define to 1 if you have the <sys/filio.h> header file. */ 520fdf8f3b1Schristos #define HAVE_SYS_FILIO_H 1 521fdf8f3b1Schristos 522fdf8f3b1Schristos /* Define to 1 if you have the <sys/ioctl.h> header file. */ 523fdf8f3b1Schristos #define HAVE_SYS_IOCTL_H 1 524fdf8f3b1Schristos 525fdf8f3b1Schristos /* Define to 1 if you have the <sys/param.h> header file. */ 526fdf8f3b1Schristos #define HAVE_SYS_PARAM_H 1 527fdf8f3b1Schristos 528fdf8f3b1Schristos /* Define to 1 if you have the <sys/poll.h> header file. */ 529fdf8f3b1Schristos #define HAVE_SYS_POLL_H 1 530fdf8f3b1Schristos 531865c57e0Schristos /* Define to 1 if you have the <sys/procctl.h> header file. */ 532865c57e0Schristos /* #undef HAVE_SYS_PROCCTL_H */ 533865c57e0Schristos 534fdf8f3b1Schristos /* Define to 1 if you have the <sys/procfs.h> header file. */ 535fdf8f3b1Schristos /* #undef HAVE_SYS_PROCFS_H */ 536fdf8f3b1Schristos 537fdf8f3b1Schristos /* Define to 1 if you have the <sys/ptrace.h> header file. */ 538fdf8f3b1Schristos #define HAVE_SYS_PTRACE_H 1 539fdf8f3b1Schristos 540fdf8f3b1Schristos /* Define to 1 if you have the <sys/reg.h> header file. */ 541fdf8f3b1Schristos /* #undef HAVE_SYS_REG_H */ 542fdf8f3b1Schristos 543fdf8f3b1Schristos /* Define to 1 if you have the <sys/resource.h> header file. */ 544fdf8f3b1Schristos #define HAVE_SYS_RESOURCE_H 1 545fdf8f3b1Schristos 546fdf8f3b1Schristos /* Define to 1 if you have the <sys/select.h> header file. */ 547fdf8f3b1Schristos #define HAVE_SYS_SELECT_H 1 548fdf8f3b1Schristos 54934f40950Schristos /* Define to 1 if you have the <sys/socket.h> header file. */ 55034f40950Schristos #define HAVE_SYS_SOCKET_H 1 55134f40950Schristos 552fdf8f3b1Schristos /* Define to 1 if you have the <sys/stat.h> header file. */ 553fdf8f3b1Schristos #define HAVE_SYS_STAT_H 1 554fdf8f3b1Schristos 555fdf8f3b1Schristos /* Define to 1 if you have the <sys/types.h> header file. */ 556fdf8f3b1Schristos #define HAVE_SYS_TYPES_H 1 557fdf8f3b1Schristos 55834f40950Schristos /* Define to 1 if you have the <sys/un.h> header file. */ 55934f40950Schristos #define HAVE_SYS_UN_H 1 56034f40950Schristos 561fdf8f3b1Schristos /* Define to 1 if you have the <sys/user.h> header file. */ 5628b7331e5Schristos /* #undef HAVE_SYS_USER_H */ 563fdf8f3b1Schristos 564fdf8f3b1Schristos /* Define to 1 if you have the <sys/wait.h> header file. */ 565fdf8f3b1Schristos #define HAVE_SYS_WAIT_H 1 566fdf8f3b1Schristos 567fdf8f3b1Schristos /* Define to 1 if you have the <termios.h> header file. */ 568fdf8f3b1Schristos #define HAVE_TERMIOS_H 1 569fdf8f3b1Schristos 570fdf8f3b1Schristos /* Define to 1 if you have the <term.h> header file. */ 571fdf8f3b1Schristos #define HAVE_TERM_H 1 572fdf8f3b1Schristos 573fdf8f3b1Schristos /* Define to 1 if you have the <thread_db.h> header file. */ 574fdf8f3b1Schristos /* #undef HAVE_THREAD_DB_H */ 575fdf8f3b1Schristos 576fdf8f3b1Schristos /* Define to 1 if you have the `ttrace' function. */ 577fdf8f3b1Schristos /* #undef HAVE_TTRACE */ 578fdf8f3b1Schristos 579fdf8f3b1Schristos /* Define to 1 if you have the <unistd.h> header file. */ 580fdf8f3b1Schristos #define HAVE_UNISTD_H 1 581fdf8f3b1Schristos 5828d9c9161Schristos /* Define to 1 if you have the `use_default_colors' function. */ 5835900762bSrin #define HAVE_USE_DEFAULT_COLORS 1 5848d9c9161Schristos 585fdf8f3b1Schristos /* Define to 1 if you have the `vfork' function. */ 586fdf8f3b1Schristos #define HAVE_VFORK 1 587fdf8f3b1Schristos 588fdf8f3b1Schristos /* Define to 1 if you have the <vfork.h> header file. */ 589fdf8f3b1Schristos /* #undef HAVE_VFORK_H */ 590fdf8f3b1Schristos 591fdf8f3b1Schristos /* Define to 1 if you have the `waitpid' function. */ 592fdf8f3b1Schristos #define HAVE_WAITPID 1 593fdf8f3b1Schristos 594fdf8f3b1Schristos /* Define to 1 if you have the <wait.h> header file. */ 595fdf8f3b1Schristos /* #undef HAVE_WAIT_H */ 596fdf8f3b1Schristos 597c6bb8cabSchristos /* Define to 1 if you have the <windows.h> header file. */ 598c6bb8cabSchristos /* #undef HAVE_WINDOWS_H */ 599c6bb8cabSchristos 600fdf8f3b1Schristos /* Define to 1 if `fork' works. */ 601fdf8f3b1Schristos #define HAVE_WORKING_FORK 1 602fdf8f3b1Schristos 603fdf8f3b1Schristos /* Define to 1 if `vfork' works. */ 604fdf8f3b1Schristos #define HAVE_WORKING_VFORK 1 605fdf8f3b1Schristos 606fdf8f3b1Schristos /* Define to 1 if you have the `wresize' function. */ 6075900762bSrin #define HAVE_WRESIZE 1 608fdf8f3b1Schristos 6094d342c04Schristos /* Define to 1 if you have the <ws2tcpip.h> header file. */ 6104d342c04Schristos /* #undef HAVE_WS2TCPIP_H */ 6114d342c04Schristos 612fdf8f3b1Schristos /* Define to 1 if you have the `XML_StopParser' function. */ 61354eac751Schristos #define HAVE_XML_STOPPARSER 1 614fdf8f3b1Schristos 615865c57e0Schristos /* Define to 1 if zstd is enabled. */ 616865c57e0Schristos /* #undef HAVE_ZSTD */ 617865c57e0Schristos 618fdf8f3b1Schristos /* Define to 1 if your system has the _etext variable. */ 619fdf8f3b1Schristos #define HAVE__ETEXT 1 620fdf8f3b1Schristos 621fdf8f3b1Schristos /* Define to 1 if you have the `_mcleanup' function. */ 622fdf8f3b1Schristos #define HAVE__MCLEANUP 1 623fdf8f3b1Schristos 62434f40950Schristos /* Path of directory of iconv program. */ 62534f40950Schristos /* #undef ICONV_BIN */ 62634f40950Schristos 62734f40950Schristos /* Define if the iconv directory should be relocated when GDB is moved. */ 62834f40950Schristos /* #undef ICONV_BIN_RELOCATABLE */ 62934f40950Schristos 630fdf8f3b1Schristos /* Define as const if the declaration of iconv() needs const. */ 63177a1ad5fSkamil #define ICONV_CONST 632fdf8f3b1Schristos 63334f40950Schristos /* directory to load the JIT readers from */ 63434f40950Schristos #define JIT_READER_DIR "/usr/lib/gdb" 63534f40950Schristos 63634f40950Schristos /* Define if the jit-reader-dir directory should be relocated when GDB is 63734f40950Schristos moved. */ 63834f40950Schristos #define JIT_READER_DIR_RELOCATABLE 1 639fdf8f3b1Schristos 640865c57e0Schristos /* Define to the sub-directory in which libtool stores uninstalled libraries. 641865c57e0Schristos */ 642865c57e0Schristos #define LT_OBJDIR ".libs/" 643865c57e0Schristos 644fdf8f3b1Schristos /* Name of this package. */ 645fdf8f3b1Schristos #define PACKAGE "gdb" 646fdf8f3b1Schristos 647fdf8f3b1Schristos /* Define to the address where bug reports for this package should be sent. */ 648fdf8f3b1Schristos #define PACKAGE_BUGREPORT "" 649fdf8f3b1Schristos 650fdf8f3b1Schristos /* Define to the full name of this package. */ 651fdf8f3b1Schristos #define PACKAGE_NAME "" 652fdf8f3b1Schristos 653fdf8f3b1Schristos /* Define to the full name and version of this package. */ 654fdf8f3b1Schristos #define PACKAGE_STRING "" 655fdf8f3b1Schristos 656fdf8f3b1Schristos /* Define to the one symbol short name of this package. */ 657fdf8f3b1Schristos #define PACKAGE_TARNAME "" 658fdf8f3b1Schristos 659fdf8f3b1Schristos /* Define to the home page for this package. */ 660fdf8f3b1Schristos #define PACKAGE_URL "" 661fdf8f3b1Schristos 662fdf8f3b1Schristos /* Define to the version of this package. */ 663fdf8f3b1Schristos #define PACKAGE_VERSION "" 664fdf8f3b1Schristos 665fdf8f3b1Schristos /* Additional package description */ 666fdf8f3b1Schristos #define PKGVERSION "(GDB) " 667fdf8f3b1Schristos 668fdf8f3b1Schristos /* Define to 1 if the "%H, %D and %DD" formats work to print decfloats. */ 669fdf8f3b1Schristos /* #undef PRINTF_HAS_DECFLOAT */ 670fdf8f3b1Schristos 671fdf8f3b1Schristos /* Define to 1 if the "%Lg" format works to print long doubles. */ 672fdf8f3b1Schristos /* #undef PRINTF_HAS_LONG_DOUBLE */ 673fdf8f3b1Schristos 674fdf8f3b1Schristos /* Define to 1 if the "%ll" format works to print long longs. */ 675fdf8f3b1Schristos /* #undef PRINTF_HAS_LONG_LONG */ 676fdf8f3b1Schristos 6774d342c04Schristos /* Define to necessary symbol if this constant uses a non-standard name on 6784d342c04Schristos your system. */ 6794d342c04Schristos /* #undef PTHREAD_CREATE_JOINABLE */ 6804d342c04Schristos 68123a8d08dSmrg /* Define to the type of arg 1 for ptrace. */ 68223a8d08dSmrg #define PTRACE_TYPE_ARG1 int 68323a8d08dSmrg 684fdf8f3b1Schristos /* Define to the type of arg 3 for ptrace. */ 685fdf8f3b1Schristos #define PTRACE_TYPE_ARG3 void * 686fdf8f3b1Schristos 68778ce218aSchristos /* Define to the type of arg 4 for ptrace. */ 68878ce218aSchristos #define PTRACE_TYPE_ARG4 int 68978ce218aSchristos 690fdf8f3b1Schristos /* Define to the type of arg 5 for ptrace. */ 691fdf8f3b1Schristos /* #undef PTRACE_TYPE_ARG5 */ 692fdf8f3b1Schristos 693fdf8f3b1Schristos /* Define as the return type of ptrace. */ 694fdf8f3b1Schristos #define PTRACE_TYPE_RET int 695fdf8f3b1Schristos 6964d342c04Schristos /* Define if the python lib directory should be relocated when GDB is moved. 6974d342c04Schristos */ 6984d342c04Schristos /* #undef PYTHON_LIBDIR_RELOCATABLE */ 6994d342c04Schristos 700fdf8f3b1Schristos /* Define if the python directory should be relocated when GDB is moved. */ 701fdf8f3b1Schristos /* #undef PYTHON_PATH_RELOCATABLE */ 702fdf8f3b1Schristos 703fdf8f3b1Schristos /* Relocated directory for source files. */ 704fdf8f3b1Schristos /* #undef RELOC_SRCDIR */ 705fdf8f3b1Schristos 706fdf8f3b1Schristos /* Bug reporting address */ 7074d342c04Schristos #define REPORT_BUGS_TO "<https://www.gnu.org/software/gdb/bugs/>" 708fdf8f3b1Schristos 709fdf8f3b1Schristos /* Define to 1 if the "%Lg" format works to scan long doubles. */ 710fdf8f3b1Schristos /* #undef SCANF_HAS_LONG_DOUBLE */ 711fdf8f3b1Schristos 712fdf8f3b1Schristos /* Define to 1 if the `setpgrp' function takes no argument. */ 713fdf8f3b1Schristos /* #undef SETPGRP_VOID */ 714fdf8f3b1Schristos 715822f2954Schristos /* The size of `long long', as computed by sizeof. */ 716822f2954Schristos #define SIZEOF_LONG_LONG 8 717822f2954Schristos 71834f40950Schristos /* The size of `unsigned long', as computed by sizeof. */ 71934f40950Schristos #define SIZEOF_UNSIGNED_LONG 8 72034f40950Schristos 72134f40950Schristos /* The size of `unsigned long long', as computed by sizeof. */ 72234f40950Schristos #define SIZEOF_UNSIGNED_LONG_LONG 8 72334f40950Schristos 72434f40950Schristos /* The size of `unsigned __int128', as computed by sizeof. */ 72578ce218aSchristos #define SIZEOF_UNSIGNED___INT128 16 726fdf8f3b1Schristos 727865c57e0Schristos /* The size of `void *', as computed by sizeof. */ 728865c57e0Schristos #define SIZEOF_VOID_P 8 729865c57e0Schristos 730fdf8f3b1Schristos /* If using the C implementation of alloca, define if you know the 731fdf8f3b1Schristos direction of stack growth for your system; otherwise it will be 732fdf8f3b1Schristos automatically deduced at runtime. 733fdf8f3b1Schristos STACK_DIRECTION > 0 => grows toward higher addresses 734fdf8f3b1Schristos STACK_DIRECTION < 0 => grows toward lower addresses 735fdf8f3b1Schristos STACK_DIRECTION = 0 => direction of growth unknown */ 736fdf8f3b1Schristos /* #undef STACK_DIRECTION */ 737fdf8f3b1Schristos 738fdf8f3b1Schristos /* Define to 1 if you have the ANSI C header files. */ 739fdf8f3b1Schristos #define STDC_HEADERS 1 740fdf8f3b1Schristos 741fdf8f3b1Schristos /* automatically load a system-wide gdbinit file */ 742fdf8f3b1Schristos #define SYSTEM_GDBINIT "" 743fdf8f3b1Schristos 7444d342c04Schristos /* automatically load system-wide gdbinit files from this directory */ 7454d342c04Schristos #define SYSTEM_GDBINIT_DIR "" 7464d342c04Schristos 7474d342c04Schristos /* Define if the system-gdbinit-dir directory should be relocated when GDB is 7484d342c04Schristos moved. */ 7494d342c04Schristos #define SYSTEM_GDBINIT_DIR_RELOCATABLE 0 7504d342c04Schristos 751fdf8f3b1Schristos /* Define if the system-gdbinit directory should be relocated when GDB is 752fdf8f3b1Schristos moved. */ 753fdf8f3b1Schristos #define SYSTEM_GDBINIT_RELOCATABLE 0 754fdf8f3b1Schristos 75534f40950Schristos /* search for usr/lib et al within DIR */ 75634f40950Schristos #define TARGET_SYSTEM_ROOT "" 75734f40950Schristos 75834f40950Schristos /* Define if the sysroot directory should be relocated when GDB is moved. */ 75934f40950Schristos #define TARGET_SYSTEM_ROOT_RELOCATABLE 0 76034f40950Schristos 761fdf8f3b1Schristos /* Define if <thread_db.h> has the TD_NOTALLOC error code. */ 762fdf8f3b1Schristos /* #undef THREAD_DB_HAS_TD_NOTALLOC */ 763fdf8f3b1Schristos 764fdf8f3b1Schristos /* Define if <thread_db.h> has the TD_NOTLS error code. */ 765fdf8f3b1Schristos /* #undef THREAD_DB_HAS_TD_NOTLS */ 766fdf8f3b1Schristos 767fdf8f3b1Schristos /* Define if <thread_db.h> has the TD_VERSION error code. */ 768fdf8f3b1Schristos /* #undef THREAD_DB_HAS_TD_VERSION */ 769fdf8f3b1Schristos 77034f40950Schristos /* Enable extensions on AIX 3, Interix. */ 77134f40950Schristos #ifndef _ALL_SOURCE 77234f40950Schristos # define _ALL_SOURCE 1 77334f40950Schristos #endif 77434f40950Schristos /* Enable GNU extensions on systems that have them. */ 77534f40950Schristos #ifndef _GNU_SOURCE 77634f40950Schristos # define _GNU_SOURCE 1 77734f40950Schristos #endif 77834f40950Schristos /* Enable threading extensions on Solaris. */ 77934f40950Schristos #ifndef _POSIX_PTHREAD_SEMANTICS 78034f40950Schristos # define _POSIX_PTHREAD_SEMANTICS 1 78134f40950Schristos #endif 78234f40950Schristos /* Enable extensions on HP NonStop. */ 78334f40950Schristos #ifndef _TANDEM_SOURCE 78434f40950Schristos # define _TANDEM_SOURCE 1 78534f40950Schristos #endif 78634f40950Schristos /* Enable general extensions on Solaris. */ 78734f40950Schristos #ifndef __EXTENSIONS__ 78834f40950Schristos # define __EXTENSIONS__ 1 78934f40950Schristos #endif 79034f40950Schristos 79134f40950Schristos 792fdf8f3b1Schristos /* Define if we should use the Windows API, instead of the POSIX API. On 793fdf8f3b1Schristos Windows, we use the Windows API when building for MinGW, but the POSIX API 794fdf8f3b1Schristos when building for Cygwin. */ 795fdf8f3b1Schristos /* #undef USE_WIN32API */ 796fdf8f3b1Schristos 79723a8d08dSmrg /* Define if the PPC simulator is being linked in. */ 79823a8d08dSmrg /* #undef WITH_PPC_SIM */ 79923a8d08dSmrg 8004d342c04Schristos /* Directory containing Python's standard libraries from --with-python-libdir. 8014d342c04Schristos */ 8024d342c04Schristos /* #undef WITH_PYTHON_LIBDIR */ 8034d342c04Schristos 804fdf8f3b1Schristos /* Define if --with-python provides a path, either directly or via 805fdf8f3b1Schristos python-config.py --exec-prefix. */ 806fdf8f3b1Schristos /* #undef WITH_PYTHON_PATH */ 807fdf8f3b1Schristos 808fdf8f3b1Schristos /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 809fdf8f3b1Schristos significant byte first (like Motorola and SPARC, unlike Intel). */ 810fdf8f3b1Schristos #if defined AC_APPLE_UNIVERSAL_BUILD 811fdf8f3b1Schristos # if defined __BIG_ENDIAN__ 812fdf8f3b1Schristos # define WORDS_BIGENDIAN 1 813fdf8f3b1Schristos # endif 814fdf8f3b1Schristos #else 815fdf8f3b1Schristos # ifndef WORDS_BIGENDIAN 816fdf8f3b1Schristos # define WORDS_BIGENDIAN 1 817fdf8f3b1Schristos # endif 818fdf8f3b1Schristos #endif 819fdf8f3b1Schristos 8208d9c9161Schristos /* Enable large inode numbers on Mac OS X 10.5. */ 8218d9c9161Schristos #ifndef _DARWIN_USE_64_BIT_INODE 8228d9c9161Schristos # define _DARWIN_USE_64_BIT_INODE 1 8238d9c9161Schristos #endif 8248d9c9161Schristos 825fdf8f3b1Schristos /* Number of bits in a file offset, on hosts where this is settable. */ 826fdf8f3b1Schristos /* #undef _FILE_OFFSET_BITS */ 827fdf8f3b1Schristos 828fdf8f3b1Schristos /* Define for large files, on AIX-style hosts. */ 829fdf8f3b1Schristos /* #undef _LARGE_FILES */ 830fdf8f3b1Schristos 831fdf8f3b1Schristos /* Define to 1 if on MINIX. */ 832fdf8f3b1Schristos /* #undef _MINIX */ 833fdf8f3b1Schristos 834fdf8f3b1Schristos /* Define to 2 if the system does not provide POSIX.1 features except with 835fdf8f3b1Schristos this defined. */ 836fdf8f3b1Schristos /* #undef _POSIX_1_SOURCE */ 837fdf8f3b1Schristos 838fdf8f3b1Schristos /* Define to 1 if you need to in order for `stat' and other things to work. */ 839fdf8f3b1Schristos /* #undef _POSIX_SOURCE */ 840fdf8f3b1Schristos 8414d342c04Schristos /* Use structured /proc on Solaris. */ 8424d342c04Schristos #define _STRUCTURED_PROC 1 8434d342c04Schristos 844fdf8f3b1Schristos /* Define to empty if `const' does not conform to ANSI C. */ 845fdf8f3b1Schristos /* #undef const */ 846fdf8f3b1Schristos 847fdf8f3b1Schristos /* Define to `__inline__' or `__inline' if that's what the C compiler 848fdf8f3b1Schristos calls it, or to nothing if 'inline' is not supported under any name. */ 849fdf8f3b1Schristos #ifndef __cplusplus 850fdf8f3b1Schristos /* #undef inline */ 851fdf8f3b1Schristos #endif 852fdf8f3b1Schristos 853fdf8f3b1Schristos /* Define to `int' if <sys/types.h> does not define. */ 854fdf8f3b1Schristos /* #undef pid_t */ 855fdf8f3b1Schristos 8568d9c9161Schristos /* Define to `unsigned int' if <sys/types.h> does not define. */ 8578d9c9161Schristos /* #undef size_t */ 8588d9c9161Schristos 859fdf8f3b1Schristos /* Define as `fork' if `vfork' does not work. */ 860fdf8f3b1Schristos /* #undef vfork */ 861