xref: /netbsd-src/external/gpl3/gdb/lib/libgdb/arch/sh3el/config.h (revision 22ebeae4b2252475e0ebe332f69734639cb946ea)
1712cd4afSchristos /* 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  */
35a254e06Schristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
4712cd4afSchristos 
5712cd4afSchristos /* config.h.  Generated from config.in by configure.  */
6712cd4afSchristos /* config.in.  Generated from configure.ac by autoheader.  */
7712cd4afSchristos 
8712cd4afSchristos /* Define if building universal (internal helper macro) */
9712cd4afSchristos /* #undef AC_APPLE_UNIVERSAL_BUILD */
10712cd4afSchristos 
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"
16712cd4afSchristos 
1784e9dd17Smrg /* Directories safe to hold auto-loaded files. */
185900762bSrin #define AUTO_LOAD_SAFE_PATH "$debugdir:$datadir/auto-load"
19712cd4afSchristos 
2084e9dd17Smrg /* Directory of programs. */
2184e9dd17Smrg #define BINDIR "/usr/bin"
22712cd4afSchristos 
23712cd4afSchristos /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
24712cd4afSchristos    systems. This function is required for `alloca.c' support on those systems.
25712cd4afSchristos    */
26712cd4afSchristos /* #undef CRAY_STACKSEG_END */
27712cd4afSchristos 
28eceb233bSchristos /* Define to 1 if std::thread works. */
29eceb233bSchristos #define CXX_STD_THREAD 1
30eceb233bSchristos 
31712cd4afSchristos /* Define to 1 if using `alloca.c'. */
32712cd4afSchristos /* #undef C_ALLOCA */
33712cd4afSchristos 
34712cd4afSchristos /* look for global separate debug info in this path [LIBDIR/debug] */
35712cd4afSchristos #define DEBUGDIR "/usr/libdata/debug"
36712cd4afSchristos 
37712cd4afSchristos /* Define if the separate-debug-dir directory should be relocated when GDB is
38712cd4afSchristos    moved. */
39712cd4afSchristos #define DEBUGDIR_RELOCATABLE 1
40712cd4afSchristos 
41712cd4afSchristos /* Define to BFD's default architecture. */
42712cd4afSchristos #define DEFAULT_BFD_ARCH bfd_sh_arch
43712cd4afSchristos 
44712cd4afSchristos /* Define to BFD's default target vector. */
45871cc9aeSchristos #define DEFAULT_BFD_VEC sh_elf32_nbsd_le_vec
46712cd4afSchristos 
47eceb233bSchristos /* Handle .ctf type-info sections */
48eceb233bSchristos #define ENABLE_LIBCTF 1
49eceb233bSchristos 
50712cd4afSchristos /* Define to 1 if translation of program messages to the user's native
51712cd4afSchristos    language is requested. */
52*22ebeae4Schristos /* #undef ENABLE_NLS */
53712cd4afSchristos 
544b004442Schristos /* The .gdbearlyinit filename. */
554b004442Schristos #define GDBEARLYINIT ".gdbearlyinit"
564b004442Schristos 
574b6daa28Schristos /* The .gdbinit filename. */
584b6daa28Schristos #define GDBINIT ".gdbinit"
594b6daa28Schristos 
60712cd4afSchristos /* look for global separate data files in this path [DATADIR/gdb] */
61712cd4afSchristos #define GDB_DATADIR "/usr/share/gdb"
62712cd4afSchristos 
63712cd4afSchristos /* Define if the gdb-datadir directory should be relocated when GDB is moved.
64712cd4afSchristos    */
65712cd4afSchristos #define GDB_DATADIR_RELOCATABLE 1
66712cd4afSchristos 
67712cd4afSchristos /* Define to be a string naming the default host character set. */
68712cd4afSchristos #define GDB_DEFAULT_HOST_CHARSET "UTF-8"
69712cd4afSchristos 
70712cd4afSchristos /* Host double floatformat */
71712cd4afSchristos #define GDB_HOST_DOUBLE_FORMAT 0
72712cd4afSchristos 
73712cd4afSchristos /* Host float floatformat */
74712cd4afSchristos #define GDB_HOST_FLOAT_FORMAT 0
75712cd4afSchristos 
76712cd4afSchristos /* Host long double floatformat */
77712cd4afSchristos #define GDB_HOST_LONG_DOUBLE_FORMAT 0
78712cd4afSchristos 
79712cd4afSchristos /* nativefile */
80712cd4afSchristos /* #undef GDB_NM_FILE */
81712cd4afSchristos 
82712cd4afSchristos /* Define to the default OS ABI for this configuration. */
835900762bSrin #define GDB_OSABI_DEFAULT GDB_OSABI_NETBSD
84712cd4afSchristos 
85400d1a16Smrg /* Define if self-testing features should be enabled */
864b004442Schristos /* #undef GDB_SELF_TEST */
87400d1a16Smrg 
88712cd4afSchristos /* Define to 1 if you have `alloca', as a function or macro. */
89712cd4afSchristos #define HAVE_ALLOCA 1
90712cd4afSchristos 
91712cd4afSchristos /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
92712cd4afSchristos    */
93712cd4afSchristos /* #undef HAVE_ALLOCA_H */
94712cd4afSchristos 
95*22ebeae4Schristos /* Define if amd-dbgapi is being linked in. */
96*22ebeae4Schristos /* #undef HAVE_AMD_DBGAPI */
97*22ebeae4Schristos 
98712cd4afSchristos /* Define to 1 if you have the `btowc' function. */
99712cd4afSchristos #define HAVE_BTOWC 1
100712cd4afSchristos 
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 
109712cd4afSchristos /* Define to 1 if you have the <cursesX.h> header file. */
110712cd4afSchristos /* #undef HAVE_CURSESX_H */
111712cd4afSchristos 
112712cd4afSchristos /* Define to 1 if you have the <curses.h> header file. */
113712cd4afSchristos #define HAVE_CURSES_H 1
114712cd4afSchristos 
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 
122712cd4afSchristos /* Define to 1 if you have the declaration of `ADDR_NO_RANDOMIZE', and to 0 if
123712cd4afSchristos    you don't. */
124712cd4afSchristos #define HAVE_DECL_ADDR_NO_RANDOMIZE 0
125712cd4afSchristos 
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 
137712cd4afSchristos /* Define to 1 if you have the declaration of `getthrds', and to 0 if you
138712cd4afSchristos    don't. */
139712cd4afSchristos /* #undef HAVE_DECL_GETTHRDS */
140712cd4afSchristos 
141712cd4afSchristos /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
142712cd4afSchristos    don't. */
143712cd4afSchristos #define HAVE_DECL_SNPRINTF 1
144712cd4afSchristos 
145712cd4afSchristos /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
146712cd4afSchristos    */
147712cd4afSchristos #define HAVE_DECL_STRSTR 1
148712cd4afSchristos 
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 
180712cd4afSchristos /* Define if ELF support should be included. */
181712cd4afSchristos #define HAVE_ELF 1
182712cd4afSchristos 
1835a254e06Schristos /* Define if <sys/procfs.h> has elf_fpregset_t. */
1845a254e06Schristos /* #undef HAVE_ELF_FPREGSET_T */
1855a254e06Schristos 
186712cd4afSchristos /* Define to 1 if you have the <elf_hp.h> header file. */
187712cd4afSchristos /* #undef HAVE_ELF_HP_H */
188712cd4afSchristos 
189712cd4afSchristos /* Define to 1 if your system has the etext variable. */
190712cd4afSchristos #define HAVE_ETEXT 1
191712cd4afSchristos 
1924b004442Schristos /* Define to 1 if execinfo.h backtrace functions are available. */
1934b004442Schristos /* #undef HAVE_EXECINFO_BACKTRACE */
1944b004442Schristos 
1954b004442Schristos /* Define to 1 if you have the <execinfo.h> header file. */
1964b004442Schristos #define HAVE_EXECINFO_H 1
1974b004442Schristos 
1984b6daa28Schristos /* Define to 1 if you have the `fdwalk' function. */
1994b6daa28Schristos /* #undef HAVE_FDWALK */
2004b6daa28Schristos 
201712cd4afSchristos /* Define to 1 if you have the `fork' function. */
202712cd4afSchristos #define HAVE_FORK 1
203712cd4afSchristos 
204712cd4afSchristos /* Define if <sys/procfs.h> has fpregset_t. */
205712cd4afSchristos /* #undef HAVE_FPREGSET_T */
206712cd4afSchristos 
207822f2954Schristos /* Define to 1 if you have the `getauxval' function. */
208822f2954Schristos /* #undef HAVE_GETAUXVAL */
209822f2954Schristos 
210712cd4afSchristos /* Define to 1 if you have the `getgid' function. */
211712cd4afSchristos #define HAVE_GETGID 1
212712cd4afSchristos 
213712cd4afSchristos /* Define to 1 if you have the `getpagesize' function. */
214712cd4afSchristos #define HAVE_GETPAGESIZE 1
215712cd4afSchristos 
2165a254e06Schristos /* Define to 1 if you have the `getpgid' function. */
2175a254e06Schristos #define HAVE_GETPGID 1
2185a254e06Schristos 
219712cd4afSchristos /* Define to 1 if you have the `getrlimit' function. */
220712cd4afSchristos #define HAVE_GETRLIMIT 1
221712cd4afSchristos 
222712cd4afSchristos /* Define to 1 if you have the `getrusage' function. */
223712cd4afSchristos #define HAVE_GETRUSAGE 1
224712cd4afSchristos 
225*22ebeae4Schristos /* Define if the GNU gettext() function is already present or preinstalled. */
226*22ebeae4Schristos /* #undef HAVE_GETTEXT */
227*22ebeae4Schristos 
228712cd4afSchristos /* Define to 1 if you have the `getuid' function. */
229712cd4afSchristos #define HAVE_GETUID 1
230712cd4afSchristos 
231712cd4afSchristos /* Define if <sys/procfs.h> has gregset_t. */
232712cd4afSchristos /* #undef HAVE_GREGSET_T */
233712cd4afSchristos 
234871cc9aeSchristos /* Define if Guile interpreter is being linked in. */
235871cc9aeSchristos /* #undef HAVE_GUILE */
236871cc9aeSchristos 
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. */
241712cd4afSchristos #define HAVE_ICONV 1
242712cd4afSchristos 
243712cd4afSchristos /* Define to 1 if you have the `iconvlist' function. */
244712cd4afSchristos /* #undef HAVE_ICONVLIST */
245712cd4afSchristos 
246712cd4afSchristos /* Define to 1 if you have the <inttypes.h> header file. */
247712cd4afSchristos #define HAVE_INTTYPES_H 1
248712cd4afSchristos 
2494b004442Schristos /* Define to 1 if you have the `kinfo_getfile' function. */
2505a254e06Schristos /* #undef HAVE_KINFO_GETFILE */
2515a254e06Schristos 
252712cd4afSchristos /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
253712cd4afSchristos #define HAVE_LANGINFO_CODESET 1
254712cd4afSchristos 
255712cd4afSchristos /* Define if your <locale.h> file defines LC_MESSAGES. */
256712cd4afSchristos #define HAVE_LC_MESSAGES 1
257712cd4afSchristos 
2584b6daa28Schristos /* Define if you have the babeltrace library. */
2594b6daa28Schristos /* #undef HAVE_LIBBABELTRACE */
2604b6daa28Schristos 
2614b004442Schristos /* Define if libbacktrace is being used. */
2624b004442Schristos #define HAVE_LIBBACKTRACE 1
2634b004442Schristos 
264*22ebeae4Schristos /* Define to 1 if curses is enabled. */
265*22ebeae4Schristos #define HAVE_LIBCURSES 1
266*22ebeae4Schristos 
267eceb233bSchristos /* Define to 1 if debuginfod is enabled. */
268eceb233bSchristos /* #undef HAVE_LIBDEBUGINFOD */
269eceb233bSchristos 
270*22ebeae4Schristos /* Define to 1 if debuginfod section downloading is supported. */
271*22ebeae4Schristos /* #undef HAVE_LIBDEBUGINFOD_FIND_SECTION */
272*22ebeae4Schristos 
273712cd4afSchristos /* Define if you have the expat library. */
27454eac751Schristos #define HAVE_LIBEXPAT 1
275712cd4afSchristos 
276712cd4afSchristos /* Define to 1 if you have the `libiconvlist' function. */
277712cd4afSchristos /* #undef HAVE_LIBICONVLIST */
278712cd4afSchristos 
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 
285712cd4afSchristos /* Define to 1 if you have the `m' library (-lm). */
286712cd4afSchristos #define HAVE_LIBM 1
287712cd4afSchristos 
288712cd4afSchristos /* Define to 1 if you have the <libunwind-ia64.h> header file. */
289712cd4afSchristos /* #undef HAVE_LIBUNWIND_IA64_H */
290712cd4afSchristos 
291eceb233bSchristos /* Define if you have the xxhash library. */
292eceb233bSchristos /* #undef HAVE_LIBXXHASH */
293eceb233bSchristos 
2945a254e06Schristos /* Define to 1 if you have the <linux/elf.h> header file. */
2955a254e06Schristos /* #undef HAVE_LINUX_ELF_H */
296712cd4afSchristos 
29784e9dd17Smrg /* Define to 1 if you have the <linux/perf_event.h> header file. */
29884e9dd17Smrg /* #undef HAVE_LINUX_PERF_EVENT_H */
29984e9dd17Smrg 
300712cd4afSchristos /* Define to 1 if you have the <locale.h> header file. */
301712cd4afSchristos #define HAVE_LOCALE_H 1
302712cd4afSchristos 
303712cd4afSchristos /* Define to 1 if the compiler supports long double. */
304712cd4afSchristos #define HAVE_LONG_DOUBLE 1
305712cd4afSchristos 
306822f2954Schristos /* Define to 1 if the system has the type `long long'. */
307822f2954Schristos #define HAVE_LONG_LONG 1
308822f2954Schristos 
309712cd4afSchristos /* Define if <sys/procfs.h> has lwpid_t. */
310712cd4afSchristos /* #undef HAVE_LWPID_T */
311712cd4afSchristos 
312712cd4afSchristos /* Define to 1 if you have the <machine/reg.h> header file. */
313712cd4afSchristos #define HAVE_MACHINE_REG_H 1
314712cd4afSchristos 
315712cd4afSchristos /* Define to 1 if you have the <memory.h> header file. */
316712cd4afSchristos #define HAVE_MEMORY_H 1
317712cd4afSchristos 
318712cd4afSchristos /* Define to 1 if you have a working `mmap' system call. */
319712cd4afSchristos #define HAVE_MMAP 1
320712cd4afSchristos 
321712cd4afSchristos /* Define to 1 if you have the `monstartup' function. */
322712cd4afSchristos #define HAVE_MONSTARTUP 1
323712cd4afSchristos 
3245a254e06Schristos /* Define to 1 if you have the <ncursesw/ncurses.h> header file. */
3255a254e06Schristos /* #undef HAVE_NCURSESW_NCURSES_H */
3265a254e06Schristos 
327712cd4afSchristos /* Define to 1 if you have the <ncurses.h> header file. */
328712cd4afSchristos /* #undef HAVE_NCURSES_H */
329712cd4afSchristos 
330712cd4afSchristos /* Define to 1 if you have the <ncurses/ncurses.h> header file. */
331712cd4afSchristos /* #undef HAVE_NCURSES_NCURSES_H */
332712cd4afSchristos 
333712cd4afSchristos /* Define to 1 if you have the <ncurses/term.h> header file. */
334712cd4afSchristos /* #undef HAVE_NCURSES_TERM_H */
335712cd4afSchristos 
336712cd4afSchristos /* Define to 1 if you have the <nlist.h> header file. */
337712cd4afSchristos #define HAVE_NLIST_H 1
338712cd4afSchristos 
339712cd4afSchristos /* Define to 1 if you have the `pipe' function. */
340712cd4afSchristos #define HAVE_PIPE 1
341712cd4afSchristos 
3424b6daa28Schristos /* Define to 1 if you have the `pipe2' function. */
3434b6daa28Schristos #define HAVE_PIPE2 1
3444b6daa28Schristos 
345712cd4afSchristos /* Define to 1 if you have the `poll' function. */
346712cd4afSchristos #define HAVE_POLL 1
347712cd4afSchristos 
348712cd4afSchristos /* Define to 1 if you have the <poll.h> header file. */
349712cd4afSchristos #define HAVE_POLL_H 1
350712cd4afSchristos 
351712cd4afSchristos /* Define to 1 if you have the `posix_madvise' function. */
352712cd4afSchristos #define HAVE_POSIX_MADVISE 1
353712cd4afSchristos 
35484e9dd17Smrg /* Define to 1 if you have the `pread' function. */
35584e9dd17Smrg #define HAVE_PREAD 1
35684e9dd17Smrg 
357712cd4afSchristos /* Define to 1 if you have the `pread64' function. */
358712cd4afSchristos /* #undef HAVE_PREAD64 */
359712cd4afSchristos 
360712cd4afSchristos /* Define if <sys/procfs.h> has prfpregset_t. */
361712cd4afSchristos /* #undef HAVE_PRFPREGSET_T */
362712cd4afSchristos 
363712cd4afSchristos /* Define if <sys/procfs.h> has prgregset32_t. */
364712cd4afSchristos /* #undef HAVE_PRGREGSET32_T */
365712cd4afSchristos 
366712cd4afSchristos /* Define if <sys/procfs.h> has prgregset_t. */
367712cd4afSchristos /* #undef HAVE_PRGREGSET_T */
368712cd4afSchristos 
369712cd4afSchristos /* Define to 1 if you have the <proc_service.h> header file. */
370712cd4afSchristos /* #undef HAVE_PROC_SERVICE_H */
371712cd4afSchristos 
372712cd4afSchristos /* Define if <sys/procfs.h> has psaddr_t. */
373712cd4afSchristos /* #undef HAVE_PSADDR_T */
374712cd4afSchristos 
375eceb233bSchristos /* Have PTHREAD_PRIO_INHERIT. */
376eceb233bSchristos #define HAVE_PTHREAD_PRIO_INHERIT 1
377eceb233bSchristos 
378eceb233bSchristos /* Define to 1 if you have the `pthread_setname_np' function. */
379eceb233bSchristos #define HAVE_PTHREAD_SETNAME_NP 1
380eceb233bSchristos 
381eceb233bSchristos /* Define to 1 if you have the `pthread_sigmask' function. */
382eceb233bSchristos #define HAVE_PTHREAD_SIGMASK 1
383eceb233bSchristos 
3844b6daa28Schristos /* Define to 1 if you have the `ptrace64' function. */
3854b6daa28Schristos /* #undef HAVE_PTRACE64 */
386712cd4afSchristos 
387712cd4afSchristos /* Define if sys/ptrace.h defines the PTRACE_GETFPXREGS request. */
388712cd4afSchristos /* #undef HAVE_PTRACE_GETFPXREGS */
389712cd4afSchristos 
390712cd4afSchristos /* Define if sys/ptrace.h defines the PTRACE_GETREGS request. */
391712cd4afSchristos /* #undef HAVE_PTRACE_GETREGS */
392712cd4afSchristos 
393712cd4afSchristos /* Define to 1 if you have the <ptrace.h> header file. */
394712cd4afSchristos /* #undef HAVE_PTRACE_H */
395712cd4afSchristos 
396712cd4afSchristos /* Define if sys/ptrace.h defines the PT_GETDBREGS request. */
397712cd4afSchristos /* #undef HAVE_PT_GETDBREGS */
398712cd4afSchristos 
3995a254e06Schristos /* Define to 1 if you have the `pt_insn_event' function. */
4005a254e06Schristos /* #undef HAVE_PT_INSN_EVENT */
4015a254e06Schristos 
40284e9dd17Smrg /* Define to 1 if you have the `pwrite' function. */
40384e9dd17Smrg #define HAVE_PWRITE 1
40484e9dd17Smrg 
405712cd4afSchristos /* Define if Python interpreter is being linked in. */
406712cd4afSchristos /* #undef HAVE_PYTHON */
407712cd4afSchristos 
4084b004442Schristos /* Define to 1 if you have the <readline/readline.h> header file. */
4094b004442Schristos /* #undef HAVE_READLINE_READLINE_H */
4104b004442Schristos 
411712cd4afSchristos /* Define to 1 if you have the `resize_term' function. */
4128b7331e5Schristos #define HAVE_RESIZE_TERM 1
413712cd4afSchristos 
414712cd4afSchristos /* Define to 1 if you have the `sbrk' function. */
415712cd4afSchristos #define HAVE_SBRK 1
416712cd4afSchristos 
417871cc9aeSchristos /* Define to 1 if you have the `scm_new_smob' function. */
418871cc9aeSchristos /* #undef HAVE_SCM_NEW_SMOB */
419871cc9aeSchristos 
420712cd4afSchristos /* Define to 1 if you have the `setlocale' function. */
421712cd4afSchristos #define HAVE_SETLOCALE 1
422712cd4afSchristos 
423822f2954Schristos /* Define to 1 if you have the `setns' function. */
424822f2954Schristos /* #undef HAVE_SETNS */
425822f2954Schristos 
426712cd4afSchristos /* Define to 1 if you have the `setpgid' function. */
427712cd4afSchristos #define HAVE_SETPGID 1
428712cd4afSchristos 
429712cd4afSchristos /* Define to 1 if you have the `setpgrp' function. */
430712cd4afSchristos #define HAVE_SETPGRP 1
431712cd4afSchristos 
432712cd4afSchristos /* Define to 1 if you have the `setrlimit' function. */
433712cd4afSchristos #define HAVE_SETRLIMIT 1
434712cd4afSchristos 
435712cd4afSchristos /* Define to 1 if you have the `setsid' function. */
436712cd4afSchristos #define HAVE_SETSID 1
437712cd4afSchristos 
438712cd4afSchristos /* Define to 1 if you have the `sigaction' function. */
439712cd4afSchristos #define HAVE_SIGACTION 1
440712cd4afSchristos 
441871cc9aeSchristos /* Define to 1 if you have the `sigaltstack' function. */
442871cc9aeSchristos #define HAVE_SIGALTSTACK 1
443871cc9aeSchristos 
444712cd4afSchristos /* Define to 1 if you have the <signal.h> header file. */
445712cd4afSchristos #define HAVE_SIGNAL_H 1
446712cd4afSchristos 
447712cd4afSchristos /* Define to 1 if you have the `sigprocmask' function. */
448712cd4afSchristos #define HAVE_SIGPROCMASK 1
449712cd4afSchristos 
450712cd4afSchristos /* Define if sigsetjmp is available. */
451712cd4afSchristos #define HAVE_SIGSETJMP 1
452712cd4afSchristos 
453712cd4afSchristos /* Define to 1 if you have the `sigsetmask' function. */
454712cd4afSchristos #define HAVE_SIGSETMASK 1
455712cd4afSchristos 
4564b004442Schristos /* Define to 1 if you have the `sigtimedwait' function. */
4574b004442Schristos #define HAVE_SIGTIMEDWAIT 1
4584b004442Schristos 
459712cd4afSchristos /* Define to 1 if you have the `socketpair' function. */
460712cd4afSchristos #define HAVE_SOCKETPAIR 1
461712cd4afSchristos 
462712cd4afSchristos /* Define to 1 if the system has the type `socklen_t'. */
463712cd4afSchristos #define HAVE_SOCKLEN_T 1
464712cd4afSchristos 
4655a254e06Schristos /* Define to 1 if the source-highlight library is available */
4665a254e06Schristos /* #undef HAVE_SOURCE_HIGHLIGHT */
4675a254e06Schristos 
468712cd4afSchristos /* Define to 1 if you have the <stdint.h> header file. */
469712cd4afSchristos #define HAVE_STDINT_H 1
470712cd4afSchristos 
471712cd4afSchristos /* Define to 1 if you have the <stdlib.h> header file. */
472712cd4afSchristos #define HAVE_STDLIB_H 1
473712cd4afSchristos 
474712cd4afSchristos /* Define to 1 if you have the <strings.h> header file. */
475712cd4afSchristos #define HAVE_STRINGS_H 1
476712cd4afSchristos 
477712cd4afSchristos /* Define to 1 if you have the <string.h> header file. */
478712cd4afSchristos #define HAVE_STRING_H 1
479712cd4afSchristos 
480712cd4afSchristos /* Define to 1 if your system has struct lwp. */
481712cd4afSchristos #define HAVE_STRUCT_LWP 1
482712cd4afSchristos 
4835a254e06Schristos /* Define to 1 if `pl_syscall_code' is a member of `struct ptrace_lwpinfo'. */
484400d1a16Smrg /* #undef HAVE_STRUCT_PTRACE_LWPINFO_PL_SYSCALL_CODE */
485400d1a16Smrg 
4865a254e06Schristos /* Define to 1 if `pl_tdname' is a member of `struct ptrace_lwpinfo'. */
4878b7331e5Schristos /* #undef HAVE_STRUCT_PTRACE_LWPINFO_PL_TDNAME */
4888b7331e5Schristos 
4895a254e06Schristos /* Define to 1 if `enabled' is a member of `struct pt_insn'. */
4905a254e06Schristos /* #undef HAVE_STRUCT_PT_INSN_ENABLED */
4915a254e06Schristos 
4925a254e06Schristos /* Define to 1 if `resynced' is a member of `struct pt_insn'. */
4935a254e06Schristos /* #undef HAVE_STRUCT_PT_INSN_RESYNCED */
4945a254e06Schristos 
495712cd4afSchristos /* Define to 1 if your system has struct reg in <machine/reg.h>. */
496712cd4afSchristos #define HAVE_STRUCT_REG 1
497712cd4afSchristos 
4985a254e06Schristos /* Define to 1 if `r_fs' is a member of `struct reg'. */
499712cd4afSchristos /* #undef HAVE_STRUCT_REG_R_FS */
500712cd4afSchristos 
5015a254e06Schristos /* Define to 1 if `r_gs' is a member of `struct reg'. */
502712cd4afSchristos /* #undef HAVE_STRUCT_REG_R_GS */
503712cd4afSchristos 
5045a254e06Schristos /* Define to 1 if `st_blksize' is a member of `struct stat'. */
505712cd4afSchristos #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
506712cd4afSchristos 
5075a254e06Schristos /* Define to 1 if `st_blocks' is a member of `struct stat'. */
508712cd4afSchristos #define HAVE_STRUCT_STAT_ST_BLOCKS 1
509712cd4afSchristos 
5105a254e06Schristos /* Define to 1 if `td_pcb' is a member of `struct thread'. */
511712cd4afSchristos /* #undef HAVE_STRUCT_THREAD_TD_PCB */
512712cd4afSchristos 
513712cd4afSchristos /* Define to 1 if you have the <sys/debugreg.h> header file. */
514712cd4afSchristos /* #undef HAVE_SYS_DEBUGREG_H */
515712cd4afSchristos 
516712cd4afSchristos /* Define to 1 if you have the <sys/file.h> header file. */
517712cd4afSchristos #define HAVE_SYS_FILE_H 1
518712cd4afSchristos 
519712cd4afSchristos /* Define to 1 if you have the <sys/filio.h> header file. */
520712cd4afSchristos #define HAVE_SYS_FILIO_H 1
521712cd4afSchristos 
522712cd4afSchristos /* Define to 1 if you have the <sys/ioctl.h> header file. */
523712cd4afSchristos #define HAVE_SYS_IOCTL_H 1
524712cd4afSchristos 
525712cd4afSchristos /* Define to 1 if you have the <sys/param.h> header file. */
526712cd4afSchristos #define HAVE_SYS_PARAM_H 1
527712cd4afSchristos 
528712cd4afSchristos /* Define to 1 if you have the <sys/poll.h> header file. */
529712cd4afSchristos #define HAVE_SYS_POLL_H 1
530712cd4afSchristos 
5314b004442Schristos /* Define to 1 if you have the <sys/procctl.h> header file. */
5324b004442Schristos /* #undef HAVE_SYS_PROCCTL_H */
5334b004442Schristos 
534712cd4afSchristos /* Define to 1 if you have the <sys/procfs.h> header file. */
535712cd4afSchristos /* #undef HAVE_SYS_PROCFS_H */
536712cd4afSchristos 
537712cd4afSchristos /* Define to 1 if you have the <sys/ptrace.h> header file. */
538712cd4afSchristos #define HAVE_SYS_PTRACE_H 1
539712cd4afSchristos 
540712cd4afSchristos /* Define to 1 if you have the <sys/reg.h> header file. */
541712cd4afSchristos /* #undef HAVE_SYS_REG_H */
542712cd4afSchristos 
543712cd4afSchristos /* Define to 1 if you have the <sys/resource.h> header file. */
544712cd4afSchristos #define HAVE_SYS_RESOURCE_H 1
545712cd4afSchristos 
546712cd4afSchristos /* Define to 1 if you have the <sys/select.h> header file. */
547712cd4afSchristos #define HAVE_SYS_SELECT_H 1
548712cd4afSchristos 
54984e9dd17Smrg /* Define to 1 if you have the <sys/socket.h> header file. */
55084e9dd17Smrg #define HAVE_SYS_SOCKET_H 1
55184e9dd17Smrg 
552712cd4afSchristos /* Define to 1 if you have the <sys/stat.h> header file. */
553712cd4afSchristos #define HAVE_SYS_STAT_H 1
554712cd4afSchristos 
555712cd4afSchristos /* Define to 1 if you have the <sys/types.h> header file. */
556712cd4afSchristos #define HAVE_SYS_TYPES_H 1
557712cd4afSchristos 
55884e9dd17Smrg /* Define to 1 if you have the <sys/un.h> header file. */
55984e9dd17Smrg #define HAVE_SYS_UN_H 1
56084e9dd17Smrg 
561712cd4afSchristos /* Define to 1 if you have the <sys/user.h> header file. */
5628b7331e5Schristos /* #undef HAVE_SYS_USER_H */
563712cd4afSchristos 
564712cd4afSchristos /* Define to 1 if you have the <sys/wait.h> header file. */
565712cd4afSchristos #define HAVE_SYS_WAIT_H 1
566712cd4afSchristos 
567712cd4afSchristos /* Define to 1 if you have the <termios.h> header file. */
568712cd4afSchristos #define HAVE_TERMIOS_H 1
569712cd4afSchristos 
570712cd4afSchristos /* Define to 1 if you have the <term.h> header file. */
571712cd4afSchristos #define HAVE_TERM_H 1
572712cd4afSchristos 
573712cd4afSchristos /* Define to 1 if you have the <thread_db.h> header file. */
574712cd4afSchristos /* #undef HAVE_THREAD_DB_H */
575712cd4afSchristos 
576712cd4afSchristos /* Define to 1 if you have the `ttrace' function. */
577712cd4afSchristos /* #undef HAVE_TTRACE */
578712cd4afSchristos 
579712cd4afSchristos /* Define to 1 if you have the <unistd.h> header file. */
580712cd4afSchristos #define HAVE_UNISTD_H 1
581712cd4afSchristos 
5825a254e06Schristos /* Define to 1 if you have the `use_default_colors' function. */
5835a254e06Schristos #define HAVE_USE_DEFAULT_COLORS 1
5845a254e06Schristos 
585712cd4afSchristos /* Define to 1 if you have the `vfork' function. */
586712cd4afSchristos #define HAVE_VFORK 1
587712cd4afSchristos 
588712cd4afSchristos /* Define to 1 if you have the <vfork.h> header file. */
589712cd4afSchristos /* #undef HAVE_VFORK_H */
590712cd4afSchristos 
591712cd4afSchristos /* Define to 1 if you have the `waitpid' function. */
592712cd4afSchristos #define HAVE_WAITPID 1
593712cd4afSchristos 
594712cd4afSchristos /* Define to 1 if you have the <wait.h> header file. */
595712cd4afSchristos /* #undef HAVE_WAIT_H */
596712cd4afSchristos 
597871cc9aeSchristos /* Define to 1 if you have the <windows.h> header file. */
598871cc9aeSchristos /* #undef HAVE_WINDOWS_H */
599871cc9aeSchristos 
600712cd4afSchristos /* Define to 1 if `fork' works. */
601712cd4afSchristos #define HAVE_WORKING_FORK 1
602712cd4afSchristos 
603712cd4afSchristos /* Define to 1 if `vfork' works. */
604712cd4afSchristos #define HAVE_WORKING_VFORK 1
605712cd4afSchristos 
606712cd4afSchristos /* Define to 1 if you have the `wresize' function. */
607712cd4afSchristos #define HAVE_WRESIZE 1
608712cd4afSchristos 
609eceb233bSchristos /* Define to 1 if you have the <ws2tcpip.h> header file. */
610eceb233bSchristos /* #undef HAVE_WS2TCPIP_H */
611eceb233bSchristos 
612712cd4afSchristos /* Define to 1 if you have the `XML_StopParser' function. */
61354eac751Schristos #define HAVE_XML_STOPPARSER 1
614712cd4afSchristos 
6154b004442Schristos /* Define to 1 if zstd is enabled. */
6164b004442Schristos /* #undef HAVE_ZSTD */
6174b004442Schristos 
618712cd4afSchristos /* Define to 1 if your system has the _etext variable. */
619712cd4afSchristos #define HAVE__ETEXT 1
620712cd4afSchristos 
621712cd4afSchristos /* Define to 1 if you have the `_mcleanup' function. */
622712cd4afSchristos #define HAVE__MCLEANUP 1
623712cd4afSchristos 
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 
630712cd4afSchristos /* Define as const if the declaration of iconv() needs const. */
63177a1ad5fSkamil #define ICONV_CONST
632712cd4afSchristos 
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
639712cd4afSchristos 
6404b004442Schristos /* Define to the sub-directory in which libtool stores uninstalled libraries.
6414b004442Schristos    */
6424b004442Schristos #define LT_OBJDIR ".libs/"
6434b004442Schristos 
644712cd4afSchristos /* Name of this package. */
645712cd4afSchristos #define PACKAGE "gdb"
646712cd4afSchristos 
647712cd4afSchristos /* Define to the address where bug reports for this package should be sent. */
648712cd4afSchristos #define PACKAGE_BUGREPORT ""
649712cd4afSchristos 
650712cd4afSchristos /* Define to the full name of this package. */
651712cd4afSchristos #define PACKAGE_NAME ""
652712cd4afSchristos 
653712cd4afSchristos /* Define to the full name and version of this package. */
654712cd4afSchristos #define PACKAGE_STRING ""
655712cd4afSchristos 
656712cd4afSchristos /* Define to the one symbol short name of this package. */
657712cd4afSchristos #define PACKAGE_TARNAME ""
658712cd4afSchristos 
659712cd4afSchristos /* Define to the home page for this package. */
660712cd4afSchristos #define PACKAGE_URL ""
661712cd4afSchristos 
662712cd4afSchristos /* Define to the version of this package. */
663712cd4afSchristos #define PACKAGE_VERSION ""
664712cd4afSchristos 
665712cd4afSchristos /* Additional package description */
666712cd4afSchristos #define PKGVERSION "(GDB) "
667712cd4afSchristos 
668712cd4afSchristos /* Define to 1 if the "%H, %D and %DD" formats work to print decfloats. */
669712cd4afSchristos /* #undef PRINTF_HAS_DECFLOAT */
670712cd4afSchristos 
671712cd4afSchristos /* Define to 1 if the "%Lg" format works to print long doubles. */
672712cd4afSchristos /* #undef PRINTF_HAS_LONG_DOUBLE */
673712cd4afSchristos 
674712cd4afSchristos /* Define to 1 if the "%ll" format works to print long longs. */
675712cd4afSchristos /* #undef PRINTF_HAS_LONG_LONG */
676712cd4afSchristos 
677eceb233bSchristos /* Define to necessary symbol if this constant uses a non-standard name on
678eceb233bSchristos    your system. */
679eceb233bSchristos /* #undef PTHREAD_CREATE_JOINABLE */
680eceb233bSchristos 
681400d1a16Smrg /* Define to the type of arg 1 for ptrace. */
682400d1a16Smrg #define PTRACE_TYPE_ARG1 int
683400d1a16Smrg 
684712cd4afSchristos /* Define to the type of arg 3 for ptrace. */
685712cd4afSchristos #define PTRACE_TYPE_ARG3 void *
686712cd4afSchristos 
6874b6daa28Schristos /* Define to the type of arg 4 for ptrace. */
6884b6daa28Schristos #define PTRACE_TYPE_ARG4 int
6894b6daa28Schristos 
690712cd4afSchristos /* Define to the type of arg 5 for ptrace. */
691712cd4afSchristos /* #undef PTRACE_TYPE_ARG5 */
692712cd4afSchristos 
693712cd4afSchristos /* Define as the return type of ptrace. */
694712cd4afSchristos #define PTRACE_TYPE_RET int
695712cd4afSchristos 
696eceb233bSchristos /* Define if the python lib directory should be relocated when GDB is moved.
697eceb233bSchristos    */
698eceb233bSchristos /* #undef PYTHON_LIBDIR_RELOCATABLE */
699eceb233bSchristos 
700712cd4afSchristos /* Define if the python directory should be relocated when GDB is moved. */
701712cd4afSchristos /* #undef PYTHON_PATH_RELOCATABLE */
702712cd4afSchristos 
703712cd4afSchristos /* Relocated directory for source files. */
704712cd4afSchristos /* #undef RELOC_SRCDIR */
705712cd4afSchristos 
706712cd4afSchristos /* Bug reporting address */
707eceb233bSchristos #define REPORT_BUGS_TO "<https://www.gnu.org/software/gdb/bugs/>"
708712cd4afSchristos 
709712cd4afSchristos /* Define to 1 if the "%Lg" format works to scan long doubles. */
710712cd4afSchristos /* #undef SCANF_HAS_LONG_DOUBLE */
711712cd4afSchristos 
712712cd4afSchristos /* Define to 1 if the `setpgrp' function takes no argument. */
713712cd4afSchristos /* #undef SETPGRP_VOID */
714712cd4afSchristos 
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
726712cd4afSchristos 
7274b004442Schristos /* The size of `void *', as computed by sizeof. */
7284b004442Schristos #define SIZEOF_VOID_P 4
7294b004442Schristos 
730712cd4afSchristos /* If using the C implementation of alloca, define if you know the
731712cd4afSchristos    direction of stack growth for your system; otherwise it will be
732712cd4afSchristos    automatically deduced at runtime.
733712cd4afSchristos 	STACK_DIRECTION > 0 => grows toward higher addresses
734712cd4afSchristos 	STACK_DIRECTION < 0 => grows toward lower addresses
735712cd4afSchristos 	STACK_DIRECTION = 0 => direction of growth unknown */
736712cd4afSchristos /* #undef STACK_DIRECTION */
737712cd4afSchristos 
738712cd4afSchristos /* Define to 1 if you have the ANSI C header files. */
739712cd4afSchristos #define STDC_HEADERS 1
740712cd4afSchristos 
741712cd4afSchristos /* automatically load a system-wide gdbinit file */
742712cd4afSchristos #define SYSTEM_GDBINIT ""
743712cd4afSchristos 
744eceb233bSchristos /* automatically load system-wide gdbinit files from this directory */
745eceb233bSchristos #define SYSTEM_GDBINIT_DIR ""
746eceb233bSchristos 
747eceb233bSchristos /* Define if the system-gdbinit-dir directory should be relocated when GDB is
748eceb233bSchristos    moved. */
749eceb233bSchristos #define SYSTEM_GDBINIT_DIR_RELOCATABLE 0
750eceb233bSchristos 
751712cd4afSchristos /* Define if the system-gdbinit directory should be relocated when GDB is
752712cd4afSchristos    moved. */
753712cd4afSchristos #define SYSTEM_GDBINIT_RELOCATABLE 0
754712cd4afSchristos 
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 
761712cd4afSchristos /* Define if <thread_db.h> has the TD_NOTALLOC error code. */
762712cd4afSchristos /* #undef THREAD_DB_HAS_TD_NOTALLOC */
763712cd4afSchristos 
764712cd4afSchristos /* Define if <thread_db.h> has the TD_NOTLS error code. */
765712cd4afSchristos /* #undef THREAD_DB_HAS_TD_NOTLS */
766712cd4afSchristos 
767712cd4afSchristos /* Define if <thread_db.h> has the TD_VERSION error code. */
768712cd4afSchristos /* #undef THREAD_DB_HAS_TD_VERSION */
769712cd4afSchristos 
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 
792712cd4afSchristos /* Define if we should use the Windows API, instead of the POSIX API. On
793712cd4afSchristos    Windows, we use the Windows API when building for MinGW, but the POSIX API
794712cd4afSchristos    when building for Cygwin. */
795712cd4afSchristos /* #undef USE_WIN32API */
796712cd4afSchristos 
797400d1a16Smrg /* Define if the PPC simulator is being linked in. */
798400d1a16Smrg /* #undef WITH_PPC_SIM */
799400d1a16Smrg 
800eceb233bSchristos /* Directory containing Python's standard libraries from --with-python-libdir.
801eceb233bSchristos    */
802eceb233bSchristos /* #undef WITH_PYTHON_LIBDIR */
803eceb233bSchristos 
804712cd4afSchristos /* Define if --with-python provides a path, either directly or via
805712cd4afSchristos    python-config.py --exec-prefix. */
806712cd4afSchristos /* #undef WITH_PYTHON_PATH */
807712cd4afSchristos 
808712cd4afSchristos /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
809712cd4afSchristos    significant byte first (like Motorola and SPARC, unlike Intel). */
810712cd4afSchristos #if defined AC_APPLE_UNIVERSAL_BUILD
811712cd4afSchristos # if defined __BIG_ENDIAN__
812712cd4afSchristos #  define WORDS_BIGENDIAN 1
813712cd4afSchristos # endif
814712cd4afSchristos #else
815712cd4afSchristos # ifndef WORDS_BIGENDIAN
816712cd4afSchristos /* #  undef WORDS_BIGENDIAN */
817712cd4afSchristos # endif
818712cd4afSchristos #endif
819712cd4afSchristos 
8205a254e06Schristos /* Enable large inode numbers on Mac OS X 10.5.  */
8215a254e06Schristos #ifndef _DARWIN_USE_64_BIT_INODE
8225a254e06Schristos # define _DARWIN_USE_64_BIT_INODE 1
8235a254e06Schristos #endif
8245a254e06Schristos 
825712cd4afSchristos /* Number of bits in a file offset, on hosts where this is settable. */
826712cd4afSchristos /* #undef _FILE_OFFSET_BITS */
827712cd4afSchristos 
828712cd4afSchristos /* Define for large files, on AIX-style hosts. */
829712cd4afSchristos /* #undef _LARGE_FILES */
830712cd4afSchristos 
831712cd4afSchristos /* Define to 1 if on MINIX. */
832712cd4afSchristos /* #undef _MINIX */
833712cd4afSchristos 
834712cd4afSchristos /* Define to 2 if the system does not provide POSIX.1 features except with
835712cd4afSchristos    this defined. */
836712cd4afSchristos /* #undef _POSIX_1_SOURCE */
837712cd4afSchristos 
838712cd4afSchristos /* Define to 1 if you need to in order for `stat' and other things to work. */
839712cd4afSchristos /* #undef _POSIX_SOURCE */
840712cd4afSchristos 
841eceb233bSchristos /* Use structured /proc on Solaris. */
842eceb233bSchristos #define _STRUCTURED_PROC 1
843eceb233bSchristos 
844712cd4afSchristos /* Define to empty if `const' does not conform to ANSI C. */
845712cd4afSchristos /* #undef const */
846712cd4afSchristos 
847712cd4afSchristos /* Define to `__inline__' or `__inline' if that's what the C compiler
848712cd4afSchristos    calls it, or to nothing if 'inline' is not supported under any name.  */
849712cd4afSchristos #ifndef __cplusplus
850712cd4afSchristos /* #undef inline */
851712cd4afSchristos #endif
852712cd4afSchristos 
853712cd4afSchristos /* Define to `int' if <sys/types.h> does not define. */
854712cd4afSchristos /* #undef pid_t */
855712cd4afSchristos 
8565a254e06Schristos /* Define to `unsigned int' if <sys/types.h> does not define. */
8575a254e06Schristos /* #undef size_t */
8585a254e06Schristos 
859712cd4afSchristos /* Define as `fork' if `vfork' does not work. */
860712cd4afSchristos /* #undef vfork */
861