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