106dfa844Sskrll /* 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 */ 306dfa844Sskrll /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */ 406dfa844Sskrll 506dfa844Sskrll /* config.h. Generated from config.in by configure. */ 606dfa844Sskrll /* config.in. Generated from configure.ac by autoheader. */ 706dfa844Sskrll 806dfa844Sskrll /* Define if building universal (internal helper macro) */ 906dfa844Sskrll /* #undef AC_APPLE_UNIVERSAL_BUILD */ 1006dfa844Sskrll 11*22ebeae4Schristos /* Additional directories to look for separate debug info. */ 12*22ebeae4Schristos /* #undef ADDITIONAL_DEBUG_DIRS */ 13*22ebeae4Schristos 1406dfa844Sskrll /* Directories from which to load auto-loaded scripts. */ 1506dfa844Sskrll #define AUTO_LOAD_DIR "$debugdir:$datadir/auto-load" 1606dfa844Sskrll 1706dfa844Sskrll /* Directories safe to hold auto-loaded files. */ 1806dfa844Sskrll #define AUTO_LOAD_SAFE_PATH "$debugdir:$datadir/auto-load" 1906dfa844Sskrll 2006dfa844Sskrll /* Directory of programs. */ 2106dfa844Sskrll #define BINDIR "/usr/bin" 2206dfa844Sskrll 2306dfa844Sskrll /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP 2406dfa844Sskrll systems. This function is required for `alloca.c' support on those systems. 2506dfa844Sskrll */ 2606dfa844Sskrll /* #undef CRAY_STACKSEG_END */ 2706dfa844Sskrll 2806dfa844Sskrll /* Define to 1 if std::thread works. */ 2906dfa844Sskrll #define CXX_STD_THREAD 1 3006dfa844Sskrll 3106dfa844Sskrll /* Define to 1 if using `alloca.c'. */ 3206dfa844Sskrll /* #undef C_ALLOCA */ 3306dfa844Sskrll 3406dfa844Sskrll /* look for global separate debug info in this path [LIBDIR/debug] */ 3506dfa844Sskrll #define DEBUGDIR "/usr/libdata/debug" 3606dfa844Sskrll 3706dfa844Sskrll /* Define if the separate-debug-dir directory should be relocated when GDB is 3806dfa844Sskrll moved. */ 3906dfa844Sskrll #define DEBUGDIR_RELOCATABLE 1 4006dfa844Sskrll 4106dfa844Sskrll /* Define to BFD's default architecture. */ 4206dfa844Sskrll #define DEFAULT_BFD_ARCH bfd_riscv_arch 4306dfa844Sskrll 4406dfa844Sskrll /* Define to BFD's default target vector. */ 4506dfa844Sskrll #define DEFAULT_BFD_VEC riscv_elf64_vec 4606dfa844Sskrll 4706dfa844Sskrll /* Handle .ctf type-info sections */ 4806dfa844Sskrll #define ENABLE_LIBCTF 1 4906dfa844Sskrll 5006dfa844Sskrll /* Define to 1 if translation of program messages to the user's native 5106dfa844Sskrll language is requested. */ 52*22ebeae4Schristos /* #undef ENABLE_NLS */ 5306dfa844Sskrll 542dd29543Schristos /* The .gdbearlyinit filename. */ 552dd29543Schristos #define GDBEARLYINIT ".gdbearlyinit" 562dd29543Schristos 5706dfa844Sskrll /* The .gdbinit filename. */ 5806dfa844Sskrll #define GDBINIT ".gdbinit" 5906dfa844Sskrll 6006dfa844Sskrll /* look for global separate data files in this path [DATADIR/gdb] */ 6106dfa844Sskrll #define GDB_DATADIR "/usr/share/gdb" 6206dfa844Sskrll 6306dfa844Sskrll /* Define if the gdb-datadir directory should be relocated when GDB is moved. 6406dfa844Sskrll */ 6506dfa844Sskrll #define GDB_DATADIR_RELOCATABLE 1 6606dfa844Sskrll 6706dfa844Sskrll /* Define to be a string naming the default host character set. */ 6806dfa844Sskrll #define GDB_DEFAULT_HOST_CHARSET "UTF-8" 6906dfa844Sskrll 7006dfa844Sskrll /* Host double floatformat */ 7106dfa844Sskrll #define GDB_HOST_DOUBLE_FORMAT 0 7206dfa844Sskrll 7306dfa844Sskrll /* Host float floatformat */ 7406dfa844Sskrll #define GDB_HOST_FLOAT_FORMAT 0 7506dfa844Sskrll 7606dfa844Sskrll /* Host long double floatformat */ 7706dfa844Sskrll #define GDB_HOST_LONG_DOUBLE_FORMAT 0 7806dfa844Sskrll 7906dfa844Sskrll /* nativefile */ 8006dfa844Sskrll /* #undef GDB_NM_FILE */ 8106dfa844Sskrll 8206dfa844Sskrll /* Define to the default OS ABI for this configuration. */ 8306dfa844Sskrll #define GDB_OSABI_DEFAULT GDB_OSABI_NETBSD 8406dfa844Sskrll 8506dfa844Sskrll /* Define if self-testing features should be enabled */ 862dd29543Schristos /* #undef GDB_SELF_TEST */ 8706dfa844Sskrll 8806dfa844Sskrll /* Define to 1 if you have `alloca', as a function or macro. */ 8906dfa844Sskrll #define HAVE_ALLOCA 1 9006dfa844Sskrll 9106dfa844Sskrll /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). 9206dfa844Sskrll */ 9306dfa844Sskrll /* #undef HAVE_ALLOCA_H */ 9406dfa844Sskrll 95*22ebeae4Schristos /* Define if amd-dbgapi is being linked in. */ 96*22ebeae4Schristos /* #undef HAVE_AMD_DBGAPI */ 97*22ebeae4Schristos 9806dfa844Sskrll /* Define to 1 if you have the `btowc' function. */ 9906dfa844Sskrll #define HAVE_BTOWC 1 10006dfa844Sskrll 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 10906dfa844Sskrll /* Define to 1 if you have the <cursesX.h> header file. */ 11006dfa844Sskrll /* #undef HAVE_CURSESX_H */ 11106dfa844Sskrll 11206dfa844Sskrll /* Define to 1 if you have the <curses.h> header file. */ 11306dfa844Sskrll #define HAVE_CURSES_H 1 11406dfa844Sskrll 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 */ 12106dfa844Sskrll 12206dfa844Sskrll /* Define to 1 if you have the declaration of `ADDR_NO_RANDOMIZE', and to 0 if 12306dfa844Sskrll you don't. */ 12406dfa844Sskrll #define HAVE_DECL_ADDR_NO_RANDOMIZE 0 12506dfa844Sskrll 12606dfa844Sskrll /* Define to 1 if you have the declaration of `asprintf', and to 0 if you 12706dfa844Sskrll don't. */ 12806dfa844Sskrll #define HAVE_DECL_ASPRINTF 1 12906dfa844Sskrll 13006dfa844Sskrll /* Define to 1 if you have the declaration of `basename(char *)', and to 0 if 13106dfa844Sskrll you don't. */ 13206dfa844Sskrll #define HAVE_DECL_BASENAME 0 13306dfa844Sskrll 13406dfa844Sskrll /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */ 13506dfa844Sskrll #define HAVE_DECL_FFS 1 13606dfa844Sskrll 13706dfa844Sskrll /* Define to 1 if you have the declaration of `getthrds', and to 0 if you 13806dfa844Sskrll don't. */ 13906dfa844Sskrll /* #undef HAVE_DECL_GETTHRDS */ 14006dfa844Sskrll 14106dfa844Sskrll /* Define to 1 if you have the declaration of `snprintf', and to 0 if you 14206dfa844Sskrll don't. */ 14306dfa844Sskrll #define HAVE_DECL_SNPRINTF 1 14406dfa844Sskrll 14506dfa844Sskrll /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't. 14606dfa844Sskrll */ 14706dfa844Sskrll #define HAVE_DECL_STRSTR 1 14806dfa844Sskrll 14906dfa844Sskrll /* Define to 1 if you have the declaration of `strtol', and to 0 if you don't. 15006dfa844Sskrll */ 15106dfa844Sskrll #define HAVE_DECL_STRTOL 1 15206dfa844Sskrll 15306dfa844Sskrll /* Define to 1 if you have the declaration of `strtoll', and to 0 if you 15406dfa844Sskrll don't. */ 15506dfa844Sskrll #define HAVE_DECL_STRTOLL 1 15606dfa844Sskrll 15706dfa844Sskrll /* Define to 1 if you have the declaration of `strtoul', and to 0 if you 15806dfa844Sskrll don't. */ 15906dfa844Sskrll #define HAVE_DECL_STRTOUL 1 16006dfa844Sskrll 16106dfa844Sskrll /* Define to 1 if you have the declaration of `strtoull', and to 0 if you 16206dfa844Sskrll don't. */ 16306dfa844Sskrll #define HAVE_DECL_STRTOULL 1 16406dfa844Sskrll 16506dfa844Sskrll /* Define to 1 if you have the declaration of `strverscmp', and to 0 if you 16606dfa844Sskrll don't. */ 16706dfa844Sskrll #define HAVE_DECL_STRVERSCMP 0 16806dfa844Sskrll 16906dfa844Sskrll /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you 17006dfa844Sskrll don't. */ 17106dfa844Sskrll #define HAVE_DECL_VASPRINTF 1 17206dfa844Sskrll 17306dfa844Sskrll /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you 17406dfa844Sskrll don't. */ 17506dfa844Sskrll #define HAVE_DECL_VSNPRINTF 1 17606dfa844Sskrll 17706dfa844Sskrll /* Define to 1 if you have the <dlfcn.h> header file. */ 17806dfa844Sskrll #define HAVE_DLFCN_H 1 17906dfa844Sskrll 18006dfa844Sskrll /* Define if ELF support should be included. */ 18106dfa844Sskrll #define HAVE_ELF 1 18206dfa844Sskrll 18306dfa844Sskrll /* Define if <sys/procfs.h> has elf_fpregset_t. */ 18406dfa844Sskrll /* #undef HAVE_ELF_FPREGSET_T */ 18506dfa844Sskrll 18606dfa844Sskrll /* Define to 1 if you have the <elf_hp.h> header file. */ 18706dfa844Sskrll /* #undef HAVE_ELF_HP_H */ 18806dfa844Sskrll 18906dfa844Sskrll /* Define to 1 if your system has the etext variable. */ 19006dfa844Sskrll #define HAVE_ETEXT 1 19106dfa844Sskrll 1922dd29543Schristos /* Define to 1 if execinfo.h backtrace functions are available. */ 1932dd29543Schristos /* #undef HAVE_EXECINFO_BACKTRACE */ 1942dd29543Schristos 1952dd29543Schristos /* Define to 1 if you have the <execinfo.h> header file. */ 1962dd29543Schristos #define HAVE_EXECINFO_H 1 1972dd29543Schristos 19806dfa844Sskrll /* Define to 1 if you have the `fdwalk' function. */ 19906dfa844Sskrll /* #undef HAVE_FDWALK */ 20006dfa844Sskrll 20106dfa844Sskrll /* Define to 1 if you have the `fork' function. */ 20206dfa844Sskrll #define HAVE_FORK 1 20306dfa844Sskrll 20406dfa844Sskrll /* Define if <sys/procfs.h> has fpregset_t. */ 20506dfa844Sskrll /* #undef HAVE_FPREGSET_T */ 20606dfa844Sskrll 20706dfa844Sskrll /* Define to 1 if you have the `getauxval' function. */ 20806dfa844Sskrll /* #undef HAVE_GETAUXVAL */ 20906dfa844Sskrll 21006dfa844Sskrll /* Define to 1 if you have the `getgid' function. */ 21106dfa844Sskrll #define HAVE_GETGID 1 21206dfa844Sskrll 21306dfa844Sskrll /* Define to 1 if you have the `getpagesize' function. */ 21406dfa844Sskrll #define HAVE_GETPAGESIZE 1 21506dfa844Sskrll 21606dfa844Sskrll /* Define to 1 if you have the `getpgid' function. */ 21706dfa844Sskrll #define HAVE_GETPGID 1 21806dfa844Sskrll 21906dfa844Sskrll /* Define to 1 if you have the `getrlimit' function. */ 22006dfa844Sskrll #define HAVE_GETRLIMIT 1 22106dfa844Sskrll 22206dfa844Sskrll /* Define to 1 if you have the `getrusage' function. */ 22306dfa844Sskrll #define HAVE_GETRUSAGE 1 22406dfa844Sskrll 225*22ebeae4Schristos /* Define if the GNU gettext() function is already present or preinstalled. */ 226*22ebeae4Schristos /* #undef HAVE_GETTEXT */ 227*22ebeae4Schristos 22806dfa844Sskrll /* Define to 1 if you have the `getuid' function. */ 22906dfa844Sskrll #define HAVE_GETUID 1 23006dfa844Sskrll 23106dfa844Sskrll /* Define if <sys/procfs.h> has gregset_t. */ 23206dfa844Sskrll /* #undef HAVE_GREGSET_T */ 23306dfa844Sskrll 23406dfa844Sskrll /* Define if Guile interpreter is being linked in. */ 23506dfa844Sskrll /* #undef HAVE_GUILE */ 23606dfa844Sskrll 23706dfa844Sskrll /* Define if Guile supports manual finalization. */ 23806dfa844Sskrll /* #undef HAVE_GUILE_MANUAL_FINALIZATION */ 23906dfa844Sskrll 240*22ebeae4Schristos /* Define if you have the iconv() function and it works. */ 24106dfa844Sskrll #define HAVE_ICONV 1 24206dfa844Sskrll 24306dfa844Sskrll /* Define to 1 if you have the `iconvlist' function. */ 24406dfa844Sskrll /* #undef HAVE_ICONVLIST */ 24506dfa844Sskrll 24606dfa844Sskrll /* Define to 1 if you have the <inttypes.h> header file. */ 24706dfa844Sskrll #define HAVE_INTTYPES_H 1 24806dfa844Sskrll 2492dd29543Schristos /* Define to 1 if you have the `kinfo_getfile' function. */ 25006dfa844Sskrll /* #undef HAVE_KINFO_GETFILE */ 25106dfa844Sskrll 25206dfa844Sskrll /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */ 25306dfa844Sskrll #define HAVE_LANGINFO_CODESET 1 25406dfa844Sskrll 25506dfa844Sskrll /* Define if your <locale.h> file defines LC_MESSAGES. */ 25606dfa844Sskrll #define HAVE_LC_MESSAGES 1 25706dfa844Sskrll 25806dfa844Sskrll /* Define if you have the babeltrace library. */ 25906dfa844Sskrll /* #undef HAVE_LIBBABELTRACE */ 26006dfa844Sskrll 2612dd29543Schristos /* Define if libbacktrace is being used. */ 2622dd29543Schristos #define HAVE_LIBBACKTRACE 1 2632dd29543Schristos 264*22ebeae4Schristos /* Define to 1 if curses is enabled. */ 265*22ebeae4Schristos #define HAVE_LIBCURSES 1 266*22ebeae4Schristos 26706dfa844Sskrll /* Define to 1 if debuginfod is enabled. */ 26806dfa844Sskrll /* #undef HAVE_LIBDEBUGINFOD */ 26906dfa844Sskrll 270*22ebeae4Schristos /* Define to 1 if debuginfod section downloading is supported. */ 271*22ebeae4Schristos /* #undef HAVE_LIBDEBUGINFOD_FIND_SECTION */ 272*22ebeae4Schristos 27306dfa844Sskrll /* Define if you have the expat library. */ 27406dfa844Sskrll #define HAVE_LIBEXPAT 1 27506dfa844Sskrll 27606dfa844Sskrll /* Define to 1 if you have the `libiconvlist' function. */ 27706dfa844Sskrll /* #undef HAVE_LIBICONVLIST */ 27806dfa844Sskrll 27906dfa844Sskrll /* Define if you have the ipt library. */ 28006dfa844Sskrll /* #undef HAVE_LIBIPT */ 28106dfa844Sskrll 28206dfa844Sskrll /* Define if you have the lzma library. */ 28306dfa844Sskrll /* #undef HAVE_LIBLZMA */ 28406dfa844Sskrll 28506dfa844Sskrll /* Define to 1 if you have the `m' library (-lm). */ 28606dfa844Sskrll #define HAVE_LIBM 1 28706dfa844Sskrll 28806dfa844Sskrll /* Define to 1 if you have the <libunwind-ia64.h> header file. */ 28906dfa844Sskrll /* #undef HAVE_LIBUNWIND_IA64_H */ 29006dfa844Sskrll 29106dfa844Sskrll /* Define if you have the xxhash library. */ 29206dfa844Sskrll /* #undef HAVE_LIBXXHASH */ 29306dfa844Sskrll 29406dfa844Sskrll /* Define to 1 if you have the <linux/elf.h> header file. */ 29506dfa844Sskrll /* #undef HAVE_LINUX_ELF_H */ 29606dfa844Sskrll 29706dfa844Sskrll /* Define to 1 if you have the <linux/perf_event.h> header file. */ 29806dfa844Sskrll /* #undef HAVE_LINUX_PERF_EVENT_H */ 29906dfa844Sskrll 30006dfa844Sskrll /* Define to 1 if you have the <locale.h> header file. */ 30106dfa844Sskrll #define HAVE_LOCALE_H 1 30206dfa844Sskrll 30306dfa844Sskrll /* Define to 1 if the compiler supports long double. */ 30406dfa844Sskrll #define HAVE_LONG_DOUBLE 1 30506dfa844Sskrll 30606dfa844Sskrll /* Define to 1 if the system has the type `long long'. */ 30706dfa844Sskrll #define HAVE_LONG_LONG 1 30806dfa844Sskrll 30906dfa844Sskrll /* Define if <sys/procfs.h> has lwpid_t. */ 31006dfa844Sskrll /* #undef HAVE_LWPID_T */ 31106dfa844Sskrll 31206dfa844Sskrll /* Define to 1 if you have the <machine/reg.h> header file. */ 31306dfa844Sskrll #define HAVE_MACHINE_REG_H 1 31406dfa844Sskrll 31506dfa844Sskrll /* Define to 1 if you have the <memory.h> header file. */ 31606dfa844Sskrll #define HAVE_MEMORY_H 1 31706dfa844Sskrll 31806dfa844Sskrll /* Define to 1 if you have a working `mmap' system call. */ 31906dfa844Sskrll #define HAVE_MMAP 1 32006dfa844Sskrll 32106dfa844Sskrll /* Define to 1 if you have the `monstartup' function. */ 32206dfa844Sskrll #define HAVE_MONSTARTUP 1 32306dfa844Sskrll 32406dfa844Sskrll /* Define to 1 if you have the <ncursesw/ncurses.h> header file. */ 32506dfa844Sskrll /* #undef HAVE_NCURSESW_NCURSES_H */ 32606dfa844Sskrll 32706dfa844Sskrll /* Define to 1 if you have the <ncurses.h> header file. */ 32806dfa844Sskrll /* #undef HAVE_NCURSES_H */ 32906dfa844Sskrll 33006dfa844Sskrll /* Define to 1 if you have the <ncurses/ncurses.h> header file. */ 33106dfa844Sskrll /* #undef HAVE_NCURSES_NCURSES_H */ 33206dfa844Sskrll 33306dfa844Sskrll /* Define to 1 if you have the <ncurses/term.h> header file. */ 33406dfa844Sskrll /* #undef HAVE_NCURSES_TERM_H */ 33506dfa844Sskrll 33606dfa844Sskrll /* Define to 1 if you have the <nlist.h> header file. */ 33706dfa844Sskrll #define HAVE_NLIST_H 1 33806dfa844Sskrll 33906dfa844Sskrll /* Define to 1 if you have the `pipe' function. */ 34006dfa844Sskrll #define HAVE_PIPE 1 34106dfa844Sskrll 34206dfa844Sskrll /* Define to 1 if you have the `pipe2' function. */ 34306dfa844Sskrll #define HAVE_PIPE2 1 34406dfa844Sskrll 34506dfa844Sskrll /* Define to 1 if you have the `poll' function. */ 34606dfa844Sskrll #define HAVE_POLL 1 34706dfa844Sskrll 34806dfa844Sskrll /* Define to 1 if you have the <poll.h> header file. */ 34906dfa844Sskrll #define HAVE_POLL_H 1 35006dfa844Sskrll 35106dfa844Sskrll /* Define to 1 if you have the `posix_madvise' function. */ 35206dfa844Sskrll #define HAVE_POSIX_MADVISE 1 35306dfa844Sskrll 35406dfa844Sskrll /* Define to 1 if you have the `pread' function. */ 35506dfa844Sskrll #define HAVE_PREAD 1 35606dfa844Sskrll 35706dfa844Sskrll /* Define to 1 if you have the `pread64' function. */ 35806dfa844Sskrll /* #undef HAVE_PREAD64 */ 35906dfa844Sskrll 36006dfa844Sskrll /* Define if <sys/procfs.h> has prfpregset_t. */ 36106dfa844Sskrll /* #undef HAVE_PRFPREGSET_T */ 36206dfa844Sskrll 36306dfa844Sskrll /* Define if <sys/procfs.h> has prgregset32_t. */ 36406dfa844Sskrll /* #undef HAVE_PRGREGSET32_T */ 36506dfa844Sskrll 36606dfa844Sskrll /* Define if <sys/procfs.h> has prgregset_t. */ 36706dfa844Sskrll /* #undef HAVE_PRGREGSET_T */ 36806dfa844Sskrll 36906dfa844Sskrll /* Define to 1 if you have the <proc_service.h> header file. */ 37006dfa844Sskrll /* #undef HAVE_PROC_SERVICE_H */ 37106dfa844Sskrll 37206dfa844Sskrll /* Define if <sys/procfs.h> has psaddr_t. */ 37306dfa844Sskrll /* #undef HAVE_PSADDR_T */ 37406dfa844Sskrll 37506dfa844Sskrll /* Have PTHREAD_PRIO_INHERIT. */ 37606dfa844Sskrll #define HAVE_PTHREAD_PRIO_INHERIT 1 37706dfa844Sskrll 37806dfa844Sskrll /* Define to 1 if you have the `pthread_setname_np' function. */ 37906dfa844Sskrll #define HAVE_PTHREAD_SETNAME_NP 1 38006dfa844Sskrll 38106dfa844Sskrll /* Define to 1 if you have the `pthread_sigmask' function. */ 38206dfa844Sskrll #define HAVE_PTHREAD_SIGMASK 1 38306dfa844Sskrll 38406dfa844Sskrll /* Define to 1 if you have the `ptrace64' function. */ 38506dfa844Sskrll /* #undef HAVE_PTRACE64 */ 38606dfa844Sskrll 38706dfa844Sskrll /* Define if sys/ptrace.h defines the PTRACE_GETFPXREGS request. */ 38806dfa844Sskrll /* #undef HAVE_PTRACE_GETFPXREGS */ 38906dfa844Sskrll 39006dfa844Sskrll /* Define if sys/ptrace.h defines the PTRACE_GETREGS request. */ 39106dfa844Sskrll /* #undef HAVE_PTRACE_GETREGS */ 39206dfa844Sskrll 39306dfa844Sskrll /* Define to 1 if you have the <ptrace.h> header file. */ 39406dfa844Sskrll /* #undef HAVE_PTRACE_H */ 39506dfa844Sskrll 39606dfa844Sskrll /* Define if sys/ptrace.h defines the PT_GETDBREGS request. */ 39706dfa844Sskrll /* #undef HAVE_PT_GETDBREGS */ 39806dfa844Sskrll 39906dfa844Sskrll /* Define to 1 if you have the `pt_insn_event' function. */ 40006dfa844Sskrll /* #undef HAVE_PT_INSN_EVENT */ 40106dfa844Sskrll 40206dfa844Sskrll /* Define to 1 if you have the `pwrite' function. */ 40306dfa844Sskrll #define HAVE_PWRITE 1 40406dfa844Sskrll 40506dfa844Sskrll /* Define if Python interpreter is being linked in. */ 40606dfa844Sskrll /* #undef HAVE_PYTHON */ 40706dfa844Sskrll 4082dd29543Schristos /* Define to 1 if you have the <readline/readline.h> header file. */ 4092dd29543Schristos /* #undef HAVE_READLINE_READLINE_H */ 4102dd29543Schristos 41106dfa844Sskrll /* Define to 1 if you have the `resize_term' function. */ 41206dfa844Sskrll #define HAVE_RESIZE_TERM 1 41306dfa844Sskrll 41406dfa844Sskrll /* Define to 1 if you have the `sbrk' function. */ 41506dfa844Sskrll #define HAVE_SBRK 1 41606dfa844Sskrll 41706dfa844Sskrll /* Define to 1 if you have the `scm_new_smob' function. */ 41806dfa844Sskrll /* #undef HAVE_SCM_NEW_SMOB */ 41906dfa844Sskrll 42006dfa844Sskrll /* Define to 1 if you have the `setlocale' function. */ 42106dfa844Sskrll #define HAVE_SETLOCALE 1 42206dfa844Sskrll 42306dfa844Sskrll /* Define to 1 if you have the `setns' function. */ 42406dfa844Sskrll /* #undef HAVE_SETNS */ 42506dfa844Sskrll 42606dfa844Sskrll /* Define to 1 if you have the `setpgid' function. */ 42706dfa844Sskrll #define HAVE_SETPGID 1 42806dfa844Sskrll 42906dfa844Sskrll /* Define to 1 if you have the `setpgrp' function. */ 43006dfa844Sskrll #define HAVE_SETPGRP 1 43106dfa844Sskrll 43206dfa844Sskrll /* Define to 1 if you have the `setrlimit' function. */ 43306dfa844Sskrll #define HAVE_SETRLIMIT 1 43406dfa844Sskrll 43506dfa844Sskrll /* Define to 1 if you have the `setsid' function. */ 43606dfa844Sskrll #define HAVE_SETSID 1 43706dfa844Sskrll 43806dfa844Sskrll /* Define to 1 if you have the `sigaction' function. */ 4392dd29543Schristos #define HAVE_SIGACTION 1 44006dfa844Sskrll 44106dfa844Sskrll /* Define to 1 if you have the `sigaltstack' function. */ 44206dfa844Sskrll #define HAVE_SIGALTSTACK 1 44306dfa844Sskrll 44406dfa844Sskrll /* Define to 1 if you have the <signal.h> header file. */ 44506dfa844Sskrll #define HAVE_SIGNAL_H 1 44606dfa844Sskrll 44706dfa844Sskrll /* Define to 1 if you have the `sigprocmask' function. */ 44806dfa844Sskrll #define HAVE_SIGPROCMASK 1 44906dfa844Sskrll 45006dfa844Sskrll /* Define if sigsetjmp is available. */ 45106dfa844Sskrll #define HAVE_SIGSETJMP 1 45206dfa844Sskrll 45306dfa844Sskrll /* Define to 1 if you have the `sigsetmask' function. */ 45406dfa844Sskrll #define HAVE_SIGSETMASK 1 45506dfa844Sskrll 4562dd29543Schristos /* Define to 1 if you have the `sigtimedwait' function. */ 4572dd29543Schristos #define HAVE_SIGTIMEDWAIT 1 4582dd29543Schristos 45906dfa844Sskrll /* Define to 1 if you have the `socketpair' function. */ 46006dfa844Sskrll #define HAVE_SOCKETPAIR 1 46106dfa844Sskrll 46206dfa844Sskrll /* Define to 1 if the system has the type `socklen_t'. */ 46306dfa844Sskrll #define HAVE_SOCKLEN_T 1 46406dfa844Sskrll 46506dfa844Sskrll /* Define to 1 if the source-highlight library is available */ 46606dfa844Sskrll /* #undef HAVE_SOURCE_HIGHLIGHT */ 46706dfa844Sskrll 46806dfa844Sskrll /* Define to 1 if you have the <stdint.h> header file. */ 46906dfa844Sskrll #define HAVE_STDINT_H 1 47006dfa844Sskrll 47106dfa844Sskrll /* Define to 1 if you have the <stdlib.h> header file. */ 47206dfa844Sskrll #define HAVE_STDLIB_H 1 47306dfa844Sskrll 47406dfa844Sskrll /* Define to 1 if you have the <strings.h> header file. */ 47506dfa844Sskrll #define HAVE_STRINGS_H 1 47606dfa844Sskrll 47706dfa844Sskrll /* Define to 1 if you have the <string.h> header file. */ 47806dfa844Sskrll #define HAVE_STRING_H 1 47906dfa844Sskrll 48006dfa844Sskrll /* Define to 1 if your system has struct lwp. */ 48106dfa844Sskrll #define HAVE_STRUCT_LWP 1 48206dfa844Sskrll 48306dfa844Sskrll /* Define to 1 if `pl_syscall_code' is a member of `struct ptrace_lwpinfo'. */ 48406dfa844Sskrll /* #undef HAVE_STRUCT_PTRACE_LWPINFO_PL_SYSCALL_CODE */ 48506dfa844Sskrll 48606dfa844Sskrll /* Define to 1 if `pl_tdname' is a member of `struct ptrace_lwpinfo'. */ 48706dfa844Sskrll /* #undef HAVE_STRUCT_PTRACE_LWPINFO_PL_TDNAME */ 48806dfa844Sskrll 48906dfa844Sskrll /* Define to 1 if `enabled' is a member of `struct pt_insn'. */ 49006dfa844Sskrll /* #undef HAVE_STRUCT_PT_INSN_ENABLED */ 49106dfa844Sskrll 49206dfa844Sskrll /* Define to 1 if `resynced' is a member of `struct pt_insn'. */ 49306dfa844Sskrll /* #undef HAVE_STRUCT_PT_INSN_RESYNCED */ 49406dfa844Sskrll 49506dfa844Sskrll /* Define to 1 if your system has struct reg in <machine/reg.h>. */ 49606dfa844Sskrll #define HAVE_STRUCT_REG 1 49706dfa844Sskrll 49806dfa844Sskrll /* Define to 1 if `r_fs' is a member of `struct reg'. */ 49906dfa844Sskrll /* #undef HAVE_STRUCT_REG_R_FS */ 50006dfa844Sskrll 50106dfa844Sskrll /* Define to 1 if `r_gs' is a member of `struct reg'. */ 50206dfa844Sskrll /* #undef HAVE_STRUCT_REG_R_GS */ 50306dfa844Sskrll 50406dfa844Sskrll /* Define to 1 if `st_blksize' is a member of `struct stat'. */ 50506dfa844Sskrll #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 50606dfa844Sskrll 50706dfa844Sskrll /* Define to 1 if `st_blocks' is a member of `struct stat'. */ 50806dfa844Sskrll #define HAVE_STRUCT_STAT_ST_BLOCKS 1 50906dfa844Sskrll 51006dfa844Sskrll /* Define to 1 if `td_pcb' is a member of `struct thread'. */ 51106dfa844Sskrll /* #undef HAVE_STRUCT_THREAD_TD_PCB */ 51206dfa844Sskrll 51306dfa844Sskrll /* Define to 1 if you have the <sys/debugreg.h> header file. */ 51406dfa844Sskrll /* #undef HAVE_SYS_DEBUGREG_H */ 51506dfa844Sskrll 51606dfa844Sskrll /* Define to 1 if you have the <sys/file.h> header file. */ 51706dfa844Sskrll #define HAVE_SYS_FILE_H 1 51806dfa844Sskrll 51906dfa844Sskrll /* Define to 1 if you have the <sys/filio.h> header file. */ 52006dfa844Sskrll #define HAVE_SYS_FILIO_H 1 52106dfa844Sskrll 52206dfa844Sskrll /* Define to 1 if you have the <sys/ioctl.h> header file. */ 52306dfa844Sskrll #define HAVE_SYS_IOCTL_H 1 52406dfa844Sskrll 52506dfa844Sskrll /* Define to 1 if you have the <sys/param.h> header file. */ 52606dfa844Sskrll #define HAVE_SYS_PARAM_H 1 52706dfa844Sskrll 52806dfa844Sskrll /* Define to 1 if you have the <sys/poll.h> header file. */ 52906dfa844Sskrll #define HAVE_SYS_POLL_H 1 53006dfa844Sskrll 5312dd29543Schristos /* Define to 1 if you have the <sys/procctl.h> header file. */ 5322dd29543Schristos /* #undef HAVE_SYS_PROCCTL_H */ 5332dd29543Schristos 53406dfa844Sskrll /* Define to 1 if you have the <sys/procfs.h> header file. */ 53506dfa844Sskrll /* #undef HAVE_SYS_PROCFS_H */ 53606dfa844Sskrll 53706dfa844Sskrll /* Define to 1 if you have the <sys/ptrace.h> header file. */ 53806dfa844Sskrll #define HAVE_SYS_PTRACE_H 1 53906dfa844Sskrll 54006dfa844Sskrll /* Define to 1 if you have the <sys/reg.h> header file. */ 54106dfa844Sskrll /* #undef HAVE_SYS_REG_H */ 54206dfa844Sskrll 54306dfa844Sskrll /* Define to 1 if you have the <sys/resource.h> header file. */ 54406dfa844Sskrll #define HAVE_SYS_RESOURCE_H 1 54506dfa844Sskrll 54606dfa844Sskrll /* Define to 1 if you have the <sys/select.h> header file. */ 54706dfa844Sskrll #define HAVE_SYS_SELECT_H 1 54806dfa844Sskrll 54906dfa844Sskrll /* Define to 1 if you have the <sys/socket.h> header file. */ 55006dfa844Sskrll #define HAVE_SYS_SOCKET_H 1 55106dfa844Sskrll 55206dfa844Sskrll /* Define to 1 if you have the <sys/stat.h> header file. */ 55306dfa844Sskrll #define HAVE_SYS_STAT_H 1 55406dfa844Sskrll 55506dfa844Sskrll /* Define to 1 if you have the <sys/types.h> header file. */ 55606dfa844Sskrll #define HAVE_SYS_TYPES_H 1 55706dfa844Sskrll 55806dfa844Sskrll /* Define to 1 if you have the <sys/un.h> header file. */ 55906dfa844Sskrll #define HAVE_SYS_UN_H 1 56006dfa844Sskrll 56106dfa844Sskrll /* Define to 1 if you have the <sys/user.h> header file. */ 56206dfa844Sskrll /* #undef HAVE_SYS_USER_H */ 56306dfa844Sskrll 56406dfa844Sskrll /* Define to 1 if you have the <sys/wait.h> header file. */ 56506dfa844Sskrll #define HAVE_SYS_WAIT_H 1 56606dfa844Sskrll 56706dfa844Sskrll /* Define to 1 if you have the <termios.h> header file. */ 56806dfa844Sskrll #define HAVE_TERMIOS_H 1 56906dfa844Sskrll 57006dfa844Sskrll /* Define to 1 if you have the <term.h> header file. */ 57106dfa844Sskrll #define HAVE_TERM_H 1 57206dfa844Sskrll 57306dfa844Sskrll /* Define to 1 if you have the <thread_db.h> header file. */ 57406dfa844Sskrll /* #undef HAVE_THREAD_DB_H */ 57506dfa844Sskrll 57606dfa844Sskrll /* Define to 1 if you have the `ttrace' function. */ 57706dfa844Sskrll /* #undef HAVE_TTRACE */ 57806dfa844Sskrll 57906dfa844Sskrll /* Define to 1 if you have the <unistd.h> header file. */ 58006dfa844Sskrll #define HAVE_UNISTD_H 1 58106dfa844Sskrll 58206dfa844Sskrll /* Define to 1 if you have the `use_default_colors' function. */ 58306dfa844Sskrll #define HAVE_USE_DEFAULT_COLORS 1 58406dfa844Sskrll 58506dfa844Sskrll /* Define to 1 if you have the `vfork' function. */ 5862dd29543Schristos #define HAVE_VFORK 1 58706dfa844Sskrll 58806dfa844Sskrll /* Define to 1 if you have the <vfork.h> header file. */ 58906dfa844Sskrll /* #undef HAVE_VFORK_H */ 59006dfa844Sskrll 59106dfa844Sskrll /* Define to 1 if you have the `waitpid' function. */ 59206dfa844Sskrll #define HAVE_WAITPID 1 59306dfa844Sskrll 59406dfa844Sskrll /* Define to 1 if you have the <wait.h> header file. */ 59506dfa844Sskrll /* #undef HAVE_WAIT_H */ 59606dfa844Sskrll 59706dfa844Sskrll /* Define to 1 if you have the <windows.h> header file. */ 59806dfa844Sskrll /* #undef HAVE_WINDOWS_H */ 59906dfa844Sskrll 60006dfa844Sskrll /* Define to 1 if `fork' works. */ 60106dfa844Sskrll #define HAVE_WORKING_FORK 1 60206dfa844Sskrll 60306dfa844Sskrll /* Define to 1 if `vfork' works. */ 6042dd29543Schristos #define HAVE_WORKING_VFORK 1 60506dfa844Sskrll 60606dfa844Sskrll /* Define to 1 if you have the `wresize' function. */ 60706dfa844Sskrll #define HAVE_WRESIZE 1 60806dfa844Sskrll 60906dfa844Sskrll /* Define to 1 if you have the <ws2tcpip.h> header file. */ 61006dfa844Sskrll /* #undef HAVE_WS2TCPIP_H */ 61106dfa844Sskrll 61206dfa844Sskrll /* Define to 1 if you have the `XML_StopParser' function. */ 61306dfa844Sskrll #define HAVE_XML_STOPPARSER 1 61406dfa844Sskrll 6152dd29543Schristos /* Define to 1 if zstd is enabled. */ 6162dd29543Schristos /* #undef HAVE_ZSTD */ 6172dd29543Schristos 61806dfa844Sskrll /* Define to 1 if your system has the _etext variable. */ 61906dfa844Sskrll #define HAVE__ETEXT 1 62006dfa844Sskrll 62106dfa844Sskrll /* Define to 1 if you have the `_mcleanup' function. */ 62206dfa844Sskrll #define HAVE__MCLEANUP 1 62306dfa844Sskrll 62406dfa844Sskrll /* Path of directory of iconv program. */ 62506dfa844Sskrll /* #undef ICONV_BIN */ 62606dfa844Sskrll 62706dfa844Sskrll /* Define if the iconv directory should be relocated when GDB is moved. */ 62806dfa844Sskrll /* #undef ICONV_BIN_RELOCATABLE */ 62906dfa844Sskrll 63006dfa844Sskrll /* Define as const if the declaration of iconv() needs const. */ 63106dfa844Sskrll #define ICONV_CONST 63206dfa844Sskrll 63306dfa844Sskrll /* directory to load the JIT readers from */ 63406dfa844Sskrll #define JIT_READER_DIR "/usr/lib/gdb" 63506dfa844Sskrll 63606dfa844Sskrll /* Define if the jit-reader-dir directory should be relocated when GDB is 63706dfa844Sskrll moved. */ 63806dfa844Sskrll #define JIT_READER_DIR_RELOCATABLE 1 63906dfa844Sskrll 6402dd29543Schristos /* Define to the sub-directory in which libtool stores uninstalled libraries. 6412dd29543Schristos */ 6422dd29543Schristos #define LT_OBJDIR ".libs/" 6432dd29543Schristos 64406dfa844Sskrll /* Name of this package. */ 64506dfa844Sskrll #define PACKAGE "gdb" 64606dfa844Sskrll 64706dfa844Sskrll /* Define to the address where bug reports for this package should be sent. */ 64806dfa844Sskrll #define PACKAGE_BUGREPORT "" 64906dfa844Sskrll 65006dfa844Sskrll /* Define to the full name of this package. */ 65106dfa844Sskrll #define PACKAGE_NAME "" 65206dfa844Sskrll 65306dfa844Sskrll /* Define to the full name and version of this package. */ 65406dfa844Sskrll #define PACKAGE_STRING "" 65506dfa844Sskrll 65606dfa844Sskrll /* Define to the one symbol short name of this package. */ 65706dfa844Sskrll #define PACKAGE_TARNAME "" 65806dfa844Sskrll 65906dfa844Sskrll /* Define to the home page for this package. */ 66006dfa844Sskrll #define PACKAGE_URL "" 66106dfa844Sskrll 66206dfa844Sskrll /* Define to the version of this package. */ 66306dfa844Sskrll #define PACKAGE_VERSION "" 66406dfa844Sskrll 66506dfa844Sskrll /* Additional package description */ 66606dfa844Sskrll #define PKGVERSION "(GDB) " 66706dfa844Sskrll 66806dfa844Sskrll /* Define to 1 if the "%H, %D and %DD" formats work to print decfloats. */ 66906dfa844Sskrll /* #undef PRINTF_HAS_DECFLOAT */ 67006dfa844Sskrll 67106dfa844Sskrll /* Define to 1 if the "%Lg" format works to print long doubles. */ 67206dfa844Sskrll /* #undef PRINTF_HAS_LONG_DOUBLE */ 67306dfa844Sskrll 67406dfa844Sskrll /* Define to 1 if the "%ll" format works to print long longs. */ 67506dfa844Sskrll /* #undef PRINTF_HAS_LONG_LONG */ 67606dfa844Sskrll 67706dfa844Sskrll /* Define to necessary symbol if this constant uses a non-standard name on 67806dfa844Sskrll your system. */ 67906dfa844Sskrll /* #undef PTHREAD_CREATE_JOINABLE */ 68006dfa844Sskrll 68106dfa844Sskrll /* Define to the type of arg 1 for ptrace. */ 68206dfa844Sskrll #define PTRACE_TYPE_ARG1 int 68306dfa844Sskrll 68406dfa844Sskrll /* Define to the type of arg 3 for ptrace. */ 68506dfa844Sskrll #define PTRACE_TYPE_ARG3 void * 68606dfa844Sskrll 68706dfa844Sskrll /* Define to the type of arg 4 for ptrace. */ 68806dfa844Sskrll #define PTRACE_TYPE_ARG4 int 68906dfa844Sskrll 69006dfa844Sskrll /* Define to the type of arg 5 for ptrace. */ 69106dfa844Sskrll /* #undef PTRACE_TYPE_ARG5 */ 69206dfa844Sskrll 69306dfa844Sskrll /* Define as the return type of ptrace. */ 69406dfa844Sskrll #define PTRACE_TYPE_RET int 69506dfa844Sskrll 69606dfa844Sskrll /* Define if the python lib directory should be relocated when GDB is moved. 69706dfa844Sskrll */ 69806dfa844Sskrll /* #undef PYTHON_LIBDIR_RELOCATABLE */ 69906dfa844Sskrll 70006dfa844Sskrll /* Define if the python directory should be relocated when GDB is moved. */ 70106dfa844Sskrll /* #undef PYTHON_PATH_RELOCATABLE */ 70206dfa844Sskrll 70306dfa844Sskrll /* Relocated directory for source files. */ 70406dfa844Sskrll /* #undef RELOC_SRCDIR */ 70506dfa844Sskrll 70606dfa844Sskrll /* Bug reporting address */ 70706dfa844Sskrll #define REPORT_BUGS_TO "<https://www.gnu.org/software/gdb/bugs/>" 70806dfa844Sskrll 70906dfa844Sskrll /* Define to 1 if the "%Lg" format works to scan long doubles. */ 71006dfa844Sskrll /* #undef SCANF_HAS_LONG_DOUBLE */ 71106dfa844Sskrll 71206dfa844Sskrll /* Define to 1 if the `setpgrp' function takes no argument. */ 71306dfa844Sskrll /* #undef SETPGRP_VOID */ 71406dfa844Sskrll 71506dfa844Sskrll /* The size of `long long', as computed by sizeof. */ 71606dfa844Sskrll #define SIZEOF_LONG_LONG 8 71706dfa844Sskrll 71806dfa844Sskrll /* The size of `unsigned long', as computed by sizeof. */ 71906dfa844Sskrll #define SIZEOF_UNSIGNED_LONG 8 72006dfa844Sskrll 72106dfa844Sskrll /* The size of `unsigned long long', as computed by sizeof. */ 72206dfa844Sskrll #define SIZEOF_UNSIGNED_LONG_LONG 8 72306dfa844Sskrll 72406dfa844Sskrll /* The size of `unsigned __int128', as computed by sizeof. */ 72506dfa844Sskrll #define SIZEOF_UNSIGNED___INT128 16 72606dfa844Sskrll 7272dd29543Schristos /* The size of `void *', as computed by sizeof. */ 7282dd29543Schristos #define SIZEOF_VOID_P 8 7292dd29543Schristos 73006dfa844Sskrll /* If using the C implementation of alloca, define if you know the 73106dfa844Sskrll direction of stack growth for your system; otherwise it will be 73206dfa844Sskrll automatically deduced at runtime. 73306dfa844Sskrll STACK_DIRECTION > 0 => grows toward higher addresses 73406dfa844Sskrll STACK_DIRECTION < 0 => grows toward lower addresses 73506dfa844Sskrll STACK_DIRECTION = 0 => direction of growth unknown */ 73606dfa844Sskrll /* #undef STACK_DIRECTION */ 73706dfa844Sskrll 73806dfa844Sskrll /* Define to 1 if you have the ANSI C header files. */ 73906dfa844Sskrll #define STDC_HEADERS 1 74006dfa844Sskrll 74106dfa844Sskrll /* automatically load a system-wide gdbinit file */ 74206dfa844Sskrll #define SYSTEM_GDBINIT "" 74306dfa844Sskrll 74406dfa844Sskrll /* automatically load system-wide gdbinit files from this directory */ 74506dfa844Sskrll #define SYSTEM_GDBINIT_DIR "" 74606dfa844Sskrll 74706dfa844Sskrll /* Define if the system-gdbinit-dir directory should be relocated when GDB is 74806dfa844Sskrll moved. */ 74906dfa844Sskrll #define SYSTEM_GDBINIT_DIR_RELOCATABLE 0 75006dfa844Sskrll 75106dfa844Sskrll /* Define if the system-gdbinit directory should be relocated when GDB is 75206dfa844Sskrll moved. */ 75306dfa844Sskrll #define SYSTEM_GDBINIT_RELOCATABLE 0 75406dfa844Sskrll 75506dfa844Sskrll /* search for usr/lib et al within DIR */ 75606dfa844Sskrll #define TARGET_SYSTEM_ROOT "" 75706dfa844Sskrll 75806dfa844Sskrll /* Define if the sysroot directory should be relocated when GDB is moved. */ 75906dfa844Sskrll #define TARGET_SYSTEM_ROOT_RELOCATABLE 0 76006dfa844Sskrll 76106dfa844Sskrll /* Define if <thread_db.h> has the TD_NOTALLOC error code. */ 76206dfa844Sskrll /* #undef THREAD_DB_HAS_TD_NOTALLOC */ 76306dfa844Sskrll 76406dfa844Sskrll /* Define if <thread_db.h> has the TD_NOTLS error code. */ 76506dfa844Sskrll /* #undef THREAD_DB_HAS_TD_NOTLS */ 76606dfa844Sskrll 76706dfa844Sskrll /* Define if <thread_db.h> has the TD_VERSION error code. */ 76806dfa844Sskrll /* #undef THREAD_DB_HAS_TD_VERSION */ 76906dfa844Sskrll 77006dfa844Sskrll /* Enable extensions on AIX 3, Interix. */ 77106dfa844Sskrll #ifndef _ALL_SOURCE 77206dfa844Sskrll # define _ALL_SOURCE 1 77306dfa844Sskrll #endif 77406dfa844Sskrll /* Enable GNU extensions on systems that have them. */ 77506dfa844Sskrll #ifndef _GNU_SOURCE 77606dfa844Sskrll # define _GNU_SOURCE 1 77706dfa844Sskrll #endif 77806dfa844Sskrll /* Enable threading extensions on Solaris. */ 77906dfa844Sskrll #ifndef _POSIX_PTHREAD_SEMANTICS 78006dfa844Sskrll # define _POSIX_PTHREAD_SEMANTICS 1 78106dfa844Sskrll #endif 78206dfa844Sskrll /* Enable extensions on HP NonStop. */ 78306dfa844Sskrll #ifndef _TANDEM_SOURCE 78406dfa844Sskrll # define _TANDEM_SOURCE 1 78506dfa844Sskrll #endif 78606dfa844Sskrll /* Enable general extensions on Solaris. */ 78706dfa844Sskrll #ifndef __EXTENSIONS__ 78806dfa844Sskrll # define __EXTENSIONS__ 1 78906dfa844Sskrll #endif 79006dfa844Sskrll 79106dfa844Sskrll 79206dfa844Sskrll /* Define if we should use the Windows API, instead of the POSIX API. On 79306dfa844Sskrll Windows, we use the Windows API when building for MinGW, but the POSIX API 79406dfa844Sskrll when building for Cygwin. */ 79506dfa844Sskrll /* #undef USE_WIN32API */ 79606dfa844Sskrll 79706dfa844Sskrll /* Define if the PPC simulator is being linked in. */ 79806dfa844Sskrll /* #undef WITH_PPC_SIM */ 79906dfa844Sskrll 80006dfa844Sskrll /* Directory containing Python's standard libraries from --with-python-libdir. 80106dfa844Sskrll */ 80206dfa844Sskrll /* #undef WITH_PYTHON_LIBDIR */ 80306dfa844Sskrll 80406dfa844Sskrll /* Define if --with-python provides a path, either directly or via 80506dfa844Sskrll python-config.py --exec-prefix. */ 80606dfa844Sskrll /* #undef WITH_PYTHON_PATH */ 80706dfa844Sskrll 80806dfa844Sskrll /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 80906dfa844Sskrll significant byte first (like Motorola and SPARC, unlike Intel). */ 81006dfa844Sskrll #if defined AC_APPLE_UNIVERSAL_BUILD 81106dfa844Sskrll # if defined __BIG_ENDIAN__ 81206dfa844Sskrll # define WORDS_BIGENDIAN 1 81306dfa844Sskrll # endif 81406dfa844Sskrll #else 81506dfa844Sskrll # ifndef WORDS_BIGENDIAN 81606dfa844Sskrll /* # undef WORDS_BIGENDIAN */ 81706dfa844Sskrll # endif 81806dfa844Sskrll #endif 81906dfa844Sskrll 82006dfa844Sskrll /* Enable large inode numbers on Mac OS X 10.5. */ 82106dfa844Sskrll #ifndef _DARWIN_USE_64_BIT_INODE 82206dfa844Sskrll # define _DARWIN_USE_64_BIT_INODE 1 82306dfa844Sskrll #endif 82406dfa844Sskrll 82506dfa844Sskrll /* Number of bits in a file offset, on hosts where this is settable. */ 82606dfa844Sskrll /* #undef _FILE_OFFSET_BITS */ 82706dfa844Sskrll 82806dfa844Sskrll /* Define for large files, on AIX-style hosts. */ 82906dfa844Sskrll /* #undef _LARGE_FILES */ 83006dfa844Sskrll 83106dfa844Sskrll /* Define to 1 if on MINIX. */ 83206dfa844Sskrll /* #undef _MINIX */ 83306dfa844Sskrll 83406dfa844Sskrll /* Define to 2 if the system does not provide POSIX.1 features except with 83506dfa844Sskrll this defined. */ 83606dfa844Sskrll /* #undef _POSIX_1_SOURCE */ 83706dfa844Sskrll 83806dfa844Sskrll /* Define to 1 if you need to in order for `stat' and other things to work. */ 83906dfa844Sskrll /* #undef _POSIX_SOURCE */ 84006dfa844Sskrll 84106dfa844Sskrll /* Use structured /proc on Solaris. */ 84206dfa844Sskrll #define _STRUCTURED_PROC 1 84306dfa844Sskrll 84406dfa844Sskrll /* Define to empty if `const' does not conform to ANSI C. */ 84506dfa844Sskrll /* #undef const */ 84606dfa844Sskrll 84706dfa844Sskrll /* Define to `__inline__' or `__inline' if that's what the C compiler 84806dfa844Sskrll calls it, or to nothing if 'inline' is not supported under any name. */ 84906dfa844Sskrll #ifndef __cplusplus 85006dfa844Sskrll /* #undef inline */ 85106dfa844Sskrll #endif 85206dfa844Sskrll 85306dfa844Sskrll /* Define to `int' if <sys/types.h> does not define. */ 85406dfa844Sskrll /* #undef pid_t */ 85506dfa844Sskrll 85606dfa844Sskrll /* Define to `unsigned int' if <sys/types.h> does not define. */ 85706dfa844Sskrll /* #undef size_t */ 85806dfa844Sskrll 85906dfa844Sskrll /* Define as `fork' if `vfork' does not work. */ 8602dd29543Schristos /* #undef vfork */ 861