xref: /netbsd-src/external/gpl3/gdb/lib/libgdb/arch/aarch64/config.h (revision 22ebeae4b2252475e0ebe332f69734639cb946ea)
145cf9d81Schristos /* 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  */
345cf9d81Schristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
445cf9d81Schristos 
545cf9d81Schristos /* config.h.  Generated from config.in by configure.  */
645cf9d81Schristos /* config.in.  Generated from configure.ac by autoheader.  */
745cf9d81Schristos 
845cf9d81Schristos /* Define if building universal (internal helper macro) */
945cf9d81Schristos /* #undef AC_APPLE_UNIVERSAL_BUILD */
1045cf9d81Schristos 
11*22ebeae4Schristos /* Additional directories to look for separate debug info. */
12*22ebeae4Schristos /* #undef ADDITIONAL_DEBUG_DIRS */
13*22ebeae4Schristos 
1445cf9d81Schristos /* Directories from which to load auto-loaded scripts. */
155900762bSrin #define AUTO_LOAD_DIR "$debugdir:$datadir/auto-load"
1645cf9d81Schristos 
1745cf9d81Schristos /* Directories safe to hold auto-loaded files. */
185900762bSrin #define AUTO_LOAD_SAFE_PATH "$debugdir:$datadir/auto-load"
1945cf9d81Schristos 
2045cf9d81Schristos /* Directory of programs. */
2145cf9d81Schristos #define BINDIR "/usr/bin"
2245cf9d81Schristos 
2345cf9d81Schristos /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
2445cf9d81Schristos    systems. This function is required for `alloca.c' support on those systems.
2545cf9d81Schristos    */
2645cf9d81Schristos /* #undef CRAY_STACKSEG_END */
2745cf9d81Schristos 
28992125b7Schristos /* Define to 1 if std::thread works. */
29992125b7Schristos #define CXX_STD_THREAD 1
30992125b7Schristos 
3145cf9d81Schristos /* Define to 1 if using `alloca.c'. */
3245cf9d81Schristos /* #undef C_ALLOCA */
3345cf9d81Schristos 
3445cf9d81Schristos /* look for global separate debug info in this path [LIBDIR/debug] */
3545cf9d81Schristos #define DEBUGDIR "/usr/libdata/debug"
3645cf9d81Schristos 
3745cf9d81Schristos /* Define if the separate-debug-dir directory should be relocated when GDB is
3845cf9d81Schristos    moved. */
3945cf9d81Schristos #define DEBUGDIR_RELOCATABLE 1
4045cf9d81Schristos 
4145cf9d81Schristos /* Define to BFD's default architecture. */
4245cf9d81Schristos #define DEFAULT_BFD_ARCH bfd_aarch64_arch
4345cf9d81Schristos 
4445cf9d81Schristos /* Define to BFD's default target vector. */
4545cf9d81Schristos #define DEFAULT_BFD_VEC aarch64_elf64_le_vec
4645cf9d81Schristos 
47992125b7Schristos /* Handle .ctf type-info sections */
48992125b7Schristos #define ENABLE_LIBCTF 1
49992125b7Schristos 
5045cf9d81Schristos /* Define to 1 if translation of program messages to the user's native
5145cf9d81Schristos    language is requested. */
52*22ebeae4Schristos /* #undef ENABLE_NLS */
5345cf9d81Schristos 
54a9f1a636Schristos /* The .gdbearlyinit filename. */
55a9f1a636Schristos #define GDBEARLYINIT ".gdbearlyinit"
56a9f1a636Schristos 
5745cf9d81Schristos /* The .gdbinit filename. */
5845cf9d81Schristos #define GDBINIT ".gdbinit"
5945cf9d81Schristos 
6045cf9d81Schristos /* look for global separate data files in this path [DATADIR/gdb] */
6145cf9d81Schristos #define GDB_DATADIR "/usr/share/gdb"
6245cf9d81Schristos 
6345cf9d81Schristos /* Define if the gdb-datadir directory should be relocated when GDB is moved.
6445cf9d81Schristos    */
6545cf9d81Schristos #define GDB_DATADIR_RELOCATABLE 1
6645cf9d81Schristos 
6745cf9d81Schristos /* Define to be a string naming the default host character set. */
6845cf9d81Schristos #define GDB_DEFAULT_HOST_CHARSET "UTF-8"
6945cf9d81Schristos 
7045cf9d81Schristos /* Host double floatformat */
7145cf9d81Schristos #define GDB_HOST_DOUBLE_FORMAT 0
7245cf9d81Schristos 
7345cf9d81Schristos /* Host float floatformat */
7445cf9d81Schristos #define GDB_HOST_FLOAT_FORMAT 0
7545cf9d81Schristos 
7645cf9d81Schristos /* Host long double floatformat */
7745cf9d81Schristos #define GDB_HOST_LONG_DOUBLE_FORMAT 0
7845cf9d81Schristos 
7945cf9d81Schristos /* nativefile */
8045cf9d81Schristos /* #undef GDB_NM_FILE */
8145cf9d81Schristos 
8245cf9d81Schristos /* Define to the default OS ABI for this configuration. */
835900762bSrin #define GDB_OSABI_DEFAULT GDB_OSABI_NETBSD
8445cf9d81Schristos 
8545cf9d81Schristos /* Define if self-testing features should be enabled */
86a9f1a636Schristos /* #undef GDB_SELF_TEST */
8745cf9d81Schristos 
8845cf9d81Schristos /* Define to 1 if you have `alloca', as a function or macro. */
8945cf9d81Schristos #define HAVE_ALLOCA 1
9045cf9d81Schristos 
9145cf9d81Schristos /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
9245cf9d81Schristos    */
9345cf9d81Schristos /* #undef HAVE_ALLOCA_H */
9445cf9d81Schristos 
95*22ebeae4Schristos /* Define if amd-dbgapi is being linked in. */
96*22ebeae4Schristos /* #undef HAVE_AMD_DBGAPI */
97*22ebeae4Schristos 
9845cf9d81Schristos /* Define to 1 if you have the `btowc' function. */
9945cf9d81Schristos #define HAVE_BTOWC 1
10045cf9d81Schristos 
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 
10945cf9d81Schristos /* Define to 1 if you have the <cursesX.h> header file. */
11045cf9d81Schristos /* #undef HAVE_CURSESX_H */
11145cf9d81Schristos 
11245cf9d81Schristos /* Define to 1 if you have the <curses.h> header file. */
11345cf9d81Schristos #define HAVE_CURSES_H 1
11445cf9d81Schristos 
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 */
12145cf9d81Schristos 
12245cf9d81Schristos /* Define to 1 if you have the declaration of `ADDR_NO_RANDOMIZE', and to 0 if
12345cf9d81Schristos    you don't. */
12445cf9d81Schristos #define HAVE_DECL_ADDR_NO_RANDOMIZE 0
12545cf9d81Schristos 
12645cf9d81Schristos /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
12745cf9d81Schristos    don't. */
12845cf9d81Schristos #define HAVE_DECL_ASPRINTF 1
12945cf9d81Schristos 
13045cf9d81Schristos /* Define to 1 if you have the declaration of `basename(char *)', and to 0 if
13145cf9d81Schristos    you don't. */
13245cf9d81Schristos #define HAVE_DECL_BASENAME 0
13345cf9d81Schristos 
13445cf9d81Schristos /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
13545cf9d81Schristos #define HAVE_DECL_FFS 1
13645cf9d81Schristos 
13745cf9d81Schristos /* Define to 1 if you have the declaration of `getthrds', and to 0 if you
13845cf9d81Schristos    don't. */
13945cf9d81Schristos /* #undef HAVE_DECL_GETTHRDS */
14045cf9d81Schristos 
14145cf9d81Schristos /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
14245cf9d81Schristos    don't. */
14345cf9d81Schristos #define HAVE_DECL_SNPRINTF 1
14445cf9d81Schristos 
14545cf9d81Schristos /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
14645cf9d81Schristos    */
14745cf9d81Schristos #define HAVE_DECL_STRSTR 1
14845cf9d81Schristos 
14945cf9d81Schristos /* Define to 1 if you have the declaration of `strtol', and to 0 if you don't.
15045cf9d81Schristos    */
15145cf9d81Schristos #define HAVE_DECL_STRTOL 1
15245cf9d81Schristos 
15345cf9d81Schristos /* Define to 1 if you have the declaration of `strtoll', and to 0 if you
15445cf9d81Schristos    don't. */
15545cf9d81Schristos #define HAVE_DECL_STRTOLL 1
15645cf9d81Schristos 
15745cf9d81Schristos /* Define to 1 if you have the declaration of `strtoul', and to 0 if you
15845cf9d81Schristos    don't. */
15945cf9d81Schristos #define HAVE_DECL_STRTOUL 1
16045cf9d81Schristos 
16145cf9d81Schristos /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
16245cf9d81Schristos    don't. */
16345cf9d81Schristos #define HAVE_DECL_STRTOULL 1
16445cf9d81Schristos 
16545cf9d81Schristos /* Define to 1 if you have the declaration of `strverscmp', and to 0 if you
16645cf9d81Schristos    don't. */
16745cf9d81Schristos #define HAVE_DECL_STRVERSCMP 0
16845cf9d81Schristos 
16945cf9d81Schristos /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
17045cf9d81Schristos    don't. */
17145cf9d81Schristos #define HAVE_DECL_VASPRINTF 1
17245cf9d81Schristos 
17345cf9d81Schristos /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
17445cf9d81Schristos    don't. */
17545cf9d81Schristos #define HAVE_DECL_VSNPRINTF 1
17645cf9d81Schristos 
17745cf9d81Schristos /* Define to 1 if you have the <dlfcn.h> header file. */
17845cf9d81Schristos #define HAVE_DLFCN_H 1
17945cf9d81Schristos 
18045cf9d81Schristos /* Define if ELF support should be included. */
18145cf9d81Schristos #define HAVE_ELF 1
18245cf9d81Schristos 
183d57368d2Schristos /* Define if <sys/procfs.h> has elf_fpregset_t. */
184d57368d2Schristos /* #undef HAVE_ELF_FPREGSET_T */
185d57368d2Schristos 
18645cf9d81Schristos /* Define to 1 if you have the <elf_hp.h> header file. */
18745cf9d81Schristos /* #undef HAVE_ELF_HP_H */
18845cf9d81Schristos 
18945cf9d81Schristos /* Define to 1 if your system has the etext variable. */
19045cf9d81Schristos #define HAVE_ETEXT 1
19145cf9d81Schristos 
192a9f1a636Schristos /* Define to 1 if execinfo.h backtrace functions are available. */
193a9f1a636Schristos /* #undef HAVE_EXECINFO_BACKTRACE */
194a9f1a636Schristos 
195a9f1a636Schristos /* Define to 1 if you have the <execinfo.h> header file. */
196a9f1a636Schristos #define HAVE_EXECINFO_H 1
197a9f1a636Schristos 
19845cf9d81Schristos /* Define to 1 if you have the `fdwalk' function. */
19945cf9d81Schristos /* #undef HAVE_FDWALK */
20045cf9d81Schristos 
20145cf9d81Schristos /* Define to 1 if you have the `fork' function. */
20245cf9d81Schristos #define HAVE_FORK 1
20345cf9d81Schristos 
20445cf9d81Schristos /* Define if <sys/procfs.h> has fpregset_t. */
20545cf9d81Schristos /* #undef HAVE_FPREGSET_T */
20645cf9d81Schristos 
20745cf9d81Schristos /* Define to 1 if you have the `getauxval' function. */
20845cf9d81Schristos /* #undef HAVE_GETAUXVAL */
20945cf9d81Schristos 
21045cf9d81Schristos /* Define to 1 if you have the `getgid' function. */
21145cf9d81Schristos #define HAVE_GETGID 1
21245cf9d81Schristos 
21345cf9d81Schristos /* Define to 1 if you have the `getpagesize' function. */
21445cf9d81Schristos #define HAVE_GETPAGESIZE 1
21545cf9d81Schristos 
216d57368d2Schristos /* Define to 1 if you have the `getpgid' function. */
217d57368d2Schristos #define HAVE_GETPGID 1
218d57368d2Schristos 
21945cf9d81Schristos /* Define to 1 if you have the `getrlimit' function. */
22045cf9d81Schristos #define HAVE_GETRLIMIT 1
22145cf9d81Schristos 
22245cf9d81Schristos /* Define to 1 if you have the `getrusage' function. */
22345cf9d81Schristos #define HAVE_GETRUSAGE 1
22445cf9d81Schristos 
225*22ebeae4Schristos /* Define if the GNU gettext() function is already present or preinstalled. */
226*22ebeae4Schristos /* #undef HAVE_GETTEXT */
227*22ebeae4Schristos 
22845cf9d81Schristos /* Define to 1 if you have the `getuid' function. */
22945cf9d81Schristos #define HAVE_GETUID 1
23045cf9d81Schristos 
23145cf9d81Schristos /* Define if <sys/procfs.h> has gregset_t. */
23245cf9d81Schristos /* #undef HAVE_GREGSET_T */
23345cf9d81Schristos 
23445cf9d81Schristos /* Define if Guile interpreter is being linked in. */
23545cf9d81Schristos /* #undef HAVE_GUILE */
23645cf9d81Schristos 
23745cf9d81Schristos /* Define if Guile supports manual finalization. */
23845cf9d81Schristos /* #undef HAVE_GUILE_MANUAL_FINALIZATION */
23945cf9d81Schristos 
240*22ebeae4Schristos /* Define if you have the iconv() function and it works. */
24145cf9d81Schristos #define HAVE_ICONV 1
24245cf9d81Schristos 
24345cf9d81Schristos /* Define to 1 if you have the `iconvlist' function. */
24445cf9d81Schristos /* #undef HAVE_ICONVLIST */
24545cf9d81Schristos 
24645cf9d81Schristos /* Define to 1 if you have the <inttypes.h> header file. */
24745cf9d81Schristos #define HAVE_INTTYPES_H 1
24845cf9d81Schristos 
249a9f1a636Schristos /* Define to 1 if you have the `kinfo_getfile' function. */
250d57368d2Schristos /* #undef HAVE_KINFO_GETFILE */
251d57368d2Schristos 
25245cf9d81Schristos /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
25345cf9d81Schristos #define HAVE_LANGINFO_CODESET 1
25445cf9d81Schristos 
25545cf9d81Schristos /* Define if your <locale.h> file defines LC_MESSAGES. */
25645cf9d81Schristos #define HAVE_LC_MESSAGES 1
25745cf9d81Schristos 
25845cf9d81Schristos /* Define if you have the babeltrace library. */
25945cf9d81Schristos /* #undef HAVE_LIBBABELTRACE */
26045cf9d81Schristos 
261a9f1a636Schristos /* Define if libbacktrace is being used. */
262a9f1a636Schristos #define HAVE_LIBBACKTRACE 1
263a9f1a636Schristos 
264*22ebeae4Schristos /* Define to 1 if curses is enabled. */
265*22ebeae4Schristos #define HAVE_LIBCURSES 1
266*22ebeae4Schristos 
267992125b7Schristos /* Define to 1 if debuginfod is enabled. */
268992125b7Schristos /* #undef HAVE_LIBDEBUGINFOD */
269992125b7Schristos 
270*22ebeae4Schristos /* Define to 1 if debuginfod section downloading is supported. */
271*22ebeae4Schristos /* #undef HAVE_LIBDEBUGINFOD_FIND_SECTION */
272*22ebeae4Schristos 
27345cf9d81Schristos /* Define if you have the expat library. */
27454eac751Schristos #define HAVE_LIBEXPAT 1
27545cf9d81Schristos 
27645cf9d81Schristos /* Define to 1 if you have the `libiconvlist' function. */
27745cf9d81Schristos /* #undef HAVE_LIBICONVLIST */
27845cf9d81Schristos 
27945cf9d81Schristos /* Define if you have the ipt library. */
28045cf9d81Schristos /* #undef HAVE_LIBIPT */
28145cf9d81Schristos 
28245cf9d81Schristos /* Define if you have the lzma library. */
28345cf9d81Schristos /* #undef HAVE_LIBLZMA */
28445cf9d81Schristos 
28545cf9d81Schristos /* Define to 1 if you have the `m' library (-lm). */
28645cf9d81Schristos #define HAVE_LIBM 1
28745cf9d81Schristos 
28845cf9d81Schristos /* Define to 1 if you have the <libunwind-ia64.h> header file. */
28945cf9d81Schristos /* #undef HAVE_LIBUNWIND_IA64_H */
29045cf9d81Schristos 
291992125b7Schristos /* Define if you have the xxhash library. */
292992125b7Schristos /* #undef HAVE_LIBXXHASH */
293992125b7Schristos 
294d57368d2Schristos /* Define to 1 if you have the <linux/elf.h> header file. */
295d57368d2Schristos /* #undef HAVE_LINUX_ELF_H */
29645cf9d81Schristos 
29745cf9d81Schristos /* Define to 1 if you have the <linux/perf_event.h> header file. */
29845cf9d81Schristos /* #undef HAVE_LINUX_PERF_EVENT_H */
29945cf9d81Schristos 
30045cf9d81Schristos /* Define to 1 if you have the <locale.h> header file. */
30145cf9d81Schristos #define HAVE_LOCALE_H 1
30245cf9d81Schristos 
30345cf9d81Schristos /* Define to 1 if the compiler supports long double. */
30445cf9d81Schristos #define HAVE_LONG_DOUBLE 1
30545cf9d81Schristos 
30645cf9d81Schristos /* Define to 1 if the system has the type `long long'. */
30745cf9d81Schristos #define HAVE_LONG_LONG 1
30845cf9d81Schristos 
30945cf9d81Schristos /* Define if <sys/procfs.h> has lwpid_t. */
31045cf9d81Schristos /* #undef HAVE_LWPID_T */
31145cf9d81Schristos 
31245cf9d81Schristos /* Define to 1 if you have the <machine/reg.h> header file. */
31345cf9d81Schristos #define HAVE_MACHINE_REG_H 1
31445cf9d81Schristos 
31545cf9d81Schristos /* Define to 1 if you have the <memory.h> header file. */
31645cf9d81Schristos #define HAVE_MEMORY_H 1
31745cf9d81Schristos 
31845cf9d81Schristos /* Define to 1 if you have a working `mmap' system call. */
31945cf9d81Schristos #define HAVE_MMAP 1
32045cf9d81Schristos 
32145cf9d81Schristos /* Define to 1 if you have the `monstartup' function. */
32245cf9d81Schristos #define HAVE_MONSTARTUP 1
32345cf9d81Schristos 
324d57368d2Schristos /* Define to 1 if you have the <ncursesw/ncurses.h> header file. */
325d57368d2Schristos /* #undef HAVE_NCURSESW_NCURSES_H */
326d57368d2Schristos 
32745cf9d81Schristos /* Define to 1 if you have the <ncurses.h> header file. */
32845cf9d81Schristos /* #undef HAVE_NCURSES_H */
32945cf9d81Schristos 
33045cf9d81Schristos /* Define to 1 if you have the <ncurses/ncurses.h> header file. */
33145cf9d81Schristos /* #undef HAVE_NCURSES_NCURSES_H */
33245cf9d81Schristos 
33345cf9d81Schristos /* Define to 1 if you have the <ncurses/term.h> header file. */
33445cf9d81Schristos /* #undef HAVE_NCURSES_TERM_H */
33545cf9d81Schristos 
33645cf9d81Schristos /* Define to 1 if you have the <nlist.h> header file. */
33745cf9d81Schristos #define HAVE_NLIST_H 1
33845cf9d81Schristos 
33945cf9d81Schristos /* Define to 1 if you have the `pipe' function. */
34045cf9d81Schristos #define HAVE_PIPE 1
34145cf9d81Schristos 
34245cf9d81Schristos /* Define to 1 if you have the `pipe2' function. */
34345cf9d81Schristos #define HAVE_PIPE2 1
34445cf9d81Schristos 
34545cf9d81Schristos /* Define to 1 if you have the `poll' function. */
34645cf9d81Schristos #define HAVE_POLL 1
34745cf9d81Schristos 
34845cf9d81Schristos /* Define to 1 if you have the <poll.h> header file. */
34945cf9d81Schristos #define HAVE_POLL_H 1
35045cf9d81Schristos 
35145cf9d81Schristos /* Define to 1 if you have the `posix_madvise' function. */
35245cf9d81Schristos #define HAVE_POSIX_MADVISE 1
35345cf9d81Schristos 
35445cf9d81Schristos /* Define to 1 if you have the `pread' function. */
35545cf9d81Schristos #define HAVE_PREAD 1
35645cf9d81Schristos 
35745cf9d81Schristos /* Define to 1 if you have the `pread64' function. */
35845cf9d81Schristos /* #undef HAVE_PREAD64 */
35945cf9d81Schristos 
36045cf9d81Schristos /* Define if <sys/procfs.h> has prfpregset_t. */
36145cf9d81Schristos /* #undef HAVE_PRFPREGSET_T */
36245cf9d81Schristos 
36345cf9d81Schristos /* Define if <sys/procfs.h> has prgregset32_t. */
36445cf9d81Schristos /* #undef HAVE_PRGREGSET32_T */
36545cf9d81Schristos 
36645cf9d81Schristos /* Define if <sys/procfs.h> has prgregset_t. */
36745cf9d81Schristos /* #undef HAVE_PRGREGSET_T */
36845cf9d81Schristos 
36945cf9d81Schristos /* Define to 1 if you have the <proc_service.h> header file. */
37045cf9d81Schristos /* #undef HAVE_PROC_SERVICE_H */
37145cf9d81Schristos 
37245cf9d81Schristos /* Define if <sys/procfs.h> has psaddr_t. */
37345cf9d81Schristos /* #undef HAVE_PSADDR_T */
37445cf9d81Schristos 
375992125b7Schristos /* Have PTHREAD_PRIO_INHERIT. */
376992125b7Schristos #define HAVE_PTHREAD_PRIO_INHERIT 1
377992125b7Schristos 
378992125b7Schristos /* Define to 1 if you have the `pthread_setname_np' function. */
379992125b7Schristos #define HAVE_PTHREAD_SETNAME_NP 1
380992125b7Schristos 
381992125b7Schristos /* Define to 1 if you have the `pthread_sigmask' function. */
382992125b7Schristos #define HAVE_PTHREAD_SIGMASK 1
383992125b7Schristos 
38445cf9d81Schristos /* Define to 1 if you have the `ptrace64' function. */
38545cf9d81Schristos /* #undef HAVE_PTRACE64 */
38645cf9d81Schristos 
38745cf9d81Schristos /* Define if sys/ptrace.h defines the PTRACE_GETFPXREGS request. */
38845cf9d81Schristos /* #undef HAVE_PTRACE_GETFPXREGS */
38945cf9d81Schristos 
39045cf9d81Schristos /* Define if sys/ptrace.h defines the PTRACE_GETREGS request. */
39145cf9d81Schristos /* #undef HAVE_PTRACE_GETREGS */
39245cf9d81Schristos 
39345cf9d81Schristos /* Define to 1 if you have the <ptrace.h> header file. */
39445cf9d81Schristos /* #undef HAVE_PTRACE_H */
39545cf9d81Schristos 
39645cf9d81Schristos /* Define if sys/ptrace.h defines the PT_GETDBREGS request. */
39745cf9d81Schristos /* #undef HAVE_PT_GETDBREGS */
39845cf9d81Schristos 
399d57368d2Schristos /* Define to 1 if you have the `pt_insn_event' function. */
400d57368d2Schristos /* #undef HAVE_PT_INSN_EVENT */
401d57368d2Schristos 
40245cf9d81Schristos /* Define to 1 if you have the `pwrite' function. */
40345cf9d81Schristos #define HAVE_PWRITE 1
40445cf9d81Schristos 
40545cf9d81Schristos /* Define if Python interpreter is being linked in. */
40645cf9d81Schristos /* #undef HAVE_PYTHON */
40745cf9d81Schristos 
408a9f1a636Schristos /* Define to 1 if you have the <readline/readline.h> header file. */
409a9f1a636Schristos /* #undef HAVE_READLINE_READLINE_H */
410a9f1a636Schristos 
41145cf9d81Schristos /* Define to 1 if you have the `resize_term' function. */
41245cf9d81Schristos #define HAVE_RESIZE_TERM 1
41345cf9d81Schristos 
41445cf9d81Schristos /* Define to 1 if you have the `sbrk' function. */
41545cf9d81Schristos #define HAVE_SBRK 1
41645cf9d81Schristos 
41745cf9d81Schristos /* Define to 1 if you have the `scm_new_smob' function. */
41845cf9d81Schristos /* #undef HAVE_SCM_NEW_SMOB */
41945cf9d81Schristos 
42045cf9d81Schristos /* Define to 1 if you have the `setlocale' function. */
42145cf9d81Schristos #define HAVE_SETLOCALE 1
42245cf9d81Schristos 
42345cf9d81Schristos /* Define to 1 if you have the `setns' function. */
42445cf9d81Schristos /* #undef HAVE_SETNS */
42545cf9d81Schristos 
42645cf9d81Schristos /* Define to 1 if you have the `setpgid' function. */
42745cf9d81Schristos #define HAVE_SETPGID 1
42845cf9d81Schristos 
42945cf9d81Schristos /* Define to 1 if you have the `setpgrp' function. */
43045cf9d81Schristos #define HAVE_SETPGRP 1
43145cf9d81Schristos 
43245cf9d81Schristos /* Define to 1 if you have the `setrlimit' function. */
43345cf9d81Schristos #define HAVE_SETRLIMIT 1
43445cf9d81Schristos 
43545cf9d81Schristos /* Define to 1 if you have the `setsid' function. */
43645cf9d81Schristos #define HAVE_SETSID 1
43745cf9d81Schristos 
43845cf9d81Schristos /* Define to 1 if you have the `sigaction' function. */
43945cf9d81Schristos #define HAVE_SIGACTION 1
44045cf9d81Schristos 
44145cf9d81Schristos /* Define to 1 if you have the `sigaltstack' function. */
44245cf9d81Schristos #define HAVE_SIGALTSTACK 1
44345cf9d81Schristos 
44445cf9d81Schristos /* Define to 1 if you have the <signal.h> header file. */
44545cf9d81Schristos #define HAVE_SIGNAL_H 1
44645cf9d81Schristos 
44745cf9d81Schristos /* Define to 1 if you have the `sigprocmask' function. */
44845cf9d81Schristos #define HAVE_SIGPROCMASK 1
44945cf9d81Schristos 
45045cf9d81Schristos /* Define if sigsetjmp is available. */
45145cf9d81Schristos #define HAVE_SIGSETJMP 1
45245cf9d81Schristos 
45345cf9d81Schristos /* Define to 1 if you have the `sigsetmask' function. */
45445cf9d81Schristos #define HAVE_SIGSETMASK 1
45545cf9d81Schristos 
456a9f1a636Schristos /* Define to 1 if you have the `sigtimedwait' function. */
457a9f1a636Schristos #define HAVE_SIGTIMEDWAIT 1
458a9f1a636Schristos 
45945cf9d81Schristos /* Define to 1 if you have the `socketpair' function. */
46045cf9d81Schristos #define HAVE_SOCKETPAIR 1
46145cf9d81Schristos 
46245cf9d81Schristos /* Define to 1 if the system has the type `socklen_t'. */
46345cf9d81Schristos #define HAVE_SOCKLEN_T 1
46445cf9d81Schristos 
465d57368d2Schristos /* Define to 1 if the source-highlight library is available */
466d57368d2Schristos /* #undef HAVE_SOURCE_HIGHLIGHT */
467d57368d2Schristos 
46845cf9d81Schristos /* Define to 1 if you have the <stdint.h> header file. */
46945cf9d81Schristos #define HAVE_STDINT_H 1
47045cf9d81Schristos 
47145cf9d81Schristos /* Define to 1 if you have the <stdlib.h> header file. */
47245cf9d81Schristos #define HAVE_STDLIB_H 1
47345cf9d81Schristos 
47445cf9d81Schristos /* Define to 1 if you have the <strings.h> header file. */
47545cf9d81Schristos #define HAVE_STRINGS_H 1
47645cf9d81Schristos 
47745cf9d81Schristos /* Define to 1 if you have the <string.h> header file. */
47845cf9d81Schristos #define HAVE_STRING_H 1
47945cf9d81Schristos 
48045cf9d81Schristos /* Define to 1 if your system has struct lwp. */
48145cf9d81Schristos #define HAVE_STRUCT_LWP 1
48245cf9d81Schristos 
483d57368d2Schristos /* Define to 1 if `pl_syscall_code' is a member of `struct ptrace_lwpinfo'. */
48445cf9d81Schristos /* #undef HAVE_STRUCT_PTRACE_LWPINFO_PL_SYSCALL_CODE */
48545cf9d81Schristos 
486d57368d2Schristos /* Define to 1 if `pl_tdname' is a member of `struct ptrace_lwpinfo'. */
48745cf9d81Schristos /* #undef HAVE_STRUCT_PTRACE_LWPINFO_PL_TDNAME */
48845cf9d81Schristos 
489d57368d2Schristos /* Define to 1 if `enabled' is a member of `struct pt_insn'. */
490d57368d2Schristos /* #undef HAVE_STRUCT_PT_INSN_ENABLED */
491d57368d2Schristos 
492d57368d2Schristos /* Define to 1 if `resynced' is a member of `struct pt_insn'. */
493d57368d2Schristos /* #undef HAVE_STRUCT_PT_INSN_RESYNCED */
494d57368d2Schristos 
49545cf9d81Schristos /* Define to 1 if your system has struct reg in <machine/reg.h>. */
49645cf9d81Schristos #define HAVE_STRUCT_REG 1
49745cf9d81Schristos 
498d57368d2Schristos /* Define to 1 if `r_fs' is a member of `struct reg'. */
49945cf9d81Schristos /* #undef HAVE_STRUCT_REG_R_FS */
50045cf9d81Schristos 
501d57368d2Schristos /* Define to 1 if `r_gs' is a member of `struct reg'. */
50245cf9d81Schristos /* #undef HAVE_STRUCT_REG_R_GS */
50345cf9d81Schristos 
504d57368d2Schristos /* Define to 1 if `st_blksize' is a member of `struct stat'. */
50545cf9d81Schristos #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
50645cf9d81Schristos 
507d57368d2Schristos /* Define to 1 if `st_blocks' is a member of `struct stat'. */
50845cf9d81Schristos #define HAVE_STRUCT_STAT_ST_BLOCKS 1
50945cf9d81Schristos 
510d57368d2Schristos /* Define to 1 if `td_pcb' is a member of `struct thread'. */
51145cf9d81Schristos /* #undef HAVE_STRUCT_THREAD_TD_PCB */
51245cf9d81Schristos 
51345cf9d81Schristos /* Define to 1 if you have the <sys/debugreg.h> header file. */
51445cf9d81Schristos /* #undef HAVE_SYS_DEBUGREG_H */
51545cf9d81Schristos 
51645cf9d81Schristos /* Define to 1 if you have the <sys/file.h> header file. */
51745cf9d81Schristos #define HAVE_SYS_FILE_H 1
51845cf9d81Schristos 
51945cf9d81Schristos /* Define to 1 if you have the <sys/filio.h> header file. */
52045cf9d81Schristos #define HAVE_SYS_FILIO_H 1
52145cf9d81Schristos 
52245cf9d81Schristos /* Define to 1 if you have the <sys/ioctl.h> header file. */
52345cf9d81Schristos #define HAVE_SYS_IOCTL_H 1
52445cf9d81Schristos 
52545cf9d81Schristos /* Define to 1 if you have the <sys/param.h> header file. */
52645cf9d81Schristos #define HAVE_SYS_PARAM_H 1
52745cf9d81Schristos 
52845cf9d81Schristos /* Define to 1 if you have the <sys/poll.h> header file. */
52945cf9d81Schristos #define HAVE_SYS_POLL_H 1
53045cf9d81Schristos 
531a9f1a636Schristos /* Define to 1 if you have the <sys/procctl.h> header file. */
532a9f1a636Schristos /* #undef HAVE_SYS_PROCCTL_H */
533a9f1a636Schristos 
53445cf9d81Schristos /* Define to 1 if you have the <sys/procfs.h> header file. */
53545cf9d81Schristos /* #undef HAVE_SYS_PROCFS_H */
53645cf9d81Schristos 
53745cf9d81Schristos /* Define to 1 if you have the <sys/ptrace.h> header file. */
53845cf9d81Schristos #define HAVE_SYS_PTRACE_H 1
53945cf9d81Schristos 
54045cf9d81Schristos /* Define to 1 if you have the <sys/reg.h> header file. */
54145cf9d81Schristos /* #undef HAVE_SYS_REG_H */
54245cf9d81Schristos 
54345cf9d81Schristos /* Define to 1 if you have the <sys/resource.h> header file. */
54445cf9d81Schristos #define HAVE_SYS_RESOURCE_H 1
54545cf9d81Schristos 
54645cf9d81Schristos /* Define to 1 if you have the <sys/select.h> header file. */
54745cf9d81Schristos #define HAVE_SYS_SELECT_H 1
54845cf9d81Schristos 
54945cf9d81Schristos /* Define to 1 if you have the <sys/socket.h> header file. */
55045cf9d81Schristos #define HAVE_SYS_SOCKET_H 1
55145cf9d81Schristos 
55245cf9d81Schristos /* Define to 1 if you have the <sys/stat.h> header file. */
55345cf9d81Schristos #define HAVE_SYS_STAT_H 1
55445cf9d81Schristos 
55545cf9d81Schristos /* Define to 1 if you have the <sys/types.h> header file. */
55645cf9d81Schristos #define HAVE_SYS_TYPES_H 1
55745cf9d81Schristos 
55845cf9d81Schristos /* Define to 1 if you have the <sys/un.h> header file. */
55945cf9d81Schristos #define HAVE_SYS_UN_H 1
56045cf9d81Schristos 
56145cf9d81Schristos /* Define to 1 if you have the <sys/user.h> header file. */
56245cf9d81Schristos /* #undef HAVE_SYS_USER_H */
56345cf9d81Schristos 
56445cf9d81Schristos /* Define to 1 if you have the <sys/wait.h> header file. */
56545cf9d81Schristos #define HAVE_SYS_WAIT_H 1
56645cf9d81Schristos 
56745cf9d81Schristos /* Define to 1 if you have the <termios.h> header file. */
56845cf9d81Schristos #define HAVE_TERMIOS_H 1
56945cf9d81Schristos 
57045cf9d81Schristos /* Define to 1 if you have the <term.h> header file. */
57145cf9d81Schristos #define HAVE_TERM_H 1
57245cf9d81Schristos 
57345cf9d81Schristos /* Define to 1 if you have the <thread_db.h> header file. */
57445cf9d81Schristos /* #undef HAVE_THREAD_DB_H */
57545cf9d81Schristos 
57645cf9d81Schristos /* Define to 1 if you have the `ttrace' function. */
57745cf9d81Schristos /* #undef HAVE_TTRACE */
57845cf9d81Schristos 
57945cf9d81Schristos /* Define to 1 if you have the <unistd.h> header file. */
58045cf9d81Schristos #define HAVE_UNISTD_H 1
58145cf9d81Schristos 
582d57368d2Schristos /* Define to 1 if you have the `use_default_colors' function. */
583d57368d2Schristos #define HAVE_USE_DEFAULT_COLORS 1
584d57368d2Schristos 
58545cf9d81Schristos /* Define to 1 if you have the `vfork' function. */
58645cf9d81Schristos #define HAVE_VFORK 1
58745cf9d81Schristos 
58845cf9d81Schristos /* Define to 1 if you have the <vfork.h> header file. */
58945cf9d81Schristos /* #undef HAVE_VFORK_H */
59045cf9d81Schristos 
59145cf9d81Schristos /* Define to 1 if you have the `waitpid' function. */
59245cf9d81Schristos #define HAVE_WAITPID 1
59345cf9d81Schristos 
59445cf9d81Schristos /* Define to 1 if you have the <wait.h> header file. */
59545cf9d81Schristos /* #undef HAVE_WAIT_H */
59645cf9d81Schristos 
59745cf9d81Schristos /* Define to 1 if you have the <windows.h> header file. */
59845cf9d81Schristos /* #undef HAVE_WINDOWS_H */
59945cf9d81Schristos 
60045cf9d81Schristos /* Define to 1 if `fork' works. */
60145cf9d81Schristos #define HAVE_WORKING_FORK 1
60245cf9d81Schristos 
60345cf9d81Schristos /* Define to 1 if `vfork' works. */
60445cf9d81Schristos #define HAVE_WORKING_VFORK 1
60545cf9d81Schristos 
60645cf9d81Schristos /* Define to 1 if you have the `wresize' function. */
60745cf9d81Schristos #define HAVE_WRESIZE 1
60845cf9d81Schristos 
609992125b7Schristos /* Define to 1 if you have the <ws2tcpip.h> header file. */
610992125b7Schristos /* #undef HAVE_WS2TCPIP_H */
611992125b7Schristos 
61245cf9d81Schristos /* Define to 1 if you have the `XML_StopParser' function. */
61354eac751Schristos #define HAVE_XML_STOPPARSER 1
61445cf9d81Schristos 
615a9f1a636Schristos /* Define to 1 if zstd is enabled. */
616a9f1a636Schristos /* #undef HAVE_ZSTD */
617a9f1a636Schristos 
61845cf9d81Schristos /* Define to 1 if your system has the _etext variable. */
61945cf9d81Schristos #define HAVE__ETEXT 1
62045cf9d81Schristos 
62145cf9d81Schristos /* Define to 1 if you have the `_mcleanup' function. */
62245cf9d81Schristos #define HAVE__MCLEANUP 1
62345cf9d81Schristos 
62445cf9d81Schristos /* Path of directory of iconv program. */
62545cf9d81Schristos /* #undef ICONV_BIN */
62645cf9d81Schristos 
62745cf9d81Schristos /* Define if the iconv directory should be relocated when GDB is moved. */
62845cf9d81Schristos /* #undef ICONV_BIN_RELOCATABLE */
62945cf9d81Schristos 
63045cf9d81Schristos /* Define as const if the declaration of iconv() needs const. */
63177a1ad5fSkamil #define ICONV_CONST
63245cf9d81Schristos 
63345cf9d81Schristos /* directory to load the JIT readers from */
63445cf9d81Schristos #define JIT_READER_DIR "/usr/lib/gdb"
63545cf9d81Schristos 
63645cf9d81Schristos /* Define if the jit-reader-dir directory should be relocated when GDB is
63745cf9d81Schristos    moved. */
63845cf9d81Schristos #define JIT_READER_DIR_RELOCATABLE 1
63945cf9d81Schristos 
640a9f1a636Schristos /* Define to the sub-directory in which libtool stores uninstalled libraries.
641a9f1a636Schristos    */
642a9f1a636Schristos #define LT_OBJDIR ".libs/"
643a9f1a636Schristos 
64445cf9d81Schristos /* Name of this package. */
64545cf9d81Schristos #define PACKAGE "gdb"
64645cf9d81Schristos 
64745cf9d81Schristos /* Define to the address where bug reports for this package should be sent. */
64845cf9d81Schristos #define PACKAGE_BUGREPORT ""
64945cf9d81Schristos 
65045cf9d81Schristos /* Define to the full name of this package. */
65145cf9d81Schristos #define PACKAGE_NAME ""
65245cf9d81Schristos 
65345cf9d81Schristos /* Define to the full name and version of this package. */
65445cf9d81Schristos #define PACKAGE_STRING ""
65545cf9d81Schristos 
65645cf9d81Schristos /* Define to the one symbol short name of this package. */
65745cf9d81Schristos #define PACKAGE_TARNAME ""
65845cf9d81Schristos 
65945cf9d81Schristos /* Define to the home page for this package. */
66045cf9d81Schristos #define PACKAGE_URL ""
66145cf9d81Schristos 
66245cf9d81Schristos /* Define to the version of this package. */
66345cf9d81Schristos #define PACKAGE_VERSION ""
66445cf9d81Schristos 
66545cf9d81Schristos /* Additional package description */
66645cf9d81Schristos #define PKGVERSION "(GDB) "
66745cf9d81Schristos 
66845cf9d81Schristos /* Define to 1 if the "%H, %D and %DD" formats work to print decfloats. */
66945cf9d81Schristos /* #undef PRINTF_HAS_DECFLOAT */
67045cf9d81Schristos 
67145cf9d81Schristos /* Define to 1 if the "%Lg" format works to print long doubles. */
67245cf9d81Schristos /* #undef PRINTF_HAS_LONG_DOUBLE */
67345cf9d81Schristos 
67445cf9d81Schristos /* Define to 1 if the "%ll" format works to print long longs. */
67545cf9d81Schristos /* #undef PRINTF_HAS_LONG_LONG */
67645cf9d81Schristos 
677992125b7Schristos /* Define to necessary symbol if this constant uses a non-standard name on
678992125b7Schristos    your system. */
679992125b7Schristos /* #undef PTHREAD_CREATE_JOINABLE */
680992125b7Schristos 
68145cf9d81Schristos /* Define to the type of arg 1 for ptrace. */
68245cf9d81Schristos #define PTRACE_TYPE_ARG1 int
68345cf9d81Schristos 
68445cf9d81Schristos /* Define to the type of arg 3 for ptrace. */
68545cf9d81Schristos #define PTRACE_TYPE_ARG3 void *
68645cf9d81Schristos 
68745cf9d81Schristos /* Define to the type of arg 4 for ptrace. */
68845cf9d81Schristos #define PTRACE_TYPE_ARG4 int
68945cf9d81Schristos 
69045cf9d81Schristos /* Define to the type of arg 5 for ptrace. */
69145cf9d81Schristos /* #undef PTRACE_TYPE_ARG5 */
69245cf9d81Schristos 
69345cf9d81Schristos /* Define as the return type of ptrace. */
69445cf9d81Schristos #define PTRACE_TYPE_RET int
69545cf9d81Schristos 
696992125b7Schristos /* Define if the python lib directory should be relocated when GDB is moved.
697992125b7Schristos    */
698992125b7Schristos /* #undef PYTHON_LIBDIR_RELOCATABLE */
699992125b7Schristos 
70045cf9d81Schristos /* Define if the python directory should be relocated when GDB is moved. */
70145cf9d81Schristos /* #undef PYTHON_PATH_RELOCATABLE */
70245cf9d81Schristos 
70345cf9d81Schristos /* Relocated directory for source files. */
70445cf9d81Schristos /* #undef RELOC_SRCDIR */
70545cf9d81Schristos 
70645cf9d81Schristos /* Bug reporting address */
707992125b7Schristos #define REPORT_BUGS_TO "<https://www.gnu.org/software/gdb/bugs/>"
70845cf9d81Schristos 
70945cf9d81Schristos /* Define to 1 if the "%Lg" format works to scan long doubles. */
71045cf9d81Schristos /* #undef SCANF_HAS_LONG_DOUBLE */
71145cf9d81Schristos 
71245cf9d81Schristos /* Define to 1 if the `setpgrp' function takes no argument. */
71345cf9d81Schristos /* #undef SETPGRP_VOID */
71445cf9d81Schristos 
71545cf9d81Schristos /* The size of `long long', as computed by sizeof. */
71645cf9d81Schristos #define SIZEOF_LONG_LONG 8
71745cf9d81Schristos 
71845cf9d81Schristos /* The size of `unsigned long', as computed by sizeof. */
71945cf9d81Schristos #define SIZEOF_UNSIGNED_LONG 8
72045cf9d81Schristos 
72145cf9d81Schristos /* The size of `unsigned long long', as computed by sizeof. */
72245cf9d81Schristos #define SIZEOF_UNSIGNED_LONG_LONG 8
72345cf9d81Schristos 
72445cf9d81Schristos /* The size of `unsigned __int128', as computed by sizeof. */
72545cf9d81Schristos #define SIZEOF_UNSIGNED___INT128 16
72645cf9d81Schristos 
727a9f1a636Schristos /* The size of `void *', as computed by sizeof. */
728a9f1a636Schristos #define SIZEOF_VOID_P 8
729a9f1a636Schristos 
73045cf9d81Schristos /* If using the C implementation of alloca, define if you know the
73145cf9d81Schristos    direction of stack growth for your system; otherwise it will be
73245cf9d81Schristos    automatically deduced at runtime.
73345cf9d81Schristos 	STACK_DIRECTION > 0 => grows toward higher addresses
73445cf9d81Schristos 	STACK_DIRECTION < 0 => grows toward lower addresses
73545cf9d81Schristos 	STACK_DIRECTION = 0 => direction of growth unknown */
73645cf9d81Schristos /* #undef STACK_DIRECTION */
73745cf9d81Schristos 
73845cf9d81Schristos /* Define to 1 if you have the ANSI C header files. */
73945cf9d81Schristos #define STDC_HEADERS 1
74045cf9d81Schristos 
74145cf9d81Schristos /* automatically load a system-wide gdbinit file */
74245cf9d81Schristos #define SYSTEM_GDBINIT ""
74345cf9d81Schristos 
744992125b7Schristos /* automatically load system-wide gdbinit files from this directory */
745992125b7Schristos #define SYSTEM_GDBINIT_DIR ""
746992125b7Schristos 
747992125b7Schristos /* Define if the system-gdbinit-dir directory should be relocated when GDB is
748992125b7Schristos    moved. */
749992125b7Schristos #define SYSTEM_GDBINIT_DIR_RELOCATABLE 0
750992125b7Schristos 
75145cf9d81Schristos /* Define if the system-gdbinit directory should be relocated when GDB is
75245cf9d81Schristos    moved. */
75345cf9d81Schristos #define SYSTEM_GDBINIT_RELOCATABLE 0
75445cf9d81Schristos 
75545cf9d81Schristos /* search for usr/lib et al within DIR */
75645cf9d81Schristos #define TARGET_SYSTEM_ROOT ""
75745cf9d81Schristos 
75845cf9d81Schristos /* Define if the sysroot directory should be relocated when GDB is moved. */
75945cf9d81Schristos #define TARGET_SYSTEM_ROOT_RELOCATABLE 0
76045cf9d81Schristos 
76145cf9d81Schristos /* Define if <thread_db.h> has the TD_NOTALLOC error code. */
76245cf9d81Schristos /* #undef THREAD_DB_HAS_TD_NOTALLOC */
76345cf9d81Schristos 
76445cf9d81Schristos /* Define if <thread_db.h> has the TD_NOTLS error code. */
76545cf9d81Schristos /* #undef THREAD_DB_HAS_TD_NOTLS */
76645cf9d81Schristos 
76745cf9d81Schristos /* Define if <thread_db.h> has the TD_VERSION error code. */
76845cf9d81Schristos /* #undef THREAD_DB_HAS_TD_VERSION */
76945cf9d81Schristos 
77045cf9d81Schristos /* Enable extensions on AIX 3, Interix.  */
77145cf9d81Schristos #ifndef _ALL_SOURCE
77245cf9d81Schristos # define _ALL_SOURCE 1
77345cf9d81Schristos #endif
77445cf9d81Schristos /* Enable GNU extensions on systems that have them.  */
77545cf9d81Schristos #ifndef _GNU_SOURCE
77645cf9d81Schristos # define _GNU_SOURCE 1
77745cf9d81Schristos #endif
77845cf9d81Schristos /* Enable threading extensions on Solaris.  */
77945cf9d81Schristos #ifndef _POSIX_PTHREAD_SEMANTICS
78045cf9d81Schristos # define _POSIX_PTHREAD_SEMANTICS 1
78145cf9d81Schristos #endif
78245cf9d81Schristos /* Enable extensions on HP NonStop.  */
78345cf9d81Schristos #ifndef _TANDEM_SOURCE
78445cf9d81Schristos # define _TANDEM_SOURCE 1
78545cf9d81Schristos #endif
78645cf9d81Schristos /* Enable general extensions on Solaris.  */
78745cf9d81Schristos #ifndef __EXTENSIONS__
78845cf9d81Schristos # define __EXTENSIONS__ 1
78945cf9d81Schristos #endif
79045cf9d81Schristos 
79145cf9d81Schristos 
79245cf9d81Schristos /* Define if we should use the Windows API, instead of the POSIX API. On
79345cf9d81Schristos    Windows, we use the Windows API when building for MinGW, but the POSIX API
79445cf9d81Schristos    when building for Cygwin. */
79545cf9d81Schristos /* #undef USE_WIN32API */
79645cf9d81Schristos 
79745cf9d81Schristos /* Define if the PPC simulator is being linked in. */
79845cf9d81Schristos /* #undef WITH_PPC_SIM */
79945cf9d81Schristos 
800992125b7Schristos /* Directory containing Python's standard libraries from --with-python-libdir.
801992125b7Schristos    */
802992125b7Schristos /* #undef WITH_PYTHON_LIBDIR */
803992125b7Schristos 
80445cf9d81Schristos /* Define if --with-python provides a path, either directly or via
80545cf9d81Schristos    python-config.py --exec-prefix. */
80645cf9d81Schristos /* #undef WITH_PYTHON_PATH */
80745cf9d81Schristos 
80845cf9d81Schristos /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
80945cf9d81Schristos    significant byte first (like Motorola and SPARC, unlike Intel). */
81045cf9d81Schristos #if defined AC_APPLE_UNIVERSAL_BUILD
81145cf9d81Schristos # if defined __BIG_ENDIAN__
81245cf9d81Schristos #  define WORDS_BIGENDIAN 1
81345cf9d81Schristos # endif
81445cf9d81Schristos #else
81545cf9d81Schristos # ifndef WORDS_BIGENDIAN
81645cf9d81Schristos /* #  undef WORDS_BIGENDIAN */
81745cf9d81Schristos # endif
81845cf9d81Schristos #endif
81945cf9d81Schristos 
820d57368d2Schristos /* Enable large inode numbers on Mac OS X 10.5.  */
821d57368d2Schristos #ifndef _DARWIN_USE_64_BIT_INODE
822d57368d2Schristos # define _DARWIN_USE_64_BIT_INODE 1
823d57368d2Schristos #endif
824d57368d2Schristos 
82545cf9d81Schristos /* Number of bits in a file offset, on hosts where this is settable. */
82645cf9d81Schristos /* #undef _FILE_OFFSET_BITS */
82745cf9d81Schristos 
82845cf9d81Schristos /* Define for large files, on AIX-style hosts. */
82945cf9d81Schristos /* #undef _LARGE_FILES */
83045cf9d81Schristos 
83145cf9d81Schristos /* Define to 1 if on MINIX. */
83245cf9d81Schristos /* #undef _MINIX */
83345cf9d81Schristos 
83445cf9d81Schristos /* Define to 2 if the system does not provide POSIX.1 features except with
83545cf9d81Schristos    this defined. */
83645cf9d81Schristos /* #undef _POSIX_1_SOURCE */
83745cf9d81Schristos 
83845cf9d81Schristos /* Define to 1 if you need to in order for `stat' and other things to work. */
83945cf9d81Schristos /* #undef _POSIX_SOURCE */
84045cf9d81Schristos 
841992125b7Schristos /* Use structured /proc on Solaris. */
842992125b7Schristos #define _STRUCTURED_PROC 1
843992125b7Schristos 
84445cf9d81Schristos /* Define to empty if `const' does not conform to ANSI C. */
84545cf9d81Schristos /* #undef const */
84645cf9d81Schristos 
84745cf9d81Schristos /* Define to `__inline__' or `__inline' if that's what the C compiler
84845cf9d81Schristos    calls it, or to nothing if 'inline' is not supported under any name.  */
84945cf9d81Schristos #ifndef __cplusplus
85045cf9d81Schristos /* #undef inline */
85145cf9d81Schristos #endif
85245cf9d81Schristos 
85345cf9d81Schristos /* Define to `int' if <sys/types.h> does not define. */
85445cf9d81Schristos /* #undef pid_t */
85545cf9d81Schristos 
856d57368d2Schristos /* Define to `unsigned int' if <sys/types.h> does not define. */
857d57368d2Schristos /* #undef size_t */
858d57368d2Schristos 
85945cf9d81Schristos /* Define as `fork' if `vfork' does not work. */
86045cf9d81Schristos /* #undef vfork */
861