xref: /netbsd-src/external/gpl3/gdb/lib/libgdb/arch/hppa/config.h (revision 22ebeae4b2252475e0ebe332f69734639cb946ea)
1cfa2879dSchristos /* 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  */
382e413f2Schristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
4cfa2879dSchristos 
5cfa2879dSchristos /* config.h.  Generated from config.in by configure.  */
6cfa2879dSchristos /* config.in.  Generated from configure.ac by autoheader.  */
7cfa2879dSchristos 
8cfa2879dSchristos /* Define if building universal (internal helper macro) */
9cfa2879dSchristos /* #undef AC_APPLE_UNIVERSAL_BUILD */
10cfa2879dSchristos 
11*22ebeae4Schristos /* Additional directories to look for separate debug info. */
12*22ebeae4Schristos /* #undef ADDITIONAL_DEBUG_DIRS */
13*22ebeae4Schristos 
14043b2112Sskrll /* Directories from which to load auto-loaded scripts. */
155900762bSrin #define AUTO_LOAD_DIR "$debugdir:$datadir/auto-load"
16cfa2879dSchristos 
17043b2112Sskrll /* Directories safe to hold auto-loaded files. */
185900762bSrin #define AUTO_LOAD_SAFE_PATH "$debugdir:$datadir/auto-load"
19cfa2879dSchristos 
20043b2112Sskrll /* Directory of programs. */
21043b2112Sskrll #define BINDIR "/usr/bin"
22cfa2879dSchristos 
23cfa2879dSchristos /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
24cfa2879dSchristos    systems. This function is required for `alloca.c' support on those systems.
25cfa2879dSchristos    */
26cfa2879dSchristos /* #undef CRAY_STACKSEG_END */
27cfa2879dSchristos 
284d342c04Schristos /* Define to 1 if std::thread works. */
294d342c04Schristos #define CXX_STD_THREAD 1
304d342c04Schristos 
31cfa2879dSchristos /* Define to 1 if using `alloca.c'. */
32cfa2879dSchristos /* #undef C_ALLOCA */
33cfa2879dSchristos 
34cfa2879dSchristos /* look for global separate debug info in this path [LIBDIR/debug] */
35cfa2879dSchristos #define DEBUGDIR "/usr/libdata/debug"
36cfa2879dSchristos 
37cfa2879dSchristos /* Define if the separate-debug-dir directory should be relocated when GDB is
38cfa2879dSchristos    moved. */
39cfa2879dSchristos #define DEBUGDIR_RELOCATABLE 1
40cfa2879dSchristos 
41cfa2879dSchristos /* Define to BFD's default architecture. */
42cfa2879dSchristos #define DEFAULT_BFD_ARCH bfd_hppa_arch
43cfa2879dSchristos 
44cfa2879dSchristos /* Define to BFD's default target vector. */
453954c004Schristos #define DEFAULT_BFD_VEC hppa_elf32_nbsd_vec
46cfa2879dSchristos 
474d342c04Schristos /* Handle .ctf type-info sections */
484d342c04Schristos #define ENABLE_LIBCTF 1
494d342c04Schristos 
50cfa2879dSchristos /* Define to 1 if translation of program messages to the user's native
51cfa2879dSchristos    language is requested. */
52*22ebeae4Schristos /* #undef ENABLE_NLS */
53cfa2879dSchristos 
54d16b7486Schristos /* The .gdbearlyinit filename. */
55d16b7486Schristos #define GDBEARLYINIT ".gdbearlyinit"
56d16b7486Schristos 
57d1fefe4bSchristos /* The .gdbinit filename. */
58d1fefe4bSchristos #define GDBINIT ".gdbinit"
59d1fefe4bSchristos 
60cfa2879dSchristos /* look for global separate data files in this path [DATADIR/gdb] */
61cfa2879dSchristos #define GDB_DATADIR "/usr/share/gdb"
62cfa2879dSchristos 
63cfa2879dSchristos /* Define if the gdb-datadir directory should be relocated when GDB is moved.
64cfa2879dSchristos    */
65cfa2879dSchristos #define GDB_DATADIR_RELOCATABLE 1
66cfa2879dSchristos 
67cfa2879dSchristos /* Define to be a string naming the default host character set. */
68cfa2879dSchristos #define GDB_DEFAULT_HOST_CHARSET "UTF-8"
69cfa2879dSchristos 
70cfa2879dSchristos /* Host double floatformat */
71cfa2879dSchristos #define GDB_HOST_DOUBLE_FORMAT 0
72cfa2879dSchristos 
73cfa2879dSchristos /* Host float floatformat */
74cfa2879dSchristos #define GDB_HOST_FLOAT_FORMAT 0
75cfa2879dSchristos 
76cfa2879dSchristos /* Host long double floatformat */
77cfa2879dSchristos #define GDB_HOST_LONG_DOUBLE_FORMAT 0
78cfa2879dSchristos 
79cfa2879dSchristos /* nativefile */
80cfa2879dSchristos /* #undef GDB_NM_FILE */
81cfa2879dSchristos 
82cfa2879dSchristos /* Define to the default OS ABI for this configuration. */
835900762bSrin #define GDB_OSABI_DEFAULT GDB_OSABI_NETBSD
84cfa2879dSchristos 
852920ca48Sskrll /* Define if self-testing features should be enabled */
86d16b7486Schristos /* #undef GDB_SELF_TEST */
872920ca48Sskrll 
88cfa2879dSchristos /* Define to 1 if you have `alloca', as a function or macro. */
89cfa2879dSchristos #define HAVE_ALLOCA 1
90cfa2879dSchristos 
91cfa2879dSchristos /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
92cfa2879dSchristos    */
93cfa2879dSchristos /* #undef HAVE_ALLOCA_H */
94cfa2879dSchristos 
95*22ebeae4Schristos /* Define if amd-dbgapi is being linked in. */
96*22ebeae4Schristos /* #undef HAVE_AMD_DBGAPI */
97*22ebeae4Schristos 
98cfa2879dSchristos /* Define to 1 if you have the `btowc' function. */
99cfa2879dSchristos #define HAVE_BTOWC 1
100cfa2879dSchristos 
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 
109cfa2879dSchristos /* Define to 1 if you have the <cursesX.h> header file. */
110cfa2879dSchristos /* #undef HAVE_CURSESX_H */
111cfa2879dSchristos 
112cfa2879dSchristos /* Define to 1 if you have the <curses.h> header file. */
113cfa2879dSchristos #define HAVE_CURSES_H 1
114cfa2879dSchristos 
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 
122cfa2879dSchristos /* Define to 1 if you have the declaration of `ADDR_NO_RANDOMIZE', and to 0 if
123cfa2879dSchristos    you don't. */
124cfa2879dSchristos #define HAVE_DECL_ADDR_NO_RANDOMIZE 0
125cfa2879dSchristos 
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 
137cfa2879dSchristos /* Define to 1 if you have the declaration of `getthrds', and to 0 if you
138cfa2879dSchristos    don't. */
139cfa2879dSchristos /* #undef HAVE_DECL_GETTHRDS */
140cfa2879dSchristos 
141cfa2879dSchristos /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
142cfa2879dSchristos    don't. */
143cfa2879dSchristos #define HAVE_DECL_SNPRINTF 1
144cfa2879dSchristos 
145cfa2879dSchristos /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
146cfa2879dSchristos    */
147cfa2879dSchristos #define HAVE_DECL_STRSTR 1
148cfa2879dSchristos 
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 
177043b2112Sskrll /* Define to 1 if you have the <dlfcn.h> header file. */
178043b2112Sskrll #define HAVE_DLFCN_H 1
179043b2112Sskrll 
180cfa2879dSchristos /* Define if ELF support should be included. */
181cfa2879dSchristos #define HAVE_ELF 1
182cfa2879dSchristos 
18382e413f2Schristos /* Define if <sys/procfs.h> has elf_fpregset_t. */
18482e413f2Schristos /* #undef HAVE_ELF_FPREGSET_T */
18582e413f2Schristos 
186cfa2879dSchristos /* Define to 1 if you have the <elf_hp.h> header file. */
187cfa2879dSchristos /* #undef HAVE_ELF_HP_H */
188cfa2879dSchristos 
189cfa2879dSchristos /* Define to 1 if your system has the etext variable. */
190cfa2879dSchristos #define HAVE_ETEXT 1
191cfa2879dSchristos 
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 
198d1fefe4bSchristos /* Define to 1 if you have the `fdwalk' function. */
199d1fefe4bSchristos /* #undef HAVE_FDWALK */
200d1fefe4bSchristos 
201cfa2879dSchristos /* Define to 1 if you have the `fork' function. */
202cfa2879dSchristos #define HAVE_FORK 1
203cfa2879dSchristos 
204cfa2879dSchristos /* Define if <sys/procfs.h> has fpregset_t. */
205cfa2879dSchristos /* #undef HAVE_FPREGSET_T */
206cfa2879dSchristos 
207822f2954Schristos /* Define to 1 if you have the `getauxval' function. */
208822f2954Schristos /* #undef HAVE_GETAUXVAL */
209822f2954Schristos 
210cfa2879dSchristos /* Define to 1 if you have the `getgid' function. */
211cfa2879dSchristos #define HAVE_GETGID 1
212cfa2879dSchristos 
213cfa2879dSchristos /* Define to 1 if you have the `getpagesize' function. */
214cfa2879dSchristos #define HAVE_GETPAGESIZE 1
215cfa2879dSchristos 
21682e413f2Schristos /* Define to 1 if you have the `getpgid' function. */
21782e413f2Schristos #define HAVE_GETPGID 1
21882e413f2Schristos 
219cfa2879dSchristos /* Define to 1 if you have the `getrlimit' function. */
220cfa2879dSchristos #define HAVE_GETRLIMIT 1
221cfa2879dSchristos 
222cfa2879dSchristos /* Define to 1 if you have the `getrusage' function. */
223cfa2879dSchristos #define HAVE_GETRUSAGE 1
224cfa2879dSchristos 
225*22ebeae4Schristos /* Define if the GNU gettext() function is already present or preinstalled. */
226*22ebeae4Schristos /* #undef HAVE_GETTEXT */
227*22ebeae4Schristos 
228cfa2879dSchristos /* Define to 1 if you have the `getuid' function. */
229cfa2879dSchristos #define HAVE_GETUID 1
230cfa2879dSchristos 
231cfa2879dSchristos /* Define if <sys/procfs.h> has gregset_t. */
232cfa2879dSchristos /* #undef HAVE_GREGSET_T */
233cfa2879dSchristos 
2343954c004Schristos /* Define if Guile interpreter is being linked in. */
2353954c004Schristos /* #undef HAVE_GUILE */
2363954c004Schristos 
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. */
241cfa2879dSchristos #define HAVE_ICONV 1
242cfa2879dSchristos 
243cfa2879dSchristos /* Define to 1 if you have the `iconvlist' function. */
244cfa2879dSchristos /* #undef HAVE_ICONVLIST */
245cfa2879dSchristos 
246cfa2879dSchristos /* Define to 1 if you have the <inttypes.h> header file. */
247cfa2879dSchristos #define HAVE_INTTYPES_H 1
248cfa2879dSchristos 
249d16b7486Schristos /* Define to 1 if you have the `kinfo_getfile' function. */
25082e413f2Schristos /* #undef HAVE_KINFO_GETFILE */
25182e413f2Schristos 
252cfa2879dSchristos /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
253cfa2879dSchristos #define HAVE_LANGINFO_CODESET 1
254cfa2879dSchristos 
255cfa2879dSchristos /* Define if your <locale.h> file defines LC_MESSAGES. */
256cfa2879dSchristos #define HAVE_LC_MESSAGES 1
257cfa2879dSchristos 
258d1fefe4bSchristos /* Define if you have the babeltrace library. */
259d1fefe4bSchristos /* #undef HAVE_LIBBABELTRACE */
260d1fefe4bSchristos 
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 
2674d342c04Schristos /* Define to 1 if debuginfod is enabled. */
2684d342c04Schristos /* #undef HAVE_LIBDEBUGINFOD */
2694d342c04Schristos 
270*22ebeae4Schristos /* Define to 1 if debuginfod section downloading is supported. */
271*22ebeae4Schristos /* #undef HAVE_LIBDEBUGINFOD_FIND_SECTION */
272*22ebeae4Schristos 
273cfa2879dSchristos /* Define if you have the expat library. */
27454eac751Schristos #define HAVE_LIBEXPAT 1
275cfa2879dSchristos 
276cfa2879dSchristos /* Define to 1 if you have the `libiconvlist' function. */
277cfa2879dSchristos /* #undef HAVE_LIBICONVLIST */
278cfa2879dSchristos 
279822f2954Schristos /* Define if you have the ipt library. */
280822f2954Schristos /* #undef HAVE_LIBIPT */
281822f2954Schristos 
282043b2112Sskrll /* Define if you have the lzma library. */
283043b2112Sskrll /* #undef HAVE_LIBLZMA */
284043b2112Sskrll 
285cfa2879dSchristos /* Define to 1 if you have the `m' library (-lm). */
286cfa2879dSchristos #define HAVE_LIBM 1
287cfa2879dSchristos 
288cfa2879dSchristos /* Define to 1 if you have the <libunwind-ia64.h> header file. */
289cfa2879dSchristos /* #undef HAVE_LIBUNWIND_IA64_H */
290cfa2879dSchristos 
2914d342c04Schristos /* Define if you have the xxhash library. */
2924d342c04Schristos /* #undef HAVE_LIBXXHASH */
2934d342c04Schristos 
29482e413f2Schristos /* Define to 1 if you have the <linux/elf.h> header file. */
29582e413f2Schristos /* #undef HAVE_LINUX_ELF_H */
296cfa2879dSchristos 
297043b2112Sskrll /* Define to 1 if you have the <linux/perf_event.h> header file. */
298043b2112Sskrll /* #undef HAVE_LINUX_PERF_EVENT_H */
299043b2112Sskrll 
300cfa2879dSchristos /* Define to 1 if you have the <locale.h> header file. */
301cfa2879dSchristos #define HAVE_LOCALE_H 1
302cfa2879dSchristos 
303cfa2879dSchristos /* Define to 1 if the compiler supports long double. */
304cfa2879dSchristos #define HAVE_LONG_DOUBLE 1
305cfa2879dSchristos 
306822f2954Schristos /* Define to 1 if the system has the type `long long'. */
307822f2954Schristos #define HAVE_LONG_LONG 1
308822f2954Schristos 
309cfa2879dSchristos /* Define if <sys/procfs.h> has lwpid_t. */
310cfa2879dSchristos /* #undef HAVE_LWPID_T */
311cfa2879dSchristos 
312cfa2879dSchristos /* Define to 1 if you have the <machine/reg.h> header file. */
313cfa2879dSchristos #define HAVE_MACHINE_REG_H 1
314cfa2879dSchristos 
315cfa2879dSchristos /* Define to 1 if you have the <memory.h> header file. */
316cfa2879dSchristos #define HAVE_MEMORY_H 1
317cfa2879dSchristos 
318cfa2879dSchristos /* Define to 1 if you have a working `mmap' system call. */
319cfa2879dSchristos #define HAVE_MMAP 1
320cfa2879dSchristos 
321cfa2879dSchristos /* Define to 1 if you have the `monstartup' function. */
322cfa2879dSchristos #define HAVE_MONSTARTUP 1
323cfa2879dSchristos 
32482e413f2Schristos /* Define to 1 if you have the <ncursesw/ncurses.h> header file. */
32582e413f2Schristos /* #undef HAVE_NCURSESW_NCURSES_H */
32682e413f2Schristos 
327cfa2879dSchristos /* Define to 1 if you have the <ncurses.h> header file. */
328cfa2879dSchristos /* #undef HAVE_NCURSES_H */
329cfa2879dSchristos 
330cfa2879dSchristos /* Define to 1 if you have the <ncurses/ncurses.h> header file. */
331cfa2879dSchristos /* #undef HAVE_NCURSES_NCURSES_H */
332cfa2879dSchristos 
333cfa2879dSchristos /* Define to 1 if you have the <ncurses/term.h> header file. */
334cfa2879dSchristos /* #undef HAVE_NCURSES_TERM_H */
335cfa2879dSchristos 
336cfa2879dSchristos /* Define to 1 if you have the <nlist.h> header file. */
337cfa2879dSchristos #define HAVE_NLIST_H 1
338cfa2879dSchristos 
339cfa2879dSchristos /* Define to 1 if you have the `pipe' function. */
340cfa2879dSchristos #define HAVE_PIPE 1
341cfa2879dSchristos 
342d1fefe4bSchristos /* Define to 1 if you have the `pipe2' function. */
343d1fefe4bSchristos #define HAVE_PIPE2 1
344d1fefe4bSchristos 
345cfa2879dSchristos /* Define to 1 if you have the `poll' function. */
346cfa2879dSchristos #define HAVE_POLL 1
347cfa2879dSchristos 
348cfa2879dSchristos /* Define to 1 if you have the <poll.h> header file. */
349cfa2879dSchristos #define HAVE_POLL_H 1
350cfa2879dSchristos 
351cfa2879dSchristos /* Define to 1 if you have the `posix_madvise' function. */
352cfa2879dSchristos #define HAVE_POSIX_MADVISE 1
353cfa2879dSchristos 
354043b2112Sskrll /* Define to 1 if you have the `pread' function. */
355043b2112Sskrll #define HAVE_PREAD 1
356043b2112Sskrll 
357cfa2879dSchristos /* Define to 1 if you have the `pread64' function. */
358cfa2879dSchristos /* #undef HAVE_PREAD64 */
359cfa2879dSchristos 
360cfa2879dSchristos /* Define if <sys/procfs.h> has prfpregset_t. */
361cfa2879dSchristos /* #undef HAVE_PRFPREGSET_T */
362cfa2879dSchristos 
363cfa2879dSchristos /* Define if <sys/procfs.h> has prgregset32_t. */
364cfa2879dSchristos /* #undef HAVE_PRGREGSET32_T */
365cfa2879dSchristos 
366cfa2879dSchristos /* Define if <sys/procfs.h> has prgregset_t. */
367cfa2879dSchristos /* #undef HAVE_PRGREGSET_T */
368cfa2879dSchristos 
369cfa2879dSchristos /* Define to 1 if you have the <proc_service.h> header file. */
370cfa2879dSchristos /* #undef HAVE_PROC_SERVICE_H */
371cfa2879dSchristos 
372cfa2879dSchristos /* Define if <sys/procfs.h> has psaddr_t. */
373cfa2879dSchristos /* #undef HAVE_PSADDR_T */
374cfa2879dSchristos 
3754d342c04Schristos /* Have PTHREAD_PRIO_INHERIT. */
3764d342c04Schristos #define HAVE_PTHREAD_PRIO_INHERIT 1
3774d342c04Schristos 
3784d342c04Schristos /* Define to 1 if you have the `pthread_setname_np' function. */
3794d342c04Schristos #define HAVE_PTHREAD_SETNAME_NP 1
3804d342c04Schristos 
3814d342c04Schristos /* Define to 1 if you have the `pthread_sigmask' function. */
3824d342c04Schristos #define HAVE_PTHREAD_SIGMASK 1
3834d342c04Schristos 
384d1fefe4bSchristos /* Define to 1 if you have the `ptrace64' function. */
385d1fefe4bSchristos /* #undef HAVE_PTRACE64 */
386cfa2879dSchristos 
387cfa2879dSchristos /* Define if sys/ptrace.h defines the PTRACE_GETFPXREGS request. */
388cfa2879dSchristos /* #undef HAVE_PTRACE_GETFPXREGS */
389cfa2879dSchristos 
390cfa2879dSchristos /* Define if sys/ptrace.h defines the PTRACE_GETREGS request. */
391cfa2879dSchristos /* #undef HAVE_PTRACE_GETREGS */
392cfa2879dSchristos 
393cfa2879dSchristos /* Define to 1 if you have the <ptrace.h> header file. */
394cfa2879dSchristos /* #undef HAVE_PTRACE_H */
395cfa2879dSchristos 
396cfa2879dSchristos /* Define if sys/ptrace.h defines the PT_GETDBREGS request. */
397cfa2879dSchristos /* #undef HAVE_PT_GETDBREGS */
398cfa2879dSchristos 
39982e413f2Schristos /* Define to 1 if you have the `pt_insn_event' function. */
40082e413f2Schristos /* #undef HAVE_PT_INSN_EVENT */
40182e413f2Schristos 
402043b2112Sskrll /* Define to 1 if you have the `pwrite' function. */
403043b2112Sskrll #define HAVE_PWRITE 1
404043b2112Sskrll 
405cfa2879dSchristos /* Define if Python interpreter is being linked in. */
406cfa2879dSchristos /* #undef HAVE_PYTHON */
407cfa2879dSchristos 
408d16b7486Schristos /* Define to 1 if you have the <readline/readline.h> header file. */
409d16b7486Schristos /* #undef HAVE_READLINE_READLINE_H */
410d16b7486Schristos 
411cfa2879dSchristos /* Define to 1 if you have the `resize_term' function. */
4128b7331e5Schristos #define HAVE_RESIZE_TERM 1
413cfa2879dSchristos 
414cfa2879dSchristos /* Define to 1 if you have the `sbrk' function. */
415cfa2879dSchristos #define HAVE_SBRK 1
416cfa2879dSchristos 
4173954c004Schristos /* Define to 1 if you have the `scm_new_smob' function. */
4183954c004Schristos /* #undef HAVE_SCM_NEW_SMOB */
4193954c004Schristos 
420cfa2879dSchristos /* Define to 1 if you have the `setlocale' function. */
421cfa2879dSchristos #define HAVE_SETLOCALE 1
422cfa2879dSchristos 
423822f2954Schristos /* Define to 1 if you have the `setns' function. */
424822f2954Schristos /* #undef HAVE_SETNS */
425822f2954Schristos 
426cfa2879dSchristos /* Define to 1 if you have the `setpgid' function. */
427cfa2879dSchristos #define HAVE_SETPGID 1
428cfa2879dSchristos 
429cfa2879dSchristos /* Define to 1 if you have the `setpgrp' function. */
430cfa2879dSchristos #define HAVE_SETPGRP 1
431cfa2879dSchristos 
432cfa2879dSchristos /* Define to 1 if you have the `setrlimit' function. */
433cfa2879dSchristos #define HAVE_SETRLIMIT 1
434cfa2879dSchristos 
435cfa2879dSchristos /* Define to 1 if you have the `setsid' function. */
436cfa2879dSchristos #define HAVE_SETSID 1
437cfa2879dSchristos 
438cfa2879dSchristos /* Define to 1 if you have the `sigaction' function. */
439cfa2879dSchristos #define HAVE_SIGACTION 1
440cfa2879dSchristos 
4413954c004Schristos /* Define to 1 if you have the `sigaltstack' function. */
4423954c004Schristos #define HAVE_SIGALTSTACK 1
4433954c004Schristos 
444cfa2879dSchristos /* Define to 1 if you have the <signal.h> header file. */
445cfa2879dSchristos #define HAVE_SIGNAL_H 1
446cfa2879dSchristos 
447cfa2879dSchristos /* Define to 1 if you have the `sigprocmask' function. */
448cfa2879dSchristos #define HAVE_SIGPROCMASK 1
449cfa2879dSchristos 
450cfa2879dSchristos /* Define if sigsetjmp is available. */
451cfa2879dSchristos #define HAVE_SIGSETJMP 1
452cfa2879dSchristos 
453cfa2879dSchristos /* Define to 1 if you have the `sigsetmask' function. */
454cfa2879dSchristos #define HAVE_SIGSETMASK 1
455cfa2879dSchristos 
456d16b7486Schristos /* Define to 1 if you have the `sigtimedwait' function. */
457d16b7486Schristos #define HAVE_SIGTIMEDWAIT 1
458d16b7486Schristos 
459cfa2879dSchristos /* Define to 1 if you have the `socketpair' function. */
460cfa2879dSchristos #define HAVE_SOCKETPAIR 1
461cfa2879dSchristos 
462cfa2879dSchristos /* Define to 1 if the system has the type `socklen_t'. */
463cfa2879dSchristos #define HAVE_SOCKLEN_T 1
464cfa2879dSchristos 
46582e413f2Schristos /* Define to 1 if the source-highlight library is available */
46682e413f2Schristos /* #undef HAVE_SOURCE_HIGHLIGHT */
46782e413f2Schristos 
468cfa2879dSchristos /* Define to 1 if you have the <stdint.h> header file. */
469cfa2879dSchristos #define HAVE_STDINT_H 1
470cfa2879dSchristos 
471cfa2879dSchristos /* Define to 1 if you have the <stdlib.h> header file. */
472cfa2879dSchristos #define HAVE_STDLIB_H 1
473cfa2879dSchristos 
474cfa2879dSchristos /* Define to 1 if you have the <strings.h> header file. */
475cfa2879dSchristos #define HAVE_STRINGS_H 1
476cfa2879dSchristos 
477cfa2879dSchristos /* Define to 1 if you have the <string.h> header file. */
478cfa2879dSchristos #define HAVE_STRING_H 1
479cfa2879dSchristos 
480cfa2879dSchristos /* Define to 1 if your system has struct lwp. */
481d52bc725Schristos #define HAVE_STRUCT_LWP 1
4822920ca48Sskrll 
48382e413f2Schristos /* Define to 1 if `pl_syscall_code' is a member of `struct ptrace_lwpinfo'. */
4842920ca48Sskrll /* #undef HAVE_STRUCT_PTRACE_LWPINFO_PL_SYSCALL_CODE */
485cfa2879dSchristos 
48682e413f2Schristos /* Define to 1 if `pl_tdname' is a member of `struct ptrace_lwpinfo'. */
4878b7331e5Schristos /* #undef HAVE_STRUCT_PTRACE_LWPINFO_PL_TDNAME */
4888b7331e5Schristos 
48982e413f2Schristos /* Define to 1 if `enabled' is a member of `struct pt_insn'. */
49082e413f2Schristos /* #undef HAVE_STRUCT_PT_INSN_ENABLED */
49182e413f2Schristos 
49282e413f2Schristos /* Define to 1 if `resynced' is a member of `struct pt_insn'. */
49382e413f2Schristos /* #undef HAVE_STRUCT_PT_INSN_RESYNCED */
49482e413f2Schristos 
495cfa2879dSchristos /* Define to 1 if your system has struct reg in <machine/reg.h>. */
496cfa2879dSchristos #define HAVE_STRUCT_REG 1
497cfa2879dSchristos 
49882e413f2Schristos /* Define to 1 if `r_fs' is a member of `struct reg'. */
499cfa2879dSchristos /* #undef HAVE_STRUCT_REG_R_FS */
500cfa2879dSchristos 
50182e413f2Schristos /* Define to 1 if `r_gs' is a member of `struct reg'. */
502cfa2879dSchristos /* #undef HAVE_STRUCT_REG_R_GS */
503cfa2879dSchristos 
50482e413f2Schristos /* Define to 1 if `st_blksize' is a member of `struct stat'. */
505cfa2879dSchristos #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
506cfa2879dSchristos 
50782e413f2Schristos /* Define to 1 if `st_blocks' is a member of `struct stat'. */
508cfa2879dSchristos #define HAVE_STRUCT_STAT_ST_BLOCKS 1
509cfa2879dSchristos 
51082e413f2Schristos /* Define to 1 if `td_pcb' is a member of `struct thread'. */
511cfa2879dSchristos /* #undef HAVE_STRUCT_THREAD_TD_PCB */
512cfa2879dSchristos 
513cfa2879dSchristos /* Define to 1 if you have the <sys/debugreg.h> header file. */
514cfa2879dSchristos /* #undef HAVE_SYS_DEBUGREG_H */
515cfa2879dSchristos 
516cfa2879dSchristos /* Define to 1 if you have the <sys/file.h> header file. */
517cfa2879dSchristos #define HAVE_SYS_FILE_H 1
518cfa2879dSchristos 
519cfa2879dSchristos /* Define to 1 if you have the <sys/filio.h> header file. */
520cfa2879dSchristos #define HAVE_SYS_FILIO_H 1
521cfa2879dSchristos 
522cfa2879dSchristos /* Define to 1 if you have the <sys/ioctl.h> header file. */
523cfa2879dSchristos #define HAVE_SYS_IOCTL_H 1
524cfa2879dSchristos 
525cfa2879dSchristos /* Define to 1 if you have the <sys/param.h> header file. */
526cfa2879dSchristos #define HAVE_SYS_PARAM_H 1
527cfa2879dSchristos 
528cfa2879dSchristos /* Define to 1 if you have the <sys/poll.h> header file. */
529cfa2879dSchristos #define HAVE_SYS_POLL_H 1
530cfa2879dSchristos 
531d16b7486Schristos /* Define to 1 if you have the <sys/procctl.h> header file. */
532d16b7486Schristos /* #undef HAVE_SYS_PROCCTL_H */
533d16b7486Schristos 
534cfa2879dSchristos /* Define to 1 if you have the <sys/procfs.h> header file. */
535cfa2879dSchristos /* #undef HAVE_SYS_PROCFS_H */
536cfa2879dSchristos 
537cfa2879dSchristos /* Define to 1 if you have the <sys/ptrace.h> header file. */
538cfa2879dSchristos #define HAVE_SYS_PTRACE_H 1
539cfa2879dSchristos 
540cfa2879dSchristos /* Define to 1 if you have the <sys/reg.h> header file. */
541cfa2879dSchristos /* #undef HAVE_SYS_REG_H */
542cfa2879dSchristos 
543cfa2879dSchristos /* Define to 1 if you have the <sys/resource.h> header file. */
544cfa2879dSchristos #define HAVE_SYS_RESOURCE_H 1
545cfa2879dSchristos 
546cfa2879dSchristos /* Define to 1 if you have the <sys/select.h> header file. */
547cfa2879dSchristos #define HAVE_SYS_SELECT_H 1
548cfa2879dSchristos 
549043b2112Sskrll /* Define to 1 if you have the <sys/socket.h> header file. */
550043b2112Sskrll #define HAVE_SYS_SOCKET_H 1
551043b2112Sskrll 
552cfa2879dSchristos /* Define to 1 if you have the <sys/stat.h> header file. */
553cfa2879dSchristos #define HAVE_SYS_STAT_H 1
554cfa2879dSchristos 
555cfa2879dSchristos /* Define to 1 if you have the <sys/types.h> header file. */
556cfa2879dSchristos #define HAVE_SYS_TYPES_H 1
557cfa2879dSchristos 
558043b2112Sskrll /* Define to 1 if you have the <sys/un.h> header file. */
559043b2112Sskrll #define HAVE_SYS_UN_H 1
560043b2112Sskrll 
561cfa2879dSchristos /* Define to 1 if you have the <sys/user.h> header file. */
5628b7331e5Schristos /* #undef HAVE_SYS_USER_H */
563cfa2879dSchristos 
564cfa2879dSchristos /* Define to 1 if you have the <sys/wait.h> header file. */
565cfa2879dSchristos #define HAVE_SYS_WAIT_H 1
566cfa2879dSchristos 
567cfa2879dSchristos /* Define to 1 if you have the <termios.h> header file. */
568cfa2879dSchristos #define HAVE_TERMIOS_H 1
569cfa2879dSchristos 
570cfa2879dSchristos /* Define to 1 if you have the <term.h> header file. */
571cfa2879dSchristos #define HAVE_TERM_H 1
572cfa2879dSchristos 
573cfa2879dSchristos /* Define to 1 if you have the <thread_db.h> header file. */
574cfa2879dSchristos /* #undef HAVE_THREAD_DB_H */
575cfa2879dSchristos 
576cfa2879dSchristos /* Define to 1 if you have the `ttrace' function. */
577cfa2879dSchristos /* #undef HAVE_TTRACE */
578cfa2879dSchristos 
579cfa2879dSchristos /* Define to 1 if you have the <unistd.h> header file. */
580cfa2879dSchristos #define HAVE_UNISTD_H 1
581cfa2879dSchristos 
58282e413f2Schristos /* Define to 1 if you have the `use_default_colors' function. */
58382e413f2Schristos #define HAVE_USE_DEFAULT_COLORS 1
58482e413f2Schristos 
585cfa2879dSchristos /* Define to 1 if you have the `vfork' function. */
586cfa2879dSchristos #define HAVE_VFORK 1
587cfa2879dSchristos 
588cfa2879dSchristos /* Define to 1 if you have the <vfork.h> header file. */
589cfa2879dSchristos /* #undef HAVE_VFORK_H */
590cfa2879dSchristos 
591cfa2879dSchristos /* Define to 1 if you have the `waitpid' function. */
592cfa2879dSchristos #define HAVE_WAITPID 1
593cfa2879dSchristos 
594cfa2879dSchristos /* Define to 1 if you have the <wait.h> header file. */
595cfa2879dSchristos /* #undef HAVE_WAIT_H */
596cfa2879dSchristos 
5973954c004Schristos /* Define to 1 if you have the <windows.h> header file. */
5983954c004Schristos /* #undef HAVE_WINDOWS_H */
5993954c004Schristos 
600cfa2879dSchristos /* Define to 1 if `fork' works. */
601cfa2879dSchristos #define HAVE_WORKING_FORK 1
602cfa2879dSchristos 
603cfa2879dSchristos /* Define to 1 if `vfork' works. */
604cfa2879dSchristos #define HAVE_WORKING_VFORK 1
605cfa2879dSchristos 
606cfa2879dSchristos /* Define to 1 if you have the `wresize' function. */
607cfa2879dSchristos #define HAVE_WRESIZE 1
608cfa2879dSchristos 
6094d342c04Schristos /* Define to 1 if you have the <ws2tcpip.h> header file. */
6104d342c04Schristos /* #undef HAVE_WS2TCPIP_H */
6114d342c04Schristos 
612cfa2879dSchristos /* Define to 1 if you have the `XML_StopParser' function. */
61354eac751Schristos #define HAVE_XML_STOPPARSER 1
614cfa2879dSchristos 
615d16b7486Schristos /* Define to 1 if zstd is enabled. */
616d16b7486Schristos /* #undef HAVE_ZSTD */
617d16b7486Schristos 
618cfa2879dSchristos /* Define to 1 if your system has the _etext variable. */
619cfa2879dSchristos #define HAVE__ETEXT 1
620cfa2879dSchristos 
621cfa2879dSchristos /* Define to 1 if you have the `_mcleanup' function. */
622cfa2879dSchristos #define HAVE__MCLEANUP 1
623cfa2879dSchristos 
624043b2112Sskrll /* Path of directory of iconv program. */
625043b2112Sskrll /* #undef ICONV_BIN */
626043b2112Sskrll 
627043b2112Sskrll /* Define if the iconv directory should be relocated when GDB is moved. */
628043b2112Sskrll /* #undef ICONV_BIN_RELOCATABLE */
629043b2112Sskrll 
630cfa2879dSchristos /* Define as const if the declaration of iconv() needs const. */
63177a1ad5fSkamil #define ICONV_CONST
632cfa2879dSchristos 
633043b2112Sskrll /* directory to load the JIT readers from */
634043b2112Sskrll #define JIT_READER_DIR "/usr/lib/gdb"
635043b2112Sskrll 
636043b2112Sskrll /* Define if the jit-reader-dir directory should be relocated when GDB is
637043b2112Sskrll    moved. */
638043b2112Sskrll #define JIT_READER_DIR_RELOCATABLE 1
639cfa2879dSchristos 
640d16b7486Schristos /* Define to the sub-directory in which libtool stores uninstalled libraries.
641d16b7486Schristos    */
642d16b7486Schristos #define LT_OBJDIR ".libs/"
643d16b7486Schristos 
644cfa2879dSchristos /* Name of this package. */
645cfa2879dSchristos #define PACKAGE "gdb"
646cfa2879dSchristos 
647cfa2879dSchristos /* Define to the address where bug reports for this package should be sent. */
648cfa2879dSchristos #define PACKAGE_BUGREPORT ""
649cfa2879dSchristos 
650cfa2879dSchristos /* Define to the full name of this package. */
651cfa2879dSchristos #define PACKAGE_NAME ""
652cfa2879dSchristos 
653cfa2879dSchristos /* Define to the full name and version of this package. */
654cfa2879dSchristos #define PACKAGE_STRING ""
655cfa2879dSchristos 
656cfa2879dSchristos /* Define to the one symbol short name of this package. */
657cfa2879dSchristos #define PACKAGE_TARNAME ""
658cfa2879dSchristos 
659cfa2879dSchristos /* Define to the home page for this package. */
660cfa2879dSchristos #define PACKAGE_URL ""
661cfa2879dSchristos 
662cfa2879dSchristos /* Define to the version of this package. */
663cfa2879dSchristos #define PACKAGE_VERSION ""
664cfa2879dSchristos 
665cfa2879dSchristos /* Additional package description */
666cfa2879dSchristos #define PKGVERSION "(GDB) "
667cfa2879dSchristos 
668cfa2879dSchristos /* Define to 1 if the "%H, %D and %DD" formats work to print decfloats. */
669cfa2879dSchristos /* #undef PRINTF_HAS_DECFLOAT */
670cfa2879dSchristos 
671cfa2879dSchristos /* Define to 1 if the "%Lg" format works to print long doubles. */
672cfa2879dSchristos /* #undef PRINTF_HAS_LONG_DOUBLE */
673cfa2879dSchristos 
674cfa2879dSchristos /* Define to 1 if the "%ll" format works to print long longs. */
675cfa2879dSchristos /* #undef PRINTF_HAS_LONG_LONG */
676cfa2879dSchristos 
6774d342c04Schristos /* Define to necessary symbol if this constant uses a non-standard name on
6784d342c04Schristos    your system. */
6794d342c04Schristos /* #undef PTHREAD_CREATE_JOINABLE */
6804d342c04Schristos 
6812920ca48Sskrll /* Define to the type of arg 1 for ptrace. */
6822920ca48Sskrll #define PTRACE_TYPE_ARG1 int
6832920ca48Sskrll 
684cfa2879dSchristos /* Define to the type of arg 3 for ptrace. */
685cfa2879dSchristos #define PTRACE_TYPE_ARG3 void *
686cfa2879dSchristos 
687d1fefe4bSchristos /* Define to the type of arg 4 for ptrace. */
688d1fefe4bSchristos #define PTRACE_TYPE_ARG4 int
689d1fefe4bSchristos 
690cfa2879dSchristos /* Define to the type of arg 5 for ptrace. */
691cfa2879dSchristos /* #undef PTRACE_TYPE_ARG5 */
692cfa2879dSchristos 
693cfa2879dSchristos /* Define as the return type of ptrace. */
694cfa2879dSchristos #define PTRACE_TYPE_RET int
695cfa2879dSchristos 
6964d342c04Schristos /* Define if the python lib directory should be relocated when GDB is moved.
6974d342c04Schristos    */
6984d342c04Schristos /* #undef PYTHON_LIBDIR_RELOCATABLE */
6994d342c04Schristos 
700cfa2879dSchristos /* Define if the python directory should be relocated when GDB is moved. */
701cfa2879dSchristos /* #undef PYTHON_PATH_RELOCATABLE */
702cfa2879dSchristos 
703cfa2879dSchristos /* Relocated directory for source files. */
704cfa2879dSchristos /* #undef RELOC_SRCDIR */
705cfa2879dSchristos 
706cfa2879dSchristos /* Bug reporting address */
7074d342c04Schristos #define REPORT_BUGS_TO "<https://www.gnu.org/software/gdb/bugs/>"
708cfa2879dSchristos 
709cfa2879dSchristos /* Define to 1 if the "%Lg" format works to scan long doubles. */
710cfa2879dSchristos /* #undef SCANF_HAS_LONG_DOUBLE */
711cfa2879dSchristos 
712cfa2879dSchristos /* Define to 1 if the `setpgrp' function takes no argument. */
713cfa2879dSchristos /* #undef SETPGRP_VOID */
714cfa2879dSchristos 
715822f2954Schristos /* The size of `long long', as computed by sizeof. */
716822f2954Schristos #define SIZEOF_LONG_LONG 8
717822f2954Schristos 
718043b2112Sskrll /* The size of `unsigned long', as computed by sizeof. */
719043b2112Sskrll #define SIZEOF_UNSIGNED_LONG 4
720043b2112Sskrll 
721043b2112Sskrll /* The size of `unsigned long long', as computed by sizeof. */
722043b2112Sskrll #define SIZEOF_UNSIGNED_LONG_LONG 8
723043b2112Sskrll 
724043b2112Sskrll /* The size of `unsigned __int128', as computed by sizeof. */
725043b2112Sskrll #define SIZEOF_UNSIGNED___INT128 0
726cfa2879dSchristos 
727d16b7486Schristos /* The size of `void *', as computed by sizeof. */
728d16b7486Schristos #define SIZEOF_VOID_P 4
729d16b7486Schristos 
730cfa2879dSchristos /* If using the C implementation of alloca, define if you know the
731cfa2879dSchristos    direction of stack growth for your system; otherwise it will be
732cfa2879dSchristos    automatically deduced at runtime.
733cfa2879dSchristos 	STACK_DIRECTION > 0 => grows toward higher addresses
734cfa2879dSchristos 	STACK_DIRECTION < 0 => grows toward lower addresses
735cfa2879dSchristos 	STACK_DIRECTION = 0 => direction of growth unknown */
736cfa2879dSchristos /* #undef STACK_DIRECTION */
737cfa2879dSchristos 
738cfa2879dSchristos /* Define to 1 if you have the ANSI C header files. */
739cfa2879dSchristos #define STDC_HEADERS 1
740cfa2879dSchristos 
741cfa2879dSchristos /* automatically load a system-wide gdbinit file */
742cfa2879dSchristos #define SYSTEM_GDBINIT ""
743cfa2879dSchristos 
7444d342c04Schristos /* automatically load system-wide gdbinit files from this directory */
7454d342c04Schristos #define SYSTEM_GDBINIT_DIR ""
7464d342c04Schristos 
7474d342c04Schristos /* Define if the system-gdbinit-dir directory should be relocated when GDB is
7484d342c04Schristos    moved. */
7494d342c04Schristos #define SYSTEM_GDBINIT_DIR_RELOCATABLE 0
7504d342c04Schristos 
751cfa2879dSchristos /* Define if the system-gdbinit directory should be relocated when GDB is
752cfa2879dSchristos    moved. */
753cfa2879dSchristos #define SYSTEM_GDBINIT_RELOCATABLE 0
754cfa2879dSchristos 
755043b2112Sskrll /* search for usr/lib et al within DIR */
756043b2112Sskrll #define TARGET_SYSTEM_ROOT ""
757043b2112Sskrll 
758043b2112Sskrll /* Define if the sysroot directory should be relocated when GDB is moved. */
759043b2112Sskrll #define TARGET_SYSTEM_ROOT_RELOCATABLE 0
760043b2112Sskrll 
761cfa2879dSchristos /* Define if <thread_db.h> has the TD_NOTALLOC error code. */
762cfa2879dSchristos /* #undef THREAD_DB_HAS_TD_NOTALLOC */
763cfa2879dSchristos 
764cfa2879dSchristos /* Define if <thread_db.h> has the TD_NOTLS error code. */
765cfa2879dSchristos /* #undef THREAD_DB_HAS_TD_NOTLS */
766cfa2879dSchristos 
767cfa2879dSchristos /* Define if <thread_db.h> has the TD_VERSION error code. */
768cfa2879dSchristos /* #undef THREAD_DB_HAS_TD_VERSION */
769cfa2879dSchristos 
770043b2112Sskrll /* Enable extensions on AIX 3, Interix.  */
771043b2112Sskrll #ifndef _ALL_SOURCE
772043b2112Sskrll # define _ALL_SOURCE 1
773043b2112Sskrll #endif
774043b2112Sskrll /* Enable GNU extensions on systems that have them.  */
775043b2112Sskrll #ifndef _GNU_SOURCE
776043b2112Sskrll # define _GNU_SOURCE 1
777043b2112Sskrll #endif
778043b2112Sskrll /* Enable threading extensions on Solaris.  */
779043b2112Sskrll #ifndef _POSIX_PTHREAD_SEMANTICS
780043b2112Sskrll # define _POSIX_PTHREAD_SEMANTICS 1
781043b2112Sskrll #endif
782043b2112Sskrll /* Enable extensions on HP NonStop.  */
783043b2112Sskrll #ifndef _TANDEM_SOURCE
784043b2112Sskrll # define _TANDEM_SOURCE 1
785043b2112Sskrll #endif
786043b2112Sskrll /* Enable general extensions on Solaris.  */
787043b2112Sskrll #ifndef __EXTENSIONS__
788043b2112Sskrll # define __EXTENSIONS__ 1
789043b2112Sskrll #endif
790043b2112Sskrll 
791043b2112Sskrll 
792cfa2879dSchristos /* Define if we should use the Windows API, instead of the POSIX API. On
793cfa2879dSchristos    Windows, we use the Windows API when building for MinGW, but the POSIX API
794cfa2879dSchristos    when building for Cygwin. */
795cfa2879dSchristos /* #undef USE_WIN32API */
796cfa2879dSchristos 
7972920ca48Sskrll /* Define if the PPC simulator is being linked in. */
7982920ca48Sskrll /* #undef WITH_PPC_SIM */
7992920ca48Sskrll 
8004d342c04Schristos /* Directory containing Python's standard libraries from --with-python-libdir.
8014d342c04Schristos    */
8024d342c04Schristos /* #undef WITH_PYTHON_LIBDIR */
8034d342c04Schristos 
804cfa2879dSchristos /* Define if --with-python provides a path, either directly or via
805cfa2879dSchristos    python-config.py --exec-prefix. */
806cfa2879dSchristos /* #undef WITH_PYTHON_PATH */
807cfa2879dSchristos 
808cfa2879dSchristos /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
809cfa2879dSchristos    significant byte first (like Motorola and SPARC, unlike Intel). */
810cfa2879dSchristos #if defined AC_APPLE_UNIVERSAL_BUILD
811cfa2879dSchristos # if defined __BIG_ENDIAN__
812cfa2879dSchristos #  define WORDS_BIGENDIAN 1
813cfa2879dSchristos # endif
814cfa2879dSchristos #else
815cfa2879dSchristos # ifndef WORDS_BIGENDIAN
816cfa2879dSchristos #  define WORDS_BIGENDIAN 1
817cfa2879dSchristos # endif
818cfa2879dSchristos #endif
819cfa2879dSchristos 
82082e413f2Schristos /* Enable large inode numbers on Mac OS X 10.5.  */
82182e413f2Schristos #ifndef _DARWIN_USE_64_BIT_INODE
82282e413f2Schristos # define _DARWIN_USE_64_BIT_INODE 1
82382e413f2Schristos #endif
82482e413f2Schristos 
825cfa2879dSchristos /* Number of bits in a file offset, on hosts where this is settable. */
826cfa2879dSchristos /* #undef _FILE_OFFSET_BITS */
827cfa2879dSchristos 
828cfa2879dSchristos /* Define for large files, on AIX-style hosts. */
829cfa2879dSchristos /* #undef _LARGE_FILES */
830cfa2879dSchristos 
831cfa2879dSchristos /* Define to 1 if on MINIX. */
832cfa2879dSchristos /* #undef _MINIX */
833cfa2879dSchristos 
834cfa2879dSchristos /* Define to 2 if the system does not provide POSIX.1 features except with
835cfa2879dSchristos    this defined. */
836cfa2879dSchristos /* #undef _POSIX_1_SOURCE */
837cfa2879dSchristos 
838cfa2879dSchristos /* Define to 1 if you need to in order for `stat' and other things to work. */
839cfa2879dSchristos /* #undef _POSIX_SOURCE */
840cfa2879dSchristos 
8414d342c04Schristos /* Use structured /proc on Solaris. */
8424d342c04Schristos #define _STRUCTURED_PROC 1
8434d342c04Schristos 
844cfa2879dSchristos /* Define to empty if `const' does not conform to ANSI C. */
845cfa2879dSchristos /* #undef const */
846cfa2879dSchristos 
847cfa2879dSchristos /* Define to `__inline__' or `__inline' if that's what the C compiler
848cfa2879dSchristos    calls it, or to nothing if 'inline' is not supported under any name.  */
849cfa2879dSchristos #ifndef __cplusplus
850cfa2879dSchristos /* #undef inline */
851cfa2879dSchristos #endif
852cfa2879dSchristos 
853cfa2879dSchristos /* Define to `int' if <sys/types.h> does not define. */
854cfa2879dSchristos /* #undef pid_t */
855cfa2879dSchristos 
85682e413f2Schristos /* Define to `unsigned int' if <sys/types.h> does not define. */
85782e413f2Schristos /* #undef size_t */
85882e413f2Schristos 
859cfa2879dSchristos /* Define as `fork' if `vfork' does not work. */
860cfa2879dSchristos /* #undef vfork */
861