xref: /netbsd-src/external/gpl3/gdb/lib/libgdb/arch/m68k/config.h (revision 22ebeae4b2252475e0ebe332f69734639cb946ea)
1ac8695a9Schristos /* 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  */
320cd48c9Schristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
4ac8695a9Schristos 
5ac8695a9Schristos /* config.h.  Generated from config.in by configure.  */
6ac8695a9Schristos /* config.in.  Generated from configure.ac by autoheader.  */
7ac8695a9Schristos 
8ac8695a9Schristos /* Define if building universal (internal helper macro) */
9ac8695a9Schristos /* #undef AC_APPLE_UNIVERSAL_BUILD */
10ac8695a9Schristos 
11*22ebeae4Schristos /* Additional directories to look for separate debug info. */
12*22ebeae4Schristos /* #undef ADDITIONAL_DEBUG_DIRS */
13*22ebeae4Schristos 
1484e9dd17Smrg /* Directories from which to load auto-loaded scripts. */
155900762bSrin #define AUTO_LOAD_DIR "$debugdir:$datadir/auto-load"
16ac8695a9Schristos 
1784e9dd17Smrg /* Directories safe to hold auto-loaded files. */
185900762bSrin #define AUTO_LOAD_SAFE_PATH "$debugdir:$datadir/auto-load"
19ac8695a9Schristos 
2084e9dd17Smrg /* Directory of programs. */
2184e9dd17Smrg #define BINDIR "/usr/bin"
22ac8695a9Schristos 
23ac8695a9Schristos /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
24ac8695a9Schristos    systems. This function is required for `alloca.c' support on those systems.
25ac8695a9Schristos    */
26ac8695a9Schristos /* #undef CRAY_STACKSEG_END */
27ac8695a9Schristos 
284d342c04Schristos /* Define to 1 if std::thread works. */
294d342c04Schristos #define CXX_STD_THREAD 1
304d342c04Schristos 
31ac8695a9Schristos /* Define to 1 if using `alloca.c'. */
32ac8695a9Schristos /* #undef C_ALLOCA */
33ac8695a9Schristos 
34ac8695a9Schristos /* look for global separate debug info in this path [LIBDIR/debug] */
35ac8695a9Schristos #define DEBUGDIR "/usr/libdata/debug"
36ac8695a9Schristos 
37ac8695a9Schristos /* Define if the separate-debug-dir directory should be relocated when GDB is
38ac8695a9Schristos    moved. */
39ac8695a9Schristos #define DEBUGDIR_RELOCATABLE 1
40ac8695a9Schristos 
41ac8695a9Schristos /* Define to BFD's default architecture. */
42ac8695a9Schristos #define DEFAULT_BFD_ARCH bfd_m68k_arch
43ac8695a9Schristos 
44ac8695a9Schristos /* Define to BFD's default target vector. */
453221174aSchristos #define DEFAULT_BFD_VEC m68k_elf32_vec
46ac8695a9Schristos 
474d342c04Schristos /* Handle .ctf type-info sections */
484d342c04Schristos #define ENABLE_LIBCTF 1
494d342c04Schristos 
50ac8695a9Schristos /* Define to 1 if translation of program messages to the user's native
51ac8695a9Schristos    language is requested. */
52*22ebeae4Schristos /* #undef ENABLE_NLS */
53ac8695a9Schristos 
548dbf56feSchristos /* The .gdbearlyinit filename. */
558dbf56feSchristos #define GDBEARLYINIT ".gdbearlyinit"
568dbf56feSchristos 
5778ce218aSchristos /* The .gdbinit filename. */
5878ce218aSchristos #define GDBINIT ".gdbinit"
5978ce218aSchristos 
60ac8695a9Schristos /* look for global separate data files in this path [DATADIR/gdb] */
61ac8695a9Schristos #define GDB_DATADIR "/usr/share/gdb"
62ac8695a9Schristos 
63ac8695a9Schristos /* Define if the gdb-datadir directory should be relocated when GDB is moved.
64ac8695a9Schristos    */
65ac8695a9Schristos #define GDB_DATADIR_RELOCATABLE 1
66ac8695a9Schristos 
67ac8695a9Schristos /* Define to be a string naming the default host character set. */
68ac8695a9Schristos #define GDB_DEFAULT_HOST_CHARSET "UTF-8"
69ac8695a9Schristos 
70ac8695a9Schristos /* Host double floatformat */
71ac8695a9Schristos #define GDB_HOST_DOUBLE_FORMAT &floatformat_ieee_double_big
72ac8695a9Schristos 
73ac8695a9Schristos /* Host float floatformat */
74ac8695a9Schristos #define GDB_HOST_FLOAT_FORMAT &floatformat_ieee_single_big
75ac8695a9Schristos 
76ac8695a9Schristos /* Host long double floatformat */
77ac8695a9Schristos #define GDB_HOST_LONG_DOUBLE_FORMAT &floatformat_m68881_ext
78ac8695a9Schristos 
79ac8695a9Schristos /* nativefile */
80ac8695a9Schristos /* #undef GDB_NM_FILE */
81ac8695a9Schristos 
82ac8695a9Schristos /* Define to the default OS ABI for this configuration. */
835900762bSrin #define GDB_OSABI_DEFAULT GDB_OSABI_NETBSD
84ac8695a9Schristos 
85e110ade7Smrg /* Define if self-testing features should be enabled */
868dbf56feSchristos /* #undef GDB_SELF_TEST */
87e110ade7Smrg 
88ac8695a9Schristos /* Define to 1 if you have `alloca', as a function or macro. */
89ac8695a9Schristos #define HAVE_ALLOCA 1
90ac8695a9Schristos 
91ac8695a9Schristos /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
92ac8695a9Schristos    */
93ac8695a9Schristos /* #undef HAVE_ALLOCA_H */
94ac8695a9Schristos 
95*22ebeae4Schristos /* Define if amd-dbgapi is being linked in. */
96*22ebeae4Schristos /* #undef HAVE_AMD_DBGAPI */
97*22ebeae4Schristos 
98ac8695a9Schristos /* Define to 1 if you have the `btowc' function. */
99ac8695a9Schristos #define HAVE_BTOWC 1
100ac8695a9Schristos 
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 
109ac8695a9Schristos /* Define to 1 if you have the <cursesX.h> header file. */
110ac8695a9Schristos /* #undef HAVE_CURSESX_H */
111ac8695a9Schristos 
112ac8695a9Schristos /* Define to 1 if you have the <curses.h> header file. */
113ac8695a9Schristos #define HAVE_CURSES_H 1
114ac8695a9Schristos 
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 
122ac8695a9Schristos /* Define to 1 if you have the declaration of `ADDR_NO_RANDOMIZE', and to 0 if
123ac8695a9Schristos    you don't. */
124ac8695a9Schristos #define HAVE_DECL_ADDR_NO_RANDOMIZE 0
125ac8695a9Schristos 
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 
137ac8695a9Schristos /* Define to 1 if you have the declaration of `getthrds', and to 0 if you
138ac8695a9Schristos    don't. */
139ac8695a9Schristos /* #undef HAVE_DECL_GETTHRDS */
140ac8695a9Schristos 
141ac8695a9Schristos /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
142ac8695a9Schristos    don't. */
143ac8695a9Schristos #define HAVE_DECL_SNPRINTF 1
144ac8695a9Schristos 
145ac8695a9Schristos /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
146ac8695a9Schristos    */
147ac8695a9Schristos #define HAVE_DECL_STRSTR 1
148ac8695a9Schristos 
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 
17784e9dd17Smrg /* Define to 1 if you have the <dlfcn.h> header file. */
17884e9dd17Smrg #define HAVE_DLFCN_H 1
17984e9dd17Smrg 
180ac8695a9Schristos /* Define if ELF support should be included. */
181ac8695a9Schristos #define HAVE_ELF 1
182ac8695a9Schristos 
18320cd48c9Schristos /* Define if <sys/procfs.h> has elf_fpregset_t. */
18420cd48c9Schristos /* #undef HAVE_ELF_FPREGSET_T */
18520cd48c9Schristos 
186ac8695a9Schristos /* Define to 1 if you have the <elf_hp.h> header file. */
187ac8695a9Schristos /* #undef HAVE_ELF_HP_H */
188ac8695a9Schristos 
189ac8695a9Schristos /* Define to 1 if your system has the etext variable. */
190ac8695a9Schristos #define HAVE_ETEXT 1
191ac8695a9Schristos 
1928dbf56feSchristos /* Define to 1 if execinfo.h backtrace functions are available. */
1938dbf56feSchristos /* #undef HAVE_EXECINFO_BACKTRACE */
1948dbf56feSchristos 
1958dbf56feSchristos /* Define to 1 if you have the <execinfo.h> header file. */
1968dbf56feSchristos #define HAVE_EXECINFO_H 1
1978dbf56feSchristos 
19878ce218aSchristos /* Define to 1 if you have the `fdwalk' function. */
19978ce218aSchristos /* #undef HAVE_FDWALK */
20078ce218aSchristos 
201ac8695a9Schristos /* Define to 1 if you have the `fork' function. */
202ac8695a9Schristos #define HAVE_FORK 1
203ac8695a9Schristos 
204ac8695a9Schristos /* Define if <sys/procfs.h> has fpregset_t. */
205ac8695a9Schristos /* #undef HAVE_FPREGSET_T */
206ac8695a9Schristos 
207822f2954Schristos /* Define to 1 if you have the `getauxval' function. */
208822f2954Schristos /* #undef HAVE_GETAUXVAL */
209822f2954Schristos 
210ac8695a9Schristos /* Define to 1 if you have the `getgid' function. */
211ac8695a9Schristos #define HAVE_GETGID 1
212ac8695a9Schristos 
213ac8695a9Schristos /* Define to 1 if you have the `getpagesize' function. */
214ac8695a9Schristos #define HAVE_GETPAGESIZE 1
215ac8695a9Schristos 
21620cd48c9Schristos /* Define to 1 if you have the `getpgid' function. */
21720cd48c9Schristos #define HAVE_GETPGID 1
21820cd48c9Schristos 
219ac8695a9Schristos /* Define to 1 if you have the `getrlimit' function. */
220ac8695a9Schristos #define HAVE_GETRLIMIT 1
221ac8695a9Schristos 
222ac8695a9Schristos /* Define to 1 if you have the `getrusage' function. */
223ac8695a9Schristos #define HAVE_GETRUSAGE 1
224ac8695a9Schristos 
225*22ebeae4Schristos /* Define if the GNU gettext() function is already present or preinstalled. */
226*22ebeae4Schristos /* #undef HAVE_GETTEXT */
227*22ebeae4Schristos 
228ac8695a9Schristos /* Define to 1 if you have the `getuid' function. */
229ac8695a9Schristos #define HAVE_GETUID 1
230ac8695a9Schristos 
231ac8695a9Schristos /* Define if <sys/procfs.h> has gregset_t. */
232ac8695a9Schristos /* #undef HAVE_GREGSET_T */
233ac8695a9Schristos 
2343221174aSchristos /* Define if Guile interpreter is being linked in. */
2353221174aSchristos /* #undef HAVE_GUILE */
2363221174aSchristos 
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. */
241ac8695a9Schristos #define HAVE_ICONV 1
242ac8695a9Schristos 
243ac8695a9Schristos /* Define to 1 if you have the `iconvlist' function. */
244ac8695a9Schristos /* #undef HAVE_ICONVLIST */
245ac8695a9Schristos 
246ac8695a9Schristos /* Define to 1 if you have the <inttypes.h> header file. */
247ac8695a9Schristos #define HAVE_INTTYPES_H 1
248ac8695a9Schristos 
2498dbf56feSchristos /* Define to 1 if you have the `kinfo_getfile' function. */
25020cd48c9Schristos /* #undef HAVE_KINFO_GETFILE */
25120cd48c9Schristos 
252ac8695a9Schristos /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
253ac8695a9Schristos #define HAVE_LANGINFO_CODESET 1
254ac8695a9Schristos 
255ac8695a9Schristos /* Define if your <locale.h> file defines LC_MESSAGES. */
256ac8695a9Schristos #define HAVE_LC_MESSAGES 1
257ac8695a9Schristos 
25878ce218aSchristos /* Define if you have the babeltrace library. */
25978ce218aSchristos /* #undef HAVE_LIBBABELTRACE */
26078ce218aSchristos 
2618dbf56feSchristos /* Define if libbacktrace is being used. */
2628dbf56feSchristos #define HAVE_LIBBACKTRACE 1
2638dbf56feSchristos 
264*22ebeae4Schristos /* Define to 1 if curses is enabled. */
265*22ebeae4Schristos #define HAVE_LIBCURSES 1
266*22ebeae4Schristos 
2674d342c04Schristos /* Define to 1 if debuginfod is enabled. */
2684d342c04Schristos /* #undef HAVE_LIBDEBUGINFOD */
2694d342c04Schristos 
270*22ebeae4Schristos /* Define to 1 if debuginfod section downloading is supported. */
271*22ebeae4Schristos /* #undef HAVE_LIBDEBUGINFOD_FIND_SECTION */
272*22ebeae4Schristos 
273ac8695a9Schristos /* Define if you have the expat library. */
27454eac751Schristos #define HAVE_LIBEXPAT 1
275ac8695a9Schristos 
276ac8695a9Schristos /* Define to 1 if you have the `libiconvlist' function. */
277ac8695a9Schristos /* #undef HAVE_LIBICONVLIST */
278ac8695a9Schristos 
279822f2954Schristos /* Define if you have the ipt library. */
280822f2954Schristos /* #undef HAVE_LIBIPT */
281822f2954Schristos 
28284e9dd17Smrg /* Define if you have the lzma library. */
28384e9dd17Smrg /* #undef HAVE_LIBLZMA */
28484e9dd17Smrg 
285ac8695a9Schristos /* Define to 1 if you have the `m' library (-lm). */
286ac8695a9Schristos #define HAVE_LIBM 1
287ac8695a9Schristos 
288ac8695a9Schristos /* Define to 1 if you have the <libunwind-ia64.h> header file. */
289ac8695a9Schristos /* #undef HAVE_LIBUNWIND_IA64_H */
290ac8695a9Schristos 
2914d342c04Schristos /* Define if you have the xxhash library. */
2924d342c04Schristos /* #undef HAVE_LIBXXHASH */
2934d342c04Schristos 
29420cd48c9Schristos /* Define to 1 if you have the <linux/elf.h> header file. */
29520cd48c9Schristos /* #undef HAVE_LINUX_ELF_H */
296ac8695a9Schristos 
29784e9dd17Smrg /* Define to 1 if you have the <linux/perf_event.h> header file. */
29884e9dd17Smrg /* #undef HAVE_LINUX_PERF_EVENT_H */
29984e9dd17Smrg 
300ac8695a9Schristos /* Define to 1 if you have the <locale.h> header file. */
301ac8695a9Schristos #define HAVE_LOCALE_H 1
302ac8695a9Schristos 
303ac8695a9Schristos /* Define to 1 if the compiler supports long double. */
304ac8695a9Schristos #define HAVE_LONG_DOUBLE 1
305ac8695a9Schristos 
306822f2954Schristos /* Define to 1 if the system has the type `long long'. */
307822f2954Schristos #define HAVE_LONG_LONG 1
308822f2954Schristos 
309ac8695a9Schristos /* Define if <sys/procfs.h> has lwpid_t. */
310ac8695a9Schristos /* #undef HAVE_LWPID_T */
311ac8695a9Schristos 
312ac8695a9Schristos /* Define to 1 if you have the <machine/reg.h> header file. */
313ac8695a9Schristos #define HAVE_MACHINE_REG_H 1
314ac8695a9Schristos 
315ac8695a9Schristos /* Define to 1 if you have the <memory.h> header file. */
316ac8695a9Schristos #define HAVE_MEMORY_H 1
317ac8695a9Schristos 
318ac8695a9Schristos /* Define to 1 if you have a working `mmap' system call. */
319ac8695a9Schristos #define HAVE_MMAP 1
320ac8695a9Schristos 
321ac8695a9Schristos /* Define to 1 if you have the `monstartup' function. */
322ac8695a9Schristos #define HAVE_MONSTARTUP 1
323ac8695a9Schristos 
32420cd48c9Schristos /* Define to 1 if you have the <ncursesw/ncurses.h> header file. */
32520cd48c9Schristos /* #undef HAVE_NCURSESW_NCURSES_H */
32620cd48c9Schristos 
327ac8695a9Schristos /* Define to 1 if you have the <ncurses.h> header file. */
328ac8695a9Schristos /* #undef HAVE_NCURSES_H */
329ac8695a9Schristos 
330ac8695a9Schristos /* Define to 1 if you have the <ncurses/ncurses.h> header file. */
331ac8695a9Schristos /* #undef HAVE_NCURSES_NCURSES_H */
332ac8695a9Schristos 
333ac8695a9Schristos /* Define to 1 if you have the <ncurses/term.h> header file. */
334ac8695a9Schristos /* #undef HAVE_NCURSES_TERM_H */
335ac8695a9Schristos 
336ac8695a9Schristos /* Define to 1 if you have the <nlist.h> header file. */
337ac8695a9Schristos #define HAVE_NLIST_H 1
338ac8695a9Schristos 
339ac8695a9Schristos /* Define to 1 if you have the `pipe' function. */
340ac8695a9Schristos #define HAVE_PIPE 1
341ac8695a9Schristos 
34278ce218aSchristos /* Define to 1 if you have the `pipe2' function. */
34378ce218aSchristos #define HAVE_PIPE2 1
34478ce218aSchristos 
345ac8695a9Schristos /* Define to 1 if you have the `poll' function. */
346ac8695a9Schristos #define HAVE_POLL 1
347ac8695a9Schristos 
348ac8695a9Schristos /* Define to 1 if you have the <poll.h> header file. */
349ac8695a9Schristos #define HAVE_POLL_H 1
350ac8695a9Schristos 
351ac8695a9Schristos /* Define to 1 if you have the `posix_madvise' function. */
352ac8695a9Schristos #define HAVE_POSIX_MADVISE 1
353ac8695a9Schristos 
35484e9dd17Smrg /* Define to 1 if you have the `pread' function. */
35584e9dd17Smrg #define HAVE_PREAD 1
35684e9dd17Smrg 
357ac8695a9Schristos /* Define to 1 if you have the `pread64' function. */
358ac8695a9Schristos /* #undef HAVE_PREAD64 */
359ac8695a9Schristos 
360ac8695a9Schristos /* Define if <sys/procfs.h> has prfpregset_t. */
361ac8695a9Schristos /* #undef HAVE_PRFPREGSET_T */
362ac8695a9Schristos 
363ac8695a9Schristos /* Define if <sys/procfs.h> has prgregset32_t. */
364ac8695a9Schristos /* #undef HAVE_PRGREGSET32_T */
365ac8695a9Schristos 
366ac8695a9Schristos /* Define if <sys/procfs.h> has prgregset_t. */
367ac8695a9Schristos /* #undef HAVE_PRGREGSET_T */
368ac8695a9Schristos 
369ac8695a9Schristos /* Define to 1 if you have the <proc_service.h> header file. */
370ac8695a9Schristos /* #undef HAVE_PROC_SERVICE_H */
371ac8695a9Schristos 
372ac8695a9Schristos /* Define if <sys/procfs.h> has psaddr_t. */
373ac8695a9Schristos /* #undef HAVE_PSADDR_T */
374ac8695a9Schristos 
3754d342c04Schristos /* Have PTHREAD_PRIO_INHERIT. */
3764d342c04Schristos #define HAVE_PTHREAD_PRIO_INHERIT 1
3774d342c04Schristos 
3784d342c04Schristos /* Define to 1 if you have the `pthread_setname_np' function. */
3794d342c04Schristos #define HAVE_PTHREAD_SETNAME_NP 1
3804d342c04Schristos 
3814d342c04Schristos /* Define to 1 if you have the `pthread_sigmask' function. */
3824d342c04Schristos #define HAVE_PTHREAD_SIGMASK 1
3834d342c04Schristos 
38478ce218aSchristos /* Define to 1 if you have the `ptrace64' function. */
38578ce218aSchristos /* #undef HAVE_PTRACE64 */
386ac8695a9Schristos 
387ac8695a9Schristos /* Define if sys/ptrace.h defines the PTRACE_GETFPXREGS request. */
388ac8695a9Schristos /* #undef HAVE_PTRACE_GETFPXREGS */
389ac8695a9Schristos 
390ac8695a9Schristos /* Define if sys/ptrace.h defines the PTRACE_GETREGS request. */
391ac8695a9Schristos /* #undef HAVE_PTRACE_GETREGS */
392ac8695a9Schristos 
393ac8695a9Schristos /* Define to 1 if you have the <ptrace.h> header file. */
394ac8695a9Schristos /* #undef HAVE_PTRACE_H */
395ac8695a9Schristos 
396ac8695a9Schristos /* Define if sys/ptrace.h defines the PT_GETDBREGS request. */
397ac8695a9Schristos /* #undef HAVE_PT_GETDBREGS */
398ac8695a9Schristos 
39920cd48c9Schristos /* Define to 1 if you have the `pt_insn_event' function. */
40020cd48c9Schristos /* #undef HAVE_PT_INSN_EVENT */
40120cd48c9Schristos 
40284e9dd17Smrg /* Define to 1 if you have the `pwrite' function. */
40384e9dd17Smrg #define HAVE_PWRITE 1
40484e9dd17Smrg 
405ac8695a9Schristos /* Define if Python interpreter is being linked in. */
406ac8695a9Schristos /* #undef HAVE_PYTHON */
407ac8695a9Schristos 
4088dbf56feSchristos /* Define to 1 if you have the <readline/readline.h> header file. */
4098dbf56feSchristos /* #undef HAVE_READLINE_READLINE_H */
4108dbf56feSchristos 
411ac8695a9Schristos /* Define to 1 if you have the `resize_term' function. */
4128b7331e5Schristos #define HAVE_RESIZE_TERM 1
413ac8695a9Schristos 
414ac8695a9Schristos /* Define to 1 if you have the `sbrk' function. */
415ac8695a9Schristos #define HAVE_SBRK 1
416ac8695a9Schristos 
4173221174aSchristos /* Define to 1 if you have the `scm_new_smob' function. */
4183221174aSchristos /* #undef HAVE_SCM_NEW_SMOB */
4193221174aSchristos 
420ac8695a9Schristos /* Define to 1 if you have the `setlocale' function. */
421ac8695a9Schristos #define HAVE_SETLOCALE 1
422ac8695a9Schristos 
423822f2954Schristos /* Define to 1 if you have the `setns' function. */
424822f2954Schristos /* #undef HAVE_SETNS */
425822f2954Schristos 
426ac8695a9Schristos /* Define to 1 if you have the `setpgid' function. */
427ac8695a9Schristos #define HAVE_SETPGID 1
428ac8695a9Schristos 
429ac8695a9Schristos /* Define to 1 if you have the `setpgrp' function. */
430ac8695a9Schristos #define HAVE_SETPGRP 1
431ac8695a9Schristos 
432ac8695a9Schristos /* Define to 1 if you have the `setrlimit' function. */
433ac8695a9Schristos #define HAVE_SETRLIMIT 1
434ac8695a9Schristos 
435ac8695a9Schristos /* Define to 1 if you have the `setsid' function. */
436ac8695a9Schristos #define HAVE_SETSID 1
437ac8695a9Schristos 
438ac8695a9Schristos /* Define to 1 if you have the `sigaction' function. */
439ac8695a9Schristos #define HAVE_SIGACTION 1
440ac8695a9Schristos 
4413221174aSchristos /* Define to 1 if you have the `sigaltstack' function. */
4423221174aSchristos #define HAVE_SIGALTSTACK 1
4433221174aSchristos 
444ac8695a9Schristos /* Define to 1 if you have the <signal.h> header file. */
445ac8695a9Schristos #define HAVE_SIGNAL_H 1
446ac8695a9Schristos 
447ac8695a9Schristos /* Define to 1 if you have the `sigprocmask' function. */
448ac8695a9Schristos #define HAVE_SIGPROCMASK 1
449ac8695a9Schristos 
450ac8695a9Schristos /* Define if sigsetjmp is available. */
451ac8695a9Schristos #define HAVE_SIGSETJMP 1
452ac8695a9Schristos 
453ac8695a9Schristos /* Define to 1 if you have the `sigsetmask' function. */
454ac8695a9Schristos #define HAVE_SIGSETMASK 1
455ac8695a9Schristos 
4568dbf56feSchristos /* Define to 1 if you have the `sigtimedwait' function. */
4578dbf56feSchristos #define HAVE_SIGTIMEDWAIT 1
4588dbf56feSchristos 
459ac8695a9Schristos /* Define to 1 if you have the `socketpair' function. */
460ac8695a9Schristos #define HAVE_SOCKETPAIR 1
461ac8695a9Schristos 
462ac8695a9Schristos /* Define to 1 if the system has the type `socklen_t'. */
463ac8695a9Schristos #define HAVE_SOCKLEN_T 1
464ac8695a9Schristos 
46520cd48c9Schristos /* Define to 1 if the source-highlight library is available */
46620cd48c9Schristos /* #undef HAVE_SOURCE_HIGHLIGHT */
46720cd48c9Schristos 
468ac8695a9Schristos /* Define to 1 if you have the <stdint.h> header file. */
469ac8695a9Schristos #define HAVE_STDINT_H 1
470ac8695a9Schristos 
471ac8695a9Schristos /* Define to 1 if you have the <stdlib.h> header file. */
472ac8695a9Schristos #define HAVE_STDLIB_H 1
473ac8695a9Schristos 
474ac8695a9Schristos /* Define to 1 if you have the <strings.h> header file. */
475ac8695a9Schristos #define HAVE_STRINGS_H 1
476ac8695a9Schristos 
477ac8695a9Schristos /* Define to 1 if you have the <string.h> header file. */
478ac8695a9Schristos #define HAVE_STRING_H 1
479ac8695a9Schristos 
480ac8695a9Schristos /* Define to 1 if your system has struct lwp. */
481e5d758f8Schristos #define HAVE_STRUCT_LWP 1
482ac8695a9Schristos 
48320cd48c9Schristos /* Define to 1 if `pl_syscall_code' is a member of `struct ptrace_lwpinfo'. */
484e110ade7Smrg /* #undef HAVE_STRUCT_PTRACE_LWPINFO_PL_SYSCALL_CODE */
485e110ade7Smrg 
48620cd48c9Schristos /* Define to 1 if `pl_tdname' is a member of `struct ptrace_lwpinfo'. */
4878b7331e5Schristos /* #undef HAVE_STRUCT_PTRACE_LWPINFO_PL_TDNAME */
4888b7331e5Schristos 
48920cd48c9Schristos /* Define to 1 if `enabled' is a member of `struct pt_insn'. */
49020cd48c9Schristos /* #undef HAVE_STRUCT_PT_INSN_ENABLED */
49120cd48c9Schristos 
49220cd48c9Schristos /* Define to 1 if `resynced' is a member of `struct pt_insn'. */
49320cd48c9Schristos /* #undef HAVE_STRUCT_PT_INSN_RESYNCED */
49420cd48c9Schristos 
495ac8695a9Schristos /* Define to 1 if your system has struct reg in <machine/reg.h>. */
496ac8695a9Schristos #define HAVE_STRUCT_REG 1
497ac8695a9Schristos 
49820cd48c9Schristos /* Define to 1 if `r_fs' is a member of `struct reg'. */
499ac8695a9Schristos /* #undef HAVE_STRUCT_REG_R_FS */
500ac8695a9Schristos 
50120cd48c9Schristos /* Define to 1 if `r_gs' is a member of `struct reg'. */
502ac8695a9Schristos /* #undef HAVE_STRUCT_REG_R_GS */
503ac8695a9Schristos 
50420cd48c9Schristos /* Define to 1 if `st_blksize' is a member of `struct stat'. */
505ac8695a9Schristos #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
506ac8695a9Schristos 
50720cd48c9Schristos /* Define to 1 if `st_blocks' is a member of `struct stat'. */
508ac8695a9Schristos #define HAVE_STRUCT_STAT_ST_BLOCKS 1
509ac8695a9Schristos 
51020cd48c9Schristos /* Define to 1 if `td_pcb' is a member of `struct thread'. */
511ac8695a9Schristos /* #undef HAVE_STRUCT_THREAD_TD_PCB */
512ac8695a9Schristos 
513ac8695a9Schristos /* Define to 1 if you have the <sys/debugreg.h> header file. */
514ac8695a9Schristos /* #undef HAVE_SYS_DEBUGREG_H */
515ac8695a9Schristos 
516ac8695a9Schristos /* Define to 1 if you have the <sys/file.h> header file. */
517ac8695a9Schristos #define HAVE_SYS_FILE_H 1
518ac8695a9Schristos 
519ac8695a9Schristos /* Define to 1 if you have the <sys/filio.h> header file. */
520ac8695a9Schristos #define HAVE_SYS_FILIO_H 1
521ac8695a9Schristos 
522ac8695a9Schristos /* Define to 1 if you have the <sys/ioctl.h> header file. */
523ac8695a9Schristos #define HAVE_SYS_IOCTL_H 1
524ac8695a9Schristos 
525ac8695a9Schristos /* Define to 1 if you have the <sys/param.h> header file. */
526ac8695a9Schristos #define HAVE_SYS_PARAM_H 1
527ac8695a9Schristos 
528ac8695a9Schristos /* Define to 1 if you have the <sys/poll.h> header file. */
529ac8695a9Schristos #define HAVE_SYS_POLL_H 1
530ac8695a9Schristos 
5318dbf56feSchristos /* Define to 1 if you have the <sys/procctl.h> header file. */
5328dbf56feSchristos /* #undef HAVE_SYS_PROCCTL_H */
5338dbf56feSchristos 
534ac8695a9Schristos /* Define to 1 if you have the <sys/procfs.h> header file. */
535ac8695a9Schristos /* #undef HAVE_SYS_PROCFS_H */
536ac8695a9Schristos 
537ac8695a9Schristos /* Define to 1 if you have the <sys/ptrace.h> header file. */
538ac8695a9Schristos #define HAVE_SYS_PTRACE_H 1
539ac8695a9Schristos 
540ac8695a9Schristos /* Define to 1 if you have the <sys/reg.h> header file. */
541ac8695a9Schristos /* #undef HAVE_SYS_REG_H */
542ac8695a9Schristos 
543ac8695a9Schristos /* Define to 1 if you have the <sys/resource.h> header file. */
544ac8695a9Schristos #define HAVE_SYS_RESOURCE_H 1
545ac8695a9Schristos 
546ac8695a9Schristos /* Define to 1 if you have the <sys/select.h> header file. */
547ac8695a9Schristos #define HAVE_SYS_SELECT_H 1
548ac8695a9Schristos 
54984e9dd17Smrg /* Define to 1 if you have the <sys/socket.h> header file. */
55084e9dd17Smrg #define HAVE_SYS_SOCKET_H 1
55184e9dd17Smrg 
552ac8695a9Schristos /* Define to 1 if you have the <sys/stat.h> header file. */
553ac8695a9Schristos #define HAVE_SYS_STAT_H 1
554ac8695a9Schristos 
555ac8695a9Schristos /* Define to 1 if you have the <sys/types.h> header file. */
556ac8695a9Schristos #define HAVE_SYS_TYPES_H 1
557ac8695a9Schristos 
55884e9dd17Smrg /* Define to 1 if you have the <sys/un.h> header file. */
55984e9dd17Smrg #define HAVE_SYS_UN_H 1
56084e9dd17Smrg 
561ac8695a9Schristos /* Define to 1 if you have the <sys/user.h> header file. */
5628b7331e5Schristos /* #undef HAVE_SYS_USER_H */
563ac8695a9Schristos 
564ac8695a9Schristos /* Define to 1 if you have the <sys/wait.h> header file. */
565ac8695a9Schristos #define HAVE_SYS_WAIT_H 1
566ac8695a9Schristos 
567ac8695a9Schristos /* Define to 1 if you have the <termios.h> header file. */
568ac8695a9Schristos #define HAVE_TERMIOS_H 1
569ac8695a9Schristos 
570ac8695a9Schristos /* Define to 1 if you have the <term.h> header file. */
571ac8695a9Schristos #define HAVE_TERM_H 1
572ac8695a9Schristos 
573ac8695a9Schristos /* Define to 1 if you have the <thread_db.h> header file. */
574ac8695a9Schristos /* #undef HAVE_THREAD_DB_H */
575ac8695a9Schristos 
576ac8695a9Schristos /* Define to 1 if you have the `ttrace' function. */
577ac8695a9Schristos /* #undef HAVE_TTRACE */
578ac8695a9Schristos 
579ac8695a9Schristos /* Define to 1 if you have the <unistd.h> header file. */
580ac8695a9Schristos #define HAVE_UNISTD_H 1
581ac8695a9Schristos 
58220cd48c9Schristos /* Define to 1 if you have the `use_default_colors' function. */
58320cd48c9Schristos #define HAVE_USE_DEFAULT_COLORS 1
58420cd48c9Schristos 
585ac8695a9Schristos /* Define to 1 if you have the `vfork' function. */
586ac8695a9Schristos #define HAVE_VFORK 1
587ac8695a9Schristos 
588ac8695a9Schristos /* Define to 1 if you have the <vfork.h> header file. */
589ac8695a9Schristos /* #undef HAVE_VFORK_H */
590ac8695a9Schristos 
591ac8695a9Schristos /* Define to 1 if you have the `waitpid' function. */
592ac8695a9Schristos #define HAVE_WAITPID 1
593ac8695a9Schristos 
594ac8695a9Schristos /* Define to 1 if you have the <wait.h> header file. */
595ac8695a9Schristos /* #undef HAVE_WAIT_H */
596ac8695a9Schristos 
5973221174aSchristos /* Define to 1 if you have the <windows.h> header file. */
5983221174aSchristos /* #undef HAVE_WINDOWS_H */
5993221174aSchristos 
600ac8695a9Schristos /* Define to 1 if `fork' works. */
601ac8695a9Schristos #define HAVE_WORKING_FORK 1
602ac8695a9Schristos 
603ac8695a9Schristos /* Define to 1 if `vfork' works. */
604ac8695a9Schristos #define HAVE_WORKING_VFORK 1
605ac8695a9Schristos 
606ac8695a9Schristos /* Define to 1 if you have the `wresize' function. */
6078b7331e5Schristos #define HAVE_WRESIZE 1
608ac8695a9Schristos 
6094d342c04Schristos /* Define to 1 if you have the <ws2tcpip.h> header file. */
6104d342c04Schristos /* #undef HAVE_WS2TCPIP_H */
6114d342c04Schristos 
612ac8695a9Schristos /* Define to 1 if you have the `XML_StopParser' function. */
61354eac751Schristos #define HAVE_XML_STOPPARSER 1
614ac8695a9Schristos 
6158dbf56feSchristos /* Define to 1 if zstd is enabled. */
6168dbf56feSchristos /* #undef HAVE_ZSTD */
6178dbf56feSchristos 
618ac8695a9Schristos /* Define to 1 if your system has the _etext variable. */
619ac8695a9Schristos #define HAVE__ETEXT 1
620ac8695a9Schristos 
621ac8695a9Schristos /* Define to 1 if you have the `_mcleanup' function. */
622ac8695a9Schristos #define HAVE__MCLEANUP 1
623ac8695a9Schristos 
62484e9dd17Smrg /* Path of directory of iconv program. */
62584e9dd17Smrg /* #undef ICONV_BIN */
62684e9dd17Smrg 
62784e9dd17Smrg /* Define if the iconv directory should be relocated when GDB is moved. */
62884e9dd17Smrg /* #undef ICONV_BIN_RELOCATABLE */
62984e9dd17Smrg 
630ac8695a9Schristos /* Define as const if the declaration of iconv() needs const. */
63177a1ad5fSkamil #define ICONV_CONST
632ac8695a9Schristos 
63384e9dd17Smrg /* directory to load the JIT readers from */
63484e9dd17Smrg #define JIT_READER_DIR "/usr/lib/gdb"
63584e9dd17Smrg 
63684e9dd17Smrg /* Define if the jit-reader-dir directory should be relocated when GDB is
63784e9dd17Smrg    moved. */
63884e9dd17Smrg #define JIT_READER_DIR_RELOCATABLE 1
639ac8695a9Schristos 
6408dbf56feSchristos /* Define to the sub-directory in which libtool stores uninstalled libraries.
6418dbf56feSchristos    */
6428dbf56feSchristos #define LT_OBJDIR ".libs/"
6438dbf56feSchristos 
644ac8695a9Schristos /* Name of this package. */
645ac8695a9Schristos #define PACKAGE "gdb"
646ac8695a9Schristos 
647ac8695a9Schristos /* Define to the address where bug reports for this package should be sent. */
648ac8695a9Schristos #define PACKAGE_BUGREPORT ""
649ac8695a9Schristos 
650ac8695a9Schristos /* Define to the full name of this package. */
651ac8695a9Schristos #define PACKAGE_NAME ""
652ac8695a9Schristos 
653ac8695a9Schristos /* Define to the full name and version of this package. */
654ac8695a9Schristos #define PACKAGE_STRING ""
655ac8695a9Schristos 
656ac8695a9Schristos /* Define to the one symbol short name of this package. */
657ac8695a9Schristos #define PACKAGE_TARNAME ""
658ac8695a9Schristos 
659ac8695a9Schristos /* Define to the home page for this package. */
660ac8695a9Schristos #define PACKAGE_URL ""
661ac8695a9Schristos 
662ac8695a9Schristos /* Define to the version of this package. */
663ac8695a9Schristos #define PACKAGE_VERSION ""
664ac8695a9Schristos 
665ac8695a9Schristos /* Additional package description */
666ac8695a9Schristos #define PKGVERSION "(GDB) "
667ac8695a9Schristos 
668ac8695a9Schristos /* Define to 1 if the "%H, %D and %DD" formats work to print decfloats. */
669ac8695a9Schristos /* #undef PRINTF_HAS_DECFLOAT */
670ac8695a9Schristos 
671ac8695a9Schristos /* Define to 1 if the "%Lg" format works to print long doubles. */
672ac8695a9Schristos /* #undef PRINTF_HAS_LONG_DOUBLE */
673ac8695a9Schristos 
674ac8695a9Schristos /* Define to 1 if the "%ll" format works to print long longs. */
675ac8695a9Schristos /* #undef PRINTF_HAS_LONG_LONG */
676ac8695a9Schristos 
6774d342c04Schristos /* Define to necessary symbol if this constant uses a non-standard name on
6784d342c04Schristos    your system. */
6794d342c04Schristos /* #undef PTHREAD_CREATE_JOINABLE */
6804d342c04Schristos 
681e110ade7Smrg /* Define to the type of arg 1 for ptrace. */
682e110ade7Smrg #define PTRACE_TYPE_ARG1 int
683e110ade7Smrg 
684ac8695a9Schristos /* Define to the type of arg 3 for ptrace. */
685ac8695a9Schristos #define PTRACE_TYPE_ARG3 void *
686ac8695a9Schristos 
68778ce218aSchristos /* Define to the type of arg 4 for ptrace. */
68878ce218aSchristos #define PTRACE_TYPE_ARG4 int
68978ce218aSchristos 
690ac8695a9Schristos /* Define to the type of arg 5 for ptrace. */
691ac8695a9Schristos /* #undef PTRACE_TYPE_ARG5 */
692ac8695a9Schristos 
693ac8695a9Schristos /* Define as the return type of ptrace. */
694ac8695a9Schristos #define PTRACE_TYPE_RET int
695ac8695a9Schristos 
6964d342c04Schristos /* Define if the python lib directory should be relocated when GDB is moved.
6974d342c04Schristos    */
6984d342c04Schristos /* #undef PYTHON_LIBDIR_RELOCATABLE */
6994d342c04Schristos 
700ac8695a9Schristos /* Define if the python directory should be relocated when GDB is moved. */
701ac8695a9Schristos /* #undef PYTHON_PATH_RELOCATABLE */
702ac8695a9Schristos 
703ac8695a9Schristos /* Relocated directory for source files. */
704ac8695a9Schristos /* #undef RELOC_SRCDIR */
705ac8695a9Schristos 
706ac8695a9Schristos /* Bug reporting address */
7074d342c04Schristos #define REPORT_BUGS_TO "<https://www.gnu.org/software/gdb/bugs/>"
708ac8695a9Schristos 
709ac8695a9Schristos /* Define to 1 if the "%Lg" format works to scan long doubles. */
710ac8695a9Schristos /* #undef SCANF_HAS_LONG_DOUBLE */
711ac8695a9Schristos 
712ac8695a9Schristos /* Define to 1 if the `setpgrp' function takes no argument. */
713ac8695a9Schristos /* #undef SETPGRP_VOID */
714ac8695a9Schristos 
715822f2954Schristos /* The size of `long long', as computed by sizeof. */
716822f2954Schristos #define SIZEOF_LONG_LONG 8
717822f2954Schristos 
71884e9dd17Smrg /* The size of `unsigned long', as computed by sizeof. */
71984e9dd17Smrg #define SIZEOF_UNSIGNED_LONG 4
72084e9dd17Smrg 
72184e9dd17Smrg /* The size of `unsigned long long', as computed by sizeof. */
72284e9dd17Smrg #define SIZEOF_UNSIGNED_LONG_LONG 8
72384e9dd17Smrg 
72484e9dd17Smrg /* The size of `unsigned __int128', as computed by sizeof. */
72584e9dd17Smrg #define SIZEOF_UNSIGNED___INT128 0
726ac8695a9Schristos 
7278dbf56feSchristos /* The size of `void *', as computed by sizeof. */
7288dbf56feSchristos #define SIZEOF_VOID_P 4
7298dbf56feSchristos 
730ac8695a9Schristos /* If using the C implementation of alloca, define if you know the
731ac8695a9Schristos    direction of stack growth for your system; otherwise it will be
732ac8695a9Schristos    automatically deduced at runtime.
733ac8695a9Schristos 	STACK_DIRECTION > 0 => grows toward higher addresses
734ac8695a9Schristos 	STACK_DIRECTION < 0 => grows toward lower addresses
735ac8695a9Schristos 	STACK_DIRECTION = 0 => direction of growth unknown */
736ac8695a9Schristos /* #undef STACK_DIRECTION */
737ac8695a9Schristos 
738ac8695a9Schristos /* Define to 1 if you have the ANSI C header files. */
739ac8695a9Schristos #define STDC_HEADERS 1
740ac8695a9Schristos 
741ac8695a9Schristos /* automatically load a system-wide gdbinit file */
742ac8695a9Schristos #define SYSTEM_GDBINIT ""
743ac8695a9Schristos 
7444d342c04Schristos /* automatically load system-wide gdbinit files from this directory */
7454d342c04Schristos #define SYSTEM_GDBINIT_DIR ""
7464d342c04Schristos 
7474d342c04Schristos /* Define if the system-gdbinit-dir directory should be relocated when GDB is
7484d342c04Schristos    moved. */
7494d342c04Schristos #define SYSTEM_GDBINIT_DIR_RELOCATABLE 0
7504d342c04Schristos 
751ac8695a9Schristos /* Define if the system-gdbinit directory should be relocated when GDB is
752ac8695a9Schristos    moved. */
753ac8695a9Schristos #define SYSTEM_GDBINIT_RELOCATABLE 0
754ac8695a9Schristos 
75584e9dd17Smrg /* search for usr/lib et al within DIR */
75684e9dd17Smrg #define TARGET_SYSTEM_ROOT ""
75784e9dd17Smrg 
75884e9dd17Smrg /* Define if the sysroot directory should be relocated when GDB is moved. */
75984e9dd17Smrg #define TARGET_SYSTEM_ROOT_RELOCATABLE 0
76084e9dd17Smrg 
761ac8695a9Schristos /* Define if <thread_db.h> has the TD_NOTALLOC error code. */
762ac8695a9Schristos /* #undef THREAD_DB_HAS_TD_NOTALLOC */
763ac8695a9Schristos 
764ac8695a9Schristos /* Define if <thread_db.h> has the TD_NOTLS error code. */
765ac8695a9Schristos /* #undef THREAD_DB_HAS_TD_NOTLS */
766ac8695a9Schristos 
767ac8695a9Schristos /* Define if <thread_db.h> has the TD_VERSION error code. */
768ac8695a9Schristos /* #undef THREAD_DB_HAS_TD_VERSION */
769ac8695a9Schristos 
77084e9dd17Smrg /* Enable extensions on AIX 3, Interix.  */
77184e9dd17Smrg #ifndef _ALL_SOURCE
77284e9dd17Smrg # define _ALL_SOURCE 1
77384e9dd17Smrg #endif
77484e9dd17Smrg /* Enable GNU extensions on systems that have them.  */
77584e9dd17Smrg #ifndef _GNU_SOURCE
77684e9dd17Smrg # define _GNU_SOURCE 1
77784e9dd17Smrg #endif
77884e9dd17Smrg /* Enable threading extensions on Solaris.  */
77984e9dd17Smrg #ifndef _POSIX_PTHREAD_SEMANTICS
78084e9dd17Smrg # define _POSIX_PTHREAD_SEMANTICS 1
78184e9dd17Smrg #endif
78284e9dd17Smrg /* Enable extensions on HP NonStop.  */
78384e9dd17Smrg #ifndef _TANDEM_SOURCE
78484e9dd17Smrg # define _TANDEM_SOURCE 1
78584e9dd17Smrg #endif
78684e9dd17Smrg /* Enable general extensions on Solaris.  */
78784e9dd17Smrg #ifndef __EXTENSIONS__
78884e9dd17Smrg # define __EXTENSIONS__ 1
78984e9dd17Smrg #endif
79084e9dd17Smrg 
79184e9dd17Smrg 
792ac8695a9Schristos /* Define if we should use the Windows API, instead of the POSIX API. On
793ac8695a9Schristos    Windows, we use the Windows API when building for MinGW, but the POSIX API
794ac8695a9Schristos    when building for Cygwin. */
795ac8695a9Schristos /* #undef USE_WIN32API */
796ac8695a9Schristos 
797e110ade7Smrg /* Define if the PPC simulator is being linked in. */
798e110ade7Smrg /* #undef WITH_PPC_SIM */
799e110ade7Smrg 
8004d342c04Schristos /* Directory containing Python's standard libraries from --with-python-libdir.
8014d342c04Schristos    */
8024d342c04Schristos /* #undef WITH_PYTHON_LIBDIR */
8034d342c04Schristos 
804ac8695a9Schristos /* Define if --with-python provides a path, either directly or via
805ac8695a9Schristos    python-config.py --exec-prefix. */
806ac8695a9Schristos /* #undef WITH_PYTHON_PATH */
807ac8695a9Schristos 
808ac8695a9Schristos /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
809ac8695a9Schristos    significant byte first (like Motorola and SPARC, unlike Intel). */
810ac8695a9Schristos #if defined AC_APPLE_UNIVERSAL_BUILD
811ac8695a9Schristos # if defined __BIG_ENDIAN__
812ac8695a9Schristos #  define WORDS_BIGENDIAN 1
813ac8695a9Schristos # endif
814ac8695a9Schristos #else
815ac8695a9Schristos # ifndef WORDS_BIGENDIAN
816ac8695a9Schristos #  define WORDS_BIGENDIAN 1
817ac8695a9Schristos # endif
818ac8695a9Schristos #endif
819ac8695a9Schristos 
82020cd48c9Schristos /* Enable large inode numbers on Mac OS X 10.5.  */
82120cd48c9Schristos #ifndef _DARWIN_USE_64_BIT_INODE
82220cd48c9Schristos # define _DARWIN_USE_64_BIT_INODE 1
82320cd48c9Schristos #endif
82420cd48c9Schristos 
825ac8695a9Schristos /* Number of bits in a file offset, on hosts where this is settable. */
826ac8695a9Schristos /* #undef _FILE_OFFSET_BITS */
827ac8695a9Schristos 
828ac8695a9Schristos /* Define for large files, on AIX-style hosts. */
829ac8695a9Schristos /* #undef _LARGE_FILES */
830ac8695a9Schristos 
831ac8695a9Schristos /* Define to 1 if on MINIX. */
832ac8695a9Schristos /* #undef _MINIX */
833ac8695a9Schristos 
834ac8695a9Schristos /* Define to 2 if the system does not provide POSIX.1 features except with
835ac8695a9Schristos    this defined. */
836ac8695a9Schristos /* #undef _POSIX_1_SOURCE */
837ac8695a9Schristos 
838ac8695a9Schristos /* Define to 1 if you need to in order for `stat' and other things to work. */
839ac8695a9Schristos /* #undef _POSIX_SOURCE */
840ac8695a9Schristos 
8414d342c04Schristos /* Use structured /proc on Solaris. */
8424d342c04Schristos #define _STRUCTURED_PROC 1
8434d342c04Schristos 
844ac8695a9Schristos /* Define to empty if `const' does not conform to ANSI C. */
845ac8695a9Schristos /* #undef const */
846ac8695a9Schristos 
847ac8695a9Schristos /* Define to `__inline__' or `__inline' if that's what the C compiler
848ac8695a9Schristos    calls it, or to nothing if 'inline' is not supported under any name.  */
849ac8695a9Schristos #ifndef __cplusplus
850ac8695a9Schristos /* #undef inline */
851ac8695a9Schristos #endif
852ac8695a9Schristos 
853ac8695a9Schristos /* Define to `int' if <sys/types.h> does not define. */
854ac8695a9Schristos /* #undef pid_t */
855ac8695a9Schristos 
85620cd48c9Schristos /* Define to `unsigned int' if <sys/types.h> does not define. */
85720cd48c9Schristos /* #undef size_t */
85820cd48c9Schristos 
859ac8695a9Schristos /* Define as `fork' if `vfork' does not work. */
860ac8695a9Schristos /* #undef vfork */
861