xref: /netbsd-src/external/gpl3/gdb.old/lib/libgdb/arch/mipsn64eb/config.h (revision 6881a4007f077b54e5f51159c52b9b25f57deb0d)
17d62b00eSchristos /* This file is automatically generated.  DO NOT EDIT! */
2*6881a400Schristos /* Generated from: NetBSD: mknative-gdb,v 1.16 2023/07/31 17:09:59 christos Exp  */
37d62b00eSchristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
47d62b00eSchristos 
57d62b00eSchristos /* config.h.  Generated from config.in by configure.  */
67d62b00eSchristos /* config.in.  Generated from configure.ac by autoheader.  */
77d62b00eSchristos 
87d62b00eSchristos /* Define if building universal (internal helper macro) */
97d62b00eSchristos /* #undef AC_APPLE_UNIVERSAL_BUILD */
107d62b00eSchristos 
117d62b00eSchristos /* Directories from which to load auto-loaded scripts. */
127d62b00eSchristos #define AUTO_LOAD_DIR "$debugdir:$datadir/auto-load"
137d62b00eSchristos 
147d62b00eSchristos /* Directories safe to hold auto-loaded files. */
157d62b00eSchristos #define AUTO_LOAD_SAFE_PATH "$debugdir:$datadir/auto-load"
167d62b00eSchristos 
177d62b00eSchristos /* Directory of programs. */
187d62b00eSchristos #define BINDIR "/usr/bin"
197d62b00eSchristos 
207d62b00eSchristos /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
217d62b00eSchristos    systems. This function is required for `alloca.c' support on those systems.
227d62b00eSchristos    */
237d62b00eSchristos /* #undef CRAY_STACKSEG_END */
247d62b00eSchristos 
257d62b00eSchristos /* Define to 1 if std::thread works. */
267d62b00eSchristos #define CXX_STD_THREAD 1
277d62b00eSchristos 
287d62b00eSchristos /* Define to 1 if using `alloca.c'. */
297d62b00eSchristos /* #undef C_ALLOCA */
307d62b00eSchristos 
317d62b00eSchristos /* look for global separate debug info in this path [LIBDIR/debug] */
327d62b00eSchristos #define DEBUGDIR "/usr/libdata/debug"
337d62b00eSchristos 
347d62b00eSchristos /* Define if the separate-debug-dir directory should be relocated when GDB is
357d62b00eSchristos    moved. */
367d62b00eSchristos #define DEBUGDIR_RELOCATABLE 1
377d62b00eSchristos 
387d62b00eSchristos /* Define to BFD's default architecture. */
397d62b00eSchristos #define DEFAULT_BFD_ARCH bfd_mips_arch
407d62b00eSchristos 
417d62b00eSchristos /* Define to BFD's default target vector. */
42*6881a400Schristos #define DEFAULT_BFD_VEC mips_elf64_trad_be_vec
437d62b00eSchristos 
447d62b00eSchristos /* Handle .ctf type-info sections */
457d62b00eSchristos #define ENABLE_LIBCTF 1
467d62b00eSchristos 
477d62b00eSchristos /* Define to 1 if translation of program messages to the user's native
487d62b00eSchristos    language is requested. */
497d62b00eSchristos #define ENABLE_NLS 1
507d62b00eSchristos 
51*6881a400Schristos /* The .gdbearlyinit filename. */
52*6881a400Schristos #define GDBEARLYINIT ".gdbearlyinit"
53*6881a400Schristos 
547d62b00eSchristos /* The .gdbinit filename. */
557d62b00eSchristos #define GDBINIT ".gdbinit"
567d62b00eSchristos 
577d62b00eSchristos /* look for global separate data files in this path [DATADIR/gdb] */
587d62b00eSchristos #define GDB_DATADIR "/usr/share/gdb"
597d62b00eSchristos 
607d62b00eSchristos /* Define if the gdb-datadir directory should be relocated when GDB is moved.
617d62b00eSchristos    */
627d62b00eSchristos #define GDB_DATADIR_RELOCATABLE 1
637d62b00eSchristos 
647d62b00eSchristos /* Define to be a string naming the default host character set. */
657d62b00eSchristos #define GDB_DEFAULT_HOST_CHARSET "UTF-8"
667d62b00eSchristos 
677d62b00eSchristos /* Host double floatformat */
687d62b00eSchristos #define GDB_HOST_DOUBLE_FORMAT 0
697d62b00eSchristos 
707d62b00eSchristos /* Host float floatformat */
717d62b00eSchristos #define GDB_HOST_FLOAT_FORMAT 0
727d62b00eSchristos 
737d62b00eSchristos /* Host long double floatformat */
747d62b00eSchristos #define GDB_HOST_LONG_DOUBLE_FORMAT 0
757d62b00eSchristos 
767d62b00eSchristos /* nativefile */
777d62b00eSchristos /* #undef GDB_NM_FILE */
787d62b00eSchristos 
797d62b00eSchristos /* Define to the default OS ABI for this configuration. */
807d62b00eSchristos #define GDB_OSABI_DEFAULT GDB_OSABI_NETBSD
817d62b00eSchristos 
827d62b00eSchristos /* Define if self-testing features should be enabled */
83*6881a400Schristos /* #undef GDB_SELF_TEST */
847d62b00eSchristos 
857d62b00eSchristos /* Define to 1 if you have `alloca', as a function or macro. */
867d62b00eSchristos #define HAVE_ALLOCA 1
877d62b00eSchristos 
887d62b00eSchristos /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
897d62b00eSchristos    */
907d62b00eSchristos /* #undef HAVE_ALLOCA_H */
917d62b00eSchristos 
927d62b00eSchristos /* Define to 1 if you have the `btowc' function. */
937d62b00eSchristos #define HAVE_BTOWC 1
947d62b00eSchristos 
957d62b00eSchristos /* Define to 1 if you have the <cursesX.h> header file. */
967d62b00eSchristos /* #undef HAVE_CURSESX_H */
977d62b00eSchristos 
987d62b00eSchristos /* Define to 1 if you have the <curses.h> header file. */
997d62b00eSchristos #define HAVE_CURSES_H 1
1007d62b00eSchristos 
1017d62b00eSchristos /* define if the compiler supports basic C++11 syntax */
1027d62b00eSchristos #define HAVE_CXX11 1
1037d62b00eSchristos 
1047d62b00eSchristos /* Define to 1 if you have the declaration of `ADDR_NO_RANDOMIZE', and to 0 if
1057d62b00eSchristos    you don't. */
1067d62b00eSchristos #define HAVE_DECL_ADDR_NO_RANDOMIZE 0
1077d62b00eSchristos 
1087d62b00eSchristos /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
1097d62b00eSchristos    don't. */
1107d62b00eSchristos #define HAVE_DECL_ASPRINTF 1
1117d62b00eSchristos 
1127d62b00eSchristos /* Define to 1 if you have the declaration of `basename(char *)', and to 0 if
1137d62b00eSchristos    you don't. */
1147d62b00eSchristos #define HAVE_DECL_BASENAME 0
1157d62b00eSchristos 
1167d62b00eSchristos /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
1177d62b00eSchristos #define HAVE_DECL_FFS 1
1187d62b00eSchristos 
1197d62b00eSchristos /* Define to 1 if you have the declaration of `getthrds', and to 0 if you
1207d62b00eSchristos    don't. */
1217d62b00eSchristos /* #undef HAVE_DECL_GETTHRDS */
1227d62b00eSchristos 
1237d62b00eSchristos /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
1247d62b00eSchristos    don't. */
1257d62b00eSchristos #define HAVE_DECL_SNPRINTF 1
1267d62b00eSchristos 
1277d62b00eSchristos /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
1287d62b00eSchristos    */
1297d62b00eSchristos #define HAVE_DECL_STRSTR 1
1307d62b00eSchristos 
1317d62b00eSchristos /* Define to 1 if you have the declaration of `strtol', and to 0 if you don't.
1327d62b00eSchristos    */
1337d62b00eSchristos #define HAVE_DECL_STRTOL 1
1347d62b00eSchristos 
1357d62b00eSchristos /* Define to 1 if you have the declaration of `strtoll', and to 0 if you
1367d62b00eSchristos    don't. */
1377d62b00eSchristos #define HAVE_DECL_STRTOLL 1
1387d62b00eSchristos 
1397d62b00eSchristos /* Define to 1 if you have the declaration of `strtoul', and to 0 if you
1407d62b00eSchristos    don't. */
1417d62b00eSchristos #define HAVE_DECL_STRTOUL 1
1427d62b00eSchristos 
1437d62b00eSchristos /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
1447d62b00eSchristos    don't. */
1457d62b00eSchristos #define HAVE_DECL_STRTOULL 1
1467d62b00eSchristos 
1477d62b00eSchristos /* Define to 1 if you have the declaration of `strverscmp', and to 0 if you
1487d62b00eSchristos    don't. */
1497d62b00eSchristos #define HAVE_DECL_STRVERSCMP 0
1507d62b00eSchristos 
1517d62b00eSchristos /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
1527d62b00eSchristos    don't. */
1537d62b00eSchristos #define HAVE_DECL_VASPRINTF 1
1547d62b00eSchristos 
1557d62b00eSchristos /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
1567d62b00eSchristos    don't. */
1577d62b00eSchristos #define HAVE_DECL_VSNPRINTF 1
1587d62b00eSchristos 
1597d62b00eSchristos /* Define to 1 if you have the <dlfcn.h> header file. */
1607d62b00eSchristos #define HAVE_DLFCN_H 1
1617d62b00eSchristos 
1627d62b00eSchristos /* Define if ELF support should be included. */
1637d62b00eSchristos #define HAVE_ELF 1
1647d62b00eSchristos 
1657d62b00eSchristos /* Define if <sys/procfs.h> has elf_fpregset_t. */
1667d62b00eSchristos /* #undef HAVE_ELF_FPREGSET_T */
1677d62b00eSchristos 
1687d62b00eSchristos /* Define to 1 if you have the <elf_hp.h> header file. */
1697d62b00eSchristos /* #undef HAVE_ELF_HP_H */
1707d62b00eSchristos 
1717d62b00eSchristos /* Define to 1 if your system has the etext variable. */
1727d62b00eSchristos #define HAVE_ETEXT 1
1737d62b00eSchristos 
174*6881a400Schristos /* Define to 1 if execinfo.h backtrace functions are available. */
175*6881a400Schristos /* #undef HAVE_EXECINFO_BACKTRACE */
176*6881a400Schristos 
177*6881a400Schristos /* Define to 1 if you have the <execinfo.h> header file. */
178*6881a400Schristos #define HAVE_EXECINFO_H 1
179*6881a400Schristos 
1807d62b00eSchristos /* Define to 1 if you have the `fdwalk' function. */
1817d62b00eSchristos /* #undef HAVE_FDWALK */
1827d62b00eSchristos 
1837d62b00eSchristos /* Define to 1 if you have the `fork' function. */
1847d62b00eSchristos #define HAVE_FORK 1
1857d62b00eSchristos 
1867d62b00eSchristos /* Define if <sys/procfs.h> has fpregset_t. */
1877d62b00eSchristos /* #undef HAVE_FPREGSET_T */
1887d62b00eSchristos 
1897d62b00eSchristos /* Define to 1 if you have the `getauxval' function. */
1907d62b00eSchristos /* #undef HAVE_GETAUXVAL */
1917d62b00eSchristos 
1927d62b00eSchristos /* Define to 1 if you have the `getgid' function. */
1937d62b00eSchristos #define HAVE_GETGID 1
1947d62b00eSchristos 
1957d62b00eSchristos /* Define to 1 if you have the `getpagesize' function. */
1967d62b00eSchristos #define HAVE_GETPAGESIZE 1
1977d62b00eSchristos 
1987d62b00eSchristos /* Define to 1 if you have the `getpgid' function. */
1997d62b00eSchristos #define HAVE_GETPGID 1
2007d62b00eSchristos 
2017d62b00eSchristos /* Define to 1 if you have the `getrlimit' function. */
2027d62b00eSchristos #define HAVE_GETRLIMIT 1
2037d62b00eSchristos 
2047d62b00eSchristos /* Define to 1 if you have the `getrusage' function. */
2057d62b00eSchristos #define HAVE_GETRUSAGE 1
2067d62b00eSchristos 
2077d62b00eSchristos /* Define to 1 if you have the `getuid' function. */
2087d62b00eSchristos #define HAVE_GETUID 1
2097d62b00eSchristos 
2107d62b00eSchristos /* Define if <sys/procfs.h> has gregset_t. */
2117d62b00eSchristos /* #undef HAVE_GREGSET_T */
2127d62b00eSchristos 
2137d62b00eSchristos /* Define if Guile interpreter is being linked in. */
2147d62b00eSchristos /* #undef HAVE_GUILE */
2157d62b00eSchristos 
2167d62b00eSchristos /* Define if Guile supports manual finalization. */
2177d62b00eSchristos /* #undef HAVE_GUILE_MANUAL_FINALIZATION */
2187d62b00eSchristos 
2197d62b00eSchristos /* Define if you have the iconv() function. */
2207d62b00eSchristos #define HAVE_ICONV 1
2217d62b00eSchristos 
2227d62b00eSchristos /* Define to 1 if you have the `iconvlist' function. */
2237d62b00eSchristos /* #undef HAVE_ICONVLIST */
2247d62b00eSchristos 
2257d62b00eSchristos /* Define to 1 if you have the <inttypes.h> header file. */
2267d62b00eSchristos #define HAVE_INTTYPES_H 1
2277d62b00eSchristos 
228*6881a400Schristos /* Define to 1 if you have the `kinfo_getfile' function. */
2297d62b00eSchristos /* #undef HAVE_KINFO_GETFILE */
2307d62b00eSchristos 
2317d62b00eSchristos /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
2327d62b00eSchristos #define HAVE_LANGINFO_CODESET 1
2337d62b00eSchristos 
2347d62b00eSchristos /* Define if your <locale.h> file defines LC_MESSAGES. */
2357d62b00eSchristos #define HAVE_LC_MESSAGES 1
2367d62b00eSchristos 
2377d62b00eSchristos /* Define if you have the babeltrace library. */
2387d62b00eSchristos /* #undef HAVE_LIBBABELTRACE */
2397d62b00eSchristos 
240*6881a400Schristos /* Define if libbacktrace is being used. */
241*6881a400Schristos #define HAVE_LIBBACKTRACE 1
242*6881a400Schristos 
2437d62b00eSchristos /* Define to 1 if debuginfod is enabled. */
2447d62b00eSchristos /* #undef HAVE_LIBDEBUGINFOD */
2457d62b00eSchristos 
2467d62b00eSchristos /* Define if you have the expat library. */
2477d62b00eSchristos #define HAVE_LIBEXPAT 1
2487d62b00eSchristos 
249*6881a400Schristos /* Define if you have the gmp library. */
250*6881a400Schristos #define HAVE_LIBGMP 1
251*6881a400Schristos 
2527d62b00eSchristos /* Define to 1 if you have the `libiconvlist' function. */
2537d62b00eSchristos /* #undef HAVE_LIBICONVLIST */
2547d62b00eSchristos 
2557d62b00eSchristos /* Define if you have the ipt library. */
2567d62b00eSchristos /* #undef HAVE_LIBIPT */
2577d62b00eSchristos 
2587d62b00eSchristos /* Define if you have the lzma library. */
2597d62b00eSchristos /* #undef HAVE_LIBLZMA */
2607d62b00eSchristos 
2617d62b00eSchristos /* Define to 1 if you have the `m' library (-lm). */
2627d62b00eSchristos #define HAVE_LIBM 1
2637d62b00eSchristos 
2647d62b00eSchristos /* Define if you have the mpfr library. */
2657d62b00eSchristos /* #undef HAVE_LIBMPFR */
2667d62b00eSchristos 
2677d62b00eSchristos /* Define to 1 if you have the <libunwind-ia64.h> header file. */
2687d62b00eSchristos /* #undef HAVE_LIBUNWIND_IA64_H */
2697d62b00eSchristos 
2707d62b00eSchristos /* Define if you have the xxhash library. */
2717d62b00eSchristos /* #undef HAVE_LIBXXHASH */
2727d62b00eSchristos 
2737d62b00eSchristos /* Define to 1 if you have the <linux/elf.h> header file. */
2747d62b00eSchristos /* #undef HAVE_LINUX_ELF_H */
2757d62b00eSchristos 
2767d62b00eSchristos /* Define to 1 if you have the <linux/perf_event.h> header file. */
2777d62b00eSchristos /* #undef HAVE_LINUX_PERF_EVENT_H */
2787d62b00eSchristos 
2797d62b00eSchristos /* Define to 1 if you have the <locale.h> header file. */
2807d62b00eSchristos #define HAVE_LOCALE_H 1
2817d62b00eSchristos 
2827d62b00eSchristos /* Define to 1 if the compiler supports long double. */
2837d62b00eSchristos #define HAVE_LONG_DOUBLE 1
2847d62b00eSchristos 
2857d62b00eSchristos /* Define to 1 if the system has the type `long long'. */
2867d62b00eSchristos #define HAVE_LONG_LONG 1
2877d62b00eSchristos 
2887d62b00eSchristos /* Define if <sys/procfs.h> has lwpid_t. */
2897d62b00eSchristos /* #undef HAVE_LWPID_T */
2907d62b00eSchristos 
2917d62b00eSchristos /* Define to 1 if you have the <machine/reg.h> header file. */
2927d62b00eSchristos #define HAVE_MACHINE_REG_H 1
2937d62b00eSchristos 
2947d62b00eSchristos /* Define to 1 if you have the <memory.h> header file. */
2957d62b00eSchristos #define HAVE_MEMORY_H 1
2967d62b00eSchristos 
2977d62b00eSchristos /* Define to 1 if you have a working `mmap' system call. */
2987d62b00eSchristos #define HAVE_MMAP 1
2997d62b00eSchristos 
3007d62b00eSchristos /* Define to 1 if you have the `monstartup' function. */
3017d62b00eSchristos #define HAVE_MONSTARTUP 1
3027d62b00eSchristos 
3037d62b00eSchristos /* Define to 1 if you have the <ncursesw/ncurses.h> header file. */
3047d62b00eSchristos /* #undef HAVE_NCURSESW_NCURSES_H */
3057d62b00eSchristos 
3067d62b00eSchristos /* Define to 1 if you have the <ncurses.h> header file. */
3077d62b00eSchristos /* #undef HAVE_NCURSES_H */
3087d62b00eSchristos 
3097d62b00eSchristos /* Define to 1 if you have the <ncurses/ncurses.h> header file. */
3107d62b00eSchristos /* #undef HAVE_NCURSES_NCURSES_H */
3117d62b00eSchristos 
3127d62b00eSchristos /* Define to 1 if you have the <ncurses/term.h> header file. */
3137d62b00eSchristos /* #undef HAVE_NCURSES_TERM_H */
3147d62b00eSchristos 
3157d62b00eSchristos /* Define to 1 if you have the <nlist.h> header file. */
3167d62b00eSchristos #define HAVE_NLIST_H 1
3177d62b00eSchristos 
3187d62b00eSchristos /* Define to 1 if you have the `pipe' function. */
3197d62b00eSchristos #define HAVE_PIPE 1
3207d62b00eSchristos 
3217d62b00eSchristos /* Define to 1 if you have the `pipe2' function. */
3227d62b00eSchristos #define HAVE_PIPE2 1
3237d62b00eSchristos 
3247d62b00eSchristos /* Define to 1 if you have the `poll' function. */
3257d62b00eSchristos #define HAVE_POLL 1
3267d62b00eSchristos 
3277d62b00eSchristos /* Define to 1 if you have the <poll.h> header file. */
3287d62b00eSchristos #define HAVE_POLL_H 1
3297d62b00eSchristos 
3307d62b00eSchristos /* Define to 1 if you have the `posix_madvise' function. */
3317d62b00eSchristos #define HAVE_POSIX_MADVISE 1
3327d62b00eSchristos 
3337d62b00eSchristos /* Define to 1 if you have the `pread' function. */
3347d62b00eSchristos #define HAVE_PREAD 1
3357d62b00eSchristos 
3367d62b00eSchristos /* Define to 1 if you have the `pread64' function. */
3377d62b00eSchristos /* #undef HAVE_PREAD64 */
3387d62b00eSchristos 
3397d62b00eSchristos /* Define if <sys/procfs.h> has prfpregset_t. */
3407d62b00eSchristos /* #undef HAVE_PRFPREGSET_T */
3417d62b00eSchristos 
3427d62b00eSchristos /* Define if <sys/procfs.h> has prgregset32_t. */
3437d62b00eSchristos /* #undef HAVE_PRGREGSET32_T */
3447d62b00eSchristos 
3457d62b00eSchristos /* Define if <sys/procfs.h> has prgregset_t. */
3467d62b00eSchristos /* #undef HAVE_PRGREGSET_T */
3477d62b00eSchristos 
3487d62b00eSchristos /* Define to 1 if you have the <proc_service.h> header file. */
3497d62b00eSchristos /* #undef HAVE_PROC_SERVICE_H */
3507d62b00eSchristos 
3517d62b00eSchristos /* Define if <sys/procfs.h> has psaddr_t. */
3527d62b00eSchristos /* #undef HAVE_PSADDR_T */
3537d62b00eSchristos 
3547d62b00eSchristos /* Have PTHREAD_PRIO_INHERIT. */
3557d62b00eSchristos #define HAVE_PTHREAD_PRIO_INHERIT 1
3567d62b00eSchristos 
3577d62b00eSchristos /* Define to 1 if you have the `pthread_setname_np' function. */
3587d62b00eSchristos #define HAVE_PTHREAD_SETNAME_NP 1
3597d62b00eSchristos 
3607d62b00eSchristos /* Define to 1 if you have the `pthread_sigmask' function. */
3617d62b00eSchristos #define HAVE_PTHREAD_SIGMASK 1
3627d62b00eSchristos 
3637d62b00eSchristos /* Define to 1 if you have the `ptrace64' function. */
3647d62b00eSchristos /* #undef HAVE_PTRACE64 */
3657d62b00eSchristos 
3667d62b00eSchristos /* Define if sys/ptrace.h defines the PTRACE_GETFPXREGS request. */
3677d62b00eSchristos /* #undef HAVE_PTRACE_GETFPXREGS */
3687d62b00eSchristos 
3697d62b00eSchristos /* Define if sys/ptrace.h defines the PTRACE_GETREGS request. */
3707d62b00eSchristos /* #undef HAVE_PTRACE_GETREGS */
3717d62b00eSchristos 
3727d62b00eSchristos /* Define to 1 if you have the <ptrace.h> header file. */
3737d62b00eSchristos /* #undef HAVE_PTRACE_H */
3747d62b00eSchristos 
3757d62b00eSchristos /* Define if sys/ptrace.h defines the PT_GETDBREGS request. */
3767d62b00eSchristos /* #undef HAVE_PT_GETDBREGS */
3777d62b00eSchristos 
3787d62b00eSchristos /* Define to 1 if you have the `pt_insn_event' function. */
3797d62b00eSchristos /* #undef HAVE_PT_INSN_EVENT */
3807d62b00eSchristos 
3817d62b00eSchristos /* Define to 1 if you have the `pwrite' function. */
3827d62b00eSchristos #define HAVE_PWRITE 1
3837d62b00eSchristos 
3847d62b00eSchristos /* Define if Python interpreter is being linked in. */
3857d62b00eSchristos /* #undef HAVE_PYTHON */
3867d62b00eSchristos 
387*6881a400Schristos /* Define to 1 if you have the <readline/readline.h> header file. */
388*6881a400Schristos /* #undef HAVE_READLINE_READLINE_H */
389*6881a400Schristos 
3907d62b00eSchristos /* Define to 1 if you have the `resize_term' function. */
3917d62b00eSchristos #define HAVE_RESIZE_TERM 1
3927d62b00eSchristos 
3937d62b00eSchristos /* Define to 1 if you have the `sbrk' function. */
3947d62b00eSchristos #define HAVE_SBRK 1
3957d62b00eSchristos 
3967d62b00eSchristos /* Define to 1 if you have the `scm_new_smob' function. */
3977d62b00eSchristos /* #undef HAVE_SCM_NEW_SMOB */
3987d62b00eSchristos 
3997d62b00eSchristos /* Define to 1 if you have the `setlocale' function. */
4007d62b00eSchristos #define HAVE_SETLOCALE 1
4017d62b00eSchristos 
4027d62b00eSchristos /* Define to 1 if you have the `setns' function. */
4037d62b00eSchristos /* #undef HAVE_SETNS */
4047d62b00eSchristos 
4057d62b00eSchristos /* Define to 1 if you have the `setpgid' function. */
4067d62b00eSchristos #define HAVE_SETPGID 1
4077d62b00eSchristos 
4087d62b00eSchristos /* Define to 1 if you have the `setpgrp' function. */
4097d62b00eSchristos #define HAVE_SETPGRP 1
4107d62b00eSchristos 
4117d62b00eSchristos /* Define to 1 if you have the `setrlimit' function. */
4127d62b00eSchristos #define HAVE_SETRLIMIT 1
4137d62b00eSchristos 
4147d62b00eSchristos /* Define to 1 if you have the `setsid' function. */
4157d62b00eSchristos #define HAVE_SETSID 1
4167d62b00eSchristos 
4177d62b00eSchristos /* Define to 1 if you have the `sigaction' function. */
4187d62b00eSchristos #define HAVE_SIGACTION 1
4197d62b00eSchristos 
4207d62b00eSchristos /* Define to 1 if you have the `sigaltstack' function. */
4217d62b00eSchristos #define HAVE_SIGALTSTACK 1
4227d62b00eSchristos 
4237d62b00eSchristos /* Define to 1 if you have the <signal.h> header file. */
4247d62b00eSchristos #define HAVE_SIGNAL_H 1
4257d62b00eSchristos 
4267d62b00eSchristos /* Define to 1 if you have the `sigprocmask' function. */
4277d62b00eSchristos #define HAVE_SIGPROCMASK 1
4287d62b00eSchristos 
4297d62b00eSchristos /* Define if sigsetjmp is available. */
4307d62b00eSchristos #define HAVE_SIGSETJMP 1
4317d62b00eSchristos 
4327d62b00eSchristos /* Define to 1 if you have the `sigsetmask' function. */
4337d62b00eSchristos #define HAVE_SIGSETMASK 1
4347d62b00eSchristos 
435*6881a400Schristos /* Define to 1 if you have the `sigtimedwait' function. */
436*6881a400Schristos #define HAVE_SIGTIMEDWAIT 1
437*6881a400Schristos 
4387d62b00eSchristos /* Define to 1 if you have the `socketpair' function. */
4397d62b00eSchristos #define HAVE_SOCKETPAIR 1
4407d62b00eSchristos 
4417d62b00eSchristos /* Define to 1 if the system has the type `socklen_t'. */
4427d62b00eSchristos #define HAVE_SOCKLEN_T 1
4437d62b00eSchristos 
4447d62b00eSchristos /* Define to 1 if the source-highlight library is available */
4457d62b00eSchristos /* #undef HAVE_SOURCE_HIGHLIGHT */
4467d62b00eSchristos 
4477d62b00eSchristos /* Define to 1 if you have the <stdint.h> header file. */
4487d62b00eSchristos #define HAVE_STDINT_H 1
4497d62b00eSchristos 
4507d62b00eSchristos /* Define to 1 if you have the <stdlib.h> header file. */
4517d62b00eSchristos #define HAVE_STDLIB_H 1
4527d62b00eSchristos 
4537d62b00eSchristos /* Define to 1 if you have the <strings.h> header file. */
4547d62b00eSchristos #define HAVE_STRINGS_H 1
4557d62b00eSchristos 
4567d62b00eSchristos /* Define to 1 if you have the <string.h> header file. */
4577d62b00eSchristos #define HAVE_STRING_H 1
4587d62b00eSchristos 
4597d62b00eSchristos /* Define to 1 if your system has struct lwp. */
4607d62b00eSchristos #define HAVE_STRUCT_LWP 1
4617d62b00eSchristos 
4627d62b00eSchristos /* Define to 1 if `pl_syscall_code' is a member of `struct ptrace_lwpinfo'. */
4637d62b00eSchristos /* #undef HAVE_STRUCT_PTRACE_LWPINFO_PL_SYSCALL_CODE */
4647d62b00eSchristos 
4657d62b00eSchristos /* Define to 1 if `pl_tdname' is a member of `struct ptrace_lwpinfo'. */
4667d62b00eSchristos /* #undef HAVE_STRUCT_PTRACE_LWPINFO_PL_TDNAME */
4677d62b00eSchristos 
4687d62b00eSchristos /* Define to 1 if `enabled' is a member of `struct pt_insn'. */
4697d62b00eSchristos /* #undef HAVE_STRUCT_PT_INSN_ENABLED */
4707d62b00eSchristos 
4717d62b00eSchristos /* Define to 1 if `resynced' is a member of `struct pt_insn'. */
4727d62b00eSchristos /* #undef HAVE_STRUCT_PT_INSN_RESYNCED */
4737d62b00eSchristos 
4747d62b00eSchristos /* Define to 1 if your system has struct reg in <machine/reg.h>. */
4757d62b00eSchristos #define HAVE_STRUCT_REG 1
4767d62b00eSchristos 
4777d62b00eSchristos /* Define to 1 if `r_fs' is a member of `struct reg'. */
4787d62b00eSchristos /* #undef HAVE_STRUCT_REG_R_FS */
4797d62b00eSchristos 
4807d62b00eSchristos /* Define to 1 if `r_gs' is a member of `struct reg'. */
4817d62b00eSchristos /* #undef HAVE_STRUCT_REG_R_GS */
4827d62b00eSchristos 
4837d62b00eSchristos /* Define to 1 if `st_blksize' is a member of `struct stat'. */
4847d62b00eSchristos #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
4857d62b00eSchristos 
4867d62b00eSchristos /* Define to 1 if `st_blocks' is a member of `struct stat'. */
4877d62b00eSchristos #define HAVE_STRUCT_STAT_ST_BLOCKS 1
4887d62b00eSchristos 
4897d62b00eSchristos /* Define to 1 if `td_pcb' is a member of `struct thread'. */
4907d62b00eSchristos /* #undef HAVE_STRUCT_THREAD_TD_PCB */
4917d62b00eSchristos 
4927d62b00eSchristos /* Define to 1 if you have the <sys/debugreg.h> header file. */
4937d62b00eSchristos /* #undef HAVE_SYS_DEBUGREG_H */
4947d62b00eSchristos 
4957d62b00eSchristos /* Define to 1 if you have the <sys/file.h> header file. */
4967d62b00eSchristos #define HAVE_SYS_FILE_H 1
4977d62b00eSchristos 
4987d62b00eSchristos /* Define to 1 if you have the <sys/filio.h> header file. */
4997d62b00eSchristos #define HAVE_SYS_FILIO_H 1
5007d62b00eSchristos 
5017d62b00eSchristos /* Define to 1 if you have the <sys/ioctl.h> header file. */
5027d62b00eSchristos #define HAVE_SYS_IOCTL_H 1
5037d62b00eSchristos 
5047d62b00eSchristos /* Define to 1 if you have the <sys/param.h> header file. */
5057d62b00eSchristos #define HAVE_SYS_PARAM_H 1
5067d62b00eSchristos 
5077d62b00eSchristos /* Define to 1 if you have the <sys/poll.h> header file. */
5087d62b00eSchristos #define HAVE_SYS_POLL_H 1
5097d62b00eSchristos 
510*6881a400Schristos /* Define to 1 if you have the <sys/procctl.h> header file. */
511*6881a400Schristos /* #undef HAVE_SYS_PROCCTL_H */
512*6881a400Schristos 
5137d62b00eSchristos /* Define to 1 if you have the <sys/procfs.h> header file. */
5147d62b00eSchristos /* #undef HAVE_SYS_PROCFS_H */
5157d62b00eSchristos 
5167d62b00eSchristos /* Define to 1 if you have the <sys/ptrace.h> header file. */
5177d62b00eSchristos #define HAVE_SYS_PTRACE_H 1
5187d62b00eSchristos 
5197d62b00eSchristos /* Define to 1 if you have the <sys/reg.h> header file. */
5207d62b00eSchristos /* #undef HAVE_SYS_REG_H */
5217d62b00eSchristos 
5227d62b00eSchristos /* Define to 1 if you have the <sys/resource.h> header file. */
5237d62b00eSchristos #define HAVE_SYS_RESOURCE_H 1
5247d62b00eSchristos 
5257d62b00eSchristos /* Define to 1 if you have the <sys/select.h> header file. */
5267d62b00eSchristos #define HAVE_SYS_SELECT_H 1
5277d62b00eSchristos 
5287d62b00eSchristos /* Define to 1 if you have the <sys/socket.h> header file. */
5297d62b00eSchristos #define HAVE_SYS_SOCKET_H 1
5307d62b00eSchristos 
5317d62b00eSchristos /* Define to 1 if you have the <sys/stat.h> header file. */
5327d62b00eSchristos #define HAVE_SYS_STAT_H 1
5337d62b00eSchristos 
5347d62b00eSchristos /* Define to 1 if you have the <sys/types.h> header file. */
5357d62b00eSchristos #define HAVE_SYS_TYPES_H 1
5367d62b00eSchristos 
5377d62b00eSchristos /* Define to 1 if you have the <sys/un.h> header file. */
5387d62b00eSchristos #define HAVE_SYS_UN_H 1
5397d62b00eSchristos 
5407d62b00eSchristos /* Define to 1 if you have the <sys/user.h> header file. */
5417d62b00eSchristos /* #undef HAVE_SYS_USER_H */
5427d62b00eSchristos 
5437d62b00eSchristos /* Define to 1 if you have the <sys/wait.h> header file. */
5447d62b00eSchristos #define HAVE_SYS_WAIT_H 1
5457d62b00eSchristos 
5467d62b00eSchristos /* Define to 1 if you have the <termios.h> header file. */
5477d62b00eSchristos #define HAVE_TERMIOS_H 1
5487d62b00eSchristos 
5497d62b00eSchristos /* Define to 1 if you have the <term.h> header file. */
5507d62b00eSchristos #define HAVE_TERM_H 1
5517d62b00eSchristos 
5527d62b00eSchristos /* Define to 1 if you have the <thread_db.h> header file. */
5537d62b00eSchristos /* #undef HAVE_THREAD_DB_H */
5547d62b00eSchristos 
5557d62b00eSchristos /* Define to 1 if you have the `ttrace' function. */
5567d62b00eSchristos /* #undef HAVE_TTRACE */
5577d62b00eSchristos 
5587d62b00eSchristos /* Define to 1 if you have the <unistd.h> header file. */
5597d62b00eSchristos #define HAVE_UNISTD_H 1
5607d62b00eSchristos 
5617d62b00eSchristos /* Define to 1 if you have the `use_default_colors' function. */
5627d62b00eSchristos #define HAVE_USE_DEFAULT_COLORS 1
5637d62b00eSchristos 
5647d62b00eSchristos /* Define to 1 if you have the `vfork' function. */
5657d62b00eSchristos #define HAVE_VFORK 1
5667d62b00eSchristos 
5677d62b00eSchristos /* Define to 1 if you have the <vfork.h> header file. */
5687d62b00eSchristos /* #undef HAVE_VFORK_H */
5697d62b00eSchristos 
5707d62b00eSchristos /* Define to 1 if you have the `waitpid' function. */
5717d62b00eSchristos #define HAVE_WAITPID 1
5727d62b00eSchristos 
5737d62b00eSchristos /* Define to 1 if you have the <wait.h> header file. */
5747d62b00eSchristos /* #undef HAVE_WAIT_H */
5757d62b00eSchristos 
5767d62b00eSchristos /* Define to 1 if you have the `wborder' function. */
5777d62b00eSchristos #define HAVE_WBORDER 1
5787d62b00eSchristos 
5797d62b00eSchristos /* Define to 1 if you have the <windows.h> header file. */
5807d62b00eSchristos /* #undef HAVE_WINDOWS_H */
5817d62b00eSchristos 
5827d62b00eSchristos /* Define to 1 if `fork' works. */
5837d62b00eSchristos #define HAVE_WORKING_FORK 1
5847d62b00eSchristos 
5857d62b00eSchristos /* Define to 1 if `vfork' works. */
5867d62b00eSchristos #define HAVE_WORKING_VFORK 1
5877d62b00eSchristos 
5887d62b00eSchristos /* Define to 1 if you have the `wresize' function. */
5897d62b00eSchristos #define HAVE_WRESIZE 1
5907d62b00eSchristos 
5917d62b00eSchristos /* Define to 1 if you have the <ws2tcpip.h> header file. */
5927d62b00eSchristos /* #undef HAVE_WS2TCPIP_H */
5937d62b00eSchristos 
5947d62b00eSchristos /* Define to 1 if you have the `XML_StopParser' function. */
5957d62b00eSchristos #define HAVE_XML_STOPPARSER 1
5967d62b00eSchristos 
597*6881a400Schristos /* Define to 1 if zstd is enabled. */
598*6881a400Schristos /* #undef HAVE_ZSTD */
599*6881a400Schristos 
6007d62b00eSchristos /* Define to 1 if your system has the _etext variable. */
6017d62b00eSchristos #define HAVE__ETEXT 1
6027d62b00eSchristos 
6037d62b00eSchristos /* Define to 1 if you have the `_mcleanup' function. */
6047d62b00eSchristos #define HAVE__MCLEANUP 1
6057d62b00eSchristos 
6067d62b00eSchristos /* Path of directory of iconv program. */
6077d62b00eSchristos /* #undef ICONV_BIN */
6087d62b00eSchristos 
6097d62b00eSchristos /* Define if the iconv directory should be relocated when GDB is moved. */
6107d62b00eSchristos /* #undef ICONV_BIN_RELOCATABLE */
6117d62b00eSchristos 
6127d62b00eSchristos /* Define as const if the declaration of iconv() needs const. */
6137d62b00eSchristos #define ICONV_CONST
6147d62b00eSchristos 
6157d62b00eSchristos /* directory to load the JIT readers from */
6167d62b00eSchristos #define JIT_READER_DIR "/usr/lib/gdb"
6177d62b00eSchristos 
6187d62b00eSchristos /* Define if the jit-reader-dir directory should be relocated when GDB is
6197d62b00eSchristos    moved. */
6207d62b00eSchristos #define JIT_READER_DIR_RELOCATABLE 1
6217d62b00eSchristos 
622*6881a400Schristos /* Define to the sub-directory in which libtool stores uninstalled libraries.
623*6881a400Schristos    */
624*6881a400Schristos #define LT_OBJDIR ".libs/"
625*6881a400Schristos 
6267d62b00eSchristos /* Name of this package. */
6277d62b00eSchristos #define PACKAGE "gdb"
6287d62b00eSchristos 
6297d62b00eSchristos /* Define to the address where bug reports for this package should be sent. */
6307d62b00eSchristos #define PACKAGE_BUGREPORT ""
6317d62b00eSchristos 
6327d62b00eSchristos /* Define to the full name of this package. */
6337d62b00eSchristos #define PACKAGE_NAME ""
6347d62b00eSchristos 
6357d62b00eSchristos /* Define to the full name and version of this package. */
6367d62b00eSchristos #define PACKAGE_STRING ""
6377d62b00eSchristos 
6387d62b00eSchristos /* Define to the one symbol short name of this package. */
6397d62b00eSchristos #define PACKAGE_TARNAME ""
6407d62b00eSchristos 
6417d62b00eSchristos /* Define to the home page for this package. */
6427d62b00eSchristos #define PACKAGE_URL ""
6437d62b00eSchristos 
6447d62b00eSchristos /* Define to the version of this package. */
6457d62b00eSchristos #define PACKAGE_VERSION ""
6467d62b00eSchristos 
6477d62b00eSchristos /* Additional package description */
6487d62b00eSchristos #define PKGVERSION "(GDB) "
6497d62b00eSchristos 
6507d62b00eSchristos /* Define to 1 if the "%H, %D and %DD" formats work to print decfloats. */
6517d62b00eSchristos /* #undef PRINTF_HAS_DECFLOAT */
6527d62b00eSchristos 
6537d62b00eSchristos /* Define to 1 if the "%Lg" format works to print long doubles. */
6547d62b00eSchristos /* #undef PRINTF_HAS_LONG_DOUBLE */
6557d62b00eSchristos 
6567d62b00eSchristos /* Define to 1 if the "%ll" format works to print long longs. */
6577d62b00eSchristos /* #undef PRINTF_HAS_LONG_LONG */
6587d62b00eSchristos 
6597d62b00eSchristos /* Define to necessary symbol if this constant uses a non-standard name on
6607d62b00eSchristos    your system. */
6617d62b00eSchristos /* #undef PTHREAD_CREATE_JOINABLE */
6627d62b00eSchristos 
6637d62b00eSchristos /* Define to the type of arg 1 for ptrace. */
6647d62b00eSchristos #define PTRACE_TYPE_ARG1 int
6657d62b00eSchristos 
6667d62b00eSchristos /* Define to the type of arg 3 for ptrace. */
6677d62b00eSchristos #define PTRACE_TYPE_ARG3 void *
6687d62b00eSchristos 
6697d62b00eSchristos /* Define to the type of arg 4 for ptrace. */
6707d62b00eSchristos #define PTRACE_TYPE_ARG4 int
6717d62b00eSchristos 
6727d62b00eSchristos /* Define to the type of arg 5 for ptrace. */
6737d62b00eSchristos /* #undef PTRACE_TYPE_ARG5 */
6747d62b00eSchristos 
6757d62b00eSchristos /* Define as the return type of ptrace. */
6767d62b00eSchristos #define PTRACE_TYPE_RET int
6777d62b00eSchristos 
6787d62b00eSchristos /* Define if the python lib directory should be relocated when GDB is moved.
6797d62b00eSchristos    */
6807d62b00eSchristos /* #undef PYTHON_LIBDIR_RELOCATABLE */
6817d62b00eSchristos 
6827d62b00eSchristos /* Define if the python directory should be relocated when GDB is moved. */
6837d62b00eSchristos /* #undef PYTHON_PATH_RELOCATABLE */
6847d62b00eSchristos 
6857d62b00eSchristos /* Relocated directory for source files. */
6867d62b00eSchristos /* #undef RELOC_SRCDIR */
6877d62b00eSchristos 
6887d62b00eSchristos /* Bug reporting address */
6897d62b00eSchristos #define REPORT_BUGS_TO "<https://www.gnu.org/software/gdb/bugs/>"
6907d62b00eSchristos 
6917d62b00eSchristos /* Define to 1 if the "%Lg" format works to scan long doubles. */
6927d62b00eSchristos /* #undef SCANF_HAS_LONG_DOUBLE */
6937d62b00eSchristos 
6947d62b00eSchristos /* Define to 1 if the `setpgrp' function takes no argument. */
6957d62b00eSchristos /* #undef SETPGRP_VOID */
6967d62b00eSchristos 
6977d62b00eSchristos /* The size of `long long', as computed by sizeof. */
6987d62b00eSchristos #define SIZEOF_LONG_LONG 8
6997d62b00eSchristos 
7007d62b00eSchristos /* The size of `unsigned long', as computed by sizeof. */
7017d62b00eSchristos #define SIZEOF_UNSIGNED_LONG 8
7027d62b00eSchristos 
7037d62b00eSchristos /* The size of `unsigned long long', as computed by sizeof. */
7047d62b00eSchristos #define SIZEOF_UNSIGNED_LONG_LONG 8
7057d62b00eSchristos 
7067d62b00eSchristos /* The size of `unsigned __int128', as computed by sizeof. */
7077d62b00eSchristos #define SIZEOF_UNSIGNED___INT128 16
7087d62b00eSchristos 
709*6881a400Schristos /* The size of `void *', as computed by sizeof. */
710*6881a400Schristos #define SIZEOF_VOID_P 8
711*6881a400Schristos 
7127d62b00eSchristos /* If using the C implementation of alloca, define if you know the
7137d62b00eSchristos    direction of stack growth for your system; otherwise it will be
7147d62b00eSchristos    automatically deduced at runtime.
7157d62b00eSchristos 	STACK_DIRECTION > 0 => grows toward higher addresses
7167d62b00eSchristos 	STACK_DIRECTION < 0 => grows toward lower addresses
7177d62b00eSchristos 	STACK_DIRECTION = 0 => direction of growth unknown */
7187d62b00eSchristos /* #undef STACK_DIRECTION */
7197d62b00eSchristos 
7207d62b00eSchristos /* Define to 1 if you have the ANSI C header files. */
7217d62b00eSchristos #define STDC_HEADERS 1
7227d62b00eSchristos 
7237d62b00eSchristos /* automatically load a system-wide gdbinit file */
7247d62b00eSchristos #define SYSTEM_GDBINIT ""
7257d62b00eSchristos 
7267d62b00eSchristos /* automatically load system-wide gdbinit files from this directory */
7277d62b00eSchristos #define SYSTEM_GDBINIT_DIR ""
7287d62b00eSchristos 
7297d62b00eSchristos /* Define if the system-gdbinit-dir directory should be relocated when GDB is
7307d62b00eSchristos    moved. */
7317d62b00eSchristos #define SYSTEM_GDBINIT_DIR_RELOCATABLE 0
7327d62b00eSchristos 
7337d62b00eSchristos /* Define if the system-gdbinit directory should be relocated when GDB is
7347d62b00eSchristos    moved. */
7357d62b00eSchristos #define SYSTEM_GDBINIT_RELOCATABLE 0
7367d62b00eSchristos 
7377d62b00eSchristos /* search for usr/lib et al within DIR */
7387d62b00eSchristos #define TARGET_SYSTEM_ROOT ""
7397d62b00eSchristos 
7407d62b00eSchristos /* Define if the sysroot directory should be relocated when GDB is moved. */
7417d62b00eSchristos #define TARGET_SYSTEM_ROOT_RELOCATABLE 0
7427d62b00eSchristos 
7437d62b00eSchristos /* Define if <thread_db.h> has the TD_NOTALLOC error code. */
7447d62b00eSchristos /* #undef THREAD_DB_HAS_TD_NOTALLOC */
7457d62b00eSchristos 
7467d62b00eSchristos /* Define if <thread_db.h> has the TD_NOTLS error code. */
7477d62b00eSchristos /* #undef THREAD_DB_HAS_TD_NOTLS */
7487d62b00eSchristos 
7497d62b00eSchristos /* Define if <thread_db.h> has the TD_VERSION error code. */
7507d62b00eSchristos /* #undef THREAD_DB_HAS_TD_VERSION */
7517d62b00eSchristos 
7527d62b00eSchristos /* Enable extensions on AIX 3, Interix.  */
7537d62b00eSchristos #ifndef _ALL_SOURCE
7547d62b00eSchristos # define _ALL_SOURCE 1
7557d62b00eSchristos #endif
7567d62b00eSchristos /* Enable GNU extensions on systems that have them.  */
7577d62b00eSchristos #ifndef _GNU_SOURCE
7587d62b00eSchristos # define _GNU_SOURCE 1
7597d62b00eSchristos #endif
7607d62b00eSchristos /* Enable threading extensions on Solaris.  */
7617d62b00eSchristos #ifndef _POSIX_PTHREAD_SEMANTICS
7627d62b00eSchristos # define _POSIX_PTHREAD_SEMANTICS 1
7637d62b00eSchristos #endif
7647d62b00eSchristos /* Enable extensions on HP NonStop.  */
7657d62b00eSchristos #ifndef _TANDEM_SOURCE
7667d62b00eSchristos # define _TANDEM_SOURCE 1
7677d62b00eSchristos #endif
7687d62b00eSchristos /* Enable general extensions on Solaris.  */
7697d62b00eSchristos #ifndef __EXTENSIONS__
7707d62b00eSchristos # define __EXTENSIONS__ 1
7717d62b00eSchristos #endif
7727d62b00eSchristos 
7737d62b00eSchristos 
7747d62b00eSchristos /* Define if we should use the Windows API, instead of the POSIX API. On
7757d62b00eSchristos    Windows, we use the Windows API when building for MinGW, but the POSIX API
7767d62b00eSchristos    when building for Cygwin. */
7777d62b00eSchristos /* #undef USE_WIN32API */
7787d62b00eSchristos 
7797d62b00eSchristos /* Define if the PPC simulator is being linked in. */
7807d62b00eSchristos /* #undef WITH_PPC_SIM */
7817d62b00eSchristos 
7827d62b00eSchristos /* Directory containing Python's standard libraries from --with-python-libdir.
7837d62b00eSchristos    */
7847d62b00eSchristos /* #undef WITH_PYTHON_LIBDIR */
7857d62b00eSchristos 
7867d62b00eSchristos /* Define if --with-python provides a path, either directly or via
7877d62b00eSchristos    python-config.py --exec-prefix. */
7887d62b00eSchristos /* #undef WITH_PYTHON_PATH */
7897d62b00eSchristos 
7907d62b00eSchristos /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
7917d62b00eSchristos    significant byte first (like Motorola and SPARC, unlike Intel). */
7927d62b00eSchristos #if defined AC_APPLE_UNIVERSAL_BUILD
7937d62b00eSchristos # if defined __BIG_ENDIAN__
7947d62b00eSchristos #  define WORDS_BIGENDIAN 1
7957d62b00eSchristos # endif
7967d62b00eSchristos #else
7977d62b00eSchristos # ifndef WORDS_BIGENDIAN
7987d62b00eSchristos #  define WORDS_BIGENDIAN 1
7997d62b00eSchristos # endif
8007d62b00eSchristos #endif
8017d62b00eSchristos 
8027d62b00eSchristos /* Enable large inode numbers on Mac OS X 10.5.  */
8037d62b00eSchristos #ifndef _DARWIN_USE_64_BIT_INODE
8047d62b00eSchristos # define _DARWIN_USE_64_BIT_INODE 1
8057d62b00eSchristos #endif
8067d62b00eSchristos 
8077d62b00eSchristos /* Number of bits in a file offset, on hosts where this is settable. */
8087d62b00eSchristos /* #undef _FILE_OFFSET_BITS */
8097d62b00eSchristos 
8107d62b00eSchristos /* Define for large files, on AIX-style hosts. */
8117d62b00eSchristos /* #undef _LARGE_FILES */
8127d62b00eSchristos 
8137d62b00eSchristos /* Define to 1 if on MINIX. */
8147d62b00eSchristos /* #undef _MINIX */
8157d62b00eSchristos 
8167d62b00eSchristos /* Define to 2 if the system does not provide POSIX.1 features except with
8177d62b00eSchristos    this defined. */
8187d62b00eSchristos /* #undef _POSIX_1_SOURCE */
8197d62b00eSchristos 
8207d62b00eSchristos /* Define to 1 if you need to in order for `stat' and other things to work. */
8217d62b00eSchristos /* #undef _POSIX_SOURCE */
8227d62b00eSchristos 
8237d62b00eSchristos /* Use structured /proc on Solaris. */
8247d62b00eSchristos #define _STRUCTURED_PROC 1
8257d62b00eSchristos 
8267d62b00eSchristos /* Define to empty if `const' does not conform to ANSI C. */
8277d62b00eSchristos /* #undef const */
8287d62b00eSchristos 
8297d62b00eSchristos /* Define to `__inline__' or `__inline' if that's what the C compiler
8307d62b00eSchristos    calls it, or to nothing if 'inline' is not supported under any name.  */
8317d62b00eSchristos #ifndef __cplusplus
8327d62b00eSchristos /* #undef inline */
8337d62b00eSchristos #endif
8347d62b00eSchristos 
8357d62b00eSchristos /* Define to `int' if <sys/types.h> does not define. */
8367d62b00eSchristos /* #undef pid_t */
8377d62b00eSchristos 
8387d62b00eSchristos /* Define to `unsigned int' if <sys/types.h> does not define. */
8397d62b00eSchristos /* #undef size_t */
8407d62b00eSchristos 
8417d62b00eSchristos /* Define as `fork' if `vfork' does not work. */
8427d62b00eSchristos /* #undef vfork */
843