16fdc2528Schristos /* 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 */ 387816d4fSchristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */ 46fdc2528Schristos 56fdc2528Schristos /* config.h. Generated from config.in by configure. */ 66fdc2528Schristos /* config.in. Generated from configure.ac by autoheader. */ 76fdc2528Schristos 86fdc2528Schristos /* Define if building universal (internal helper macro) */ 96fdc2528Schristos /* #undef AC_APPLE_UNIVERSAL_BUILD */ 106fdc2528Schristos 11*22ebeae4Schristos /* Additional directories to look for separate debug info. */ 12*22ebeae4Schristos /* #undef ADDITIONAL_DEBUG_DIRS */ 13*22ebeae4Schristos 1484e9dd17Smrg /* Directories from which to load auto-loaded scripts. */ 155900762bSrin #define AUTO_LOAD_DIR "$debugdir:$datadir/auto-load" 166fdc2528Schristos 1784e9dd17Smrg /* Directories safe to hold auto-loaded files. */ 185900762bSrin #define AUTO_LOAD_SAFE_PATH "$debugdir:$datadir/auto-load" 196fdc2528Schristos 2084e9dd17Smrg /* Directory of programs. */ 2184e9dd17Smrg #define BINDIR "/usr/bin" 226fdc2528Schristos 236fdc2528Schristos /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP 246fdc2528Schristos systems. This function is required for `alloca.c' support on those systems. 256fdc2528Schristos */ 266fdc2528Schristos /* #undef CRAY_STACKSEG_END */ 276fdc2528Schristos 284d342c04Schristos /* Define to 1 if std::thread works. */ 294d342c04Schristos #define CXX_STD_THREAD 1 304d342c04Schristos 316fdc2528Schristos /* Define to 1 if using `alloca.c'. */ 326fdc2528Schristos /* #undef C_ALLOCA */ 336fdc2528Schristos 346fdc2528Schristos /* look for global separate debug info in this path [LIBDIR/debug] */ 356fdc2528Schristos #define DEBUGDIR "/usr/libdata/debug" 366fdc2528Schristos 376fdc2528Schristos /* Define if the separate-debug-dir directory should be relocated when GDB is 386fdc2528Schristos moved. */ 396fdc2528Schristos #define DEBUGDIR_RELOCATABLE 1 406fdc2528Schristos 416fdc2528Schristos /* Define to BFD's default architecture. */ 426fdc2528Schristos #define DEFAULT_BFD_ARCH bfd_sh_arch 436fdc2528Schristos 446fdc2528Schristos /* Define to BFD's default target vector. */ 45871cc9aeSchristos #define DEFAULT_BFD_VEC sh_elf32_nbsd_vec 466fdc2528Schristos 474d342c04Schristos /* Handle .ctf type-info sections */ 484d342c04Schristos #define ENABLE_LIBCTF 1 494d342c04Schristos 506fdc2528Schristos /* Define to 1 if translation of program messages to the user's native 516fdc2528Schristos language is requested. */ 52*22ebeae4Schristos /* #undef ENABLE_NLS */ 536fdc2528Schristos 54a45db23fSchristos /* The .gdbearlyinit filename. */ 55a45db23fSchristos #define GDBEARLYINIT ".gdbearlyinit" 56a45db23fSchristos 5778ce218aSchristos /* The .gdbinit filename. */ 5878ce218aSchristos #define GDBINIT ".gdbinit" 5978ce218aSchristos 606fdc2528Schristos /* look for global separate data files in this path [DATADIR/gdb] */ 616fdc2528Schristos #define GDB_DATADIR "/usr/share/gdb" 626fdc2528Schristos 636fdc2528Schristos /* Define if the gdb-datadir directory should be relocated when GDB is moved. 646fdc2528Schristos */ 656fdc2528Schristos #define GDB_DATADIR_RELOCATABLE 1 666fdc2528Schristos 676fdc2528Schristos /* Define to be a string naming the default host character set. */ 686fdc2528Schristos #define GDB_DEFAULT_HOST_CHARSET "UTF-8" 696fdc2528Schristos 706fdc2528Schristos /* Host double floatformat */ 716fdc2528Schristos #define GDB_HOST_DOUBLE_FORMAT 0 726fdc2528Schristos 736fdc2528Schristos /* Host float floatformat */ 746fdc2528Schristos #define GDB_HOST_FLOAT_FORMAT 0 756fdc2528Schristos 766fdc2528Schristos /* Host long double floatformat */ 776fdc2528Schristos #define GDB_HOST_LONG_DOUBLE_FORMAT 0 786fdc2528Schristos 796fdc2528Schristos /* nativefile */ 806fdc2528Schristos /* #undef GDB_NM_FILE */ 816fdc2528Schristos 826fdc2528Schristos /* Define to the default OS ABI for this configuration. */ 835900762bSrin #define GDB_OSABI_DEFAULT GDB_OSABI_NETBSD 846fdc2528Schristos 85400d1a16Smrg /* Define if self-testing features should be enabled */ 86a45db23fSchristos /* #undef GDB_SELF_TEST */ 87400d1a16Smrg 886fdc2528Schristos /* Define to 1 if you have `alloca', as a function or macro. */ 896fdc2528Schristos #define HAVE_ALLOCA 1 906fdc2528Schristos 916fdc2528Schristos /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). 926fdc2528Schristos */ 936fdc2528Schristos /* #undef HAVE_ALLOCA_H */ 946fdc2528Schristos 95*22ebeae4Schristos /* Define if amd-dbgapi is being linked in. */ 96*22ebeae4Schristos /* #undef HAVE_AMD_DBGAPI */ 97*22ebeae4Schristos 986fdc2528Schristos /* Define to 1 if you have the `btowc' function. */ 996fdc2528Schristos #define HAVE_BTOWC 1 1006fdc2528Schristos 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 1096fdc2528Schristos /* Define to 1 if you have the <cursesX.h> header file. */ 1106fdc2528Schristos /* #undef HAVE_CURSESX_H */ 1116fdc2528Schristos 1126fdc2528Schristos /* Define to 1 if you have the <curses.h> header file. */ 1136fdc2528Schristos #define HAVE_CURSES_H 1 1146fdc2528Schristos 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 1226fdc2528Schristos /* Define to 1 if you have the declaration of `ADDR_NO_RANDOMIZE', and to 0 if 1236fdc2528Schristos you don't. */ 1246fdc2528Schristos #define HAVE_DECL_ADDR_NO_RANDOMIZE 0 1256fdc2528Schristos 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 1376fdc2528Schristos /* Define to 1 if you have the declaration of `getthrds', and to 0 if you 1386fdc2528Schristos don't. */ 1396fdc2528Schristos /* #undef HAVE_DECL_GETTHRDS */ 1406fdc2528Schristos 1416fdc2528Schristos /* Define to 1 if you have the declaration of `snprintf', and to 0 if you 1426fdc2528Schristos don't. */ 1436fdc2528Schristos #define HAVE_DECL_SNPRINTF 1 1446fdc2528Schristos 1456fdc2528Schristos /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't. 1466fdc2528Schristos */ 1476fdc2528Schristos #define HAVE_DECL_STRSTR 1 1486fdc2528Schristos 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 17784e9dd17Smrg /* Define to 1 if you have the <dlfcn.h> header file. */ 17884e9dd17Smrg #define HAVE_DLFCN_H 1 17984e9dd17Smrg 1806fdc2528Schristos /* Define if ELF support should be included. */ 1816fdc2528Schristos #define HAVE_ELF 1 1826fdc2528Schristos 18387816d4fSchristos /* Define if <sys/procfs.h> has elf_fpregset_t. */ 18487816d4fSchristos /* #undef HAVE_ELF_FPREGSET_T */ 18587816d4fSchristos 1866fdc2528Schristos /* Define to 1 if you have the <elf_hp.h> header file. */ 1876fdc2528Schristos /* #undef HAVE_ELF_HP_H */ 1886fdc2528Schristos 1896fdc2528Schristos /* Define to 1 if your system has the etext variable. */ 1906fdc2528Schristos #define HAVE_ETEXT 1 1916fdc2528Schristos 192a45db23fSchristos /* Define to 1 if execinfo.h backtrace functions are available. */ 193a45db23fSchristos /* #undef HAVE_EXECINFO_BACKTRACE */ 194a45db23fSchristos 195a45db23fSchristos /* Define to 1 if you have the <execinfo.h> header file. */ 196a45db23fSchristos #define HAVE_EXECINFO_H 1 197a45db23fSchristos 19878ce218aSchristos /* Define to 1 if you have the `fdwalk' function. */ 19978ce218aSchristos /* #undef HAVE_FDWALK */ 20078ce218aSchristos 2016fdc2528Schristos /* Define to 1 if you have the `fork' function. */ 2026fdc2528Schristos #define HAVE_FORK 1 2036fdc2528Schristos 2046fdc2528Schristos /* Define if <sys/procfs.h> has fpregset_t. */ 2056fdc2528Schristos /* #undef HAVE_FPREGSET_T */ 2066fdc2528Schristos 207822f2954Schristos /* Define to 1 if you have the `getauxval' function. */ 208822f2954Schristos /* #undef HAVE_GETAUXVAL */ 209822f2954Schristos 2106fdc2528Schristos /* Define to 1 if you have the `getgid' function. */ 2116fdc2528Schristos #define HAVE_GETGID 1 2126fdc2528Schristos 2136fdc2528Schristos /* Define to 1 if you have the `getpagesize' function. */ 2146fdc2528Schristos #define HAVE_GETPAGESIZE 1 2156fdc2528Schristos 21687816d4fSchristos /* Define to 1 if you have the `getpgid' function. */ 21787816d4fSchristos #define HAVE_GETPGID 1 21887816d4fSchristos 2196fdc2528Schristos /* Define to 1 if you have the `getrlimit' function. */ 2206fdc2528Schristos #define HAVE_GETRLIMIT 1 2216fdc2528Schristos 2226fdc2528Schristos /* Define to 1 if you have the `getrusage' function. */ 2236fdc2528Schristos #define HAVE_GETRUSAGE 1 2246fdc2528Schristos 225*22ebeae4Schristos /* Define if the GNU gettext() function is already present or preinstalled. */ 226*22ebeae4Schristos /* #undef HAVE_GETTEXT */ 227*22ebeae4Schristos 2286fdc2528Schristos /* Define to 1 if you have the `getuid' function. */ 2296fdc2528Schristos #define HAVE_GETUID 1 2306fdc2528Schristos 2316fdc2528Schristos /* Define if <sys/procfs.h> has gregset_t. */ 2326fdc2528Schristos /* #undef HAVE_GREGSET_T */ 2336fdc2528Schristos 234871cc9aeSchristos /* Define if Guile interpreter is being linked in. */ 235871cc9aeSchristos /* #undef HAVE_GUILE */ 236871cc9aeSchristos 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. */ 2416fdc2528Schristos #define HAVE_ICONV 1 2426fdc2528Schristos 2436fdc2528Schristos /* Define to 1 if you have the `iconvlist' function. */ 2446fdc2528Schristos /* #undef HAVE_ICONVLIST */ 2456fdc2528Schristos 2466fdc2528Schristos /* Define to 1 if you have the <inttypes.h> header file. */ 2476fdc2528Schristos #define HAVE_INTTYPES_H 1 2486fdc2528Schristos 249a45db23fSchristos /* Define to 1 if you have the `kinfo_getfile' function. */ 25087816d4fSchristos /* #undef HAVE_KINFO_GETFILE */ 25187816d4fSchristos 2526fdc2528Schristos /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */ 2536fdc2528Schristos #define HAVE_LANGINFO_CODESET 1 2546fdc2528Schristos 2556fdc2528Schristos /* Define if your <locale.h> file defines LC_MESSAGES. */ 2566fdc2528Schristos #define HAVE_LC_MESSAGES 1 2576fdc2528Schristos 25878ce218aSchristos /* Define if you have the babeltrace library. */ 25978ce218aSchristos /* #undef HAVE_LIBBABELTRACE */ 26078ce218aSchristos 261a45db23fSchristos /* Define if libbacktrace is being used. */ 262a45db23fSchristos #define HAVE_LIBBACKTRACE 1 263a45db23fSchristos 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 2736fdc2528Schristos /* Define if you have the expat library. */ 27454eac751Schristos #define HAVE_LIBEXPAT 1 2756fdc2528Schristos 2766fdc2528Schristos /* Define to 1 if you have the `libiconvlist' function. */ 2776fdc2528Schristos /* #undef HAVE_LIBICONVLIST */ 2786fdc2528Schristos 279822f2954Schristos /* Define if you have the ipt library. */ 280822f2954Schristos /* #undef HAVE_LIBIPT */ 281822f2954Schristos 28284e9dd17Smrg /* Define if you have the lzma library. */ 28384e9dd17Smrg /* #undef HAVE_LIBLZMA */ 28484e9dd17Smrg 2856fdc2528Schristos /* Define to 1 if you have the `m' library (-lm). */ 2866fdc2528Schristos #define HAVE_LIBM 1 2876fdc2528Schristos 2886fdc2528Schristos /* Define to 1 if you have the <libunwind-ia64.h> header file. */ 2896fdc2528Schristos /* #undef HAVE_LIBUNWIND_IA64_H */ 2906fdc2528Schristos 2914d342c04Schristos /* Define if you have the xxhash library. */ 2924d342c04Schristos /* #undef HAVE_LIBXXHASH */ 2934d342c04Schristos 29487816d4fSchristos /* Define to 1 if you have the <linux/elf.h> header file. */ 29587816d4fSchristos /* #undef HAVE_LINUX_ELF_H */ 2966fdc2528Schristos 29784e9dd17Smrg /* Define to 1 if you have the <linux/perf_event.h> header file. */ 29884e9dd17Smrg /* #undef HAVE_LINUX_PERF_EVENT_H */ 29984e9dd17Smrg 3006fdc2528Schristos /* Define to 1 if you have the <locale.h> header file. */ 3016fdc2528Schristos #define HAVE_LOCALE_H 1 3026fdc2528Schristos 3036fdc2528Schristos /* Define to 1 if the compiler supports long double. */ 3046fdc2528Schristos #define HAVE_LONG_DOUBLE 1 3056fdc2528Schristos 306822f2954Schristos /* Define to 1 if the system has the type `long long'. */ 307822f2954Schristos #define HAVE_LONG_LONG 1 308822f2954Schristos 3096fdc2528Schristos /* Define if <sys/procfs.h> has lwpid_t. */ 3106fdc2528Schristos /* #undef HAVE_LWPID_T */ 3116fdc2528Schristos 3126fdc2528Schristos /* Define to 1 if you have the <machine/reg.h> header file. */ 3136fdc2528Schristos #define HAVE_MACHINE_REG_H 1 3146fdc2528Schristos 3156fdc2528Schristos /* Define to 1 if you have the <memory.h> header file. */ 3166fdc2528Schristos #define HAVE_MEMORY_H 1 3176fdc2528Schristos 3186fdc2528Schristos /* Define to 1 if you have a working `mmap' system call. */ 3196fdc2528Schristos #define HAVE_MMAP 1 3206fdc2528Schristos 3216fdc2528Schristos /* Define to 1 if you have the `monstartup' function. */ 3226fdc2528Schristos #define HAVE_MONSTARTUP 1 3236fdc2528Schristos 32487816d4fSchristos /* Define to 1 if you have the <ncursesw/ncurses.h> header file. */ 32587816d4fSchristos /* #undef HAVE_NCURSESW_NCURSES_H */ 32687816d4fSchristos 3276fdc2528Schristos /* Define to 1 if you have the <ncurses.h> header file. */ 3286fdc2528Schristos /* #undef HAVE_NCURSES_H */ 3296fdc2528Schristos 3306fdc2528Schristos /* Define to 1 if you have the <ncurses/ncurses.h> header file. */ 3316fdc2528Schristos /* #undef HAVE_NCURSES_NCURSES_H */ 3326fdc2528Schristos 3336fdc2528Schristos /* Define to 1 if you have the <ncurses/term.h> header file. */ 3346fdc2528Schristos /* #undef HAVE_NCURSES_TERM_H */ 3356fdc2528Schristos 3366fdc2528Schristos /* Define to 1 if you have the <nlist.h> header file. */ 3376fdc2528Schristos #define HAVE_NLIST_H 1 3386fdc2528Schristos 3396fdc2528Schristos /* Define to 1 if you have the `pipe' function. */ 3406fdc2528Schristos #define HAVE_PIPE 1 3416fdc2528Schristos 34278ce218aSchristos /* Define to 1 if you have the `pipe2' function. */ 34378ce218aSchristos #define HAVE_PIPE2 1 34478ce218aSchristos 3456fdc2528Schristos /* Define to 1 if you have the `poll' function. */ 3466fdc2528Schristos #define HAVE_POLL 1 3476fdc2528Schristos 3486fdc2528Schristos /* Define to 1 if you have the <poll.h> header file. */ 3496fdc2528Schristos #define HAVE_POLL_H 1 3506fdc2528Schristos 3516fdc2528Schristos /* Define to 1 if you have the `posix_madvise' function. */ 3526fdc2528Schristos #define HAVE_POSIX_MADVISE 1 3536fdc2528Schristos 35484e9dd17Smrg /* Define to 1 if you have the `pread' function. */ 35584e9dd17Smrg #define HAVE_PREAD 1 35684e9dd17Smrg 3576fdc2528Schristos /* Define to 1 if you have the `pread64' function. */ 3586fdc2528Schristos /* #undef HAVE_PREAD64 */ 3596fdc2528Schristos 3606fdc2528Schristos /* Define if <sys/procfs.h> has prfpregset_t. */ 3616fdc2528Schristos /* #undef HAVE_PRFPREGSET_T */ 3626fdc2528Schristos 3636fdc2528Schristos /* Define if <sys/procfs.h> has prgregset32_t. */ 3646fdc2528Schristos /* #undef HAVE_PRGREGSET32_T */ 3656fdc2528Schristos 3666fdc2528Schristos /* Define if <sys/procfs.h> has prgregset_t. */ 3676fdc2528Schristos /* #undef HAVE_PRGREGSET_T */ 3686fdc2528Schristos 3696fdc2528Schristos /* Define to 1 if you have the <proc_service.h> header file. */ 3706fdc2528Schristos /* #undef HAVE_PROC_SERVICE_H */ 3716fdc2528Schristos 3726fdc2528Schristos /* Define if <sys/procfs.h> has psaddr_t. */ 3736fdc2528Schristos /* #undef HAVE_PSADDR_T */ 3746fdc2528Schristos 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. */ 3794d342c04Schristos #define HAVE_PTHREAD_SETNAME_NP 1 3804d342c04Schristos 3814d342c04Schristos /* Define to 1 if you have the `pthread_sigmask' function. */ 3824d342c04Schristos #define HAVE_PTHREAD_SIGMASK 1 3834d342c04Schristos 38478ce218aSchristos /* Define to 1 if you have the `ptrace64' function. */ 38578ce218aSchristos /* #undef HAVE_PTRACE64 */ 3866fdc2528Schristos 3876fdc2528Schristos /* Define if sys/ptrace.h defines the PTRACE_GETFPXREGS request. */ 3886fdc2528Schristos /* #undef HAVE_PTRACE_GETFPXREGS */ 3896fdc2528Schristos 3906fdc2528Schristos /* Define if sys/ptrace.h defines the PTRACE_GETREGS request. */ 3916fdc2528Schristos /* #undef HAVE_PTRACE_GETREGS */ 3926fdc2528Schristos 3936fdc2528Schristos /* Define to 1 if you have the <ptrace.h> header file. */ 3946fdc2528Schristos /* #undef HAVE_PTRACE_H */ 3956fdc2528Schristos 3966fdc2528Schristos /* Define if sys/ptrace.h defines the PT_GETDBREGS request. */ 3976fdc2528Schristos /* #undef HAVE_PT_GETDBREGS */ 3986fdc2528Schristos 39987816d4fSchristos /* Define to 1 if you have the `pt_insn_event' function. */ 40087816d4fSchristos /* #undef HAVE_PT_INSN_EVENT */ 40187816d4fSchristos 40284e9dd17Smrg /* Define to 1 if you have the `pwrite' function. */ 40384e9dd17Smrg #define HAVE_PWRITE 1 40484e9dd17Smrg 4056fdc2528Schristos /* Define if Python interpreter is being linked in. */ 4066fdc2528Schristos /* #undef HAVE_PYTHON */ 4076fdc2528Schristos 408a45db23fSchristos /* Define to 1 if you have the <readline/readline.h> header file. */ 409a45db23fSchristos /* #undef HAVE_READLINE_READLINE_H */ 410a45db23fSchristos 4116fdc2528Schristos /* Define to 1 if you have the `resize_term' function. */ 4128b7331e5Schristos #define HAVE_RESIZE_TERM 1 4136fdc2528Schristos 4146fdc2528Schristos /* Define to 1 if you have the `sbrk' function. */ 4156fdc2528Schristos #define HAVE_SBRK 1 4166fdc2528Schristos 417871cc9aeSchristos /* Define to 1 if you have the `scm_new_smob' function. */ 418871cc9aeSchristos /* #undef HAVE_SCM_NEW_SMOB */ 419871cc9aeSchristos 4206fdc2528Schristos /* Define to 1 if you have the `setlocale' function. */ 4216fdc2528Schristos #define HAVE_SETLOCALE 1 4226fdc2528Schristos 423822f2954Schristos /* Define to 1 if you have the `setns' function. */ 424822f2954Schristos /* #undef HAVE_SETNS */ 425822f2954Schristos 4266fdc2528Schristos /* Define to 1 if you have the `setpgid' function. */ 4276fdc2528Schristos #define HAVE_SETPGID 1 4286fdc2528Schristos 4296fdc2528Schristos /* Define to 1 if you have the `setpgrp' function. */ 4306fdc2528Schristos #define HAVE_SETPGRP 1 4316fdc2528Schristos 4326fdc2528Schristos /* Define to 1 if you have the `setrlimit' function. */ 4336fdc2528Schristos #define HAVE_SETRLIMIT 1 4346fdc2528Schristos 4356fdc2528Schristos /* Define to 1 if you have the `setsid' function. */ 4366fdc2528Schristos #define HAVE_SETSID 1 4376fdc2528Schristos 4386fdc2528Schristos /* Define to 1 if you have the `sigaction' function. */ 4396fdc2528Schristos #define HAVE_SIGACTION 1 4406fdc2528Schristos 441871cc9aeSchristos /* Define to 1 if you have the `sigaltstack' function. */ 442871cc9aeSchristos #define HAVE_SIGALTSTACK 1 443871cc9aeSchristos 4446fdc2528Schristos /* Define to 1 if you have the <signal.h> header file. */ 4456fdc2528Schristos #define HAVE_SIGNAL_H 1 4466fdc2528Schristos 4476fdc2528Schristos /* Define to 1 if you have the `sigprocmask' function. */ 4486fdc2528Schristos #define HAVE_SIGPROCMASK 1 4496fdc2528Schristos 4506fdc2528Schristos /* Define if sigsetjmp is available. */ 4516fdc2528Schristos #define HAVE_SIGSETJMP 1 4526fdc2528Schristos 4536fdc2528Schristos /* Define to 1 if you have the `sigsetmask' function. */ 4546fdc2528Schristos #define HAVE_SIGSETMASK 1 4556fdc2528Schristos 456a45db23fSchristos /* Define to 1 if you have the `sigtimedwait' function. */ 457a45db23fSchristos #define HAVE_SIGTIMEDWAIT 1 458a45db23fSchristos 4596fdc2528Schristos /* Define to 1 if you have the `socketpair' function. */ 4606fdc2528Schristos #define HAVE_SOCKETPAIR 1 4616fdc2528Schristos 4626fdc2528Schristos /* Define to 1 if the system has the type `socklen_t'. */ 4636fdc2528Schristos #define HAVE_SOCKLEN_T 1 4646fdc2528Schristos 46587816d4fSchristos /* Define to 1 if the source-highlight library is available */ 46687816d4fSchristos /* #undef HAVE_SOURCE_HIGHLIGHT */ 46787816d4fSchristos 4686fdc2528Schristos /* Define to 1 if you have the <stdint.h> header file. */ 4696fdc2528Schristos #define HAVE_STDINT_H 1 4706fdc2528Schristos 4716fdc2528Schristos /* Define to 1 if you have the <stdlib.h> header file. */ 4726fdc2528Schristos #define HAVE_STDLIB_H 1 4736fdc2528Schristos 4746fdc2528Schristos /* Define to 1 if you have the <strings.h> header file. */ 4756fdc2528Schristos #define HAVE_STRINGS_H 1 4766fdc2528Schristos 4776fdc2528Schristos /* Define to 1 if you have the <string.h> header file. */ 4786fdc2528Schristos #define HAVE_STRING_H 1 4796fdc2528Schristos 4806fdc2528Schristos /* Define to 1 if your system has struct lwp. */ 4816fdc2528Schristos #define HAVE_STRUCT_LWP 1 4826fdc2528Schristos 48387816d4fSchristos /* Define to 1 if `pl_syscall_code' is a member of `struct ptrace_lwpinfo'. */ 484400d1a16Smrg /* #undef HAVE_STRUCT_PTRACE_LWPINFO_PL_SYSCALL_CODE */ 485400d1a16Smrg 48687816d4fSchristos /* Define to 1 if `pl_tdname' is a member of `struct ptrace_lwpinfo'. */ 4878b7331e5Schristos /* #undef HAVE_STRUCT_PTRACE_LWPINFO_PL_TDNAME */ 4888b7331e5Schristos 48987816d4fSchristos /* Define to 1 if `enabled' is a member of `struct pt_insn'. */ 49087816d4fSchristos /* #undef HAVE_STRUCT_PT_INSN_ENABLED */ 49187816d4fSchristos 49287816d4fSchristos /* Define to 1 if `resynced' is a member of `struct pt_insn'. */ 49387816d4fSchristos /* #undef HAVE_STRUCT_PT_INSN_RESYNCED */ 49487816d4fSchristos 4956fdc2528Schristos /* Define to 1 if your system has struct reg in <machine/reg.h>. */ 4966fdc2528Schristos #define HAVE_STRUCT_REG 1 4976fdc2528Schristos 49887816d4fSchristos /* Define to 1 if `r_fs' is a member of `struct reg'. */ 4996fdc2528Schristos /* #undef HAVE_STRUCT_REG_R_FS */ 5006fdc2528Schristos 50187816d4fSchristos /* Define to 1 if `r_gs' is a member of `struct reg'. */ 5026fdc2528Schristos /* #undef HAVE_STRUCT_REG_R_GS */ 5036fdc2528Schristos 50487816d4fSchristos /* Define to 1 if `st_blksize' is a member of `struct stat'. */ 5056fdc2528Schristos #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 5066fdc2528Schristos 50787816d4fSchristos /* Define to 1 if `st_blocks' is a member of `struct stat'. */ 5086fdc2528Schristos #define HAVE_STRUCT_STAT_ST_BLOCKS 1 5096fdc2528Schristos 51087816d4fSchristos /* Define to 1 if `td_pcb' is a member of `struct thread'. */ 5116fdc2528Schristos /* #undef HAVE_STRUCT_THREAD_TD_PCB */ 5126fdc2528Schristos 5136fdc2528Schristos /* Define to 1 if you have the <sys/debugreg.h> header file. */ 5146fdc2528Schristos /* #undef HAVE_SYS_DEBUGREG_H */ 5156fdc2528Schristos 5166fdc2528Schristos /* Define to 1 if you have the <sys/file.h> header file. */ 5176fdc2528Schristos #define HAVE_SYS_FILE_H 1 5186fdc2528Schristos 5196fdc2528Schristos /* Define to 1 if you have the <sys/filio.h> header file. */ 5206fdc2528Schristos #define HAVE_SYS_FILIO_H 1 5216fdc2528Schristos 5226fdc2528Schristos /* Define to 1 if you have the <sys/ioctl.h> header file. */ 5236fdc2528Schristos #define HAVE_SYS_IOCTL_H 1 5246fdc2528Schristos 5256fdc2528Schristos /* Define to 1 if you have the <sys/param.h> header file. */ 5266fdc2528Schristos #define HAVE_SYS_PARAM_H 1 5276fdc2528Schristos 5286fdc2528Schristos /* Define to 1 if you have the <sys/poll.h> header file. */ 5296fdc2528Schristos #define HAVE_SYS_POLL_H 1 5306fdc2528Schristos 531a45db23fSchristos /* Define to 1 if you have the <sys/procctl.h> header file. */ 532a45db23fSchristos /* #undef HAVE_SYS_PROCCTL_H */ 533a45db23fSchristos 5346fdc2528Schristos /* Define to 1 if you have the <sys/procfs.h> header file. */ 5356fdc2528Schristos /* #undef HAVE_SYS_PROCFS_H */ 5366fdc2528Schristos 5376fdc2528Schristos /* Define to 1 if you have the <sys/ptrace.h> header file. */ 5386fdc2528Schristos #define HAVE_SYS_PTRACE_H 1 5396fdc2528Schristos 5406fdc2528Schristos /* Define to 1 if you have the <sys/reg.h> header file. */ 5416fdc2528Schristos /* #undef HAVE_SYS_REG_H */ 5426fdc2528Schristos 5436fdc2528Schristos /* Define to 1 if you have the <sys/resource.h> header file. */ 5446fdc2528Schristos #define HAVE_SYS_RESOURCE_H 1 5456fdc2528Schristos 5466fdc2528Schristos /* Define to 1 if you have the <sys/select.h> header file. */ 5476fdc2528Schristos #define HAVE_SYS_SELECT_H 1 5486fdc2528Schristos 54984e9dd17Smrg /* Define to 1 if you have the <sys/socket.h> header file. */ 55084e9dd17Smrg #define HAVE_SYS_SOCKET_H 1 55184e9dd17Smrg 5526fdc2528Schristos /* Define to 1 if you have the <sys/stat.h> header file. */ 5536fdc2528Schristos #define HAVE_SYS_STAT_H 1 5546fdc2528Schristos 5556fdc2528Schristos /* Define to 1 if you have the <sys/types.h> header file. */ 5566fdc2528Schristos #define HAVE_SYS_TYPES_H 1 5576fdc2528Schristos 55884e9dd17Smrg /* Define to 1 if you have the <sys/un.h> header file. */ 55984e9dd17Smrg #define HAVE_SYS_UN_H 1 56084e9dd17Smrg 5616fdc2528Schristos /* Define to 1 if you have the <sys/user.h> header file. */ 5628b7331e5Schristos /* #undef HAVE_SYS_USER_H */ 5636fdc2528Schristos 5646fdc2528Schristos /* Define to 1 if you have the <sys/wait.h> header file. */ 5656fdc2528Schristos #define HAVE_SYS_WAIT_H 1 5666fdc2528Schristos 5676fdc2528Schristos /* Define to 1 if you have the <termios.h> header file. */ 5686fdc2528Schristos #define HAVE_TERMIOS_H 1 5696fdc2528Schristos 5706fdc2528Schristos /* Define to 1 if you have the <term.h> header file. */ 5716fdc2528Schristos #define HAVE_TERM_H 1 5726fdc2528Schristos 5736fdc2528Schristos /* Define to 1 if you have the <thread_db.h> header file. */ 5746fdc2528Schristos /* #undef HAVE_THREAD_DB_H */ 5756fdc2528Schristos 5766fdc2528Schristos /* Define to 1 if you have the `ttrace' function. */ 5776fdc2528Schristos /* #undef HAVE_TTRACE */ 5786fdc2528Schristos 5796fdc2528Schristos /* Define to 1 if you have the <unistd.h> header file. */ 5806fdc2528Schristos #define HAVE_UNISTD_H 1 5816fdc2528Schristos 58287816d4fSchristos /* Define to 1 if you have the `use_default_colors' function. */ 58387816d4fSchristos #define HAVE_USE_DEFAULT_COLORS 1 58487816d4fSchristos 5856fdc2528Schristos /* Define to 1 if you have the `vfork' function. */ 5866fdc2528Schristos #define HAVE_VFORK 1 5876fdc2528Schristos 5886fdc2528Schristos /* Define to 1 if you have the <vfork.h> header file. */ 5896fdc2528Schristos /* #undef HAVE_VFORK_H */ 5906fdc2528Schristos 5916fdc2528Schristos /* Define to 1 if you have the `waitpid' function. */ 5926fdc2528Schristos #define HAVE_WAITPID 1 5936fdc2528Schristos 5946fdc2528Schristos /* Define to 1 if you have the <wait.h> header file. */ 5956fdc2528Schristos /* #undef HAVE_WAIT_H */ 5966fdc2528Schristos 597871cc9aeSchristos /* Define to 1 if you have the <windows.h> header file. */ 598871cc9aeSchristos /* #undef HAVE_WINDOWS_H */ 599871cc9aeSchristos 6006fdc2528Schristos /* Define to 1 if `fork' works. */ 6016fdc2528Schristos #define HAVE_WORKING_FORK 1 6026fdc2528Schristos 6036fdc2528Schristos /* Define to 1 if `vfork' works. */ 6046fdc2528Schristos #define HAVE_WORKING_VFORK 1 6056fdc2528Schristos 6066fdc2528Schristos /* Define to 1 if you have the `wresize' function. */ 6076fdc2528Schristos #define HAVE_WRESIZE 1 6086fdc2528Schristos 6094d342c04Schristos /* Define to 1 if you have the <ws2tcpip.h> header file. */ 6104d342c04Schristos /* #undef HAVE_WS2TCPIP_H */ 6114d342c04Schristos 6126fdc2528Schristos /* Define to 1 if you have the `XML_StopParser' function. */ 61354eac751Schristos #define HAVE_XML_STOPPARSER 1 6146fdc2528Schristos 615a45db23fSchristos /* Define to 1 if zstd is enabled. */ 616a45db23fSchristos /* #undef HAVE_ZSTD */ 617a45db23fSchristos 6186fdc2528Schristos /* Define to 1 if your system has the _etext variable. */ 6196fdc2528Schristos #define HAVE__ETEXT 1 6206fdc2528Schristos 6216fdc2528Schristos /* Define to 1 if you have the `_mcleanup' function. */ 6226fdc2528Schristos #define HAVE__MCLEANUP 1 6236fdc2528Schristos 62484e9dd17Smrg /* Path of directory of iconv program. */ 62584e9dd17Smrg /* #undef ICONV_BIN */ 62684e9dd17Smrg 62784e9dd17Smrg /* Define if the iconv directory should be relocated when GDB is moved. */ 62884e9dd17Smrg /* #undef ICONV_BIN_RELOCATABLE */ 62984e9dd17Smrg 6306fdc2528Schristos /* Define as const if the declaration of iconv() needs const. */ 63177a1ad5fSkamil #define ICONV_CONST 6326fdc2528Schristos 63384e9dd17Smrg /* directory to load the JIT readers from */ 63484e9dd17Smrg #define JIT_READER_DIR "/usr/lib/gdb" 63584e9dd17Smrg 63684e9dd17Smrg /* Define if the jit-reader-dir directory should be relocated when GDB is 63784e9dd17Smrg moved. */ 63884e9dd17Smrg #define JIT_READER_DIR_RELOCATABLE 1 6396fdc2528Schristos 640a45db23fSchristos /* Define to the sub-directory in which libtool stores uninstalled libraries. 641a45db23fSchristos */ 642a45db23fSchristos #define LT_OBJDIR ".libs/" 643a45db23fSchristos 6446fdc2528Schristos /* Name of this package. */ 6456fdc2528Schristos #define PACKAGE "gdb" 6466fdc2528Schristos 6476fdc2528Schristos /* Define to the address where bug reports for this package should be sent. */ 6486fdc2528Schristos #define PACKAGE_BUGREPORT "" 6496fdc2528Schristos 6506fdc2528Schristos /* Define to the full name of this package. */ 6516fdc2528Schristos #define PACKAGE_NAME "" 6526fdc2528Schristos 6536fdc2528Schristos /* Define to the full name and version of this package. */ 6546fdc2528Schristos #define PACKAGE_STRING "" 6556fdc2528Schristos 6566fdc2528Schristos /* Define to the one symbol short name of this package. */ 6576fdc2528Schristos #define PACKAGE_TARNAME "" 6586fdc2528Schristos 6596fdc2528Schristos /* Define to the home page for this package. */ 6606fdc2528Schristos #define PACKAGE_URL "" 6616fdc2528Schristos 6626fdc2528Schristos /* Define to the version of this package. */ 6636fdc2528Schristos #define PACKAGE_VERSION "" 6646fdc2528Schristos 6656fdc2528Schristos /* Additional package description */ 6666fdc2528Schristos #define PKGVERSION "(GDB) " 6676fdc2528Schristos 6686fdc2528Schristos /* Define to 1 if the "%H, %D and %DD" formats work to print decfloats. */ 6696fdc2528Schristos /* #undef PRINTF_HAS_DECFLOAT */ 6706fdc2528Schristos 6716fdc2528Schristos /* Define to 1 if the "%Lg" format works to print long doubles. */ 6726fdc2528Schristos /* #undef PRINTF_HAS_LONG_DOUBLE */ 6736fdc2528Schristos 6746fdc2528Schristos /* Define to 1 if the "%ll" format works to print long longs. */ 6756fdc2528Schristos /* #undef PRINTF_HAS_LONG_LONG */ 6766fdc2528Schristos 6774d342c04Schristos /* Define to necessary symbol if this constant uses a non-standard name on 6784d342c04Schristos your system. */ 6794d342c04Schristos /* #undef PTHREAD_CREATE_JOINABLE */ 6804d342c04Schristos 681400d1a16Smrg /* Define to the type of arg 1 for ptrace. */ 682400d1a16Smrg #define PTRACE_TYPE_ARG1 int 683400d1a16Smrg 6846fdc2528Schristos /* Define to the type of arg 3 for ptrace. */ 6856fdc2528Schristos #define PTRACE_TYPE_ARG3 void * 6866fdc2528Schristos 68778ce218aSchristos /* Define to the type of arg 4 for ptrace. */ 68878ce218aSchristos #define PTRACE_TYPE_ARG4 int 68978ce218aSchristos 6906fdc2528Schristos /* Define to the type of arg 5 for ptrace. */ 6916fdc2528Schristos /* #undef PTRACE_TYPE_ARG5 */ 6926fdc2528Schristos 6936fdc2528Schristos /* Define as the return type of ptrace. */ 6946fdc2528Schristos #define PTRACE_TYPE_RET int 6956fdc2528Schristos 6964d342c04Schristos /* Define if the python lib directory should be relocated when GDB is moved. 6974d342c04Schristos */ 6984d342c04Schristos /* #undef PYTHON_LIBDIR_RELOCATABLE */ 6994d342c04Schristos 7006fdc2528Schristos /* Define if the python directory should be relocated when GDB is moved. */ 7016fdc2528Schristos /* #undef PYTHON_PATH_RELOCATABLE */ 7026fdc2528Schristos 7036fdc2528Schristos /* Relocated directory for source files. */ 7046fdc2528Schristos /* #undef RELOC_SRCDIR */ 7056fdc2528Schristos 7066fdc2528Schristos /* Bug reporting address */ 7074d342c04Schristos #define REPORT_BUGS_TO "<https://www.gnu.org/software/gdb/bugs/>" 7086fdc2528Schristos 7096fdc2528Schristos /* Define to 1 if the "%Lg" format works to scan long doubles. */ 7106fdc2528Schristos /* #undef SCANF_HAS_LONG_DOUBLE */ 7116fdc2528Schristos 7126fdc2528Schristos /* Define to 1 if the `setpgrp' function takes no argument. */ 7136fdc2528Schristos /* #undef SETPGRP_VOID */ 7146fdc2528Schristos 715822f2954Schristos /* The size of `long long', as computed by sizeof. */ 716822f2954Schristos #define SIZEOF_LONG_LONG 8 717822f2954Schristos 71884e9dd17Smrg /* The size of `unsigned long', as computed by sizeof. */ 71984e9dd17Smrg #define SIZEOF_UNSIGNED_LONG 4 72084e9dd17Smrg 72184e9dd17Smrg /* The size of `unsigned long long', as computed by sizeof. */ 72284e9dd17Smrg #define SIZEOF_UNSIGNED_LONG_LONG 8 72384e9dd17Smrg 72484e9dd17Smrg /* The size of `unsigned __int128', as computed by sizeof. */ 72584e9dd17Smrg #define SIZEOF_UNSIGNED___INT128 0 7266fdc2528Schristos 727a45db23fSchristos /* The size of `void *', as computed by sizeof. */ 728a45db23fSchristos #define SIZEOF_VOID_P 4 729a45db23fSchristos 7306fdc2528Schristos /* If using the C implementation of alloca, define if you know the 7316fdc2528Schristos direction of stack growth for your system; otherwise it will be 7326fdc2528Schristos automatically deduced at runtime. 7336fdc2528Schristos STACK_DIRECTION > 0 => grows toward higher addresses 7346fdc2528Schristos STACK_DIRECTION < 0 => grows toward lower addresses 7356fdc2528Schristos STACK_DIRECTION = 0 => direction of growth unknown */ 7366fdc2528Schristos /* #undef STACK_DIRECTION */ 7376fdc2528Schristos 7386fdc2528Schristos /* Define to 1 if you have the ANSI C header files. */ 7396fdc2528Schristos #define STDC_HEADERS 1 7406fdc2528Schristos 7416fdc2528Schristos /* automatically load a system-wide gdbinit file */ 7426fdc2528Schristos #define SYSTEM_GDBINIT "" 7436fdc2528Schristos 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 7516fdc2528Schristos /* Define if the system-gdbinit directory should be relocated when GDB is 7526fdc2528Schristos moved. */ 7536fdc2528Schristos #define SYSTEM_GDBINIT_RELOCATABLE 0 7546fdc2528Schristos 75584e9dd17Smrg /* search for usr/lib et al within DIR */ 75684e9dd17Smrg #define TARGET_SYSTEM_ROOT "" 75784e9dd17Smrg 75884e9dd17Smrg /* Define if the sysroot directory should be relocated when GDB is moved. */ 75984e9dd17Smrg #define TARGET_SYSTEM_ROOT_RELOCATABLE 0 76084e9dd17Smrg 7616fdc2528Schristos /* Define if <thread_db.h> has the TD_NOTALLOC error code. */ 7626fdc2528Schristos /* #undef THREAD_DB_HAS_TD_NOTALLOC */ 7636fdc2528Schristos 7646fdc2528Schristos /* Define if <thread_db.h> has the TD_NOTLS error code. */ 7656fdc2528Schristos /* #undef THREAD_DB_HAS_TD_NOTLS */ 7666fdc2528Schristos 7676fdc2528Schristos /* Define if <thread_db.h> has the TD_VERSION error code. */ 7686fdc2528Schristos /* #undef THREAD_DB_HAS_TD_VERSION */ 7696fdc2528Schristos 77084e9dd17Smrg /* Enable extensions on AIX 3, Interix. */ 77184e9dd17Smrg #ifndef _ALL_SOURCE 77284e9dd17Smrg # define _ALL_SOURCE 1 77384e9dd17Smrg #endif 77484e9dd17Smrg /* Enable GNU extensions on systems that have them. */ 77584e9dd17Smrg #ifndef _GNU_SOURCE 77684e9dd17Smrg # define _GNU_SOURCE 1 77784e9dd17Smrg #endif 77884e9dd17Smrg /* Enable threading extensions on Solaris. */ 77984e9dd17Smrg #ifndef _POSIX_PTHREAD_SEMANTICS 78084e9dd17Smrg # define _POSIX_PTHREAD_SEMANTICS 1 78184e9dd17Smrg #endif 78284e9dd17Smrg /* Enable extensions on HP NonStop. */ 78384e9dd17Smrg #ifndef _TANDEM_SOURCE 78484e9dd17Smrg # define _TANDEM_SOURCE 1 78584e9dd17Smrg #endif 78684e9dd17Smrg /* Enable general extensions on Solaris. */ 78784e9dd17Smrg #ifndef __EXTENSIONS__ 78884e9dd17Smrg # define __EXTENSIONS__ 1 78984e9dd17Smrg #endif 79084e9dd17Smrg 79184e9dd17Smrg 7926fdc2528Schristos /* Define if we should use the Windows API, instead of the POSIX API. On 7936fdc2528Schristos Windows, we use the Windows API when building for MinGW, but the POSIX API 7946fdc2528Schristos when building for Cygwin. */ 7956fdc2528Schristos /* #undef USE_WIN32API */ 7966fdc2528Schristos 797400d1a16Smrg /* Define if the PPC simulator is being linked in. */ 798400d1a16Smrg /* #undef WITH_PPC_SIM */ 799400d1a16Smrg 8004d342c04Schristos /* Directory containing Python's standard libraries from --with-python-libdir. 8014d342c04Schristos */ 8024d342c04Schristos /* #undef WITH_PYTHON_LIBDIR */ 8034d342c04Schristos 8046fdc2528Schristos /* Define if --with-python provides a path, either directly or via 8056fdc2528Schristos python-config.py --exec-prefix. */ 8066fdc2528Schristos /* #undef WITH_PYTHON_PATH */ 8076fdc2528Schristos 8086fdc2528Schristos /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 8096fdc2528Schristos significant byte first (like Motorola and SPARC, unlike Intel). */ 8106fdc2528Schristos #if defined AC_APPLE_UNIVERSAL_BUILD 8116fdc2528Schristos # if defined __BIG_ENDIAN__ 8126fdc2528Schristos # define WORDS_BIGENDIAN 1 8136fdc2528Schristos # endif 8146fdc2528Schristos #else 8156fdc2528Schristos # ifndef WORDS_BIGENDIAN 8166fdc2528Schristos # define WORDS_BIGENDIAN 1 8176fdc2528Schristos # endif 8186fdc2528Schristos #endif 8196fdc2528Schristos 82087816d4fSchristos /* Enable large inode numbers on Mac OS X 10.5. */ 82187816d4fSchristos #ifndef _DARWIN_USE_64_BIT_INODE 82287816d4fSchristos # define _DARWIN_USE_64_BIT_INODE 1 82387816d4fSchristos #endif 82487816d4fSchristos 8256fdc2528Schristos /* Number of bits in a file offset, on hosts where this is settable. */ 8266fdc2528Schristos /* #undef _FILE_OFFSET_BITS */ 8276fdc2528Schristos 8286fdc2528Schristos /* Define for large files, on AIX-style hosts. */ 8296fdc2528Schristos /* #undef _LARGE_FILES */ 8306fdc2528Schristos 8316fdc2528Schristos /* Define to 1 if on MINIX. */ 8326fdc2528Schristos /* #undef _MINIX */ 8336fdc2528Schristos 8346fdc2528Schristos /* Define to 2 if the system does not provide POSIX.1 features except with 8356fdc2528Schristos this defined. */ 8366fdc2528Schristos /* #undef _POSIX_1_SOURCE */ 8376fdc2528Schristos 8386fdc2528Schristos /* Define to 1 if you need to in order for `stat' and other things to work. */ 8396fdc2528Schristos /* #undef _POSIX_SOURCE */ 8406fdc2528Schristos 8414d342c04Schristos /* Use structured /proc on Solaris. */ 8424d342c04Schristos #define _STRUCTURED_PROC 1 8434d342c04Schristos 8446fdc2528Schristos /* Define to empty if `const' does not conform to ANSI C. */ 8456fdc2528Schristos /* #undef const */ 8466fdc2528Schristos 8476fdc2528Schristos /* Define to `__inline__' or `__inline' if that's what the C compiler 8486fdc2528Schristos calls it, or to nothing if 'inline' is not supported under any name. */ 8496fdc2528Schristos #ifndef __cplusplus 8506fdc2528Schristos /* #undef inline */ 8516fdc2528Schristos #endif 8526fdc2528Schristos 8536fdc2528Schristos /* Define to `int' if <sys/types.h> does not define. */ 8546fdc2528Schristos /* #undef pid_t */ 8556fdc2528Schristos 85687816d4fSchristos /* Define to `unsigned int' if <sys/types.h> does not define. */ 85787816d4fSchristos /* #undef size_t */ 85887816d4fSchristos 8596fdc2528Schristos /* Define as `fork' if `vfork' does not work. */ 8606fdc2528Schristos /* #undef vfork */ 861