xref: /netbsd-src/external/gpl3/gdb/lib/libgdb/arch/mipsn64el/config.h (revision 22ebeae4b2252475e0ebe332f69734639cb946ea)
1475b3abcSchristos /* 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  */
3475b3abcSchristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
4475b3abcSchristos 
5475b3abcSchristos /* config.h.  Generated from config.in by configure.  */
6475b3abcSchristos /* config.in.  Generated from configure.ac by autoheader.  */
7475b3abcSchristos 
8475b3abcSchristos /* Define if building universal (internal helper macro) */
9475b3abcSchristos /* #undef AC_APPLE_UNIVERSAL_BUILD */
10475b3abcSchristos 
11*22ebeae4Schristos /* Additional directories to look for separate debug info. */
12*22ebeae4Schristos /* #undef ADDITIONAL_DEBUG_DIRS */
13*22ebeae4Schristos 
14475b3abcSchristos /* Directories from which to load auto-loaded scripts. */
15475b3abcSchristos #define AUTO_LOAD_DIR "$debugdir:$datadir/auto-load"
16475b3abcSchristos 
17475b3abcSchristos /* Directories safe to hold auto-loaded files. */
18475b3abcSchristos #define AUTO_LOAD_SAFE_PATH "$debugdir:$datadir/auto-load"
19475b3abcSchristos 
20475b3abcSchristos /* Directory of programs. */
21475b3abcSchristos #define BINDIR "/usr/bin"
22475b3abcSchristos 
23475b3abcSchristos /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
24475b3abcSchristos    systems. This function is required for `alloca.c' support on those systems.
25475b3abcSchristos    */
26475b3abcSchristos /* #undef CRAY_STACKSEG_END */
27475b3abcSchristos 
28475b3abcSchristos /* Define to 1 if std::thread works. */
29475b3abcSchristos #define CXX_STD_THREAD 1
30475b3abcSchristos 
31475b3abcSchristos /* Define to 1 if using `alloca.c'. */
32475b3abcSchristos /* #undef C_ALLOCA */
33475b3abcSchristos 
34475b3abcSchristos /* look for global separate debug info in this path [LIBDIR/debug] */
35475b3abcSchristos #define DEBUGDIR "/usr/libdata/debug"
36475b3abcSchristos 
37475b3abcSchristos /* Define if the separate-debug-dir directory should be relocated when GDB is
38475b3abcSchristos    moved. */
39475b3abcSchristos #define DEBUGDIR_RELOCATABLE 1
40475b3abcSchristos 
41475b3abcSchristos /* Define to BFD's default architecture. */
42475b3abcSchristos #define DEFAULT_BFD_ARCH bfd_mips_arch
43475b3abcSchristos 
44475b3abcSchristos /* Define to BFD's default target vector. */
45be61f6a4Srin #define DEFAULT_BFD_VEC mips_elf64_trad_le_vec
46475b3abcSchristos 
47475b3abcSchristos /* Handle .ctf type-info sections */
48475b3abcSchristos #define ENABLE_LIBCTF 1
49475b3abcSchristos 
50475b3abcSchristos /* Define to 1 if translation of program messages to the user's native
51475b3abcSchristos    language is requested. */
52*22ebeae4Schristos /* #undef ENABLE_NLS */
53475b3abcSchristos 
5415a984a0Schristos /* The .gdbearlyinit filename. */
5515a984a0Schristos #define GDBEARLYINIT ".gdbearlyinit"
5615a984a0Schristos 
57475b3abcSchristos /* The .gdbinit filename. */
58475b3abcSchristos #define GDBINIT ".gdbinit"
59475b3abcSchristos 
60475b3abcSchristos /* look for global separate data files in this path [DATADIR/gdb] */
61475b3abcSchristos #define GDB_DATADIR "/usr/share/gdb"
62475b3abcSchristos 
63475b3abcSchristos /* Define if the gdb-datadir directory should be relocated when GDB is moved.
64475b3abcSchristos    */
65475b3abcSchristos #define GDB_DATADIR_RELOCATABLE 1
66475b3abcSchristos 
67475b3abcSchristos /* Define to be a string naming the default host character set. */
68475b3abcSchristos #define GDB_DEFAULT_HOST_CHARSET "UTF-8"
69475b3abcSchristos 
70475b3abcSchristos /* Host double floatformat */
71475b3abcSchristos #define GDB_HOST_DOUBLE_FORMAT 0
72475b3abcSchristos 
73475b3abcSchristos /* Host float floatformat */
74475b3abcSchristos #define GDB_HOST_FLOAT_FORMAT 0
75475b3abcSchristos 
76475b3abcSchristos /* Host long double floatformat */
77475b3abcSchristos #define GDB_HOST_LONG_DOUBLE_FORMAT 0
78475b3abcSchristos 
79475b3abcSchristos /* nativefile */
80475b3abcSchristos /* #undef GDB_NM_FILE */
81475b3abcSchristos 
82475b3abcSchristos /* Define to the default OS ABI for this configuration. */
835900762bSrin #define GDB_OSABI_DEFAULT GDB_OSABI_NETBSD
84475b3abcSchristos 
85475b3abcSchristos /* Define if self-testing features should be enabled */
8615a984a0Schristos /* #undef GDB_SELF_TEST */
87475b3abcSchristos 
88475b3abcSchristos /* Define to 1 if you have `alloca', as a function or macro. */
89475b3abcSchristos #define HAVE_ALLOCA 1
90475b3abcSchristos 
91475b3abcSchristos /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
92475b3abcSchristos    */
93475b3abcSchristos /* #undef HAVE_ALLOCA_H */
94475b3abcSchristos 
95*22ebeae4Schristos /* Define if amd-dbgapi is being linked in. */
96*22ebeae4Schristos /* #undef HAVE_AMD_DBGAPI */
97*22ebeae4Schristos 
98475b3abcSchristos /* Define to 1 if you have the `btowc' function. */
99475b3abcSchristos #define HAVE_BTOWC 1
100475b3abcSchristos 
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 
109475b3abcSchristos /* Define to 1 if you have the <cursesX.h> header file. */
110475b3abcSchristos /* #undef HAVE_CURSESX_H */
111475b3abcSchristos 
112475b3abcSchristos /* Define to 1 if you have the <curses.h> header file. */
113475b3abcSchristos #define HAVE_CURSES_H 1
114475b3abcSchristos 
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 */
121475b3abcSchristos 
122475b3abcSchristos /* Define to 1 if you have the declaration of `ADDR_NO_RANDOMIZE', and to 0 if
123475b3abcSchristos    you don't. */
124475b3abcSchristos #define HAVE_DECL_ADDR_NO_RANDOMIZE 0
125475b3abcSchristos 
126475b3abcSchristos /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
127475b3abcSchristos    don't. */
128475b3abcSchristos #define HAVE_DECL_ASPRINTF 1
129475b3abcSchristos 
130475b3abcSchristos /* Define to 1 if you have the declaration of `basename(char *)', and to 0 if
131475b3abcSchristos    you don't. */
132475b3abcSchristos #define HAVE_DECL_BASENAME 0
133475b3abcSchristos 
134475b3abcSchristos /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
135475b3abcSchristos #define HAVE_DECL_FFS 1
136475b3abcSchristos 
137475b3abcSchristos /* Define to 1 if you have the declaration of `getthrds', and to 0 if you
138475b3abcSchristos    don't. */
139475b3abcSchristos /* #undef HAVE_DECL_GETTHRDS */
140475b3abcSchristos 
141475b3abcSchristos /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
142475b3abcSchristos    don't. */
143475b3abcSchristos #define HAVE_DECL_SNPRINTF 1
144475b3abcSchristos 
145475b3abcSchristos /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
146475b3abcSchristos    */
147475b3abcSchristos #define HAVE_DECL_STRSTR 1
148475b3abcSchristos 
149475b3abcSchristos /* Define to 1 if you have the declaration of `strtol', and to 0 if you don't.
150475b3abcSchristos    */
151475b3abcSchristos #define HAVE_DECL_STRTOL 1
152475b3abcSchristos 
153475b3abcSchristos /* Define to 1 if you have the declaration of `strtoll', and to 0 if you
154475b3abcSchristos    don't. */
155475b3abcSchristos #define HAVE_DECL_STRTOLL 1
156475b3abcSchristos 
157475b3abcSchristos /* Define to 1 if you have the declaration of `strtoul', and to 0 if you
158475b3abcSchristos    don't. */
159475b3abcSchristos #define HAVE_DECL_STRTOUL 1
160475b3abcSchristos 
161475b3abcSchristos /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
162475b3abcSchristos    don't. */
163475b3abcSchristos #define HAVE_DECL_STRTOULL 1
164475b3abcSchristos 
165475b3abcSchristos /* Define to 1 if you have the declaration of `strverscmp', and to 0 if you
166475b3abcSchristos    don't. */
167475b3abcSchristos #define HAVE_DECL_STRVERSCMP 0
168475b3abcSchristos 
169475b3abcSchristos /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
170475b3abcSchristos    don't. */
171475b3abcSchristos #define HAVE_DECL_VASPRINTF 1
172475b3abcSchristos 
173475b3abcSchristos /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
174475b3abcSchristos    don't. */
175475b3abcSchristos #define HAVE_DECL_VSNPRINTF 1
176475b3abcSchristos 
177475b3abcSchristos /* Define to 1 if you have the <dlfcn.h> header file. */
178475b3abcSchristos #define HAVE_DLFCN_H 1
179475b3abcSchristos 
180475b3abcSchristos /* Define if ELF support should be included. */
181475b3abcSchristos #define HAVE_ELF 1
182475b3abcSchristos 
183475b3abcSchristos /* Define if <sys/procfs.h> has elf_fpregset_t. */
184475b3abcSchristos /* #undef HAVE_ELF_FPREGSET_T */
185475b3abcSchristos 
186475b3abcSchristos /* Define to 1 if you have the <elf_hp.h> header file. */
187475b3abcSchristos /* #undef HAVE_ELF_HP_H */
188475b3abcSchristos 
189475b3abcSchristos /* Define to 1 if your system has the etext variable. */
190475b3abcSchristos #define HAVE_ETEXT 1
191475b3abcSchristos 
19215a984a0Schristos /* Define to 1 if execinfo.h backtrace functions are available. */
19315a984a0Schristos /* #undef HAVE_EXECINFO_BACKTRACE */
19415a984a0Schristos 
19515a984a0Schristos /* Define to 1 if you have the <execinfo.h> header file. */
19615a984a0Schristos #define HAVE_EXECINFO_H 1
19715a984a0Schristos 
198475b3abcSchristos /* Define to 1 if you have the `fdwalk' function. */
199475b3abcSchristos /* #undef HAVE_FDWALK */
200475b3abcSchristos 
201475b3abcSchristos /* Define to 1 if you have the `fork' function. */
202475b3abcSchristos #define HAVE_FORK 1
203475b3abcSchristos 
204475b3abcSchristos /* Define if <sys/procfs.h> has fpregset_t. */
205475b3abcSchristos /* #undef HAVE_FPREGSET_T */
206475b3abcSchristos 
207475b3abcSchristos /* Define to 1 if you have the `getauxval' function. */
208475b3abcSchristos /* #undef HAVE_GETAUXVAL */
209475b3abcSchristos 
210475b3abcSchristos /* Define to 1 if you have the `getgid' function. */
211475b3abcSchristos #define HAVE_GETGID 1
212475b3abcSchristos 
213475b3abcSchristos /* Define to 1 if you have the `getpagesize' function. */
214475b3abcSchristos #define HAVE_GETPAGESIZE 1
215475b3abcSchristos 
216475b3abcSchristos /* Define to 1 if you have the `getpgid' function. */
217475b3abcSchristos #define HAVE_GETPGID 1
218475b3abcSchristos 
219475b3abcSchristos /* Define to 1 if you have the `getrlimit' function. */
220475b3abcSchristos #define HAVE_GETRLIMIT 1
221475b3abcSchristos 
222475b3abcSchristos /* Define to 1 if you have the `getrusage' function. */
223475b3abcSchristos #define HAVE_GETRUSAGE 1
224475b3abcSchristos 
225*22ebeae4Schristos /* Define if the GNU gettext() function is already present or preinstalled. */
226*22ebeae4Schristos /* #undef HAVE_GETTEXT */
227*22ebeae4Schristos 
228475b3abcSchristos /* Define to 1 if you have the `getuid' function. */
229475b3abcSchristos #define HAVE_GETUID 1
230475b3abcSchristos 
231475b3abcSchristos /* Define if <sys/procfs.h> has gregset_t. */
232475b3abcSchristos /* #undef HAVE_GREGSET_T */
233475b3abcSchristos 
234475b3abcSchristos /* Define if Guile interpreter is being linked in. */
235475b3abcSchristos /* #undef HAVE_GUILE */
236475b3abcSchristos 
237475b3abcSchristos /* Define if Guile supports manual finalization. */
238475b3abcSchristos /* #undef HAVE_GUILE_MANUAL_FINALIZATION */
239475b3abcSchristos 
240*22ebeae4Schristos /* Define if you have the iconv() function and it works. */
241475b3abcSchristos #define HAVE_ICONV 1
242475b3abcSchristos 
243475b3abcSchristos /* Define to 1 if you have the `iconvlist' function. */
244475b3abcSchristos /* #undef HAVE_ICONVLIST */
245475b3abcSchristos 
246475b3abcSchristos /* Define to 1 if you have the <inttypes.h> header file. */
247475b3abcSchristos #define HAVE_INTTYPES_H 1
248475b3abcSchristos 
24915a984a0Schristos /* Define to 1 if you have the `kinfo_getfile' function. */
250475b3abcSchristos /* #undef HAVE_KINFO_GETFILE */
251475b3abcSchristos 
252475b3abcSchristos /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
253475b3abcSchristos #define HAVE_LANGINFO_CODESET 1
254475b3abcSchristos 
255475b3abcSchristos /* Define if your <locale.h> file defines LC_MESSAGES. */
256475b3abcSchristos #define HAVE_LC_MESSAGES 1
257475b3abcSchristos 
258475b3abcSchristos /* Define if you have the babeltrace library. */
259475b3abcSchristos /* #undef HAVE_LIBBABELTRACE */
260475b3abcSchristos 
26115a984a0Schristos /* Define if libbacktrace is being used. */
26215a984a0Schristos #define HAVE_LIBBACKTRACE 1
26315a984a0Schristos 
264*22ebeae4Schristos /* Define to 1 if curses is enabled. */
265*22ebeae4Schristos #define HAVE_LIBCURSES 1
266*22ebeae4Schristos 
267475b3abcSchristos /* Define to 1 if debuginfod is enabled. */
268475b3abcSchristos /* #undef HAVE_LIBDEBUGINFOD */
269475b3abcSchristos 
270*22ebeae4Schristos /* Define to 1 if debuginfod section downloading is supported. */
271*22ebeae4Schristos /* #undef HAVE_LIBDEBUGINFOD_FIND_SECTION */
272*22ebeae4Schristos 
273475b3abcSchristos /* Define if you have the expat library. */
274475b3abcSchristos #define HAVE_LIBEXPAT 1
275475b3abcSchristos 
276475b3abcSchristos /* Define to 1 if you have the `libiconvlist' function. */
277475b3abcSchristos /* #undef HAVE_LIBICONVLIST */
278475b3abcSchristos 
279475b3abcSchristos /* Define if you have the ipt library. */
280475b3abcSchristos /* #undef HAVE_LIBIPT */
281475b3abcSchristos 
282475b3abcSchristos /* Define if you have the lzma library. */
283475b3abcSchristos /* #undef HAVE_LIBLZMA */
284475b3abcSchristos 
285475b3abcSchristos /* Define to 1 if you have the `m' library (-lm). */
2865900762bSrin #define HAVE_LIBM 1
287475b3abcSchristos 
288475b3abcSchristos /* Define to 1 if you have the <libunwind-ia64.h> header file. */
289475b3abcSchristos /* #undef HAVE_LIBUNWIND_IA64_H */
290475b3abcSchristos 
291475b3abcSchristos /* Define if you have the xxhash library. */
292475b3abcSchristos /* #undef HAVE_LIBXXHASH */
293475b3abcSchristos 
294475b3abcSchristos /* Define to 1 if you have the <linux/elf.h> header file. */
295475b3abcSchristos /* #undef HAVE_LINUX_ELF_H */
296475b3abcSchristos 
297475b3abcSchristos /* Define to 1 if you have the <linux/perf_event.h> header file. */
298475b3abcSchristos /* #undef HAVE_LINUX_PERF_EVENT_H */
299475b3abcSchristos 
300475b3abcSchristos /* Define to 1 if you have the <locale.h> header file. */
301475b3abcSchristos #define HAVE_LOCALE_H 1
302475b3abcSchristos 
303475b3abcSchristos /* Define to 1 if the compiler supports long double. */
304475b3abcSchristos #define HAVE_LONG_DOUBLE 1
305475b3abcSchristos 
306475b3abcSchristos /* Define to 1 if the system has the type `long long'. */
307475b3abcSchristos #define HAVE_LONG_LONG 1
308475b3abcSchristos 
309475b3abcSchristos /* Define if <sys/procfs.h> has lwpid_t. */
310475b3abcSchristos /* #undef HAVE_LWPID_T */
311475b3abcSchristos 
312475b3abcSchristos /* Define to 1 if you have the <machine/reg.h> header file. */
313475b3abcSchristos #define HAVE_MACHINE_REG_H 1
314475b3abcSchristos 
315475b3abcSchristos /* Define to 1 if you have the <memory.h> header file. */
316475b3abcSchristos #define HAVE_MEMORY_H 1
317475b3abcSchristos 
318475b3abcSchristos /* Define to 1 if you have a working `mmap' system call. */
319475b3abcSchristos #define HAVE_MMAP 1
320475b3abcSchristos 
321475b3abcSchristos /* Define to 1 if you have the `monstartup' function. */
322475b3abcSchristos #define HAVE_MONSTARTUP 1
323475b3abcSchristos 
324475b3abcSchristos /* Define to 1 if you have the <ncursesw/ncurses.h> header file. */
325475b3abcSchristos /* #undef HAVE_NCURSESW_NCURSES_H */
326475b3abcSchristos 
327475b3abcSchristos /* Define to 1 if you have the <ncurses.h> header file. */
328475b3abcSchristos /* #undef HAVE_NCURSES_H */
329475b3abcSchristos 
330475b3abcSchristos /* Define to 1 if you have the <ncurses/ncurses.h> header file. */
331475b3abcSchristos /* #undef HAVE_NCURSES_NCURSES_H */
332475b3abcSchristos 
333475b3abcSchristos /* Define to 1 if you have the <ncurses/term.h> header file. */
334475b3abcSchristos /* #undef HAVE_NCURSES_TERM_H */
335475b3abcSchristos 
336475b3abcSchristos /* Define to 1 if you have the <nlist.h> header file. */
337475b3abcSchristos #define HAVE_NLIST_H 1
338475b3abcSchristos 
339475b3abcSchristos /* Define to 1 if you have the `pipe' function. */
340475b3abcSchristos #define HAVE_PIPE 1
341475b3abcSchristos 
342475b3abcSchristos /* Define to 1 if you have the `pipe2' function. */
343475b3abcSchristos #define HAVE_PIPE2 1
344475b3abcSchristos 
345475b3abcSchristos /* Define to 1 if you have the `poll' function. */
346475b3abcSchristos #define HAVE_POLL 1
347475b3abcSchristos 
348475b3abcSchristos /* Define to 1 if you have the <poll.h> header file. */
349475b3abcSchristos #define HAVE_POLL_H 1
350475b3abcSchristos 
351475b3abcSchristos /* Define to 1 if you have the `posix_madvise' function. */
352475b3abcSchristos #define HAVE_POSIX_MADVISE 1
353475b3abcSchristos 
354475b3abcSchristos /* Define to 1 if you have the `pread' function. */
355475b3abcSchristos #define HAVE_PREAD 1
356475b3abcSchristos 
357475b3abcSchristos /* Define to 1 if you have the `pread64' function. */
358475b3abcSchristos /* #undef HAVE_PREAD64 */
359475b3abcSchristos 
360475b3abcSchristos /* Define if <sys/procfs.h> has prfpregset_t. */
361475b3abcSchristos /* #undef HAVE_PRFPREGSET_T */
362475b3abcSchristos 
363475b3abcSchristos /* Define if <sys/procfs.h> has prgregset32_t. */
364475b3abcSchristos /* #undef HAVE_PRGREGSET32_T */
365475b3abcSchristos 
366475b3abcSchristos /* Define if <sys/procfs.h> has prgregset_t. */
367475b3abcSchristos /* #undef HAVE_PRGREGSET_T */
368475b3abcSchristos 
369475b3abcSchristos /* Define to 1 if you have the <proc_service.h> header file. */
370475b3abcSchristos /* #undef HAVE_PROC_SERVICE_H */
371475b3abcSchristos 
372475b3abcSchristos /* Define if <sys/procfs.h> has psaddr_t. */
373475b3abcSchristos /* #undef HAVE_PSADDR_T */
374475b3abcSchristos 
375475b3abcSchristos /* Have PTHREAD_PRIO_INHERIT. */
376475b3abcSchristos #define HAVE_PTHREAD_PRIO_INHERIT 1
377475b3abcSchristos 
378475b3abcSchristos /* Define to 1 if you have the `pthread_setname_np' function. */
3795900762bSrin #define HAVE_PTHREAD_SETNAME_NP 1
380475b3abcSchristos 
381475b3abcSchristos /* Define to 1 if you have the `pthread_sigmask' function. */
3825900762bSrin #define HAVE_PTHREAD_SIGMASK 1
383475b3abcSchristos 
384475b3abcSchristos /* Define to 1 if you have the `ptrace64' function. */
385475b3abcSchristos /* #undef HAVE_PTRACE64 */
386475b3abcSchristos 
387475b3abcSchristos /* Define if sys/ptrace.h defines the PTRACE_GETFPXREGS request. */
388475b3abcSchristos /* #undef HAVE_PTRACE_GETFPXREGS */
389475b3abcSchristos 
390475b3abcSchristos /* Define if sys/ptrace.h defines the PTRACE_GETREGS request. */
391475b3abcSchristos /* #undef HAVE_PTRACE_GETREGS */
392475b3abcSchristos 
393475b3abcSchristos /* Define to 1 if you have the <ptrace.h> header file. */
394475b3abcSchristos /* #undef HAVE_PTRACE_H */
395475b3abcSchristos 
396475b3abcSchristos /* Define if sys/ptrace.h defines the PT_GETDBREGS request. */
397475b3abcSchristos /* #undef HAVE_PT_GETDBREGS */
398475b3abcSchristos 
399475b3abcSchristos /* Define to 1 if you have the `pt_insn_event' function. */
400475b3abcSchristos /* #undef HAVE_PT_INSN_EVENT */
401475b3abcSchristos 
402475b3abcSchristos /* Define to 1 if you have the `pwrite' function. */
403475b3abcSchristos #define HAVE_PWRITE 1
404475b3abcSchristos 
405475b3abcSchristos /* Define if Python interpreter is being linked in. */
406475b3abcSchristos /* #undef HAVE_PYTHON */
407475b3abcSchristos 
40815a984a0Schristos /* Define to 1 if you have the <readline/readline.h> header file. */
40915a984a0Schristos /* #undef HAVE_READLINE_READLINE_H */
41015a984a0Schristos 
411475b3abcSchristos /* Define to 1 if you have the `resize_term' function. */
4125900762bSrin #define HAVE_RESIZE_TERM 1
413475b3abcSchristos 
414475b3abcSchristos /* Define to 1 if you have the `sbrk' function. */
415475b3abcSchristos #define HAVE_SBRK 1
416475b3abcSchristos 
417475b3abcSchristos /* Define to 1 if you have the `scm_new_smob' function. */
418475b3abcSchristos /* #undef HAVE_SCM_NEW_SMOB */
419475b3abcSchristos 
420475b3abcSchristos /* Define to 1 if you have the `setlocale' function. */
421475b3abcSchristos #define HAVE_SETLOCALE 1
422475b3abcSchristos 
423475b3abcSchristos /* Define to 1 if you have the `setns' function. */
424475b3abcSchristos /* #undef HAVE_SETNS */
425475b3abcSchristos 
426475b3abcSchristos /* Define to 1 if you have the `setpgid' function. */
427475b3abcSchristos #define HAVE_SETPGID 1
428475b3abcSchristos 
429475b3abcSchristos /* Define to 1 if you have the `setpgrp' function. */
430475b3abcSchristos #define HAVE_SETPGRP 1
431475b3abcSchristos 
432475b3abcSchristos /* Define to 1 if you have the `setrlimit' function. */
433475b3abcSchristos #define HAVE_SETRLIMIT 1
434475b3abcSchristos 
435475b3abcSchristos /* Define to 1 if you have the `setsid' function. */
436475b3abcSchristos #define HAVE_SETSID 1
437475b3abcSchristos 
438475b3abcSchristos /* Define to 1 if you have the `sigaction' function. */
439475b3abcSchristos #define HAVE_SIGACTION 1
440475b3abcSchristos 
441475b3abcSchristos /* Define to 1 if you have the `sigaltstack' function. */
442475b3abcSchristos #define HAVE_SIGALTSTACK 1
443475b3abcSchristos 
444475b3abcSchristos /* Define to 1 if you have the <signal.h> header file. */
445475b3abcSchristos #define HAVE_SIGNAL_H 1
446475b3abcSchristos 
447475b3abcSchristos /* Define to 1 if you have the `sigprocmask' function. */
448475b3abcSchristos #define HAVE_SIGPROCMASK 1
449475b3abcSchristos 
450475b3abcSchristos /* Define if sigsetjmp is available. */
451475b3abcSchristos #define HAVE_SIGSETJMP 1
452475b3abcSchristos 
453475b3abcSchristos /* Define to 1 if you have the `sigsetmask' function. */
454475b3abcSchristos #define HAVE_SIGSETMASK 1
455475b3abcSchristos 
45615a984a0Schristos /* Define to 1 if you have the `sigtimedwait' function. */
45715a984a0Schristos #define HAVE_SIGTIMEDWAIT 1
45815a984a0Schristos 
459475b3abcSchristos /* Define to 1 if you have the `socketpair' function. */
460475b3abcSchristos #define HAVE_SOCKETPAIR 1
461475b3abcSchristos 
462475b3abcSchristos /* Define to 1 if the system has the type `socklen_t'. */
463475b3abcSchristos #define HAVE_SOCKLEN_T 1
464475b3abcSchristos 
465475b3abcSchristos /* Define to 1 if the source-highlight library is available */
466475b3abcSchristos /* #undef HAVE_SOURCE_HIGHLIGHT */
467475b3abcSchristos 
468475b3abcSchristos /* Define to 1 if you have the <stdint.h> header file. */
469475b3abcSchristos #define HAVE_STDINT_H 1
470475b3abcSchristos 
471475b3abcSchristos /* Define to 1 if you have the <stdlib.h> header file. */
472475b3abcSchristos #define HAVE_STDLIB_H 1
473475b3abcSchristos 
474475b3abcSchristos /* Define to 1 if you have the <strings.h> header file. */
475475b3abcSchristos #define HAVE_STRINGS_H 1
476475b3abcSchristos 
477475b3abcSchristos /* Define to 1 if you have the <string.h> header file. */
478475b3abcSchristos #define HAVE_STRING_H 1
479475b3abcSchristos 
480475b3abcSchristos /* Define to 1 if your system has struct lwp. */
481475b3abcSchristos #define HAVE_STRUCT_LWP 1
482475b3abcSchristos 
483475b3abcSchristos /* Define to 1 if `pl_syscall_code' is a member of `struct ptrace_lwpinfo'. */
484475b3abcSchristos /* #undef HAVE_STRUCT_PTRACE_LWPINFO_PL_SYSCALL_CODE */
485475b3abcSchristos 
486475b3abcSchristos /* Define to 1 if `pl_tdname' is a member of `struct ptrace_lwpinfo'. */
487475b3abcSchristos /* #undef HAVE_STRUCT_PTRACE_LWPINFO_PL_TDNAME */
488475b3abcSchristos 
489475b3abcSchristos /* Define to 1 if `enabled' is a member of `struct pt_insn'. */
490475b3abcSchristos /* #undef HAVE_STRUCT_PT_INSN_ENABLED */
491475b3abcSchristos 
492475b3abcSchristos /* Define to 1 if `resynced' is a member of `struct pt_insn'. */
493475b3abcSchristos /* #undef HAVE_STRUCT_PT_INSN_RESYNCED */
494475b3abcSchristos 
495475b3abcSchristos /* Define to 1 if your system has struct reg in <machine/reg.h>. */
496475b3abcSchristos #define HAVE_STRUCT_REG 1
497475b3abcSchristos 
498475b3abcSchristos /* Define to 1 if `r_fs' is a member of `struct reg'. */
499475b3abcSchristos /* #undef HAVE_STRUCT_REG_R_FS */
500475b3abcSchristos 
501475b3abcSchristos /* Define to 1 if `r_gs' is a member of `struct reg'. */
502475b3abcSchristos /* #undef HAVE_STRUCT_REG_R_GS */
503475b3abcSchristos 
504475b3abcSchristos /* Define to 1 if `st_blksize' is a member of `struct stat'. */
505475b3abcSchristos #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
506475b3abcSchristos 
507475b3abcSchristos /* Define to 1 if `st_blocks' is a member of `struct stat'. */
508475b3abcSchristos #define HAVE_STRUCT_STAT_ST_BLOCKS 1
509475b3abcSchristos 
510475b3abcSchristos /* Define to 1 if `td_pcb' is a member of `struct thread'. */
511475b3abcSchristos /* #undef HAVE_STRUCT_THREAD_TD_PCB */
512475b3abcSchristos 
513475b3abcSchristos /* Define to 1 if you have the <sys/debugreg.h> header file. */
514475b3abcSchristos /* #undef HAVE_SYS_DEBUGREG_H */
515475b3abcSchristos 
516475b3abcSchristos /* Define to 1 if you have the <sys/file.h> header file. */
517475b3abcSchristos #define HAVE_SYS_FILE_H 1
518475b3abcSchristos 
519475b3abcSchristos /* Define to 1 if you have the <sys/filio.h> header file. */
520475b3abcSchristos #define HAVE_SYS_FILIO_H 1
521475b3abcSchristos 
522475b3abcSchristos /* Define to 1 if you have the <sys/ioctl.h> header file. */
523475b3abcSchristos #define HAVE_SYS_IOCTL_H 1
524475b3abcSchristos 
525475b3abcSchristos /* Define to 1 if you have the <sys/param.h> header file. */
526475b3abcSchristos #define HAVE_SYS_PARAM_H 1
527475b3abcSchristos 
528475b3abcSchristos /* Define to 1 if you have the <sys/poll.h> header file. */
529475b3abcSchristos #define HAVE_SYS_POLL_H 1
530475b3abcSchristos 
53115a984a0Schristos /* Define to 1 if you have the <sys/procctl.h> header file. */
53215a984a0Schristos /* #undef HAVE_SYS_PROCCTL_H */
53315a984a0Schristos 
534475b3abcSchristos /* Define to 1 if you have the <sys/procfs.h> header file. */
535475b3abcSchristos /* #undef HAVE_SYS_PROCFS_H */
536475b3abcSchristos 
537475b3abcSchristos /* Define to 1 if you have the <sys/ptrace.h> header file. */
538475b3abcSchristos #define HAVE_SYS_PTRACE_H 1
539475b3abcSchristos 
540475b3abcSchristos /* Define to 1 if you have the <sys/reg.h> header file. */
541475b3abcSchristos /* #undef HAVE_SYS_REG_H */
542475b3abcSchristos 
543475b3abcSchristos /* Define to 1 if you have the <sys/resource.h> header file. */
544475b3abcSchristos #define HAVE_SYS_RESOURCE_H 1
545475b3abcSchristos 
546475b3abcSchristos /* Define to 1 if you have the <sys/select.h> header file. */
547475b3abcSchristos #define HAVE_SYS_SELECT_H 1
548475b3abcSchristos 
549475b3abcSchristos /* Define to 1 if you have the <sys/socket.h> header file. */
550475b3abcSchristos #define HAVE_SYS_SOCKET_H 1
551475b3abcSchristos 
552475b3abcSchristos /* Define to 1 if you have the <sys/stat.h> header file. */
553475b3abcSchristos #define HAVE_SYS_STAT_H 1
554475b3abcSchristos 
555475b3abcSchristos /* Define to 1 if you have the <sys/types.h> header file. */
556475b3abcSchristos #define HAVE_SYS_TYPES_H 1
557475b3abcSchristos 
558475b3abcSchristos /* Define to 1 if you have the <sys/un.h> header file. */
559475b3abcSchristos #define HAVE_SYS_UN_H 1
560475b3abcSchristos 
561475b3abcSchristos /* Define to 1 if you have the <sys/user.h> header file. */
562475b3abcSchristos /* #undef HAVE_SYS_USER_H */
563475b3abcSchristos 
564475b3abcSchristos /* Define to 1 if you have the <sys/wait.h> header file. */
565475b3abcSchristos #define HAVE_SYS_WAIT_H 1
566475b3abcSchristos 
567475b3abcSchristos /* Define to 1 if you have the <termios.h> header file. */
568475b3abcSchristos #define HAVE_TERMIOS_H 1
569475b3abcSchristos 
570475b3abcSchristos /* Define to 1 if you have the <term.h> header file. */
571475b3abcSchristos #define HAVE_TERM_H 1
572475b3abcSchristos 
573475b3abcSchristos /* Define to 1 if you have the <thread_db.h> header file. */
574475b3abcSchristos /* #undef HAVE_THREAD_DB_H */
575475b3abcSchristos 
576475b3abcSchristos /* Define to 1 if you have the `ttrace' function. */
577475b3abcSchristos /* #undef HAVE_TTRACE */
578475b3abcSchristos 
579475b3abcSchristos /* Define to 1 if you have the <unistd.h> header file. */
580475b3abcSchristos #define HAVE_UNISTD_H 1
581475b3abcSchristos 
582475b3abcSchristos /* Define to 1 if you have the `use_default_colors' function. */
5835900762bSrin #define HAVE_USE_DEFAULT_COLORS 1
584475b3abcSchristos 
585475b3abcSchristos /* Define to 1 if you have the `vfork' function. */
586475b3abcSchristos #define HAVE_VFORK 1
587475b3abcSchristos 
588475b3abcSchristos /* Define to 1 if you have the <vfork.h> header file. */
589475b3abcSchristos /* #undef HAVE_VFORK_H */
590475b3abcSchristos 
591475b3abcSchristos /* Define to 1 if you have the `waitpid' function. */
592475b3abcSchristos #define HAVE_WAITPID 1
593475b3abcSchristos 
594475b3abcSchristos /* Define to 1 if you have the <wait.h> header file. */
595475b3abcSchristos /* #undef HAVE_WAIT_H */
596475b3abcSchristos 
597475b3abcSchristos /* Define to 1 if you have the <windows.h> header file. */
598475b3abcSchristos /* #undef HAVE_WINDOWS_H */
599475b3abcSchristos 
600475b3abcSchristos /* Define to 1 if `fork' works. */
601475b3abcSchristos #define HAVE_WORKING_FORK 1
602475b3abcSchristos 
603475b3abcSchristos /* Define to 1 if `vfork' works. */
604475b3abcSchristos #define HAVE_WORKING_VFORK 1
605475b3abcSchristos 
606475b3abcSchristos /* Define to 1 if you have the `wresize' function. */
6075900762bSrin #define HAVE_WRESIZE 1
608475b3abcSchristos 
609475b3abcSchristos /* Define to 1 if you have the <ws2tcpip.h> header file. */
610475b3abcSchristos /* #undef HAVE_WS2TCPIP_H */
611475b3abcSchristos 
612475b3abcSchristos /* Define to 1 if you have the `XML_StopParser' function. */
613475b3abcSchristos #define HAVE_XML_STOPPARSER 1
614475b3abcSchristos 
61515a984a0Schristos /* Define to 1 if zstd is enabled. */
61615a984a0Schristos /* #undef HAVE_ZSTD */
61715a984a0Schristos 
618475b3abcSchristos /* Define to 1 if your system has the _etext variable. */
619475b3abcSchristos #define HAVE__ETEXT 1
620475b3abcSchristos 
621475b3abcSchristos /* Define to 1 if you have the `_mcleanup' function. */
622475b3abcSchristos #define HAVE__MCLEANUP 1
623475b3abcSchristos 
624475b3abcSchristos /* Path of directory of iconv program. */
625475b3abcSchristos /* #undef ICONV_BIN */
626475b3abcSchristos 
627475b3abcSchristos /* Define if the iconv directory should be relocated when GDB is moved. */
628475b3abcSchristos /* #undef ICONV_BIN_RELOCATABLE */
629475b3abcSchristos 
630475b3abcSchristos /* Define as const if the declaration of iconv() needs const. */
631475b3abcSchristos #define ICONV_CONST
632475b3abcSchristos 
633475b3abcSchristos /* directory to load the JIT readers from */
634475b3abcSchristos #define JIT_READER_DIR "/usr/lib/gdb"
635475b3abcSchristos 
636475b3abcSchristos /* Define if the jit-reader-dir directory should be relocated when GDB is
637475b3abcSchristos    moved. */
638475b3abcSchristos #define JIT_READER_DIR_RELOCATABLE 1
639475b3abcSchristos 
64015a984a0Schristos /* Define to the sub-directory in which libtool stores uninstalled libraries.
64115a984a0Schristos    */
64215a984a0Schristos #define LT_OBJDIR ".libs/"
64315a984a0Schristos 
644475b3abcSchristos /* Name of this package. */
645475b3abcSchristos #define PACKAGE "gdb"
646475b3abcSchristos 
647475b3abcSchristos /* Define to the address where bug reports for this package should be sent. */
648475b3abcSchristos #define PACKAGE_BUGREPORT ""
649475b3abcSchristos 
650475b3abcSchristos /* Define to the full name of this package. */
651475b3abcSchristos #define PACKAGE_NAME ""
652475b3abcSchristos 
653475b3abcSchristos /* Define to the full name and version of this package. */
654475b3abcSchristos #define PACKAGE_STRING ""
655475b3abcSchristos 
656475b3abcSchristos /* Define to the one symbol short name of this package. */
657475b3abcSchristos #define PACKAGE_TARNAME ""
658475b3abcSchristos 
659475b3abcSchristos /* Define to the home page for this package. */
660475b3abcSchristos #define PACKAGE_URL ""
661475b3abcSchristos 
662475b3abcSchristos /* Define to the version of this package. */
663475b3abcSchristos #define PACKAGE_VERSION ""
664475b3abcSchristos 
665475b3abcSchristos /* Additional package description */
666475b3abcSchristos #define PKGVERSION "(GDB) "
667475b3abcSchristos 
668475b3abcSchristos /* Define to 1 if the "%H, %D and %DD" formats work to print decfloats. */
669475b3abcSchristos /* #undef PRINTF_HAS_DECFLOAT */
670475b3abcSchristos 
671475b3abcSchristos /* Define to 1 if the "%Lg" format works to print long doubles. */
672475b3abcSchristos /* #undef PRINTF_HAS_LONG_DOUBLE */
673475b3abcSchristos 
674475b3abcSchristos /* Define to 1 if the "%ll" format works to print long longs. */
675475b3abcSchristos /* #undef PRINTF_HAS_LONG_LONG */
676475b3abcSchristos 
677475b3abcSchristos /* Define to necessary symbol if this constant uses a non-standard name on
678475b3abcSchristos    your system. */
679475b3abcSchristos /* #undef PTHREAD_CREATE_JOINABLE */
680475b3abcSchristos 
681475b3abcSchristos /* Define to the type of arg 1 for ptrace. */
682475b3abcSchristos #define PTRACE_TYPE_ARG1 int
683475b3abcSchristos 
684475b3abcSchristos /* Define to the type of arg 3 for ptrace. */
685475b3abcSchristos #define PTRACE_TYPE_ARG3 void *
686475b3abcSchristos 
687475b3abcSchristos /* Define to the type of arg 4 for ptrace. */
688475b3abcSchristos #define PTRACE_TYPE_ARG4 int
689475b3abcSchristos 
690475b3abcSchristos /* Define to the type of arg 5 for ptrace. */
691475b3abcSchristos /* #undef PTRACE_TYPE_ARG5 */
692475b3abcSchristos 
693475b3abcSchristos /* Define as the return type of ptrace. */
694475b3abcSchristos #define PTRACE_TYPE_RET int
695475b3abcSchristos 
696475b3abcSchristos /* Define if the python lib directory should be relocated when GDB is moved.
697475b3abcSchristos    */
698475b3abcSchristos /* #undef PYTHON_LIBDIR_RELOCATABLE */
699475b3abcSchristos 
700475b3abcSchristos /* Define if the python directory should be relocated when GDB is moved. */
701475b3abcSchristos /* #undef PYTHON_PATH_RELOCATABLE */
702475b3abcSchristos 
703475b3abcSchristos /* Relocated directory for source files. */
704475b3abcSchristos /* #undef RELOC_SRCDIR */
705475b3abcSchristos 
706475b3abcSchristos /* Bug reporting address */
707475b3abcSchristos #define REPORT_BUGS_TO "<https://www.gnu.org/software/gdb/bugs/>"
708475b3abcSchristos 
709475b3abcSchristos /* Define to 1 if the "%Lg" format works to scan long doubles. */
710475b3abcSchristos /* #undef SCANF_HAS_LONG_DOUBLE */
711475b3abcSchristos 
712475b3abcSchristos /* Define to 1 if the `setpgrp' function takes no argument. */
713475b3abcSchristos /* #undef SETPGRP_VOID */
714475b3abcSchristos 
715475b3abcSchristos /* The size of `long long', as computed by sizeof. */
716475b3abcSchristos #define SIZEOF_LONG_LONG 8
717475b3abcSchristos 
718475b3abcSchristos /* The size of `unsigned long', as computed by sizeof. */
719475b3abcSchristos #define SIZEOF_UNSIGNED_LONG 8
720475b3abcSchristos 
721475b3abcSchristos /* The size of `unsigned long long', as computed by sizeof. */
722475b3abcSchristos #define SIZEOF_UNSIGNED_LONG_LONG 8
723475b3abcSchristos 
724475b3abcSchristos /* The size of `unsigned __int128', as computed by sizeof. */
725475b3abcSchristos #define SIZEOF_UNSIGNED___INT128 16
726475b3abcSchristos 
72715a984a0Schristos /* The size of `void *', as computed by sizeof. */
72815a984a0Schristos #define SIZEOF_VOID_P 8
72915a984a0Schristos 
730475b3abcSchristos /* If using the C implementation of alloca, define if you know the
731475b3abcSchristos    direction of stack growth for your system; otherwise it will be
732475b3abcSchristos    automatically deduced at runtime.
733475b3abcSchristos 	STACK_DIRECTION > 0 => grows toward higher addresses
734475b3abcSchristos 	STACK_DIRECTION < 0 => grows toward lower addresses
735475b3abcSchristos 	STACK_DIRECTION = 0 => direction of growth unknown */
736475b3abcSchristos /* #undef STACK_DIRECTION */
737475b3abcSchristos 
738475b3abcSchristos /* Define to 1 if you have the ANSI C header files. */
739475b3abcSchristos #define STDC_HEADERS 1
740475b3abcSchristos 
741475b3abcSchristos /* automatically load a system-wide gdbinit file */
742475b3abcSchristos #define SYSTEM_GDBINIT ""
743475b3abcSchristos 
744475b3abcSchristos /* automatically load system-wide gdbinit files from this directory */
745475b3abcSchristos #define SYSTEM_GDBINIT_DIR ""
746475b3abcSchristos 
747475b3abcSchristos /* Define if the system-gdbinit-dir directory should be relocated when GDB is
748475b3abcSchristos    moved. */
749475b3abcSchristos #define SYSTEM_GDBINIT_DIR_RELOCATABLE 0
750475b3abcSchristos 
751475b3abcSchristos /* Define if the system-gdbinit directory should be relocated when GDB is
752475b3abcSchristos    moved. */
753475b3abcSchristos #define SYSTEM_GDBINIT_RELOCATABLE 0
754475b3abcSchristos 
755475b3abcSchristos /* search for usr/lib et al within DIR */
756475b3abcSchristos #define TARGET_SYSTEM_ROOT ""
757475b3abcSchristos 
758475b3abcSchristos /* Define if the sysroot directory should be relocated when GDB is moved. */
759475b3abcSchristos #define TARGET_SYSTEM_ROOT_RELOCATABLE 0
760475b3abcSchristos 
761475b3abcSchristos /* Define if <thread_db.h> has the TD_NOTALLOC error code. */
762475b3abcSchristos /* #undef THREAD_DB_HAS_TD_NOTALLOC */
763475b3abcSchristos 
764475b3abcSchristos /* Define if <thread_db.h> has the TD_NOTLS error code. */
765475b3abcSchristos /* #undef THREAD_DB_HAS_TD_NOTLS */
766475b3abcSchristos 
767475b3abcSchristos /* Define if <thread_db.h> has the TD_VERSION error code. */
768475b3abcSchristos /* #undef THREAD_DB_HAS_TD_VERSION */
769475b3abcSchristos 
770475b3abcSchristos /* Enable extensions on AIX 3, Interix.  */
771475b3abcSchristos #ifndef _ALL_SOURCE
772475b3abcSchristos # define _ALL_SOURCE 1
773475b3abcSchristos #endif
774475b3abcSchristos /* Enable GNU extensions on systems that have them.  */
775475b3abcSchristos #ifndef _GNU_SOURCE
776475b3abcSchristos # define _GNU_SOURCE 1
777475b3abcSchristos #endif
778475b3abcSchristos /* Enable threading extensions on Solaris.  */
779475b3abcSchristos #ifndef _POSIX_PTHREAD_SEMANTICS
780475b3abcSchristos # define _POSIX_PTHREAD_SEMANTICS 1
781475b3abcSchristos #endif
782475b3abcSchristos /* Enable extensions on HP NonStop.  */
783475b3abcSchristos #ifndef _TANDEM_SOURCE
784475b3abcSchristos # define _TANDEM_SOURCE 1
785475b3abcSchristos #endif
786475b3abcSchristos /* Enable general extensions on Solaris.  */
787475b3abcSchristos #ifndef __EXTENSIONS__
788475b3abcSchristos # define __EXTENSIONS__ 1
789475b3abcSchristos #endif
790475b3abcSchristos 
791475b3abcSchristos 
792475b3abcSchristos /* Define if we should use the Windows API, instead of the POSIX API. On
793475b3abcSchristos    Windows, we use the Windows API when building for MinGW, but the POSIX API
794475b3abcSchristos    when building for Cygwin. */
795475b3abcSchristos /* #undef USE_WIN32API */
796475b3abcSchristos 
797475b3abcSchristos /* Define if the PPC simulator is being linked in. */
798475b3abcSchristos /* #undef WITH_PPC_SIM */
799475b3abcSchristos 
800475b3abcSchristos /* Directory containing Python's standard libraries from --with-python-libdir.
801475b3abcSchristos    */
802475b3abcSchristos /* #undef WITH_PYTHON_LIBDIR */
803475b3abcSchristos 
804475b3abcSchristos /* Define if --with-python provides a path, either directly or via
805475b3abcSchristos    python-config.py --exec-prefix. */
806475b3abcSchristos /* #undef WITH_PYTHON_PATH */
807475b3abcSchristos 
808475b3abcSchristos /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
809475b3abcSchristos    significant byte first (like Motorola and SPARC, unlike Intel). */
810475b3abcSchristos #if defined AC_APPLE_UNIVERSAL_BUILD
811475b3abcSchristos # if defined __BIG_ENDIAN__
812475b3abcSchristos #  define WORDS_BIGENDIAN 1
813475b3abcSchristos # endif
814475b3abcSchristos #else
815475b3abcSchristos # ifndef WORDS_BIGENDIAN
816475b3abcSchristos /* #  undef WORDS_BIGENDIAN */
817475b3abcSchristos # endif
818475b3abcSchristos #endif
819475b3abcSchristos 
820475b3abcSchristos /* Enable large inode numbers on Mac OS X 10.5.  */
821475b3abcSchristos #ifndef _DARWIN_USE_64_BIT_INODE
822475b3abcSchristos # define _DARWIN_USE_64_BIT_INODE 1
823475b3abcSchristos #endif
824475b3abcSchristos 
825475b3abcSchristos /* Number of bits in a file offset, on hosts where this is settable. */
826475b3abcSchristos /* #undef _FILE_OFFSET_BITS */
827475b3abcSchristos 
828475b3abcSchristos /* Define for large files, on AIX-style hosts. */
829475b3abcSchristos /* #undef _LARGE_FILES */
830475b3abcSchristos 
831475b3abcSchristos /* Define to 1 if on MINIX. */
832475b3abcSchristos /* #undef _MINIX */
833475b3abcSchristos 
834475b3abcSchristos /* Define to 2 if the system does not provide POSIX.1 features except with
835475b3abcSchristos    this defined. */
836475b3abcSchristos /* #undef _POSIX_1_SOURCE */
837475b3abcSchristos 
838475b3abcSchristos /* Define to 1 if you need to in order for `stat' and other things to work. */
839475b3abcSchristos /* #undef _POSIX_SOURCE */
840475b3abcSchristos 
841475b3abcSchristos /* Use structured /proc on Solaris. */
842475b3abcSchristos #define _STRUCTURED_PROC 1
843475b3abcSchristos 
844475b3abcSchristos /* Define to empty if `const' does not conform to ANSI C. */
845475b3abcSchristos /* #undef const */
846475b3abcSchristos 
847475b3abcSchristos /* Define to `__inline__' or `__inline' if that's what the C compiler
848475b3abcSchristos    calls it, or to nothing if 'inline' is not supported under any name.  */
849475b3abcSchristos #ifndef __cplusplus
850475b3abcSchristos /* #undef inline */
851475b3abcSchristos #endif
852475b3abcSchristos 
853475b3abcSchristos /* Define to `int' if <sys/types.h> does not define. */
854475b3abcSchristos /* #undef pid_t */
855475b3abcSchristos 
856475b3abcSchristos /* Define to `unsigned int' if <sys/types.h> does not define. */
857475b3abcSchristos /* #undef size_t */
858475b3abcSchristos 
859475b3abcSchristos /* Define as `fork' if `vfork' does not work. */
860475b3abcSchristos /* #undef vfork */
861