xref: /netbsd-src/external/gpl3/gdb/lib/libgdb/arch/i386/config.h (revision 22ebeae4b2252475e0ebe332f69734639cb946ea)
1c236fd95Schristos /* 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  */
3d410c4eaSchristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
4c236fd95Schristos 
5c236fd95Schristos /* config.h.  Generated from config.in by configure.  */
6c236fd95Schristos /* config.in.  Generated from configure.ac by autoheader.  */
7c236fd95Schristos 
8c236fd95Schristos /* Define if building universal (internal helper macro) */
9c236fd95Schristos /* #undef AC_APPLE_UNIVERSAL_BUILD */
10c236fd95Schristos 
11*22ebeae4Schristos /* Additional directories to look for separate debug info. */
12*22ebeae4Schristos /* #undef ADDITIONAL_DEBUG_DIRS */
13*22ebeae4Schristos 
1434f40950Schristos /* Directories from which to load auto-loaded scripts. */
155900762bSrin #define AUTO_LOAD_DIR "$debugdir:$datadir/auto-load"
16c236fd95Schristos 
1734f40950Schristos /* Directories safe to hold auto-loaded files. */
185900762bSrin #define AUTO_LOAD_SAFE_PATH "$debugdir:$datadir/auto-load"
19c236fd95Schristos 
2034f40950Schristos /* Directory of programs. */
2134f40950Schristos #define BINDIR "/usr/bin"
22c236fd95Schristos 
23c236fd95Schristos /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
24c236fd95Schristos    systems. This function is required for `alloca.c' support on those systems.
25c236fd95Schristos    */
26c236fd95Schristos /* #undef CRAY_STACKSEG_END */
27c236fd95Schristos 
28eceb233bSchristos /* Define to 1 if std::thread works. */
29eceb233bSchristos #define CXX_STD_THREAD 1
30eceb233bSchristos 
31c236fd95Schristos /* Define to 1 if using `alloca.c'. */
32c236fd95Schristos /* #undef C_ALLOCA */
33c236fd95Schristos 
34c236fd95Schristos /* look for global separate debug info in this path [LIBDIR/debug] */
35c236fd95Schristos #define DEBUGDIR "/usr/libdata/debug"
36c236fd95Schristos 
37c236fd95Schristos /* Define if the separate-debug-dir directory should be relocated when GDB is
38c236fd95Schristos    moved. */
39c236fd95Schristos #define DEBUGDIR_RELOCATABLE 1
40c236fd95Schristos 
41c236fd95Schristos /* Define to BFD's default architecture. */
42c236fd95Schristos #define DEFAULT_BFD_ARCH bfd_i386_arch
43c236fd95Schristos 
44c236fd95Schristos /* Define to BFD's default target vector. */
45d708e326Schristos #define DEFAULT_BFD_VEC i386_elf32_vec
46c236fd95Schristos 
47eceb233bSchristos /* Handle .ctf type-info sections */
48eceb233bSchristos #define ENABLE_LIBCTF 1
49eceb233bSchristos 
50c236fd95Schristos /* Define to 1 if translation of program messages to the user's native
51c236fd95Schristos    language is requested. */
52*22ebeae4Schristos /* #undef ENABLE_NLS */
53c236fd95Schristos 
54d16b7486Schristos /* The .gdbearlyinit filename. */
55d16b7486Schristos #define GDBEARLYINIT ".gdbearlyinit"
56d16b7486Schristos 
5778ce218aSchristos /* The .gdbinit filename. */
5878ce218aSchristos #define GDBINIT ".gdbinit"
5978ce218aSchristos 
60c236fd95Schristos /* look for global separate data files in this path [DATADIR/gdb] */
61c236fd95Schristos #define GDB_DATADIR "/usr/share/gdb"
62c236fd95Schristos 
63c236fd95Schristos /* Define if the gdb-datadir directory should be relocated when GDB is moved.
64c236fd95Schristos    */
65c236fd95Schristos #define GDB_DATADIR_RELOCATABLE 1
66c236fd95Schristos 
67c236fd95Schristos /* Define to be a string naming the default host character set. */
68c236fd95Schristos #define GDB_DEFAULT_HOST_CHARSET "UTF-8"
69c236fd95Schristos 
70c236fd95Schristos /* Host double floatformat */
71c236fd95Schristos #define GDB_HOST_DOUBLE_FORMAT &floatformat_ieee_double_little
72c236fd95Schristos 
73c236fd95Schristos /* Host float floatformat */
74c236fd95Schristos #define GDB_HOST_FLOAT_FORMAT &floatformat_ieee_single_little
75c236fd95Schristos 
76c236fd95Schristos /* Host long double floatformat */
77c236fd95Schristos #define GDB_HOST_LONG_DOUBLE_FORMAT &floatformat_i387_ext
78c236fd95Schristos 
79c236fd95Schristos /* nativefile */
80c236fd95Schristos /* #undef GDB_NM_FILE */
81c236fd95Schristos 
82c236fd95Schristos /* Define to the default OS ABI for this configuration. */
835900762bSrin #define GDB_OSABI_DEFAULT GDB_OSABI_NETBSD
84c236fd95Schristos 
85c1e10f77Smrg /* Define if self-testing features should be enabled */
86d16b7486Schristos /* #undef GDB_SELF_TEST */
87c1e10f77Smrg 
88c236fd95Schristos /* Define to 1 if you have `alloca', as a function or macro. */
89c236fd95Schristos #define HAVE_ALLOCA 1
90c236fd95Schristos 
91c236fd95Schristos /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
92c236fd95Schristos    */
93c236fd95Schristos /* #undef HAVE_ALLOCA_H */
94c236fd95Schristos 
95*22ebeae4Schristos /* Define if amd-dbgapi is being linked in. */
96*22ebeae4Schristos /* #undef HAVE_AMD_DBGAPI */
97*22ebeae4Schristos 
98c236fd95Schristos /* Define to 1 if you have the `btowc' function. */
99c236fd95Schristos #define HAVE_BTOWC 1
100c236fd95Schristos 
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 
109c236fd95Schristos /* Define to 1 if you have the <cursesX.h> header file. */
110c236fd95Schristos /* #undef HAVE_CURSESX_H */
111c236fd95Schristos 
112c236fd95Schristos /* Define to 1 if you have the <curses.h> header file. */
113c236fd95Schristos #define HAVE_CURSES_H 1
114c236fd95Schristos 
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 
122c236fd95Schristos /* Define to 1 if you have the declaration of `ADDR_NO_RANDOMIZE', and to 0 if
123c236fd95Schristos    you don't. */
124c236fd95Schristos #define HAVE_DECL_ADDR_NO_RANDOMIZE 0
125c236fd95Schristos 
12651676f91Schristos /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
12751676f91Schristos    don't. */
12851676f91Schristos #define HAVE_DECL_ASPRINTF 1
12951676f91Schristos 
13051676f91Schristos /* Define to 1 if you have the declaration of `basename(char *)', and to 0 if
13151676f91Schristos    you don't. */
13251676f91Schristos #define HAVE_DECL_BASENAME 0
13351676f91Schristos 
13451676f91Schristos /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
13551676f91Schristos #define HAVE_DECL_FFS 1
13651676f91Schristos 
137c236fd95Schristos /* Define to 1 if you have the declaration of `getthrds', and to 0 if you
138c236fd95Schristos    don't. */
139c236fd95Schristos /* #undef HAVE_DECL_GETTHRDS */
140c236fd95Schristos 
141c236fd95Schristos /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
142c236fd95Schristos    don't. */
143c236fd95Schristos #define HAVE_DECL_SNPRINTF 1
144c236fd95Schristos 
145c236fd95Schristos /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
146c236fd95Schristos    */
147c236fd95Schristos #define HAVE_DECL_STRSTR 1
148c236fd95Schristos 
14951676f91Schristos /* Define to 1 if you have the declaration of `strtol', and to 0 if you don't.
15051676f91Schristos    */
15151676f91Schristos #define HAVE_DECL_STRTOL 1
15251676f91Schristos 
15351676f91Schristos /* Define to 1 if you have the declaration of `strtoll', and to 0 if you
15451676f91Schristos    don't. */
15551676f91Schristos #define HAVE_DECL_STRTOLL 1
15651676f91Schristos 
15751676f91Schristos /* Define to 1 if you have the declaration of `strtoul', and to 0 if you
15851676f91Schristos    don't. */
15951676f91Schristos #define HAVE_DECL_STRTOUL 1
16051676f91Schristos 
16151676f91Schristos /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
16251676f91Schristos    don't. */
16351676f91Schristos #define HAVE_DECL_STRTOULL 1
16451676f91Schristos 
16551676f91Schristos /* Define to 1 if you have the declaration of `strverscmp', and to 0 if you
16651676f91Schristos    don't. */
16751676f91Schristos #define HAVE_DECL_STRVERSCMP 0
16851676f91Schristos 
16951676f91Schristos /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
17051676f91Schristos    don't. */
17151676f91Schristos #define HAVE_DECL_VASPRINTF 1
17251676f91Schristos 
17351676f91Schristos /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
17451676f91Schristos    don't. */
17551676f91Schristos #define HAVE_DECL_VSNPRINTF 1
17651676f91Schristos 
17734f40950Schristos /* Define to 1 if you have the <dlfcn.h> header file. */
17834f40950Schristos #define HAVE_DLFCN_H 1
17934f40950Schristos 
180c236fd95Schristos /* Define if ELF support should be included. */
181c236fd95Schristos #define HAVE_ELF 1
182c236fd95Schristos 
183d410c4eaSchristos /* Define if <sys/procfs.h> has elf_fpregset_t. */
184d410c4eaSchristos /* #undef HAVE_ELF_FPREGSET_T */
185d410c4eaSchristos 
186c236fd95Schristos /* Define to 1 if you have the <elf_hp.h> header file. */
187c236fd95Schristos /* #undef HAVE_ELF_HP_H */
188c236fd95Schristos 
189c236fd95Schristos /* Define to 1 if your system has the etext variable. */
190c236fd95Schristos #define HAVE_ETEXT 1
191c236fd95Schristos 
192d16b7486Schristos /* Define to 1 if execinfo.h backtrace functions are available. */
193d16b7486Schristos /* #undef HAVE_EXECINFO_BACKTRACE */
194d16b7486Schristos 
195d16b7486Schristos /* Define to 1 if you have the <execinfo.h> header file. */
196d16b7486Schristos #define HAVE_EXECINFO_H 1
197d16b7486Schristos 
19878ce218aSchristos /* Define to 1 if you have the `fdwalk' function. */
19978ce218aSchristos /* #undef HAVE_FDWALK */
20078ce218aSchristos 
201c236fd95Schristos /* Define to 1 if you have the `fork' function. */
202c236fd95Schristos #define HAVE_FORK 1
203c236fd95Schristos 
204c236fd95Schristos /* Define if <sys/procfs.h> has fpregset_t. */
205c236fd95Schristos /* #undef HAVE_FPREGSET_T */
206c236fd95Schristos 
20751676f91Schristos /* Define to 1 if you have the `getauxval' function. */
20851676f91Schristos /* #undef HAVE_GETAUXVAL */
20951676f91Schristos 
210c236fd95Schristos /* Define to 1 if you have the `getgid' function. */
211c236fd95Schristos #define HAVE_GETGID 1
212c236fd95Schristos 
213c236fd95Schristos /* Define to 1 if you have the `getpagesize' function. */
214c236fd95Schristos #define HAVE_GETPAGESIZE 1
215c236fd95Schristos 
216d410c4eaSchristos /* Define to 1 if you have the `getpgid' function. */
217d410c4eaSchristos #define HAVE_GETPGID 1
218d410c4eaSchristos 
219c236fd95Schristos /* Define to 1 if you have the `getrlimit' function. */
220c236fd95Schristos #define HAVE_GETRLIMIT 1
221c236fd95Schristos 
222c236fd95Schristos /* Define to 1 if you have the `getrusage' function. */
223c236fd95Schristos #define HAVE_GETRUSAGE 1
224c236fd95Schristos 
225*22ebeae4Schristos /* Define if the GNU gettext() function is already present or preinstalled. */
226*22ebeae4Schristos /* #undef HAVE_GETTEXT */
227*22ebeae4Schristos 
228c236fd95Schristos /* Define to 1 if you have the `getuid' function. */
229c236fd95Schristos #define HAVE_GETUID 1
230c236fd95Schristos 
231c236fd95Schristos /* Define if <sys/procfs.h> has gregset_t. */
232c236fd95Schristos /* #undef HAVE_GREGSET_T */
233c236fd95Schristos 
234d708e326Schristos /* Define if Guile interpreter is being linked in. */
235d708e326Schristos /* #undef HAVE_GUILE */
236d708e326Schristos 
23751676f91Schristos /* Define if Guile supports manual finalization. */
23851676f91Schristos /* #undef HAVE_GUILE_MANUAL_FINALIZATION */
23951676f91Schristos 
240*22ebeae4Schristos /* Define if you have the iconv() function and it works. */
241c236fd95Schristos #define HAVE_ICONV 1
242c236fd95Schristos 
243c236fd95Schristos /* Define to 1 if you have the `iconvlist' function. */
244c236fd95Schristos /* #undef HAVE_ICONVLIST */
245c236fd95Schristos 
246c236fd95Schristos /* Define to 1 if you have the <inttypes.h> header file. */
247c236fd95Schristos #define HAVE_INTTYPES_H 1
248c236fd95Schristos 
249d16b7486Schristos /* Define to 1 if you have the `kinfo_getfile' function. */
250d410c4eaSchristos /* #undef HAVE_KINFO_GETFILE */
251d410c4eaSchristos 
252c236fd95Schristos /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
253c236fd95Schristos #define HAVE_LANGINFO_CODESET 1
254c236fd95Schristos 
255c236fd95Schristos /* Define if your <locale.h> file defines LC_MESSAGES. */
256c236fd95Schristos #define HAVE_LC_MESSAGES 1
257c236fd95Schristos 
25878ce218aSchristos /* Define if you have the babeltrace library. */
25978ce218aSchristos /* #undef HAVE_LIBBABELTRACE */
26078ce218aSchristos 
261d16b7486Schristos /* Define if libbacktrace is being used. */
262d16b7486Schristos #define HAVE_LIBBACKTRACE 1
263d16b7486Schristos 
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 
273c236fd95Schristos /* Define if you have the expat library. */
27454eac751Schristos #define HAVE_LIBEXPAT 1
275c236fd95Schristos 
276c236fd95Schristos /* Define to 1 if you have the `libiconvlist' function. */
277c236fd95Schristos /* #undef HAVE_LIBICONVLIST */
278c236fd95Schristos 
27951676f91Schristos /* Define if you have the ipt library. */
28051676f91Schristos /* #undef HAVE_LIBIPT */
28151676f91Schristos 
28234f40950Schristos /* Define if you have the lzma library. */
28334f40950Schristos /* #undef HAVE_LIBLZMA */
28434f40950Schristos 
285c236fd95Schristos /* Define to 1 if you have the `m' library (-lm). */
286c236fd95Schristos #define HAVE_LIBM 1
287c236fd95Schristos 
288c236fd95Schristos /* Define to 1 if you have the <libunwind-ia64.h> header file. */
289c236fd95Schristos /* #undef HAVE_LIBUNWIND_IA64_H */
290c236fd95Schristos 
291eceb233bSchristos /* Define if you have the xxhash library. */
292eceb233bSchristos /* #undef HAVE_LIBXXHASH */
293eceb233bSchristos 
294d410c4eaSchristos /* Define to 1 if you have the <linux/elf.h> header file. */
295d410c4eaSchristos /* #undef HAVE_LINUX_ELF_H */
296c236fd95Schristos 
29734f40950Schristos /* Define to 1 if you have the <linux/perf_event.h> header file. */
29834f40950Schristos /* #undef HAVE_LINUX_PERF_EVENT_H */
29934f40950Schristos 
300c236fd95Schristos /* Define to 1 if you have the <locale.h> header file. */
301c236fd95Schristos #define HAVE_LOCALE_H 1
302c236fd95Schristos 
303c236fd95Schristos /* Define to 1 if the compiler supports long double. */
304c236fd95Schristos #define HAVE_LONG_DOUBLE 1
305c236fd95Schristos 
30651676f91Schristos /* Define to 1 if the system has the type `long long'. */
30751676f91Schristos #define HAVE_LONG_LONG 1
30851676f91Schristos 
309c236fd95Schristos /* Define if <sys/procfs.h> has lwpid_t. */
310c236fd95Schristos /* #undef HAVE_LWPID_T */
311c236fd95Schristos 
312c236fd95Schristos /* Define to 1 if you have the <machine/reg.h> header file. */
313c236fd95Schristos #define HAVE_MACHINE_REG_H 1
314c236fd95Schristos 
315c236fd95Schristos /* Define to 1 if you have the <memory.h> header file. */
316c236fd95Schristos #define HAVE_MEMORY_H 1
317c236fd95Schristos 
318c236fd95Schristos /* Define to 1 if you have a working `mmap' system call. */
319c236fd95Schristos #define HAVE_MMAP 1
320c236fd95Schristos 
321c236fd95Schristos /* Define to 1 if you have the `monstartup' function. */
322c236fd95Schristos #define HAVE_MONSTARTUP 1
323c236fd95Schristos 
324d410c4eaSchristos /* Define to 1 if you have the <ncursesw/ncurses.h> header file. */
325d410c4eaSchristos /* #undef HAVE_NCURSESW_NCURSES_H */
326d410c4eaSchristos 
327c236fd95Schristos /* Define to 1 if you have the <ncurses.h> header file. */
328c236fd95Schristos /* #undef HAVE_NCURSES_H */
329c236fd95Schristos 
330c236fd95Schristos /* Define to 1 if you have the <ncurses/ncurses.h> header file. */
331c236fd95Schristos /* #undef HAVE_NCURSES_NCURSES_H */
332c236fd95Schristos 
333c236fd95Schristos /* Define to 1 if you have the <ncurses/term.h> header file. */
334c236fd95Schristos /* #undef HAVE_NCURSES_TERM_H */
335c236fd95Schristos 
336c236fd95Schristos /* Define to 1 if you have the <nlist.h> header file. */
337c236fd95Schristos #define HAVE_NLIST_H 1
338c236fd95Schristos 
339c236fd95Schristos /* Define to 1 if you have the `pipe' function. */
340c236fd95Schristos #define HAVE_PIPE 1
341c236fd95Schristos 
34278ce218aSchristos /* Define to 1 if you have the `pipe2' function. */
34378ce218aSchristos #define HAVE_PIPE2 1
34478ce218aSchristos 
345c236fd95Schristos /* Define to 1 if you have the `poll' function. */
346c236fd95Schristos #define HAVE_POLL 1
347c236fd95Schristos 
348c236fd95Schristos /* Define to 1 if you have the <poll.h> header file. */
349c236fd95Schristos #define HAVE_POLL_H 1
350c236fd95Schristos 
351c236fd95Schristos /* Define to 1 if you have the `posix_madvise' function. */
352c236fd95Schristos #define HAVE_POSIX_MADVISE 1
353c236fd95Schristos 
35434f40950Schristos /* Define to 1 if you have the `pread' function. */
35534f40950Schristos #define HAVE_PREAD 1
35634f40950Schristos 
357c236fd95Schristos /* Define to 1 if you have the `pread64' function. */
358c236fd95Schristos /* #undef HAVE_PREAD64 */
359c236fd95Schristos 
360c236fd95Schristos /* Define if <sys/procfs.h> has prfpregset_t. */
361c236fd95Schristos /* #undef HAVE_PRFPREGSET_T */
362c236fd95Schristos 
363c236fd95Schristos /* Define if <sys/procfs.h> has prgregset32_t. */
364c236fd95Schristos /* #undef HAVE_PRGREGSET32_T */
365c236fd95Schristos 
366c236fd95Schristos /* Define if <sys/procfs.h> has prgregset_t. */
367c236fd95Schristos /* #undef HAVE_PRGREGSET_T */
368c236fd95Schristos 
369c236fd95Schristos /* Define to 1 if you have the <proc_service.h> header file. */
370c236fd95Schristos /* #undef HAVE_PROC_SERVICE_H */
371c236fd95Schristos 
372c236fd95Schristos /* Define if <sys/procfs.h> has psaddr_t. */
373c236fd95Schristos /* #undef HAVE_PSADDR_T */
374c236fd95Schristos 
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 
38478ce218aSchristos /* Define to 1 if you have the `ptrace64' function. */
38578ce218aSchristos /* #undef HAVE_PTRACE64 */
386c236fd95Schristos 
387c236fd95Schristos /* Define if sys/ptrace.h defines the PTRACE_GETFPXREGS request. */
388c236fd95Schristos /* #undef HAVE_PTRACE_GETFPXREGS */
389c236fd95Schristos 
390c236fd95Schristos /* Define if sys/ptrace.h defines the PTRACE_GETREGS request. */
391c236fd95Schristos /* #undef HAVE_PTRACE_GETREGS */
392c236fd95Schristos 
393c236fd95Schristos /* Define to 1 if you have the <ptrace.h> header file. */
394c236fd95Schristos /* #undef HAVE_PTRACE_H */
395c236fd95Schristos 
396c236fd95Schristos /* Define if sys/ptrace.h defines the PT_GETDBREGS request. */
3978b7331e5Schristos #define HAVE_PT_GETDBREGS 1
398c236fd95Schristos 
399d410c4eaSchristos /* Define to 1 if you have the `pt_insn_event' function. */
400d410c4eaSchristos /* #undef HAVE_PT_INSN_EVENT */
401d410c4eaSchristos 
40234f40950Schristos /* Define to 1 if you have the `pwrite' function. */
40334f40950Schristos #define HAVE_PWRITE 1
40434f40950Schristos 
405c236fd95Schristos /* Define if Python interpreter is being linked in. */
406c236fd95Schristos /* #undef HAVE_PYTHON */
407c236fd95Schristos 
408d16b7486Schristos /* Define to 1 if you have the <readline/readline.h> header file. */
409d16b7486Schristos /* #undef HAVE_READLINE_READLINE_H */
410d16b7486Schristos 
411c236fd95Schristos /* Define to 1 if you have the `resize_term' function. */
4128b7331e5Schristos #define HAVE_RESIZE_TERM 1
413c236fd95Schristos 
414c236fd95Schristos /* Define to 1 if you have the `sbrk' function. */
415c236fd95Schristos #define HAVE_SBRK 1
416c236fd95Schristos 
417d708e326Schristos /* Define to 1 if you have the `scm_new_smob' function. */
418d708e326Schristos /* #undef HAVE_SCM_NEW_SMOB */
419d708e326Schristos 
420c236fd95Schristos /* Define to 1 if you have the `setlocale' function. */
421c236fd95Schristos #define HAVE_SETLOCALE 1
422c236fd95Schristos 
42351676f91Schristos /* Define to 1 if you have the `setns' function. */
42451676f91Schristos /* #undef HAVE_SETNS */
42551676f91Schristos 
426c236fd95Schristos /* Define to 1 if you have the `setpgid' function. */
427c236fd95Schristos #define HAVE_SETPGID 1
428c236fd95Schristos 
429c236fd95Schristos /* Define to 1 if you have the `setpgrp' function. */
430c236fd95Schristos #define HAVE_SETPGRP 1
431c236fd95Schristos 
432c236fd95Schristos /* Define to 1 if you have the `setrlimit' function. */
433c236fd95Schristos #define HAVE_SETRLIMIT 1
434c236fd95Schristos 
435c236fd95Schristos /* Define to 1 if you have the `setsid' function. */
436c236fd95Schristos #define HAVE_SETSID 1
437c236fd95Schristos 
438c236fd95Schristos /* Define to 1 if you have the `sigaction' function. */
439c236fd95Schristos #define HAVE_SIGACTION 1
440c236fd95Schristos 
441d708e326Schristos /* Define to 1 if you have the `sigaltstack' function. */
442d708e326Schristos #define HAVE_SIGALTSTACK 1
443d708e326Schristos 
444c236fd95Schristos /* Define to 1 if you have the <signal.h> header file. */
445c236fd95Schristos #define HAVE_SIGNAL_H 1
446c236fd95Schristos 
447c236fd95Schristos /* Define to 1 if you have the `sigprocmask' function. */
448c236fd95Schristos #define HAVE_SIGPROCMASK 1
449c236fd95Schristos 
450c236fd95Schristos /* Define if sigsetjmp is available. */
451c236fd95Schristos #define HAVE_SIGSETJMP 1
452c236fd95Schristos 
453c236fd95Schristos /* Define to 1 if you have the `sigsetmask' function. */
454c236fd95Schristos #define HAVE_SIGSETMASK 1
455c236fd95Schristos 
456d16b7486Schristos /* Define to 1 if you have the `sigtimedwait' function. */
457d16b7486Schristos #define HAVE_SIGTIMEDWAIT 1
458d16b7486Schristos 
459c236fd95Schristos /* Define to 1 if you have the `socketpair' function. */
460c236fd95Schristos #define HAVE_SOCKETPAIR 1
461c236fd95Schristos 
462c236fd95Schristos /* Define to 1 if the system has the type `socklen_t'. */
463c236fd95Schristos #define HAVE_SOCKLEN_T 1
464c236fd95Schristos 
465d410c4eaSchristos /* Define to 1 if the source-highlight library is available */
466d410c4eaSchristos /* #undef HAVE_SOURCE_HIGHLIGHT */
467d410c4eaSchristos 
468c236fd95Schristos /* Define to 1 if you have the <stdint.h> header file. */
469c236fd95Schristos #define HAVE_STDINT_H 1
470c236fd95Schristos 
471c236fd95Schristos /* Define to 1 if you have the <stdlib.h> header file. */
472c236fd95Schristos #define HAVE_STDLIB_H 1
473c236fd95Schristos 
474c236fd95Schristos /* Define to 1 if you have the <strings.h> header file. */
475c236fd95Schristos #define HAVE_STRINGS_H 1
476c236fd95Schristos 
477c236fd95Schristos /* Define to 1 if you have the <string.h> header file. */
478c236fd95Schristos #define HAVE_STRING_H 1
479c236fd95Schristos 
480c236fd95Schristos /* Define to 1 if your system has struct lwp. */
481c236fd95Schristos #define HAVE_STRUCT_LWP 1
482c236fd95Schristos 
483d410c4eaSchristos /* Define to 1 if `pl_syscall_code' is a member of `struct ptrace_lwpinfo'. */
484c1e10f77Smrg /* #undef HAVE_STRUCT_PTRACE_LWPINFO_PL_SYSCALL_CODE */
485c1e10f77Smrg 
486d410c4eaSchristos /* Define to 1 if `pl_tdname' is a member of `struct ptrace_lwpinfo'. */
4878b7331e5Schristos /* #undef HAVE_STRUCT_PTRACE_LWPINFO_PL_TDNAME */
4888b7331e5Schristos 
489d410c4eaSchristos /* Define to 1 if `enabled' is a member of `struct pt_insn'. */
490d410c4eaSchristos /* #undef HAVE_STRUCT_PT_INSN_ENABLED */
491d410c4eaSchristos 
492d410c4eaSchristos /* Define to 1 if `resynced' is a member of `struct pt_insn'. */
493d410c4eaSchristos /* #undef HAVE_STRUCT_PT_INSN_RESYNCED */
494d410c4eaSchristos 
495c236fd95Schristos /* Define to 1 if your system has struct reg in <machine/reg.h>. */
496c236fd95Schristos #define HAVE_STRUCT_REG 1
497c236fd95Schristos 
498d410c4eaSchristos /* Define to 1 if `r_fs' is a member of `struct reg'. */
499c1e10f77Smrg #define HAVE_STRUCT_REG_R_FS 1
500c236fd95Schristos 
501d410c4eaSchristos /* Define to 1 if `r_gs' is a member of `struct reg'. */
502c1e10f77Smrg #define HAVE_STRUCT_REG_R_GS 1
503c236fd95Schristos 
504d410c4eaSchristos /* Define to 1 if `st_blksize' is a member of `struct stat'. */
505c236fd95Schristos #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
506c236fd95Schristos 
507d410c4eaSchristos /* Define to 1 if `st_blocks' is a member of `struct stat'. */
508c236fd95Schristos #define HAVE_STRUCT_STAT_ST_BLOCKS 1
509c236fd95Schristos 
510d410c4eaSchristos /* Define to 1 if `td_pcb' is a member of `struct thread'. */
511c236fd95Schristos /* #undef HAVE_STRUCT_THREAD_TD_PCB */
512c236fd95Schristos 
513c236fd95Schristos /* Define to 1 if you have the <sys/debugreg.h> header file. */
514c236fd95Schristos /* #undef HAVE_SYS_DEBUGREG_H */
515c236fd95Schristos 
516c236fd95Schristos /* Define to 1 if you have the <sys/file.h> header file. */
517c236fd95Schristos #define HAVE_SYS_FILE_H 1
518c236fd95Schristos 
519c236fd95Schristos /* Define to 1 if you have the <sys/filio.h> header file. */
520c236fd95Schristos #define HAVE_SYS_FILIO_H 1
521c236fd95Schristos 
522c236fd95Schristos /* Define to 1 if you have the <sys/ioctl.h> header file. */
523c236fd95Schristos #define HAVE_SYS_IOCTL_H 1
524c236fd95Schristos 
525c236fd95Schristos /* Define to 1 if you have the <sys/param.h> header file. */
526c236fd95Schristos #define HAVE_SYS_PARAM_H 1
527c236fd95Schristos 
528c236fd95Schristos /* Define to 1 if you have the <sys/poll.h> header file. */
529c236fd95Schristos #define HAVE_SYS_POLL_H 1
530c236fd95Schristos 
531d16b7486Schristos /* Define to 1 if you have the <sys/procctl.h> header file. */
532d16b7486Schristos /* #undef HAVE_SYS_PROCCTL_H */
533d16b7486Schristos 
534c236fd95Schristos /* Define to 1 if you have the <sys/procfs.h> header file. */
535c236fd95Schristos /* #undef HAVE_SYS_PROCFS_H */
536c236fd95Schristos 
537c236fd95Schristos /* Define to 1 if you have the <sys/ptrace.h> header file. */
538c236fd95Schristos #define HAVE_SYS_PTRACE_H 1
539c236fd95Schristos 
540c236fd95Schristos /* Define to 1 if you have the <sys/reg.h> header file. */
541c236fd95Schristos /* #undef HAVE_SYS_REG_H */
542c236fd95Schristos 
543c236fd95Schristos /* Define to 1 if you have the <sys/resource.h> header file. */
544c236fd95Schristos #define HAVE_SYS_RESOURCE_H 1
545c236fd95Schristos 
546c236fd95Schristos /* Define to 1 if you have the <sys/select.h> header file. */
547c236fd95Schristos #define HAVE_SYS_SELECT_H 1
548c236fd95Schristos 
54934f40950Schristos /* Define to 1 if you have the <sys/socket.h> header file. */
55034f40950Schristos #define HAVE_SYS_SOCKET_H 1
55134f40950Schristos 
552c236fd95Schristos /* Define to 1 if you have the <sys/stat.h> header file. */
553c236fd95Schristos #define HAVE_SYS_STAT_H 1
554c236fd95Schristos 
555c236fd95Schristos /* Define to 1 if you have the <sys/types.h> header file. */
556c236fd95Schristos #define HAVE_SYS_TYPES_H 1
557c236fd95Schristos 
55834f40950Schristos /* Define to 1 if you have the <sys/un.h> header file. */
55934f40950Schristos #define HAVE_SYS_UN_H 1
56034f40950Schristos 
561c236fd95Schristos /* Define to 1 if you have the <sys/user.h> header file. */
562d410c4eaSchristos /* #undef HAVE_SYS_USER_H */
563c236fd95Schristos 
564c236fd95Schristos /* Define to 1 if you have the <sys/wait.h> header file. */
565c236fd95Schristos #define HAVE_SYS_WAIT_H 1
566c236fd95Schristos 
567c236fd95Schristos /* Define to 1 if you have the <termios.h> header file. */
568c236fd95Schristos #define HAVE_TERMIOS_H 1
569c236fd95Schristos 
570c236fd95Schristos /* Define to 1 if you have the <term.h> header file. */
5710cb5c6ecSskrll #define HAVE_TERM_H 1
572c236fd95Schristos 
573c236fd95Schristos /* Define to 1 if you have the <thread_db.h> header file. */
574c236fd95Schristos /* #undef HAVE_THREAD_DB_H */
575c236fd95Schristos 
576c236fd95Schristos /* Define to 1 if you have the `ttrace' function. */
577c236fd95Schristos /* #undef HAVE_TTRACE */
578c236fd95Schristos 
579c236fd95Schristos /* Define to 1 if you have the <unistd.h> header file. */
580c236fd95Schristos #define HAVE_UNISTD_H 1
581c236fd95Schristos 
582d410c4eaSchristos /* Define to 1 if you have the `use_default_colors' function. */
583d410c4eaSchristos #define HAVE_USE_DEFAULT_COLORS 1
584d410c4eaSchristos 
585c236fd95Schristos /* Define to 1 if you have the `vfork' function. */
586c236fd95Schristos #define HAVE_VFORK 1
587c236fd95Schristos 
588c236fd95Schristos /* Define to 1 if you have the <vfork.h> header file. */
589c236fd95Schristos /* #undef HAVE_VFORK_H */
590c236fd95Schristos 
591c236fd95Schristos /* Define to 1 if you have the `waitpid' function. */
592c236fd95Schristos #define HAVE_WAITPID 1
593c236fd95Schristos 
594c236fd95Schristos /* Define to 1 if you have the <wait.h> header file. */
595c236fd95Schristos /* #undef HAVE_WAIT_H */
596c236fd95Schristos 
597d708e326Schristos /* Define to 1 if you have the <windows.h> header file. */
598d708e326Schristos /* #undef HAVE_WINDOWS_H */
599d708e326Schristos 
600c236fd95Schristos /* Define to 1 if `fork' works. */
601c236fd95Schristos #define HAVE_WORKING_FORK 1
602c236fd95Schristos 
603c236fd95Schristos /* Define to 1 if `vfork' works. */
604c236fd95Schristos #define HAVE_WORKING_VFORK 1
605c236fd95Schristos 
606c236fd95Schristos /* Define to 1 if you have the `wresize' function. */
607c236fd95Schristos #define HAVE_WRESIZE 1
608c236fd95Schristos 
609eceb233bSchristos /* Define to 1 if you have the <ws2tcpip.h> header file. */
610eceb233bSchristos /* #undef HAVE_WS2TCPIP_H */
611eceb233bSchristos 
612c236fd95Schristos /* Define to 1 if you have the `XML_StopParser' function. */
61354eac751Schristos #define HAVE_XML_STOPPARSER 1
614c236fd95Schristos 
615d16b7486Schristos /* Define to 1 if zstd is enabled. */
616d16b7486Schristos /* #undef HAVE_ZSTD */
617d16b7486Schristos 
618c236fd95Schristos /* Define to 1 if your system has the _etext variable. */
619c236fd95Schristos #define HAVE__ETEXT 1
620c236fd95Schristos 
621c236fd95Schristos /* Define to 1 if you have the `_mcleanup' function. */
622c236fd95Schristos #define HAVE__MCLEANUP 1
623c236fd95Schristos 
62434f40950Schristos /* Path of directory of iconv program. */
62534f40950Schristos /* #undef ICONV_BIN */
62634f40950Schristos 
62734f40950Schristos /* Define if the iconv directory should be relocated when GDB is moved. */
62834f40950Schristos /* #undef ICONV_BIN_RELOCATABLE */
62934f40950Schristos 
630c236fd95Schristos /* Define as const if the declaration of iconv() needs const. */
63177a1ad5fSkamil #define ICONV_CONST
632c236fd95Schristos 
63334f40950Schristos /* directory to load the JIT readers from */
63434f40950Schristos #define JIT_READER_DIR "/usr/lib/gdb"
63534f40950Schristos 
63634f40950Schristos /* Define if the jit-reader-dir directory should be relocated when GDB is
63734f40950Schristos    moved. */
63834f40950Schristos #define JIT_READER_DIR_RELOCATABLE 1
639c236fd95Schristos 
640d16b7486Schristos /* Define to the sub-directory in which libtool stores uninstalled libraries.
641d16b7486Schristos    */
642d16b7486Schristos #define LT_OBJDIR ".libs/"
643d16b7486Schristos 
644c236fd95Schristos /* Name of this package. */
645c236fd95Schristos #define PACKAGE "gdb"
646c236fd95Schristos 
647c236fd95Schristos /* Define to the address where bug reports for this package should be sent. */
648c236fd95Schristos #define PACKAGE_BUGREPORT ""
649c236fd95Schristos 
650c236fd95Schristos /* Define to the full name of this package. */
651c236fd95Schristos #define PACKAGE_NAME ""
652c236fd95Schristos 
653c236fd95Schristos /* Define to the full name and version of this package. */
654c236fd95Schristos #define PACKAGE_STRING ""
655c236fd95Schristos 
656c236fd95Schristos /* Define to the one symbol short name of this package. */
657c236fd95Schristos #define PACKAGE_TARNAME ""
658c236fd95Schristos 
659c236fd95Schristos /* Define to the home page for this package. */
660c236fd95Schristos #define PACKAGE_URL ""
661c236fd95Schristos 
662c236fd95Schristos /* Define to the version of this package. */
663c236fd95Schristos #define PACKAGE_VERSION ""
664c236fd95Schristos 
665c236fd95Schristos /* Additional package description */
666c236fd95Schristos #define PKGVERSION "(GDB) "
667c236fd95Schristos 
668c236fd95Schristos /* Define to 1 if the "%H, %D and %DD" formats work to print decfloats. */
669c236fd95Schristos /* #undef PRINTF_HAS_DECFLOAT */
670c236fd95Schristos 
671c236fd95Schristos /* Define to 1 if the "%Lg" format works to print long doubles. */
672c236fd95Schristos /* #undef PRINTF_HAS_LONG_DOUBLE */
673c236fd95Schristos 
674c236fd95Schristos /* Define to 1 if the "%ll" format works to print long longs. */
675c236fd95Schristos /* #undef PRINTF_HAS_LONG_LONG */
676c236fd95Schristos 
677eceb233bSchristos /* Define to necessary symbol if this constant uses a non-standard name on
678eceb233bSchristos    your system. */
679eceb233bSchristos /* #undef PTHREAD_CREATE_JOINABLE */
680eceb233bSchristos 
681c1e10f77Smrg /* Define to the type of arg 1 for ptrace. */
682c1e10f77Smrg #define PTRACE_TYPE_ARG1 int
683c1e10f77Smrg 
684c236fd95Schristos /* Define to the type of arg 3 for ptrace. */
685c236fd95Schristos #define PTRACE_TYPE_ARG3 void *
686c236fd95Schristos 
68778ce218aSchristos /* Define to the type of arg 4 for ptrace. */
68878ce218aSchristos #define PTRACE_TYPE_ARG4 int
68978ce218aSchristos 
690c236fd95Schristos /* Define to the type of arg 5 for ptrace. */
691c236fd95Schristos /* #undef PTRACE_TYPE_ARG5 */
692c236fd95Schristos 
693c236fd95Schristos /* Define as the return type of ptrace. */
694c236fd95Schristos #define PTRACE_TYPE_RET int
695c236fd95Schristos 
696eceb233bSchristos /* Define if the python lib directory should be relocated when GDB is moved.
697eceb233bSchristos    */
698eceb233bSchristos /* #undef PYTHON_LIBDIR_RELOCATABLE */
699eceb233bSchristos 
700c236fd95Schristos /* Define if the python directory should be relocated when GDB is moved. */
701c236fd95Schristos /* #undef PYTHON_PATH_RELOCATABLE */
702c236fd95Schristos 
703c236fd95Schristos /* Relocated directory for source files. */
704c236fd95Schristos /* #undef RELOC_SRCDIR */
705c236fd95Schristos 
706c236fd95Schristos /* Bug reporting address */
707eceb233bSchristos #define REPORT_BUGS_TO "<https://www.gnu.org/software/gdb/bugs/>"
708c236fd95Schristos 
709c236fd95Schristos /* Define to 1 if the "%Lg" format works to scan long doubles. */
710c236fd95Schristos /* #undef SCANF_HAS_LONG_DOUBLE */
711c236fd95Schristos 
712c236fd95Schristos /* Define to 1 if the `setpgrp' function takes no argument. */
713c236fd95Schristos /* #undef SETPGRP_VOID */
714c236fd95Schristos 
71551676f91Schristos /* The size of `long long', as computed by sizeof. */
71651676f91Schristos #define SIZEOF_LONG_LONG 8
71751676f91Schristos 
71834f40950Schristos /* The size of `unsigned long', as computed by sizeof. */
71934f40950Schristos #define SIZEOF_UNSIGNED_LONG 4
72034f40950Schristos 
72134f40950Schristos /* The size of `unsigned long long', as computed by sizeof. */
72234f40950Schristos #define SIZEOF_UNSIGNED_LONG_LONG 8
72334f40950Schristos 
72434f40950Schristos /* The size of `unsigned __int128', as computed by sizeof. */
72534f40950Schristos #define SIZEOF_UNSIGNED___INT128 0
726c236fd95Schristos 
727d16b7486Schristos /* The size of `void *', as computed by sizeof. */
728d16b7486Schristos #define SIZEOF_VOID_P 4
729d16b7486Schristos 
730c236fd95Schristos /* If using the C implementation of alloca, define if you know the
731c236fd95Schristos    direction of stack growth for your system; otherwise it will be
732c236fd95Schristos    automatically deduced at runtime.
733c236fd95Schristos 	STACK_DIRECTION > 0 => grows toward higher addresses
734c236fd95Schristos 	STACK_DIRECTION < 0 => grows toward lower addresses
735c236fd95Schristos 	STACK_DIRECTION = 0 => direction of growth unknown */
736c236fd95Schristos /* #undef STACK_DIRECTION */
737c236fd95Schristos 
738c236fd95Schristos /* Define to 1 if you have the ANSI C header files. */
739c236fd95Schristos #define STDC_HEADERS 1
740c236fd95Schristos 
741c236fd95Schristos /* automatically load a system-wide gdbinit file */
742c236fd95Schristos #define SYSTEM_GDBINIT ""
743c236fd95Schristos 
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 
751c236fd95Schristos /* Define if the system-gdbinit directory should be relocated when GDB is
752c236fd95Schristos    moved. */
753c236fd95Schristos #define SYSTEM_GDBINIT_RELOCATABLE 0
754c236fd95Schristos 
75534f40950Schristos /* search for usr/lib et al within DIR */
75634f40950Schristos #define TARGET_SYSTEM_ROOT ""
75734f40950Schristos 
75834f40950Schristos /* Define if the sysroot directory should be relocated when GDB is moved. */
75934f40950Schristos #define TARGET_SYSTEM_ROOT_RELOCATABLE 0
76034f40950Schristos 
761c236fd95Schristos /* Define if <thread_db.h> has the TD_NOTALLOC error code. */
762c236fd95Schristos /* #undef THREAD_DB_HAS_TD_NOTALLOC */
763c236fd95Schristos 
764c236fd95Schristos /* Define if <thread_db.h> has the TD_NOTLS error code. */
765c236fd95Schristos /* #undef THREAD_DB_HAS_TD_NOTLS */
766c236fd95Schristos 
767c236fd95Schristos /* Define if <thread_db.h> has the TD_VERSION error code. */
768c236fd95Schristos /* #undef THREAD_DB_HAS_TD_VERSION */
769c236fd95Schristos 
77034f40950Schristos /* Enable extensions on AIX 3, Interix.  */
77134f40950Schristos #ifndef _ALL_SOURCE
77234f40950Schristos # define _ALL_SOURCE 1
77334f40950Schristos #endif
77434f40950Schristos /* Enable GNU extensions on systems that have them.  */
77534f40950Schristos #ifndef _GNU_SOURCE
77634f40950Schristos # define _GNU_SOURCE 1
77734f40950Schristos #endif
77834f40950Schristos /* Enable threading extensions on Solaris.  */
77934f40950Schristos #ifndef _POSIX_PTHREAD_SEMANTICS
78034f40950Schristos # define _POSIX_PTHREAD_SEMANTICS 1
78134f40950Schristos #endif
78234f40950Schristos /* Enable extensions on HP NonStop.  */
78334f40950Schristos #ifndef _TANDEM_SOURCE
78434f40950Schristos # define _TANDEM_SOURCE 1
78534f40950Schristos #endif
78634f40950Schristos /* Enable general extensions on Solaris.  */
78734f40950Schristos #ifndef __EXTENSIONS__
78834f40950Schristos # define __EXTENSIONS__ 1
78934f40950Schristos #endif
79034f40950Schristos 
79134f40950Schristos 
792c236fd95Schristos /* Define if we should use the Windows API, instead of the POSIX API. On
793c236fd95Schristos    Windows, we use the Windows API when building for MinGW, but the POSIX API
794c236fd95Schristos    when building for Cygwin. */
795c236fd95Schristos /* #undef USE_WIN32API */
796c236fd95Schristos 
797c1e10f77Smrg /* Define if the PPC simulator is being linked in. */
798c1e10f77Smrg /* #undef WITH_PPC_SIM */
799c1e10f77Smrg 
800eceb233bSchristos /* Directory containing Python's standard libraries from --with-python-libdir.
801eceb233bSchristos    */
802eceb233bSchristos /* #undef WITH_PYTHON_LIBDIR */
803eceb233bSchristos 
804c236fd95Schristos /* Define if --with-python provides a path, either directly or via
805c236fd95Schristos    python-config.py --exec-prefix. */
806c236fd95Schristos /* #undef WITH_PYTHON_PATH */
807c236fd95Schristos 
808c236fd95Schristos /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
809c236fd95Schristos    significant byte first (like Motorola and SPARC, unlike Intel). */
810c236fd95Schristos #if defined AC_APPLE_UNIVERSAL_BUILD
811c236fd95Schristos # if defined __BIG_ENDIAN__
812c236fd95Schristos #  define WORDS_BIGENDIAN 1
813c236fd95Schristos # endif
814c236fd95Schristos #else
815c236fd95Schristos # ifndef WORDS_BIGENDIAN
816c236fd95Schristos /* #  undef WORDS_BIGENDIAN */
817c236fd95Schristos # endif
818c236fd95Schristos #endif
819c236fd95Schristos 
820d410c4eaSchristos /* Enable large inode numbers on Mac OS X 10.5.  */
821d410c4eaSchristos #ifndef _DARWIN_USE_64_BIT_INODE
822d410c4eaSchristos # define _DARWIN_USE_64_BIT_INODE 1
823d410c4eaSchristos #endif
824d410c4eaSchristos 
825c236fd95Schristos /* Number of bits in a file offset, on hosts where this is settable. */
826c236fd95Schristos /* #undef _FILE_OFFSET_BITS */
827c236fd95Schristos 
828c236fd95Schristos /* Define for large files, on AIX-style hosts. */
829c236fd95Schristos /* #undef _LARGE_FILES */
830c236fd95Schristos 
831c236fd95Schristos /* Define to 1 if on MINIX. */
832c236fd95Schristos /* #undef _MINIX */
833c236fd95Schristos 
834c236fd95Schristos /* Define to 2 if the system does not provide POSIX.1 features except with
835c236fd95Schristos    this defined. */
836c236fd95Schristos /* #undef _POSIX_1_SOURCE */
837c236fd95Schristos 
838c236fd95Schristos /* Define to 1 if you need to in order for `stat' and other things to work. */
839c236fd95Schristos /* #undef _POSIX_SOURCE */
840c236fd95Schristos 
841eceb233bSchristos /* Use structured /proc on Solaris. */
842eceb233bSchristos #define _STRUCTURED_PROC 1
843eceb233bSchristos 
844c236fd95Schristos /* Define to empty if `const' does not conform to ANSI C. */
845c236fd95Schristos /* #undef const */
846c236fd95Schristos 
847c236fd95Schristos /* Define to `__inline__' or `__inline' if that's what the C compiler
848c236fd95Schristos    calls it, or to nothing if 'inline' is not supported under any name.  */
849c236fd95Schristos #ifndef __cplusplus
850c236fd95Schristos /* #undef inline */
851c236fd95Schristos #endif
852c236fd95Schristos 
853c236fd95Schristos /* Define to `int' if <sys/types.h> does not define. */
854c236fd95Schristos /* #undef pid_t */
855c236fd95Schristos 
856d410c4eaSchristos /* Define to `unsigned int' if <sys/types.h> does not define. */
857d410c4eaSchristos /* #undef size_t */
858d410c4eaSchristos 
859c236fd95Schristos /* Define as `fork' if `vfork' does not work. */
860c236fd95Schristos /* #undef vfork */
861