17cf4600dSchristos /* 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 */ 3410f15d2Schristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */ 47cf4600dSchristos 57cf4600dSchristos /* config.h. Generated from config.in by configure. */ 67cf4600dSchristos /* config.in. Generated from configure.ac by autoheader. */ 77cf4600dSchristos 87cf4600dSchristos /* Define if building universal (internal helper macro) */ 97cf4600dSchristos /* #undef AC_APPLE_UNIVERSAL_BUILD */ 107cf4600dSchristos 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" 167cf4600dSchristos 1734f40950Schristos /* Directories safe to hold auto-loaded files. */ 185900762bSrin #define AUTO_LOAD_SAFE_PATH "$debugdir:$datadir/auto-load" 197cf4600dSchristos 2034f40950Schristos /* Directory of programs. */ 2134f40950Schristos #define BINDIR "/usr/bin" 227cf4600dSchristos 237cf4600dSchristos /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP 247cf4600dSchristos systems. This function is required for `alloca.c' support on those systems. 257cf4600dSchristos */ 267cf4600dSchristos /* #undef CRAY_STACKSEG_END */ 277cf4600dSchristos 284d342c04Schristos /* Define to 1 if std::thread works. */ 294d342c04Schristos #define CXX_STD_THREAD 1 304d342c04Schristos 317cf4600dSchristos /* Define to 1 if using `alloca.c'. */ 327cf4600dSchristos /* #undef C_ALLOCA */ 337cf4600dSchristos 347cf4600dSchristos /* look for global separate debug info in this path [LIBDIR/debug] */ 357cf4600dSchristos #define DEBUGDIR "/usr/libdata/debug" 367cf4600dSchristos 377cf4600dSchristos /* Define if the separate-debug-dir directory should be relocated when GDB is 387cf4600dSchristos moved. */ 397cf4600dSchristos #define DEBUGDIR_RELOCATABLE 1 407cf4600dSchristos 417cf4600dSchristos /* Define to BFD's default architecture. */ 427cf4600dSchristos #define DEFAULT_BFD_ARCH bfd_m68k_arch 437cf4600dSchristos 447cf4600dSchristos /* Define to BFD's default target vector. */ 454ee32346Schristos #define DEFAULT_BFD_VEC m68k_elf32_vec 467cf4600dSchristos 474d342c04Schristos /* Handle .ctf type-info sections */ 484d342c04Schristos #define ENABLE_LIBCTF 1 494d342c04Schristos 507cf4600dSchristos /* Define to 1 if translation of program messages to the user's native 517cf4600dSchristos language is requested. */ 52*22ebeae4Schristos /* #undef ENABLE_NLS */ 537cf4600dSchristos 546cfa3b0fSrin /* The .gdbearlyinit filename. */ 556cfa3b0fSrin #define GDBEARLYINIT ".gdbearlyinit" 566cfa3b0fSrin 57d5e7be57Schristos /* The .gdbinit filename. */ 58d5e7be57Schristos #define GDBINIT ".gdbinit" 59d5e7be57Schristos 607cf4600dSchristos /* look for global separate data files in this path [DATADIR/gdb] */ 617cf4600dSchristos #define GDB_DATADIR "/usr/share/gdb" 627cf4600dSchristos 637cf4600dSchristos /* Define if the gdb-datadir directory should be relocated when GDB is moved. 647cf4600dSchristos */ 657cf4600dSchristos #define GDB_DATADIR_RELOCATABLE 1 667cf4600dSchristos 677cf4600dSchristos /* Define to be a string naming the default host character set. */ 687cf4600dSchristos #define GDB_DEFAULT_HOST_CHARSET "UTF-8" 697cf4600dSchristos 707cf4600dSchristos /* Host double floatformat */ 717cf4600dSchristos #define GDB_HOST_DOUBLE_FORMAT &floatformat_ieee_double_big 727cf4600dSchristos 737cf4600dSchristos /* Host float floatformat */ 747cf4600dSchristos #define GDB_HOST_FLOAT_FORMAT &floatformat_ieee_single_big 757cf4600dSchristos 767cf4600dSchristos /* Host long double floatformat */ 777cf4600dSchristos #define GDB_HOST_LONG_DOUBLE_FORMAT &floatformat_m68881_ext 787cf4600dSchristos 797cf4600dSchristos /* nativefile */ 807cf4600dSchristos /* #undef GDB_NM_FILE */ 817cf4600dSchristos 827cf4600dSchristos /* Define to the default OS ABI for this configuration. */ 835900762bSrin #define GDB_OSABI_DEFAULT GDB_OSABI_NETBSD 847cf4600dSchristos 85c78a23b3Smrg /* Define if self-testing features should be enabled */ 866cfa3b0fSrin /* #undef GDB_SELF_TEST */ 87c78a23b3Smrg 887cf4600dSchristos /* Define to 1 if you have `alloca', as a function or macro. */ 897cf4600dSchristos #define HAVE_ALLOCA 1 907cf4600dSchristos 917cf4600dSchristos /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). 927cf4600dSchristos */ 937cf4600dSchristos /* #undef HAVE_ALLOCA_H */ 947cf4600dSchristos 95*22ebeae4Schristos /* Define if amd-dbgapi is being linked in. */ 96*22ebeae4Schristos /* #undef HAVE_AMD_DBGAPI */ 97*22ebeae4Schristos 987cf4600dSchristos /* Define to 1 if you have the `btowc' function. */ 997cf4600dSchristos #define HAVE_BTOWC 1 1007cf4600dSchristos 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 1097cf4600dSchristos /* Define to 1 if you have the <cursesX.h> header file. */ 1107cf4600dSchristos /* #undef HAVE_CURSESX_H */ 1117cf4600dSchristos 1127cf4600dSchristos /* Define to 1 if you have the <curses.h> header file. */ 1137cf4600dSchristos #define HAVE_CURSES_H 1 1147cf4600dSchristos 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 1227cf4600dSchristos /* Define to 1 if you have the declaration of `ADDR_NO_RANDOMIZE', and to 0 if 1237cf4600dSchristos you don't. */ 1247cf4600dSchristos #define HAVE_DECL_ADDR_NO_RANDOMIZE 0 1257cf4600dSchristos 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 1377cf4600dSchristos /* Define to 1 if you have the declaration of `getthrds', and to 0 if you 1387cf4600dSchristos don't. */ 1397cf4600dSchristos /* #undef HAVE_DECL_GETTHRDS */ 1407cf4600dSchristos 1417cf4600dSchristos /* Define to 1 if you have the declaration of `snprintf', and to 0 if you 1427cf4600dSchristos don't. */ 1437cf4600dSchristos #define HAVE_DECL_SNPRINTF 1 1447cf4600dSchristos 1457cf4600dSchristos /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't. 1467cf4600dSchristos */ 1477cf4600dSchristos #define HAVE_DECL_STRSTR 1 1487cf4600dSchristos 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 1807cf4600dSchristos /* Define if ELF support should be included. */ 181*22ebeae4Schristos #define HAVE_ELF 1 1827cf4600dSchristos 183410f15d2Schristos /* Define if <sys/procfs.h> has elf_fpregset_t. */ 184410f15d2Schristos /* #undef HAVE_ELF_FPREGSET_T */ 185410f15d2Schristos 1867cf4600dSchristos /* Define to 1 if you have the <elf_hp.h> header file. */ 1877cf4600dSchristos /* #undef HAVE_ELF_HP_H */ 1887cf4600dSchristos 1897cf4600dSchristos /* Define to 1 if your system has the etext variable. */ 1907cf4600dSchristos #define HAVE_ETEXT 1 1917cf4600dSchristos 1926cfa3b0fSrin /* Define to 1 if execinfo.h backtrace functions are available. */ 1936cfa3b0fSrin /* #undef HAVE_EXECINFO_BACKTRACE */ 1946cfa3b0fSrin 1956cfa3b0fSrin /* Define to 1 if you have the <execinfo.h> header file. */ 1966cfa3b0fSrin #define HAVE_EXECINFO_H 1 1976cfa3b0fSrin 198d5e7be57Schristos /* Define to 1 if you have the `fdwalk' function. */ 199d5e7be57Schristos /* #undef HAVE_FDWALK */ 200d5e7be57Schristos 2017cf4600dSchristos /* Define to 1 if you have the `fork' function. */ 2027cf4600dSchristos #define HAVE_FORK 1 2037cf4600dSchristos 2047cf4600dSchristos /* Define if <sys/procfs.h> has fpregset_t. */ 2057cf4600dSchristos /* #undef HAVE_FPREGSET_T */ 2067cf4600dSchristos 207822f2954Schristos /* Define to 1 if you have the `getauxval' function. */ 208822f2954Schristos /* #undef HAVE_GETAUXVAL */ 209822f2954Schristos 2107cf4600dSchristos /* Define to 1 if you have the `getgid' function. */ 2117cf4600dSchristos #define HAVE_GETGID 1 2127cf4600dSchristos 2137cf4600dSchristos /* Define to 1 if you have the `getpagesize' function. */ 2147cf4600dSchristos #define HAVE_GETPAGESIZE 1 2157cf4600dSchristos 216410f15d2Schristos /* Define to 1 if you have the `getpgid' function. */ 217410f15d2Schristos #define HAVE_GETPGID 1 218410f15d2Schristos 2197cf4600dSchristos /* Define to 1 if you have the `getrlimit' function. */ 2207cf4600dSchristos #define HAVE_GETRLIMIT 1 2217cf4600dSchristos 2227cf4600dSchristos /* Define to 1 if you have the `getrusage' function. */ 2237cf4600dSchristos #define HAVE_GETRUSAGE 1 2247cf4600dSchristos 225*22ebeae4Schristos /* Define if the GNU gettext() function is already present or preinstalled. */ 226*22ebeae4Schristos /* #undef HAVE_GETTEXT */ 227*22ebeae4Schristos 2287cf4600dSchristos /* Define to 1 if you have the `getuid' function. */ 2297cf4600dSchristos #define HAVE_GETUID 1 2307cf4600dSchristos 2317cf4600dSchristos /* Define if <sys/procfs.h> has gregset_t. */ 2327cf4600dSchristos /* #undef HAVE_GREGSET_T */ 2337cf4600dSchristos 2344ee32346Schristos /* Define if Guile interpreter is being linked in. */ 2354ee32346Schristos /* #undef HAVE_GUILE */ 2364ee32346Schristos 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. */ 2417cf4600dSchristos #define HAVE_ICONV 1 2427cf4600dSchristos 2437cf4600dSchristos /* Define to 1 if you have the `iconvlist' function. */ 2447cf4600dSchristos /* #undef HAVE_ICONVLIST */ 2457cf4600dSchristos 2467cf4600dSchristos /* Define to 1 if you have the <inttypes.h> header file. */ 2477cf4600dSchristos #define HAVE_INTTYPES_H 1 2487cf4600dSchristos 2496cfa3b0fSrin /* Define to 1 if you have the `kinfo_getfile' function. */ 250410f15d2Schristos /* #undef HAVE_KINFO_GETFILE */ 251410f15d2Schristos 2527cf4600dSchristos /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */ 2537cf4600dSchristos #define HAVE_LANGINFO_CODESET 1 2547cf4600dSchristos 2557cf4600dSchristos /* Define if your <locale.h> file defines LC_MESSAGES. */ 2567cf4600dSchristos #define HAVE_LC_MESSAGES 1 2577cf4600dSchristos 258d5e7be57Schristos /* Define if you have the babeltrace library. */ 259d5e7be57Schristos /* #undef HAVE_LIBBABELTRACE */ 260d5e7be57Schristos 2616cfa3b0fSrin /* Define if libbacktrace is being used. */ 2626cfa3b0fSrin #define HAVE_LIBBACKTRACE 1 2636cfa3b0fSrin 264*22ebeae4Schristos /* Define to 1 if curses is enabled. */ 265*22ebeae4Schristos /* #undef HAVE_LIBCURSES */ 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 2737cf4600dSchristos /* Define if you have the expat library. */ 27454eac751Schristos #define HAVE_LIBEXPAT 1 2757cf4600dSchristos 2767cf4600dSchristos /* Define to 1 if you have the `libiconvlist' function. */ 2777cf4600dSchristos /* #undef HAVE_LIBICONVLIST */ 2787cf4600dSchristos 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 2857cf4600dSchristos /* Define to 1 if you have the `m' library (-lm). */ 2867cf4600dSchristos #define HAVE_LIBM 1 2877cf4600dSchristos 2887cf4600dSchristos /* Define to 1 if you have the <libunwind-ia64.h> header file. */ 2897cf4600dSchristos /* #undef HAVE_LIBUNWIND_IA64_H */ 2907cf4600dSchristos 2914d342c04Schristos /* Define if you have the xxhash library. */ 2924d342c04Schristos /* #undef HAVE_LIBXXHASH */ 2934d342c04Schristos 294410f15d2Schristos /* Define to 1 if you have the <linux/elf.h> header file. */ 295410f15d2Schristos /* #undef HAVE_LINUX_ELF_H */ 2967cf4600dSchristos 29734f40950Schristos /* Define to 1 if you have the <linux/perf_event.h> header file. */ 29834f40950Schristos /* #undef HAVE_LINUX_PERF_EVENT_H */ 29934f40950Schristos 3007cf4600dSchristos /* Define to 1 if you have the <locale.h> header file. */ 3017cf4600dSchristos #define HAVE_LOCALE_H 1 3027cf4600dSchristos 3037cf4600dSchristos /* Define to 1 if the compiler supports long double. */ 3047cf4600dSchristos #define HAVE_LONG_DOUBLE 1 3057cf4600dSchristos 306822f2954Schristos /* Define to 1 if the system has the type `long long'. */ 307822f2954Schristos #define HAVE_LONG_LONG 1 308822f2954Schristos 3097cf4600dSchristos /* Define if <sys/procfs.h> has lwpid_t. */ 3107cf4600dSchristos /* #undef HAVE_LWPID_T */ 3117cf4600dSchristos 3127cf4600dSchristos /* Define to 1 if you have the <machine/reg.h> header file. */ 3137cf4600dSchristos #define HAVE_MACHINE_REG_H 1 3147cf4600dSchristos 3157cf4600dSchristos /* Define to 1 if you have the <memory.h> header file. */ 3167cf4600dSchristos #define HAVE_MEMORY_H 1 3177cf4600dSchristos 3187cf4600dSchristos /* Define to 1 if you have a working `mmap' system call. */ 3197cf4600dSchristos #define HAVE_MMAP 1 3207cf4600dSchristos 3217cf4600dSchristos /* Define to 1 if you have the `monstartup' function. */ 3227cf4600dSchristos #define HAVE_MONSTARTUP 1 3237cf4600dSchristos 324410f15d2Schristos /* Define to 1 if you have the <ncursesw/ncurses.h> header file. */ 325410f15d2Schristos /* #undef HAVE_NCURSESW_NCURSES_H */ 326410f15d2Schristos 3277cf4600dSchristos /* Define to 1 if you have the <ncurses.h> header file. */ 3287cf4600dSchristos /* #undef HAVE_NCURSES_H */ 3297cf4600dSchristos 3307cf4600dSchristos /* Define to 1 if you have the <ncurses/ncurses.h> header file. */ 3317cf4600dSchristos /* #undef HAVE_NCURSES_NCURSES_H */ 3327cf4600dSchristos 3337cf4600dSchristos /* Define to 1 if you have the <ncurses/term.h> header file. */ 3347cf4600dSchristos /* #undef HAVE_NCURSES_TERM_H */ 3357cf4600dSchristos 3367cf4600dSchristos /* Define to 1 if you have the <nlist.h> header file. */ 3377cf4600dSchristos #define HAVE_NLIST_H 1 3387cf4600dSchristos 3397cf4600dSchristos /* Define to 1 if you have the `pipe' function. */ 3407cf4600dSchristos #define HAVE_PIPE 1 3417cf4600dSchristos 342d5e7be57Schristos /* Define to 1 if you have the `pipe2' function. */ 343d5e7be57Schristos #define HAVE_PIPE2 1 344d5e7be57Schristos 3457cf4600dSchristos /* Define to 1 if you have the `poll' function. */ 3467cf4600dSchristos #define HAVE_POLL 1 3477cf4600dSchristos 3487cf4600dSchristos /* Define to 1 if you have the <poll.h> header file. */ 3497cf4600dSchristos #define HAVE_POLL_H 1 3507cf4600dSchristos 3517cf4600dSchristos /* Define to 1 if you have the `posix_madvise' function. */ 3527cf4600dSchristos #define HAVE_POSIX_MADVISE 1 3537cf4600dSchristos 35434f40950Schristos /* Define to 1 if you have the `pread' function. */ 35534f40950Schristos #define HAVE_PREAD 1 35634f40950Schristos 3577cf4600dSchristos /* Define to 1 if you have the `pread64' function. */ 3587cf4600dSchristos /* #undef HAVE_PREAD64 */ 3597cf4600dSchristos 3607cf4600dSchristos /* Define if <sys/procfs.h> has prfpregset_t. */ 3617cf4600dSchristos /* #undef HAVE_PRFPREGSET_T */ 3627cf4600dSchristos 3637cf4600dSchristos /* Define if <sys/procfs.h> has prgregset32_t. */ 3647cf4600dSchristos /* #undef HAVE_PRGREGSET32_T */ 3657cf4600dSchristos 3667cf4600dSchristos /* Define if <sys/procfs.h> has prgregset_t. */ 3677cf4600dSchristos /* #undef HAVE_PRGREGSET_T */ 3687cf4600dSchristos 3697cf4600dSchristos /* Define to 1 if you have the <proc_service.h> header file. */ 3707cf4600dSchristos /* #undef HAVE_PROC_SERVICE_H */ 3717cf4600dSchristos 3727cf4600dSchristos /* Define if <sys/procfs.h> has psaddr_t. */ 3737cf4600dSchristos /* #undef HAVE_PSADDR_T */ 3747cf4600dSchristos 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 384d5e7be57Schristos /* Define to 1 if you have the `ptrace64' function. */ 385d5e7be57Schristos /* #undef HAVE_PTRACE64 */ 3867cf4600dSchristos 3877cf4600dSchristos /* Define if sys/ptrace.h defines the PTRACE_GETFPXREGS request. */ 3887cf4600dSchristos /* #undef HAVE_PTRACE_GETFPXREGS */ 3897cf4600dSchristos 3907cf4600dSchristos /* Define if sys/ptrace.h defines the PTRACE_GETREGS request. */ 3917cf4600dSchristos /* #undef HAVE_PTRACE_GETREGS */ 3927cf4600dSchristos 3937cf4600dSchristos /* Define to 1 if you have the <ptrace.h> header file. */ 3947cf4600dSchristos /* #undef HAVE_PTRACE_H */ 3957cf4600dSchristos 3967cf4600dSchristos /* Define if sys/ptrace.h defines the PT_GETDBREGS request. */ 3977cf4600dSchristos /* #undef HAVE_PT_GETDBREGS */ 3987cf4600dSchristos 399410f15d2Schristos /* Define to 1 if you have the `pt_insn_event' function. */ 400410f15d2Schristos /* #undef HAVE_PT_INSN_EVENT */ 401410f15d2Schristos 40234f40950Schristos /* Define to 1 if you have the `pwrite' function. */ 40334f40950Schristos #define HAVE_PWRITE 1 40434f40950Schristos 4057cf4600dSchristos /* Define if Python interpreter is being linked in. */ 4067cf4600dSchristos /* #undef HAVE_PYTHON */ 4077cf4600dSchristos 4086cfa3b0fSrin /* Define to 1 if you have the <readline/readline.h> header file. */ 4096cfa3b0fSrin /* #undef HAVE_READLINE_READLINE_H */ 4106cfa3b0fSrin 4117cf4600dSchristos /* Define to 1 if you have the `resize_term' function. */ 4127cf4600dSchristos /* #undef HAVE_RESIZE_TERM */ 4137cf4600dSchristos 4147cf4600dSchristos /* Define to 1 if you have the `sbrk' function. */ 4157cf4600dSchristos #define HAVE_SBRK 1 4167cf4600dSchristos 4174ee32346Schristos /* Define to 1 if you have the `scm_new_smob' function. */ 4184ee32346Schristos /* #undef HAVE_SCM_NEW_SMOB */ 4194ee32346Schristos 4207cf4600dSchristos /* Define to 1 if you have the `setlocale' function. */ 4217cf4600dSchristos #define HAVE_SETLOCALE 1 4227cf4600dSchristos 423822f2954Schristos /* Define to 1 if you have the `setns' function. */ 424822f2954Schristos /* #undef HAVE_SETNS */ 425822f2954Schristos 4267cf4600dSchristos /* Define to 1 if you have the `setpgid' function. */ 4277cf4600dSchristos #define HAVE_SETPGID 1 4287cf4600dSchristos 4297cf4600dSchristos /* Define to 1 if you have the `setpgrp' function. */ 4307cf4600dSchristos #define HAVE_SETPGRP 1 4317cf4600dSchristos 4327cf4600dSchristos /* Define to 1 if you have the `setrlimit' function. */ 4337cf4600dSchristos #define HAVE_SETRLIMIT 1 4347cf4600dSchristos 4357cf4600dSchristos /* Define to 1 if you have the `setsid' function. */ 4367cf4600dSchristos #define HAVE_SETSID 1 4377cf4600dSchristos 4387cf4600dSchristos /* Define to 1 if you have the `sigaction' function. */ 4397cf4600dSchristos #define HAVE_SIGACTION 1 4407cf4600dSchristos 4414ee32346Schristos /* Define to 1 if you have the `sigaltstack' function. */ 4424ee32346Schristos #define HAVE_SIGALTSTACK 1 4434ee32346Schristos 4447cf4600dSchristos /* Define to 1 if you have the <signal.h> header file. */ 4457cf4600dSchristos #define HAVE_SIGNAL_H 1 4467cf4600dSchristos 4477cf4600dSchristos /* Define to 1 if you have the `sigprocmask' function. */ 4487cf4600dSchristos #define HAVE_SIGPROCMASK 1 4497cf4600dSchristos 4507cf4600dSchristos /* Define if sigsetjmp is available. */ 4517cf4600dSchristos #define HAVE_SIGSETJMP 1 4527cf4600dSchristos 4537cf4600dSchristos /* Define to 1 if you have the `sigsetmask' function. */ 4547cf4600dSchristos #define HAVE_SIGSETMASK 1 4557cf4600dSchristos 4566cfa3b0fSrin /* Define to 1 if you have the `sigtimedwait' function. */ 4576cfa3b0fSrin #define HAVE_SIGTIMEDWAIT 1 4586cfa3b0fSrin 4597cf4600dSchristos /* Define to 1 if you have the `socketpair' function. */ 4607cf4600dSchristos #define HAVE_SOCKETPAIR 1 4617cf4600dSchristos 4627cf4600dSchristos /* Define to 1 if the system has the type `socklen_t'. */ 4637cf4600dSchristos #define HAVE_SOCKLEN_T 1 4647cf4600dSchristos 465410f15d2Schristos /* Define to 1 if the source-highlight library is available */ 466410f15d2Schristos /* #undef HAVE_SOURCE_HIGHLIGHT */ 467410f15d2Schristos 4687cf4600dSchristos /* Define to 1 if you have the <stdint.h> header file. */ 4697cf4600dSchristos #define HAVE_STDINT_H 1 4707cf4600dSchristos 4717cf4600dSchristos /* Define to 1 if you have the <stdlib.h> header file. */ 4727cf4600dSchristos #define HAVE_STDLIB_H 1 4737cf4600dSchristos 4747cf4600dSchristos /* Define to 1 if you have the <strings.h> header file. */ 4757cf4600dSchristos #define HAVE_STRINGS_H 1 4767cf4600dSchristos 4777cf4600dSchristos /* Define to 1 if you have the <string.h> header file. */ 4787cf4600dSchristos #define HAVE_STRING_H 1 4797cf4600dSchristos 4807cf4600dSchristos /* Define to 1 if your system has struct lwp. */ 481e5d758f8Schristos #define HAVE_STRUCT_LWP 1 4827cf4600dSchristos 483410f15d2Schristos /* Define to 1 if `pl_syscall_code' is a member of `struct ptrace_lwpinfo'. */ 484c78a23b3Smrg /* #undef HAVE_STRUCT_PTRACE_LWPINFO_PL_SYSCALL_CODE */ 485c78a23b3Smrg 486410f15d2Schristos /* Define to 1 if `pl_tdname' is a member of `struct ptrace_lwpinfo'. */ 4878b7331e5Schristos /* #undef HAVE_STRUCT_PTRACE_LWPINFO_PL_TDNAME */ 4888b7331e5Schristos 489410f15d2Schristos /* Define to 1 if `enabled' is a member of `struct pt_insn'. */ 490410f15d2Schristos /* #undef HAVE_STRUCT_PT_INSN_ENABLED */ 491410f15d2Schristos 492410f15d2Schristos /* Define to 1 if `resynced' is a member of `struct pt_insn'. */ 493410f15d2Schristos /* #undef HAVE_STRUCT_PT_INSN_RESYNCED */ 494410f15d2Schristos 4957cf4600dSchristos /* Define to 1 if your system has struct reg in <machine/reg.h>. */ 4967cf4600dSchristos #define HAVE_STRUCT_REG 1 4977cf4600dSchristos 498410f15d2Schristos /* Define to 1 if `r_fs' is a member of `struct reg'. */ 4997cf4600dSchristos /* #undef HAVE_STRUCT_REG_R_FS */ 5007cf4600dSchristos 501410f15d2Schristos /* Define to 1 if `r_gs' is a member of `struct reg'. */ 5027cf4600dSchristos /* #undef HAVE_STRUCT_REG_R_GS */ 5037cf4600dSchristos 504410f15d2Schristos /* Define to 1 if `st_blksize' is a member of `struct stat'. */ 5057cf4600dSchristos #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 5067cf4600dSchristos 507410f15d2Schristos /* Define to 1 if `st_blocks' is a member of `struct stat'. */ 5087cf4600dSchristos #define HAVE_STRUCT_STAT_ST_BLOCKS 1 5097cf4600dSchristos 510410f15d2Schristos /* Define to 1 if `td_pcb' is a member of `struct thread'. */ 5117cf4600dSchristos /* #undef HAVE_STRUCT_THREAD_TD_PCB */ 5127cf4600dSchristos 5137cf4600dSchristos /* Define to 1 if you have the <sys/debugreg.h> header file. */ 5147cf4600dSchristos /* #undef HAVE_SYS_DEBUGREG_H */ 5157cf4600dSchristos 5167cf4600dSchristos /* Define to 1 if you have the <sys/file.h> header file. */ 5177cf4600dSchristos #define HAVE_SYS_FILE_H 1 5187cf4600dSchristos 5197cf4600dSchristos /* Define to 1 if you have the <sys/filio.h> header file. */ 5207cf4600dSchristos #define HAVE_SYS_FILIO_H 1 5217cf4600dSchristos 5227cf4600dSchristos /* Define to 1 if you have the <sys/ioctl.h> header file. */ 5237cf4600dSchristos #define HAVE_SYS_IOCTL_H 1 5247cf4600dSchristos 5257cf4600dSchristos /* Define to 1 if you have the <sys/param.h> header file. */ 5267cf4600dSchristos #define HAVE_SYS_PARAM_H 1 5277cf4600dSchristos 5287cf4600dSchristos /* Define to 1 if you have the <sys/poll.h> header file. */ 5297cf4600dSchristos #define HAVE_SYS_POLL_H 1 5307cf4600dSchristos 5316cfa3b0fSrin /* Define to 1 if you have the <sys/procctl.h> header file. */ 5326cfa3b0fSrin /* #undef HAVE_SYS_PROCCTL_H */ 5336cfa3b0fSrin 5347cf4600dSchristos /* Define to 1 if you have the <sys/procfs.h> header file. */ 5357cf4600dSchristos /* #undef HAVE_SYS_PROCFS_H */ 5367cf4600dSchristos 5377cf4600dSchristos /* Define to 1 if you have the <sys/ptrace.h> header file. */ 5387cf4600dSchristos #define HAVE_SYS_PTRACE_H 1 5397cf4600dSchristos 5407cf4600dSchristos /* Define to 1 if you have the <sys/reg.h> header file. */ 5417cf4600dSchristos /* #undef HAVE_SYS_REG_H */ 5427cf4600dSchristos 5437cf4600dSchristos /* Define to 1 if you have the <sys/resource.h> header file. */ 5447cf4600dSchristos #define HAVE_SYS_RESOURCE_H 1 5457cf4600dSchristos 5467cf4600dSchristos /* Define to 1 if you have the <sys/select.h> header file. */ 5477cf4600dSchristos #define HAVE_SYS_SELECT_H 1 5487cf4600dSchristos 54934f40950Schristos /* Define to 1 if you have the <sys/socket.h> header file. */ 55034f40950Schristos #define HAVE_SYS_SOCKET_H 1 55134f40950Schristos 5527cf4600dSchristos /* Define to 1 if you have the <sys/stat.h> header file. */ 5537cf4600dSchristos #define HAVE_SYS_STAT_H 1 5547cf4600dSchristos 5557cf4600dSchristos /* Define to 1 if you have the <sys/types.h> header file. */ 5567cf4600dSchristos #define HAVE_SYS_TYPES_H 1 5577cf4600dSchristos 55834f40950Schristos /* Define to 1 if you have the <sys/un.h> header file. */ 55934f40950Schristos #define HAVE_SYS_UN_H 1 56034f40950Schristos 5617cf4600dSchristos /* Define to 1 if you have the <sys/user.h> header file. */ 5628b7331e5Schristos /* #undef HAVE_SYS_USER_H */ 5637cf4600dSchristos 5647cf4600dSchristos /* Define to 1 if you have the <sys/wait.h> header file. */ 5657cf4600dSchristos #define HAVE_SYS_WAIT_H 1 5667cf4600dSchristos 5677cf4600dSchristos /* Define to 1 if you have the <termios.h> header file. */ 5687cf4600dSchristos #define HAVE_TERMIOS_H 1 5697cf4600dSchristos 5707cf4600dSchristos /* Define to 1 if you have the <term.h> header file. */ 5717cf4600dSchristos #define HAVE_TERM_H 1 5727cf4600dSchristos 5737cf4600dSchristos /* Define to 1 if you have the <thread_db.h> header file. */ 5747cf4600dSchristos /* #undef HAVE_THREAD_DB_H */ 5757cf4600dSchristos 5767cf4600dSchristos /* Define to 1 if you have the `ttrace' function. */ 5777cf4600dSchristos /* #undef HAVE_TTRACE */ 5787cf4600dSchristos 5797cf4600dSchristos /* Define to 1 if you have the <unistd.h> header file. */ 5807cf4600dSchristos #define HAVE_UNISTD_H 1 5817cf4600dSchristos 582410f15d2Schristos /* Define to 1 if you have the `use_default_colors' function. */ 583410f15d2Schristos /* #undef HAVE_USE_DEFAULT_COLORS */ 584410f15d2Schristos 5857cf4600dSchristos /* Define to 1 if you have the `vfork' function. */ 5867cf4600dSchristos #define HAVE_VFORK 1 5877cf4600dSchristos 5887cf4600dSchristos /* Define to 1 if you have the <vfork.h> header file. */ 5897cf4600dSchristos /* #undef HAVE_VFORK_H */ 5907cf4600dSchristos 5917cf4600dSchristos /* Define to 1 if you have the `waitpid' function. */ 5927cf4600dSchristos #define HAVE_WAITPID 1 5937cf4600dSchristos 5947cf4600dSchristos /* Define to 1 if you have the <wait.h> header file. */ 5957cf4600dSchristos /* #undef HAVE_WAIT_H */ 5967cf4600dSchristos 5974ee32346Schristos /* Define to 1 if you have the <windows.h> header file. */ 5984ee32346Schristos /* #undef HAVE_WINDOWS_H */ 5994ee32346Schristos 6007cf4600dSchristos /* Define to 1 if `fork' works. */ 6017cf4600dSchristos #define HAVE_WORKING_FORK 1 6027cf4600dSchristos 6037cf4600dSchristos /* Define to 1 if `vfork' works. */ 6047cf4600dSchristos #define HAVE_WORKING_VFORK 1 6057cf4600dSchristos 6067cf4600dSchristos /* Define to 1 if you have the `wresize' function. */ 6077cf4600dSchristos /* #undef HAVE_WRESIZE */ 6087cf4600dSchristos 6094d342c04Schristos /* Define to 1 if you have the <ws2tcpip.h> header file. */ 6104d342c04Schristos /* #undef HAVE_WS2TCPIP_H */ 6114d342c04Schristos 6127cf4600dSchristos /* Define to 1 if you have the `XML_StopParser' function. */ 61354eac751Schristos #define HAVE_XML_STOPPARSER 1 6147cf4600dSchristos 6156cfa3b0fSrin /* Define to 1 if zstd is enabled. */ 6166cfa3b0fSrin /* #undef HAVE_ZSTD */ 6176cfa3b0fSrin 6187cf4600dSchristos /* Define to 1 if your system has the _etext variable. */ 6197cf4600dSchristos #define HAVE__ETEXT 1 6207cf4600dSchristos 6217cf4600dSchristos /* Define to 1 if you have the `_mcleanup' function. */ 6227cf4600dSchristos #define HAVE__MCLEANUP 1 6237cf4600dSchristos 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 6307cf4600dSchristos /* Define as const if the declaration of iconv() needs const. */ 63177a1ad5fSkamil #define ICONV_CONST 6327cf4600dSchristos 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 6397cf4600dSchristos 6406cfa3b0fSrin /* Define to the sub-directory in which libtool stores uninstalled libraries. 6416cfa3b0fSrin */ 6426cfa3b0fSrin #define LT_OBJDIR ".libs/" 6436cfa3b0fSrin 6447cf4600dSchristos /* Name of this package. */ 6457cf4600dSchristos #define PACKAGE "gdb" 6467cf4600dSchristos 6477cf4600dSchristos /* Define to the address where bug reports for this package should be sent. */ 6487cf4600dSchristos #define PACKAGE_BUGREPORT "" 6497cf4600dSchristos 6507cf4600dSchristos /* Define to the full name of this package. */ 6517cf4600dSchristos #define PACKAGE_NAME "" 6527cf4600dSchristos 6537cf4600dSchristos /* Define to the full name and version of this package. */ 6547cf4600dSchristos #define PACKAGE_STRING "" 6557cf4600dSchristos 6567cf4600dSchristos /* Define to the one symbol short name of this package. */ 6577cf4600dSchristos #define PACKAGE_TARNAME "" 6587cf4600dSchristos 6597cf4600dSchristos /* Define to the home page for this package. */ 6607cf4600dSchristos #define PACKAGE_URL "" 6617cf4600dSchristos 6627cf4600dSchristos /* Define to the version of this package. */ 6637cf4600dSchristos #define PACKAGE_VERSION "" 6647cf4600dSchristos 6657cf4600dSchristos /* Additional package description */ 6667cf4600dSchristos #define PKGVERSION "(GDB) " 6677cf4600dSchristos 6687cf4600dSchristos /* Define to 1 if the "%H, %D and %DD" formats work to print decfloats. */ 6697cf4600dSchristos /* #undef PRINTF_HAS_DECFLOAT */ 6707cf4600dSchristos 6717cf4600dSchristos /* Define to 1 if the "%Lg" format works to print long doubles. */ 6727cf4600dSchristos /* #undef PRINTF_HAS_LONG_DOUBLE */ 6737cf4600dSchristos 6747cf4600dSchristos /* Define to 1 if the "%ll" format works to print long longs. */ 6757cf4600dSchristos /* #undef PRINTF_HAS_LONG_LONG */ 6767cf4600dSchristos 6774d342c04Schristos /* Define to necessary symbol if this constant uses a non-standard name on 6784d342c04Schristos your system. */ 6794d342c04Schristos /* #undef PTHREAD_CREATE_JOINABLE */ 6804d342c04Schristos 681c78a23b3Smrg /* Define to the type of arg 1 for ptrace. */ 682c78a23b3Smrg #define PTRACE_TYPE_ARG1 int 683c78a23b3Smrg 6847cf4600dSchristos /* Define to the type of arg 3 for ptrace. */ 6857cf4600dSchristos #define PTRACE_TYPE_ARG3 void * 6867cf4600dSchristos 687d5e7be57Schristos /* Define to the type of arg 4 for ptrace. */ 688d5e7be57Schristos #define PTRACE_TYPE_ARG4 int 689d5e7be57Schristos 6907cf4600dSchristos /* Define to the type of arg 5 for ptrace. */ 6917cf4600dSchristos /* #undef PTRACE_TYPE_ARG5 */ 6927cf4600dSchristos 6937cf4600dSchristos /* Define as the return type of ptrace. */ 6947cf4600dSchristos #define PTRACE_TYPE_RET int 6957cf4600dSchristos 6964d342c04Schristos /* Define if the python lib directory should be relocated when GDB is moved. 6974d342c04Schristos */ 6984d342c04Schristos /* #undef PYTHON_LIBDIR_RELOCATABLE */ 6994d342c04Schristos 7007cf4600dSchristos /* Define if the python directory should be relocated when GDB is moved. */ 7017cf4600dSchristos /* #undef PYTHON_PATH_RELOCATABLE */ 7027cf4600dSchristos 7037cf4600dSchristos /* Relocated directory for source files. */ 7047cf4600dSchristos /* #undef RELOC_SRCDIR */ 7057cf4600dSchristos 7067cf4600dSchristos /* Bug reporting address */ 7074d342c04Schristos #define REPORT_BUGS_TO "<https://www.gnu.org/software/gdb/bugs/>" 7087cf4600dSchristos 7097cf4600dSchristos /* Define to 1 if the "%Lg" format works to scan long doubles. */ 7107cf4600dSchristos /* #undef SCANF_HAS_LONG_DOUBLE */ 7117cf4600dSchristos 7127cf4600dSchristos /* Define to 1 if the `setpgrp' function takes no argument. */ 7137cf4600dSchristos /* #undef SETPGRP_VOID */ 7147cf4600dSchristos 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 4 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. */ 72534f40950Schristos #define SIZEOF_UNSIGNED___INT128 0 7267cf4600dSchristos 7276cfa3b0fSrin /* The size of `void *', as computed by sizeof. */ 7286cfa3b0fSrin #define SIZEOF_VOID_P 4 7296cfa3b0fSrin 7307cf4600dSchristos /* If using the C implementation of alloca, define if you know the 7317cf4600dSchristos direction of stack growth for your system; otherwise it will be 7327cf4600dSchristos automatically deduced at runtime. 7337cf4600dSchristos STACK_DIRECTION > 0 => grows toward higher addresses 7347cf4600dSchristos STACK_DIRECTION < 0 => grows toward lower addresses 7357cf4600dSchristos STACK_DIRECTION = 0 => direction of growth unknown */ 7367cf4600dSchristos /* #undef STACK_DIRECTION */ 7377cf4600dSchristos 7387cf4600dSchristos /* Define to 1 if you have the ANSI C header files. */ 7397cf4600dSchristos #define STDC_HEADERS 1 7407cf4600dSchristos 7417cf4600dSchristos /* automatically load a system-wide gdbinit file */ 7427cf4600dSchristos #define SYSTEM_GDBINIT "" 7437cf4600dSchristos 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 7517cf4600dSchristos /* Define if the system-gdbinit directory should be relocated when GDB is 7527cf4600dSchristos moved. */ 7537cf4600dSchristos #define SYSTEM_GDBINIT_RELOCATABLE 0 7547cf4600dSchristos 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 7617cf4600dSchristos /* Define if <thread_db.h> has the TD_NOTALLOC error code. */ 7627cf4600dSchristos /* #undef THREAD_DB_HAS_TD_NOTALLOC */ 7637cf4600dSchristos 7647cf4600dSchristos /* Define if <thread_db.h> has the TD_NOTLS error code. */ 7657cf4600dSchristos /* #undef THREAD_DB_HAS_TD_NOTLS */ 7667cf4600dSchristos 7677cf4600dSchristos /* Define if <thread_db.h> has the TD_VERSION error code. */ 7687cf4600dSchristos /* #undef THREAD_DB_HAS_TD_VERSION */ 7697cf4600dSchristos 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 7927cf4600dSchristos /* Define if we should use the Windows API, instead of the POSIX API. On 7937cf4600dSchristos Windows, we use the Windows API when building for MinGW, but the POSIX API 7947cf4600dSchristos when building for Cygwin. */ 7957cf4600dSchristos /* #undef USE_WIN32API */ 7967cf4600dSchristos 797c78a23b3Smrg /* Define if the PPC simulator is being linked in. */ 798c78a23b3Smrg /* #undef WITH_PPC_SIM */ 799c78a23b3Smrg 8004d342c04Schristos /* Directory containing Python's standard libraries from --with-python-libdir. 8014d342c04Schristos */ 8024d342c04Schristos /* #undef WITH_PYTHON_LIBDIR */ 8034d342c04Schristos 8047cf4600dSchristos /* Define if --with-python provides a path, either directly or via 8057cf4600dSchristos python-config.py --exec-prefix. */ 8067cf4600dSchristos /* #undef WITH_PYTHON_PATH */ 8077cf4600dSchristos 8087cf4600dSchristos /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 8097cf4600dSchristos significant byte first (like Motorola and SPARC, unlike Intel). */ 8107cf4600dSchristos #if defined AC_APPLE_UNIVERSAL_BUILD 8117cf4600dSchristos # if defined __BIG_ENDIAN__ 8127cf4600dSchristos # define WORDS_BIGENDIAN 1 8137cf4600dSchristos # endif 8147cf4600dSchristos #else 8157cf4600dSchristos # ifndef WORDS_BIGENDIAN 8167cf4600dSchristos # define WORDS_BIGENDIAN 1 8177cf4600dSchristos # endif 8187cf4600dSchristos #endif 8197cf4600dSchristos 820410f15d2Schristos /* Enable large inode numbers on Mac OS X 10.5. */ 821410f15d2Schristos #ifndef _DARWIN_USE_64_BIT_INODE 822410f15d2Schristos # define _DARWIN_USE_64_BIT_INODE 1 823410f15d2Schristos #endif 824410f15d2Schristos 8257cf4600dSchristos /* Number of bits in a file offset, on hosts where this is settable. */ 8267cf4600dSchristos /* #undef _FILE_OFFSET_BITS */ 8277cf4600dSchristos 8287cf4600dSchristos /* Define for large files, on AIX-style hosts. */ 8297cf4600dSchristos /* #undef _LARGE_FILES */ 8307cf4600dSchristos 8317cf4600dSchristos /* Define to 1 if on MINIX. */ 8327cf4600dSchristos /* #undef _MINIX */ 8337cf4600dSchristos 8347cf4600dSchristos /* Define to 2 if the system does not provide POSIX.1 features except with 8357cf4600dSchristos this defined. */ 8367cf4600dSchristos /* #undef _POSIX_1_SOURCE */ 8377cf4600dSchristos 8387cf4600dSchristos /* Define to 1 if you need to in order for `stat' and other things to work. */ 8397cf4600dSchristos /* #undef _POSIX_SOURCE */ 8407cf4600dSchristos 8414d342c04Schristos /* Use structured /proc on Solaris. */ 8424d342c04Schristos #define _STRUCTURED_PROC 1 8434d342c04Schristos 8447cf4600dSchristos /* Define to empty if `const' does not conform to ANSI C. */ 8457cf4600dSchristos /* #undef const */ 8467cf4600dSchristos 8477cf4600dSchristos /* Define to `__inline__' or `__inline' if that's what the C compiler 8487cf4600dSchristos calls it, or to nothing if 'inline' is not supported under any name. */ 8497cf4600dSchristos #ifndef __cplusplus 8507cf4600dSchristos /* #undef inline */ 8517cf4600dSchristos #endif 8527cf4600dSchristos 8537cf4600dSchristos /* Define to `int' if <sys/types.h> does not define. */ 8547cf4600dSchristos /* #undef pid_t */ 8557cf4600dSchristos 856410f15d2Schristos /* Define to `unsigned int' if <sys/types.h> does not define. */ 857410f15d2Schristos /* #undef size_t */ 858410f15d2Schristos 8597cf4600dSchristos /* Define as `fork' if `vfork' does not work. */ 8607cf4600dSchristos /* #undef vfork */ 861