1b1aac1feSchristos /* 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 */ 32530b571Schristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */ 4b1aac1feSchristos 5b1aac1feSchristos /* config.h. Generated from config.in by configure. */ 6b1aac1feSchristos /* config.in. Generated from configure.ac by autoheader. */ 7b1aac1feSchristos 8b1aac1feSchristos /* Define if building universal (internal helper macro) */ 9b1aac1feSchristos /* #undef AC_APPLE_UNIVERSAL_BUILD */ 10b1aac1feSchristos 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" 16b1aac1feSchristos 1734f40950Schristos /* Directories safe to hold auto-loaded files. */ 185900762bSrin #define AUTO_LOAD_SAFE_PATH "$debugdir:$datadir/auto-load" 19b1aac1feSchristos 2034f40950Schristos /* Directory of programs. */ 2134f40950Schristos #define BINDIR "/usr/bin" 22b1aac1feSchristos 23b1aac1feSchristos /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP 24b1aac1feSchristos systems. This function is required for `alloca.c' support on those systems. 25b1aac1feSchristos */ 26b1aac1feSchristos /* #undef CRAY_STACKSEG_END */ 27b1aac1feSchristos 284d342c04Schristos /* Define to 1 if std::thread works. */ 294d342c04Schristos #define CXX_STD_THREAD 1 304d342c04Schristos 31b1aac1feSchristos /* Define to 1 if using `alloca.c'. */ 32b1aac1feSchristos /* #undef C_ALLOCA */ 33b1aac1feSchristos 34b1aac1feSchristos /* look for global separate debug info in this path [LIBDIR/debug] */ 35b1aac1feSchristos #define DEBUGDIR "/usr/libdata/debug" 36b1aac1feSchristos 37b1aac1feSchristos /* Define if the separate-debug-dir directory should be relocated when GDB is 38b1aac1feSchristos moved. */ 39b1aac1feSchristos #define DEBUGDIR_RELOCATABLE 1 40b1aac1feSchristos 41b1aac1feSchristos /* Define to BFD's default architecture. */ 42b1aac1feSchristos #define DEFAULT_BFD_ARCH bfd_vax_arch 43b1aac1feSchristos 44b1aac1feSchristos /* Define to BFD's default target vector. */ 451d014862Schristos #define DEFAULT_BFD_VEC vax_elf32_vec 46b1aac1feSchristos 474d342c04Schristos /* Handle .ctf type-info sections */ 484d342c04Schristos #define ENABLE_LIBCTF 1 494d342c04Schristos 50b1aac1feSchristos /* Define to 1 if translation of program messages to the user's native 51b1aac1feSchristos language is requested. */ 52*22ebeae4Schristos /* #undef ENABLE_NLS */ 53b1aac1feSchristos 54901e7e84Schristos /* The .gdbearlyinit filename. */ 55901e7e84Schristos #define GDBEARLYINIT ".gdbearlyinit" 56901e7e84Schristos 5778ce218aSchristos /* The .gdbinit filename. */ 5878ce218aSchristos #define GDBINIT ".gdbinit" 5978ce218aSchristos 60b1aac1feSchristos /* look for global separate data files in this path [DATADIR/gdb] */ 61b1aac1feSchristos #define GDB_DATADIR "/usr/share/gdb" 62b1aac1feSchristos 63b1aac1feSchristos /* Define if the gdb-datadir directory should be relocated when GDB is moved. 64b1aac1feSchristos */ 65b1aac1feSchristos #define GDB_DATADIR_RELOCATABLE 1 66b1aac1feSchristos 67b1aac1feSchristos /* Define to be a string naming the default host character set. */ 68b1aac1feSchristos #define GDB_DEFAULT_HOST_CHARSET "UTF-8" 69b1aac1feSchristos 70b1aac1feSchristos /* Host double floatformat */ 71b1aac1feSchristos #define GDB_HOST_DOUBLE_FORMAT 0 72b1aac1feSchristos 73b1aac1feSchristos /* Host float floatformat */ 74b1aac1feSchristos #define GDB_HOST_FLOAT_FORMAT 0 75b1aac1feSchristos 76b1aac1feSchristos /* Host long double floatformat */ 77b1aac1feSchristos #define GDB_HOST_LONG_DOUBLE_FORMAT 0 78b1aac1feSchristos 79b1aac1feSchristos /* nativefile */ 80b1aac1feSchristos /* #undef GDB_NM_FILE */ 81b1aac1feSchristos 82b1aac1feSchristos /* Define to the default OS ABI for this configuration. */ 835900762bSrin #define GDB_OSABI_DEFAULT GDB_OSABI_NETBSD 84b1aac1feSchristos 85e110ade7Smrg /* Define if self-testing features should be enabled */ 86901e7e84Schristos /* #undef GDB_SELF_TEST */ 87e110ade7Smrg 88b1aac1feSchristos /* Define to 1 if you have `alloca', as a function or macro. */ 89b1aac1feSchristos #define HAVE_ALLOCA 1 90b1aac1feSchristos 91b1aac1feSchristos /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). 92b1aac1feSchristos */ 93b1aac1feSchristos /* #undef HAVE_ALLOCA_H */ 94b1aac1feSchristos 95*22ebeae4Schristos /* Define if amd-dbgapi is being linked in. */ 96*22ebeae4Schristos /* #undef HAVE_AMD_DBGAPI */ 97*22ebeae4Schristos 98b1aac1feSchristos /* Define to 1 if you have the `btowc' function. */ 99b1aac1feSchristos #define HAVE_BTOWC 1 100b1aac1feSchristos 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 109b1aac1feSchristos /* Define to 1 if you have the <cursesX.h> header file. */ 110b1aac1feSchristos /* #undef HAVE_CURSESX_H */ 111b1aac1feSchristos 112b1aac1feSchristos /* Define to 1 if you have the <curses.h> header file. */ 113b1aac1feSchristos #define HAVE_CURSES_H 1 114b1aac1feSchristos 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 122b1aac1feSchristos /* Define to 1 if you have the declaration of `ADDR_NO_RANDOMIZE', and to 0 if 123b1aac1feSchristos you don't. */ 124b1aac1feSchristos #define HAVE_DECL_ADDR_NO_RANDOMIZE 0 125b1aac1feSchristos 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 137b1aac1feSchristos /* Define to 1 if you have the declaration of `getthrds', and to 0 if you 138b1aac1feSchristos don't. */ 139b1aac1feSchristos /* #undef HAVE_DECL_GETTHRDS */ 140b1aac1feSchristos 141b1aac1feSchristos /* Define to 1 if you have the declaration of `snprintf', and to 0 if you 142b1aac1feSchristos don't. */ 143b1aac1feSchristos #define HAVE_DECL_SNPRINTF 1 144b1aac1feSchristos 145b1aac1feSchristos /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't. 146b1aac1feSchristos */ 147b1aac1feSchristos #define HAVE_DECL_STRSTR 1 148b1aac1feSchristos 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 180b1aac1feSchristos /* Define if ELF support should be included. */ 181b1aac1feSchristos #define HAVE_ELF 1 182b1aac1feSchristos 1832530b571Schristos /* Define if <sys/procfs.h> has elf_fpregset_t. */ 1842530b571Schristos /* #undef HAVE_ELF_FPREGSET_T */ 1852530b571Schristos 186b1aac1feSchristos /* Define to 1 if you have the <elf_hp.h> header file. */ 187b1aac1feSchristos /* #undef HAVE_ELF_HP_H */ 188b1aac1feSchristos 189b1aac1feSchristos /* Define to 1 if your system has the etext variable. */ 190b1aac1feSchristos #define HAVE_ETEXT 1 191b1aac1feSchristos 192901e7e84Schristos /* Define to 1 if execinfo.h backtrace functions are available. */ 193901e7e84Schristos /* #undef HAVE_EXECINFO_BACKTRACE */ 194901e7e84Schristos 195901e7e84Schristos /* Define to 1 if you have the <execinfo.h> header file. */ 196901e7e84Schristos #define HAVE_EXECINFO_H 1 197901e7e84Schristos 19878ce218aSchristos /* Define to 1 if you have the `fdwalk' function. */ 19978ce218aSchristos /* #undef HAVE_FDWALK */ 20078ce218aSchristos 201b1aac1feSchristos /* Define to 1 if you have the `fork' function. */ 202b1aac1feSchristos #define HAVE_FORK 1 203b1aac1feSchristos 204b1aac1feSchristos /* Define if <sys/procfs.h> has fpregset_t. */ 205b1aac1feSchristos /* #undef HAVE_FPREGSET_T */ 206b1aac1feSchristos 207822f2954Schristos /* Define to 1 if you have the `getauxval' function. */ 208822f2954Schristos /* #undef HAVE_GETAUXVAL */ 209822f2954Schristos 210b1aac1feSchristos /* Define to 1 if you have the `getgid' function. */ 211b1aac1feSchristos #define HAVE_GETGID 1 212b1aac1feSchristos 213b1aac1feSchristos /* Define to 1 if you have the `getpagesize' function. */ 214b1aac1feSchristos #define HAVE_GETPAGESIZE 1 215b1aac1feSchristos 2162530b571Schristos /* Define to 1 if you have the `getpgid' function. */ 2172530b571Schristos #define HAVE_GETPGID 1 2182530b571Schristos 219b1aac1feSchristos /* Define to 1 if you have the `getrlimit' function. */ 220b1aac1feSchristos #define HAVE_GETRLIMIT 1 221b1aac1feSchristos 222b1aac1feSchristos /* Define to 1 if you have the `getrusage' function. */ 223b1aac1feSchristos #define HAVE_GETRUSAGE 1 224b1aac1feSchristos 225*22ebeae4Schristos /* Define if the GNU gettext() function is already present or preinstalled. */ 226*22ebeae4Schristos /* #undef HAVE_GETTEXT */ 227*22ebeae4Schristos 228b1aac1feSchristos /* Define to 1 if you have the `getuid' function. */ 229b1aac1feSchristos #define HAVE_GETUID 1 230b1aac1feSchristos 231b1aac1feSchristos /* Define if <sys/procfs.h> has gregset_t. */ 232b1aac1feSchristos /* #undef HAVE_GREGSET_T */ 233b1aac1feSchristos 2341d014862Schristos /* Define if Guile interpreter is being linked in. */ 2351d014862Schristos /* #undef HAVE_GUILE */ 2361d014862Schristos 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. */ 241b1aac1feSchristos #define HAVE_ICONV 1 242b1aac1feSchristos 243b1aac1feSchristos /* Define to 1 if you have the `iconvlist' function. */ 244b1aac1feSchristos /* #undef HAVE_ICONVLIST */ 245b1aac1feSchristos 246b1aac1feSchristos /* Define to 1 if you have the <inttypes.h> header file. */ 247b1aac1feSchristos #define HAVE_INTTYPES_H 1 248b1aac1feSchristos 249901e7e84Schristos /* Define to 1 if you have the `kinfo_getfile' function. */ 2502530b571Schristos /* #undef HAVE_KINFO_GETFILE */ 2512530b571Schristos 252b1aac1feSchristos /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */ 253b1aac1feSchristos #define HAVE_LANGINFO_CODESET 1 254b1aac1feSchristos 255b1aac1feSchristos /* Define if your <locale.h> file defines LC_MESSAGES. */ 256b1aac1feSchristos #define HAVE_LC_MESSAGES 1 257b1aac1feSchristos 25878ce218aSchristos /* Define if you have the babeltrace library. */ 25978ce218aSchristos /* #undef HAVE_LIBBABELTRACE */ 26078ce218aSchristos 261901e7e84Schristos /* Define if libbacktrace is being used. */ 262901e7e84Schristos #define HAVE_LIBBACKTRACE 1 263901e7e84Schristos 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 273b1aac1feSchristos /* Define if you have the expat library. */ 27454eac751Schristos #define HAVE_LIBEXPAT 1 275b1aac1feSchristos 276b1aac1feSchristos /* Define to 1 if you have the `libiconvlist' function. */ 277b1aac1feSchristos /* #undef HAVE_LIBICONVLIST */ 278b1aac1feSchristos 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 285b1aac1feSchristos /* Define to 1 if you have the `m' library (-lm). */ 286b1aac1feSchristos #define HAVE_LIBM 1 287b1aac1feSchristos 288b1aac1feSchristos /* Define to 1 if you have the <libunwind-ia64.h> header file. */ 289b1aac1feSchristos /* #undef HAVE_LIBUNWIND_IA64_H */ 290b1aac1feSchristos 2914d342c04Schristos /* Define if you have the xxhash library. */ 2924d342c04Schristos /* #undef HAVE_LIBXXHASH */ 2934d342c04Schristos 2942530b571Schristos /* Define to 1 if you have the <linux/elf.h> header file. */ 2952530b571Schristos /* #undef HAVE_LINUX_ELF_H */ 296b1aac1feSchristos 29734f40950Schristos /* Define to 1 if you have the <linux/perf_event.h> header file. */ 29834f40950Schristos /* #undef HAVE_LINUX_PERF_EVENT_H */ 29934f40950Schristos 300b1aac1feSchristos /* Define to 1 if you have the <locale.h> header file. */ 301b1aac1feSchristos #define HAVE_LOCALE_H 1 302b1aac1feSchristos 303b1aac1feSchristos /* Define to 1 if the compiler supports long double. */ 304b1aac1feSchristos #define HAVE_LONG_DOUBLE 1 305b1aac1feSchristos 306822f2954Schristos /* Define to 1 if the system has the type `long long'. */ 307822f2954Schristos #define HAVE_LONG_LONG 1 308822f2954Schristos 309b1aac1feSchristos /* Define if <sys/procfs.h> has lwpid_t. */ 310b1aac1feSchristos /* #undef HAVE_LWPID_T */ 311b1aac1feSchristos 312b1aac1feSchristos /* Define to 1 if you have the <machine/reg.h> header file. */ 313b1aac1feSchristos #define HAVE_MACHINE_REG_H 1 314b1aac1feSchristos 315b1aac1feSchristos /* Define to 1 if you have the <memory.h> header file. */ 316b1aac1feSchristos #define HAVE_MEMORY_H 1 317b1aac1feSchristos 318b1aac1feSchristos /* Define to 1 if you have a working `mmap' system call. */ 319b1aac1feSchristos #define HAVE_MMAP 1 320b1aac1feSchristos 321b1aac1feSchristos /* Define to 1 if you have the `monstartup' function. */ 322b1aac1feSchristos #define HAVE_MONSTARTUP 1 323b1aac1feSchristos 3242530b571Schristos /* Define to 1 if you have the <ncursesw/ncurses.h> header file. */ 3252530b571Schristos /* #undef HAVE_NCURSESW_NCURSES_H */ 3262530b571Schristos 327b1aac1feSchristos /* Define to 1 if you have the <ncurses.h> header file. */ 328b1aac1feSchristos /* #undef HAVE_NCURSES_H */ 329b1aac1feSchristos 330b1aac1feSchristos /* Define to 1 if you have the <ncurses/ncurses.h> header file. */ 331b1aac1feSchristos /* #undef HAVE_NCURSES_NCURSES_H */ 332b1aac1feSchristos 333b1aac1feSchristos /* Define to 1 if you have the <ncurses/term.h> header file. */ 334b1aac1feSchristos /* #undef HAVE_NCURSES_TERM_H */ 335b1aac1feSchristos 336b1aac1feSchristos /* Define to 1 if you have the <nlist.h> header file. */ 337b1aac1feSchristos #define HAVE_NLIST_H 1 338b1aac1feSchristos 339b1aac1feSchristos /* Define to 1 if you have the `pipe' function. */ 340b1aac1feSchristos #define HAVE_PIPE 1 341b1aac1feSchristos 34278ce218aSchristos /* Define to 1 if you have the `pipe2' function. */ 34378ce218aSchristos #define HAVE_PIPE2 1 34478ce218aSchristos 345b1aac1feSchristos /* Define to 1 if you have the `poll' function. */ 346b1aac1feSchristos #define HAVE_POLL 1 347b1aac1feSchristos 348b1aac1feSchristos /* Define to 1 if you have the <poll.h> header file. */ 349b1aac1feSchristos #define HAVE_POLL_H 1 350b1aac1feSchristos 351b1aac1feSchristos /* Define to 1 if you have the `posix_madvise' function. */ 352b1aac1feSchristos #define HAVE_POSIX_MADVISE 1 353b1aac1feSchristos 35434f40950Schristos /* Define to 1 if you have the `pread' function. */ 35534f40950Schristos #define HAVE_PREAD 1 35634f40950Schristos 357b1aac1feSchristos /* Define to 1 if you have the `pread64' function. */ 358b1aac1feSchristos /* #undef HAVE_PREAD64 */ 359b1aac1feSchristos 360b1aac1feSchristos /* Define if <sys/procfs.h> has prfpregset_t. */ 361b1aac1feSchristos /* #undef HAVE_PRFPREGSET_T */ 362b1aac1feSchristos 363b1aac1feSchristos /* Define if <sys/procfs.h> has prgregset32_t. */ 364b1aac1feSchristos /* #undef HAVE_PRGREGSET32_T */ 365b1aac1feSchristos 366b1aac1feSchristos /* Define if <sys/procfs.h> has prgregset_t. */ 367b1aac1feSchristos /* #undef HAVE_PRGREGSET_T */ 368b1aac1feSchristos 369b1aac1feSchristos /* Define to 1 if you have the <proc_service.h> header file. */ 370b1aac1feSchristos /* #undef HAVE_PROC_SERVICE_H */ 371b1aac1feSchristos 372b1aac1feSchristos /* Define if <sys/procfs.h> has psaddr_t. */ 373b1aac1feSchristos /* #undef HAVE_PSADDR_T */ 374b1aac1feSchristos 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 */ 386b1aac1feSchristos 387b1aac1feSchristos /* Define if sys/ptrace.h defines the PTRACE_GETFPXREGS request. */ 388b1aac1feSchristos /* #undef HAVE_PTRACE_GETFPXREGS */ 389b1aac1feSchristos 390b1aac1feSchristos /* Define if sys/ptrace.h defines the PTRACE_GETREGS request. */ 391b1aac1feSchristos /* #undef HAVE_PTRACE_GETREGS */ 392b1aac1feSchristos 393b1aac1feSchristos /* Define to 1 if you have the <ptrace.h> header file. */ 394b1aac1feSchristos /* #undef HAVE_PTRACE_H */ 395b1aac1feSchristos 396b1aac1feSchristos /* Define if sys/ptrace.h defines the PT_GETDBREGS request. */ 397b1aac1feSchristos /* #undef HAVE_PT_GETDBREGS */ 398b1aac1feSchristos 3992530b571Schristos /* Define to 1 if you have the `pt_insn_event' function. */ 4002530b571Schristos /* #undef HAVE_PT_INSN_EVENT */ 4012530b571Schristos 40234f40950Schristos /* Define to 1 if you have the `pwrite' function. */ 40334f40950Schristos #define HAVE_PWRITE 1 40434f40950Schristos 405b1aac1feSchristos /* Define if Python interpreter is being linked in. */ 406b1aac1feSchristos /* #undef HAVE_PYTHON */ 407b1aac1feSchristos 408901e7e84Schristos /* Define to 1 if you have the <readline/readline.h> header file. */ 409901e7e84Schristos /* #undef HAVE_READLINE_READLINE_H */ 410901e7e84Schristos 411b1aac1feSchristos /* Define to 1 if you have the `resize_term' function. */ 4128b7331e5Schristos #define HAVE_RESIZE_TERM 1 413b1aac1feSchristos 414b1aac1feSchristos /* Define to 1 if you have the `sbrk' function. */ 415b1aac1feSchristos #define HAVE_SBRK 1 416b1aac1feSchristos 4171d014862Schristos /* Define to 1 if you have the `scm_new_smob' function. */ 4181d014862Schristos /* #undef HAVE_SCM_NEW_SMOB */ 4191d014862Schristos 420b1aac1feSchristos /* Define to 1 if you have the `setlocale' function. */ 421b1aac1feSchristos #define HAVE_SETLOCALE 1 422b1aac1feSchristos 423822f2954Schristos /* Define to 1 if you have the `setns' function. */ 424822f2954Schristos /* #undef HAVE_SETNS */ 425822f2954Schristos 426b1aac1feSchristos /* Define to 1 if you have the `setpgid' function. */ 427b1aac1feSchristos #define HAVE_SETPGID 1 428b1aac1feSchristos 429b1aac1feSchristos /* Define to 1 if you have the `setpgrp' function. */ 430b1aac1feSchristos #define HAVE_SETPGRP 1 431b1aac1feSchristos 432b1aac1feSchristos /* Define to 1 if you have the `setrlimit' function. */ 433b1aac1feSchristos #define HAVE_SETRLIMIT 1 434b1aac1feSchristos 435b1aac1feSchristos /* Define to 1 if you have the `setsid' function. */ 436b1aac1feSchristos #define HAVE_SETSID 1 437b1aac1feSchristos 438b1aac1feSchristos /* Define to 1 if you have the `sigaction' function. */ 439b1aac1feSchristos #define HAVE_SIGACTION 1 440b1aac1feSchristos 4411d014862Schristos /* Define to 1 if you have the `sigaltstack' function. */ 4421d014862Schristos #define HAVE_SIGALTSTACK 1 4431d014862Schristos 444b1aac1feSchristos /* Define to 1 if you have the <signal.h> header file. */ 445b1aac1feSchristos #define HAVE_SIGNAL_H 1 446b1aac1feSchristos 447b1aac1feSchristos /* Define to 1 if you have the `sigprocmask' function. */ 448b1aac1feSchristos #define HAVE_SIGPROCMASK 1 449b1aac1feSchristos 450b1aac1feSchristos /* Define if sigsetjmp is available. */ 451b1aac1feSchristos #define HAVE_SIGSETJMP 1 452b1aac1feSchristos 453b1aac1feSchristos /* Define to 1 if you have the `sigsetmask' function. */ 454b1aac1feSchristos #define HAVE_SIGSETMASK 1 455b1aac1feSchristos 456901e7e84Schristos /* Define to 1 if you have the `sigtimedwait' function. */ 457901e7e84Schristos #define HAVE_SIGTIMEDWAIT 1 458901e7e84Schristos 459b1aac1feSchristos /* Define to 1 if you have the `socketpair' function. */ 460b1aac1feSchristos #define HAVE_SOCKETPAIR 1 461b1aac1feSchristos 462b1aac1feSchristos /* Define to 1 if the system has the type `socklen_t'. */ 463b1aac1feSchristos #define HAVE_SOCKLEN_T 1 464b1aac1feSchristos 4652530b571Schristos /* Define to 1 if the source-highlight library is available */ 4662530b571Schristos /* #undef HAVE_SOURCE_HIGHLIGHT */ 4672530b571Schristos 468b1aac1feSchristos /* Define to 1 if you have the <stdint.h> header file. */ 469b1aac1feSchristos #define HAVE_STDINT_H 1 470b1aac1feSchristos 471b1aac1feSchristos /* Define to 1 if you have the <stdlib.h> header file. */ 472b1aac1feSchristos #define HAVE_STDLIB_H 1 473b1aac1feSchristos 474b1aac1feSchristos /* Define to 1 if you have the <strings.h> header file. */ 475b1aac1feSchristos #define HAVE_STRINGS_H 1 476b1aac1feSchristos 477b1aac1feSchristos /* Define to 1 if you have the <string.h> header file. */ 478b1aac1feSchristos #define HAVE_STRING_H 1 479b1aac1feSchristos 480b1aac1feSchristos /* Define to 1 if your system has struct lwp. */ 481b1aac1feSchristos #define HAVE_STRUCT_LWP 1 482b1aac1feSchristos 4832530b571Schristos /* Define to 1 if `pl_syscall_code' is a member of `struct ptrace_lwpinfo'. */ 484e110ade7Smrg /* #undef HAVE_STRUCT_PTRACE_LWPINFO_PL_SYSCALL_CODE */ 485e110ade7Smrg 4862530b571Schristos /* Define to 1 if `pl_tdname' is a member of `struct ptrace_lwpinfo'. */ 4878b7331e5Schristos /* #undef HAVE_STRUCT_PTRACE_LWPINFO_PL_TDNAME */ 4888b7331e5Schristos 4892530b571Schristos /* Define to 1 if `enabled' is a member of `struct pt_insn'. */ 4902530b571Schristos /* #undef HAVE_STRUCT_PT_INSN_ENABLED */ 4912530b571Schristos 4922530b571Schristos /* Define to 1 if `resynced' is a member of `struct pt_insn'. */ 4932530b571Schristos /* #undef HAVE_STRUCT_PT_INSN_RESYNCED */ 4942530b571Schristos 495b1aac1feSchristos /* Define to 1 if your system has struct reg in <machine/reg.h>. */ 496b1aac1feSchristos #define HAVE_STRUCT_REG 1 497b1aac1feSchristos 4982530b571Schristos /* Define to 1 if `r_fs' is a member of `struct reg'. */ 499b1aac1feSchristos /* #undef HAVE_STRUCT_REG_R_FS */ 500b1aac1feSchristos 5012530b571Schristos /* Define to 1 if `r_gs' is a member of `struct reg'. */ 502b1aac1feSchristos /* #undef HAVE_STRUCT_REG_R_GS */ 503b1aac1feSchristos 5042530b571Schristos /* Define to 1 if `st_blksize' is a member of `struct stat'. */ 505b1aac1feSchristos #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 506b1aac1feSchristos 5072530b571Schristos /* Define to 1 if `st_blocks' is a member of `struct stat'. */ 508b1aac1feSchristos #define HAVE_STRUCT_STAT_ST_BLOCKS 1 509b1aac1feSchristos 5102530b571Schristos /* Define to 1 if `td_pcb' is a member of `struct thread'. */ 511b1aac1feSchristos /* #undef HAVE_STRUCT_THREAD_TD_PCB */ 512b1aac1feSchristos 513b1aac1feSchristos /* Define to 1 if you have the <sys/debugreg.h> header file. */ 514b1aac1feSchristos /* #undef HAVE_SYS_DEBUGREG_H */ 515b1aac1feSchristos 516b1aac1feSchristos /* Define to 1 if you have the <sys/file.h> header file. */ 517b1aac1feSchristos #define HAVE_SYS_FILE_H 1 518b1aac1feSchristos 519b1aac1feSchristos /* Define to 1 if you have the <sys/filio.h> header file. */ 520b1aac1feSchristos #define HAVE_SYS_FILIO_H 1 521b1aac1feSchristos 522b1aac1feSchristos /* Define to 1 if you have the <sys/ioctl.h> header file. */ 523b1aac1feSchristos #define HAVE_SYS_IOCTL_H 1 524b1aac1feSchristos 525b1aac1feSchristos /* Define to 1 if you have the <sys/param.h> header file. */ 526b1aac1feSchristos #define HAVE_SYS_PARAM_H 1 527b1aac1feSchristos 528b1aac1feSchristos /* Define to 1 if you have the <sys/poll.h> header file. */ 529b1aac1feSchristos #define HAVE_SYS_POLL_H 1 530b1aac1feSchristos 531901e7e84Schristos /* Define to 1 if you have the <sys/procctl.h> header file. */ 532901e7e84Schristos /* #undef HAVE_SYS_PROCCTL_H */ 533901e7e84Schristos 534b1aac1feSchristos /* Define to 1 if you have the <sys/procfs.h> header file. */ 535b1aac1feSchristos /* #undef HAVE_SYS_PROCFS_H */ 536b1aac1feSchristos 537b1aac1feSchristos /* Define to 1 if you have the <sys/ptrace.h> header file. */ 538b1aac1feSchristos #define HAVE_SYS_PTRACE_H 1 539b1aac1feSchristos 540b1aac1feSchristos /* Define to 1 if you have the <sys/reg.h> header file. */ 541b1aac1feSchristos /* #undef HAVE_SYS_REG_H */ 542b1aac1feSchristos 543b1aac1feSchristos /* Define to 1 if you have the <sys/resource.h> header file. */ 544b1aac1feSchristos #define HAVE_SYS_RESOURCE_H 1 545b1aac1feSchristos 546b1aac1feSchristos /* Define to 1 if you have the <sys/select.h> header file. */ 547b1aac1feSchristos #define HAVE_SYS_SELECT_H 1 548b1aac1feSchristos 54934f40950Schristos /* Define to 1 if you have the <sys/socket.h> header file. */ 55034f40950Schristos #define HAVE_SYS_SOCKET_H 1 55134f40950Schristos 552b1aac1feSchristos /* Define to 1 if you have the <sys/stat.h> header file. */ 553b1aac1feSchristos #define HAVE_SYS_STAT_H 1 554b1aac1feSchristos 555b1aac1feSchristos /* Define to 1 if you have the <sys/types.h> header file. */ 556b1aac1feSchristos #define HAVE_SYS_TYPES_H 1 557b1aac1feSchristos 55834f40950Schristos /* Define to 1 if you have the <sys/un.h> header file. */ 55934f40950Schristos #define HAVE_SYS_UN_H 1 56034f40950Schristos 561b1aac1feSchristos /* Define to 1 if you have the <sys/user.h> header file. */ 5628b7331e5Schristos /* #undef HAVE_SYS_USER_H */ 563b1aac1feSchristos 564b1aac1feSchristos /* Define to 1 if you have the <sys/wait.h> header file. */ 565b1aac1feSchristos #define HAVE_SYS_WAIT_H 1 566b1aac1feSchristos 567b1aac1feSchristos /* Define to 1 if you have the <termios.h> header file. */ 568b1aac1feSchristos #define HAVE_TERMIOS_H 1 569b1aac1feSchristos 570b1aac1feSchristos /* Define to 1 if you have the <term.h> header file. */ 571b1aac1feSchristos #define HAVE_TERM_H 1 572b1aac1feSchristos 573b1aac1feSchristos /* Define to 1 if you have the <thread_db.h> header file. */ 574b1aac1feSchristos /* #undef HAVE_THREAD_DB_H */ 575b1aac1feSchristos 576b1aac1feSchristos /* Define to 1 if you have the `ttrace' function. */ 577b1aac1feSchristos /* #undef HAVE_TTRACE */ 578b1aac1feSchristos 579b1aac1feSchristos /* Define to 1 if you have the <unistd.h> header file. */ 580b1aac1feSchristos #define HAVE_UNISTD_H 1 581b1aac1feSchristos 5822530b571Schristos /* Define to 1 if you have the `use_default_colors' function. */ 5832530b571Schristos #define HAVE_USE_DEFAULT_COLORS 1 5842530b571Schristos 585b1aac1feSchristos /* Define to 1 if you have the `vfork' function. */ 586b1aac1feSchristos #define HAVE_VFORK 1 587b1aac1feSchristos 588b1aac1feSchristos /* Define to 1 if you have the <vfork.h> header file. */ 589b1aac1feSchristos /* #undef HAVE_VFORK_H */ 590b1aac1feSchristos 591b1aac1feSchristos /* Define to 1 if you have the `waitpid' function. */ 592b1aac1feSchristos #define HAVE_WAITPID 1 593b1aac1feSchristos 594b1aac1feSchristos /* Define to 1 if you have the <wait.h> header file. */ 595b1aac1feSchristos /* #undef HAVE_WAIT_H */ 596b1aac1feSchristos 5971d014862Schristos /* Define to 1 if you have the <windows.h> header file. */ 5981d014862Schristos /* #undef HAVE_WINDOWS_H */ 5991d014862Schristos 600b1aac1feSchristos /* Define to 1 if `fork' works. */ 601b1aac1feSchristos #define HAVE_WORKING_FORK 1 602b1aac1feSchristos 603b1aac1feSchristos /* Define to 1 if `vfork' works. */ 604b1aac1feSchristos #define HAVE_WORKING_VFORK 1 605b1aac1feSchristos 606b1aac1feSchristos /* Define to 1 if you have the `wresize' function. */ 6078b7331e5Schristos #define HAVE_WRESIZE 1 608b1aac1feSchristos 6094d342c04Schristos /* Define to 1 if you have the <ws2tcpip.h> header file. */ 6104d342c04Schristos /* #undef HAVE_WS2TCPIP_H */ 6114d342c04Schristos 612b1aac1feSchristos /* Define to 1 if you have the `XML_StopParser' function. */ 61354eac751Schristos #define HAVE_XML_STOPPARSER 1 614b1aac1feSchristos 615901e7e84Schristos /* Define to 1 if zstd is enabled. */ 616901e7e84Schristos /* #undef HAVE_ZSTD */ 617901e7e84Schristos 618b1aac1feSchristos /* Define to 1 if your system has the _etext variable. */ 619b1aac1feSchristos #define HAVE__ETEXT 1 620b1aac1feSchristos 621b1aac1feSchristos /* Define to 1 if you have the `_mcleanup' function. */ 622b1aac1feSchristos #define HAVE__MCLEANUP 1 623b1aac1feSchristos 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 630b1aac1feSchristos /* Define as const if the declaration of iconv() needs const. */ 63177a1ad5fSkamil #define ICONV_CONST 632b1aac1feSchristos 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 639b1aac1feSchristos 640901e7e84Schristos /* Define to the sub-directory in which libtool stores uninstalled libraries. 641901e7e84Schristos */ 642901e7e84Schristos #define LT_OBJDIR ".libs/" 643901e7e84Schristos 644b1aac1feSchristos /* Name of this package. */ 645b1aac1feSchristos #define PACKAGE "gdb" 646b1aac1feSchristos 647b1aac1feSchristos /* Define to the address where bug reports for this package should be sent. */ 648b1aac1feSchristos #define PACKAGE_BUGREPORT "" 649b1aac1feSchristos 650b1aac1feSchristos /* Define to the full name of this package. */ 651b1aac1feSchristos #define PACKAGE_NAME "" 652b1aac1feSchristos 653b1aac1feSchristos /* Define to the full name and version of this package. */ 654b1aac1feSchristos #define PACKAGE_STRING "" 655b1aac1feSchristos 656b1aac1feSchristos /* Define to the one symbol short name of this package. */ 657b1aac1feSchristos #define PACKAGE_TARNAME "" 658b1aac1feSchristos 659b1aac1feSchristos /* Define to the home page for this package. */ 660b1aac1feSchristos #define PACKAGE_URL "" 661b1aac1feSchristos 662b1aac1feSchristos /* Define to the version of this package. */ 663b1aac1feSchristos #define PACKAGE_VERSION "" 664b1aac1feSchristos 665b1aac1feSchristos /* Additional package description */ 666b1aac1feSchristos #define PKGVERSION "(GDB) " 667b1aac1feSchristos 668b1aac1feSchristos /* Define to 1 if the "%H, %D and %DD" formats work to print decfloats. */ 669b1aac1feSchristos /* #undef PRINTF_HAS_DECFLOAT */ 670b1aac1feSchristos 671b1aac1feSchristos /* Define to 1 if the "%Lg" format works to print long doubles. */ 672b1aac1feSchristos /* #undef PRINTF_HAS_LONG_DOUBLE */ 673b1aac1feSchristos 674b1aac1feSchristos /* Define to 1 if the "%ll" format works to print long longs. */ 675b1aac1feSchristos /* #undef PRINTF_HAS_LONG_LONG */ 676b1aac1feSchristos 6774d342c04Schristos /* Define to necessary symbol if this constant uses a non-standard name on 6784d342c04Schristos your system. */ 6794d342c04Schristos /* #undef PTHREAD_CREATE_JOINABLE */ 6804d342c04Schristos 681e110ade7Smrg /* Define to the type of arg 1 for ptrace. */ 682e110ade7Smrg #define PTRACE_TYPE_ARG1 int 683e110ade7Smrg 684b1aac1feSchristos /* Define to the type of arg 3 for ptrace. */ 685b1aac1feSchristos #define PTRACE_TYPE_ARG3 void * 686b1aac1feSchristos 68778ce218aSchristos /* Define to the type of arg 4 for ptrace. */ 68878ce218aSchristos #define PTRACE_TYPE_ARG4 int 68978ce218aSchristos 690b1aac1feSchristos /* Define to the type of arg 5 for ptrace. */ 691b1aac1feSchristos /* #undef PTRACE_TYPE_ARG5 */ 692b1aac1feSchristos 693b1aac1feSchristos /* Define as the return type of ptrace. */ 694b1aac1feSchristos #define PTRACE_TYPE_RET int 695b1aac1feSchristos 6964d342c04Schristos /* Define if the python lib directory should be relocated when GDB is moved. 6974d342c04Schristos */ 6984d342c04Schristos /* #undef PYTHON_LIBDIR_RELOCATABLE */ 6994d342c04Schristos 700b1aac1feSchristos /* Define if the python directory should be relocated when GDB is moved. */ 701b1aac1feSchristos /* #undef PYTHON_PATH_RELOCATABLE */ 702b1aac1feSchristos 703b1aac1feSchristos /* Relocated directory for source files. */ 704b1aac1feSchristos /* #undef RELOC_SRCDIR */ 705b1aac1feSchristos 706b1aac1feSchristos /* Bug reporting address */ 7074d342c04Schristos #define REPORT_BUGS_TO "<https://www.gnu.org/software/gdb/bugs/>" 708b1aac1feSchristos 709b1aac1feSchristos /* Define to 1 if the "%Lg" format works to scan long doubles. */ 710b1aac1feSchristos /* #undef SCANF_HAS_LONG_DOUBLE */ 711b1aac1feSchristos 712b1aac1feSchristos /* Define to 1 if the `setpgrp' function takes no argument. */ 713b1aac1feSchristos /* #undef SETPGRP_VOID */ 714b1aac1feSchristos 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 726b1aac1feSchristos 727901e7e84Schristos /* The size of `void *', as computed by sizeof. */ 728901e7e84Schristos #define SIZEOF_VOID_P 4 729901e7e84Schristos 730b1aac1feSchristos /* If using the C implementation of alloca, define if you know the 731b1aac1feSchristos direction of stack growth for your system; otherwise it will be 732b1aac1feSchristos automatically deduced at runtime. 733b1aac1feSchristos STACK_DIRECTION > 0 => grows toward higher addresses 734b1aac1feSchristos STACK_DIRECTION < 0 => grows toward lower addresses 735b1aac1feSchristos STACK_DIRECTION = 0 => direction of growth unknown */ 736b1aac1feSchristos /* #undef STACK_DIRECTION */ 737b1aac1feSchristos 738b1aac1feSchristos /* Define to 1 if you have the ANSI C header files. */ 739b1aac1feSchristos #define STDC_HEADERS 1 740b1aac1feSchristos 741b1aac1feSchristos /* automatically load a system-wide gdbinit file */ 742b1aac1feSchristos #define SYSTEM_GDBINIT "" 743b1aac1feSchristos 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 751b1aac1feSchristos /* Define if the system-gdbinit directory should be relocated when GDB is 752b1aac1feSchristos moved. */ 753b1aac1feSchristos #define SYSTEM_GDBINIT_RELOCATABLE 0 754b1aac1feSchristos 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 761b1aac1feSchristos /* Define if <thread_db.h> has the TD_NOTALLOC error code. */ 762b1aac1feSchristos /* #undef THREAD_DB_HAS_TD_NOTALLOC */ 763b1aac1feSchristos 764b1aac1feSchristos /* Define if <thread_db.h> has the TD_NOTLS error code. */ 765b1aac1feSchristos /* #undef THREAD_DB_HAS_TD_NOTLS */ 766b1aac1feSchristos 767b1aac1feSchristos /* Define if <thread_db.h> has the TD_VERSION error code. */ 768b1aac1feSchristos /* #undef THREAD_DB_HAS_TD_VERSION */ 769b1aac1feSchristos 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 792b1aac1feSchristos /* Define if we should use the Windows API, instead of the POSIX API. On 793b1aac1feSchristos Windows, we use the Windows API when building for MinGW, but the POSIX API 794b1aac1feSchristos when building for Cygwin. */ 795b1aac1feSchristos /* #undef USE_WIN32API */ 796b1aac1feSchristos 797e110ade7Smrg /* Define if the PPC simulator is being linked in. */ 798e110ade7Smrg /* #undef WITH_PPC_SIM */ 799e110ade7Smrg 8004d342c04Schristos /* Directory containing Python's standard libraries from --with-python-libdir. 8014d342c04Schristos */ 8024d342c04Schristos /* #undef WITH_PYTHON_LIBDIR */ 8034d342c04Schristos 804b1aac1feSchristos /* Define if --with-python provides a path, either directly or via 805b1aac1feSchristos python-config.py --exec-prefix. */ 806b1aac1feSchristos /* #undef WITH_PYTHON_PATH */ 807b1aac1feSchristos 808b1aac1feSchristos /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 809b1aac1feSchristos significant byte first (like Motorola and SPARC, unlike Intel). */ 810b1aac1feSchristos #if defined AC_APPLE_UNIVERSAL_BUILD 811b1aac1feSchristos # if defined __BIG_ENDIAN__ 812b1aac1feSchristos # define WORDS_BIGENDIAN 1 813b1aac1feSchristos # endif 814b1aac1feSchristos #else 815b1aac1feSchristos # ifndef WORDS_BIGENDIAN 816b1aac1feSchristos /* # undef WORDS_BIGENDIAN */ 817b1aac1feSchristos # endif 818b1aac1feSchristos #endif 819b1aac1feSchristos 8202530b571Schristos /* Enable large inode numbers on Mac OS X 10.5. */ 8212530b571Schristos #ifndef _DARWIN_USE_64_BIT_INODE 8222530b571Schristos # define _DARWIN_USE_64_BIT_INODE 1 8232530b571Schristos #endif 8242530b571Schristos 825b1aac1feSchristos /* Number of bits in a file offset, on hosts where this is settable. */ 826b1aac1feSchristos /* #undef _FILE_OFFSET_BITS */ 827b1aac1feSchristos 828b1aac1feSchristos /* Define for large files, on AIX-style hosts. */ 829b1aac1feSchristos /* #undef _LARGE_FILES */ 830b1aac1feSchristos 831b1aac1feSchristos /* Define to 1 if on MINIX. */ 832b1aac1feSchristos /* #undef _MINIX */ 833b1aac1feSchristos 834b1aac1feSchristos /* Define to 2 if the system does not provide POSIX.1 features except with 835b1aac1feSchristos this defined. */ 836b1aac1feSchristos /* #undef _POSIX_1_SOURCE */ 837b1aac1feSchristos 838b1aac1feSchristos /* Define to 1 if you need to in order for `stat' and other things to work. */ 839b1aac1feSchristos /* #undef _POSIX_SOURCE */ 840b1aac1feSchristos 8414d342c04Schristos /* Use structured /proc on Solaris. */ 8424d342c04Schristos #define _STRUCTURED_PROC 1 8434d342c04Schristos 844b1aac1feSchristos /* Define to empty if `const' does not conform to ANSI C. */ 845b1aac1feSchristos /* #undef const */ 846b1aac1feSchristos 847b1aac1feSchristos /* Define to `__inline__' or `__inline' if that's what the C compiler 848b1aac1feSchristos calls it, or to nothing if 'inline' is not supported under any name. */ 849b1aac1feSchristos #ifndef __cplusplus 850b1aac1feSchristos /* #undef inline */ 851b1aac1feSchristos #endif 852b1aac1feSchristos 853b1aac1feSchristos /* Define to `int' if <sys/types.h> does not define. */ 854b1aac1feSchristos /* #undef pid_t */ 855b1aac1feSchristos 8562530b571Schristos /* Define to `unsigned int' if <sys/types.h> does not define. */ 8572530b571Schristos /* #undef size_t */ 8582530b571Schristos 859b1aac1feSchristos /* Define as `fork' if `vfork' does not work. */ 860b1aac1feSchristos /* #undef vfork */ 861