xref: /netbsd-src/external/gpl3/gdb/lib/libgdb/arch/powerpc64/config.h (revision 84a33e074d8f73a05520958cf31e4f1481639373)
1da671615Schristos /* This file is automatically generated.  DO NOT EDIT! */
2*84a33e07Schristos /* Generated from: NetBSD: mknative-gdb,v 1.18 2024/08/27 14:58:45 christos Exp  */
35a254e06Schristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
4da671615Schristos 
5da671615Schristos /* config.h.  Generated from config.in by configure.  */
6da671615Schristos /* config.in.  Generated from configure.ac by autoheader.  */
7da671615Schristos 
8da671615Schristos /* Define if building universal (internal helper macro) */
9da671615Schristos /* #undef AC_APPLE_UNIVERSAL_BUILD */
10da671615Schristos 
1122ebeae4Schristos /* Additional directories to look for separate debug info. */
1222ebeae4Schristos /* #undef ADDITIONAL_DEBUG_DIRS */
1322ebeae4Schristos 
148bd2f7aeSchristos /* Directories from which to load auto-loaded scripts. */
155900762bSrin #define AUTO_LOAD_DIR "$debugdir:$datadir/auto-load"
16da671615Schristos 
178bd2f7aeSchristos /* Directories safe to hold auto-loaded files. */
185900762bSrin #define AUTO_LOAD_SAFE_PATH "$debugdir:$datadir/auto-load"
19da671615Schristos 
208bd2f7aeSchristos /* Directory of programs. */
218bd2f7aeSchristos #define BINDIR "/usr/bin"
22da671615Schristos 
23da671615Schristos /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
24da671615Schristos    systems. This function is required for `alloca.c' support on those systems.
25da671615Schristos    */
26da671615Schristos /* #undef CRAY_STACKSEG_END */
27da671615Schristos 
28eceb233bSchristos /* Define to 1 if std::thread works. */
29eceb233bSchristos #define CXX_STD_THREAD 1
30eceb233bSchristos 
31da671615Schristos /* Define to 1 if using `alloca.c'. */
32da671615Schristos /* #undef C_ALLOCA */
33da671615Schristos 
34da671615Schristos /* look for global separate debug info in this path [LIBDIR/debug] */
35da671615Schristos #define DEBUGDIR "/usr/libdata/debug"
36da671615Schristos 
37da671615Schristos /* Define if the separate-debug-dir directory should be relocated when GDB is
38da671615Schristos    moved. */
39da671615Schristos #define DEBUGDIR_RELOCATABLE 1
40da671615Schristos 
41da671615Schristos /* Define to BFD's default architecture. */
42da671615Schristos #define DEFAULT_BFD_ARCH bfd_rs6000_arch
43da671615Schristos 
44da671615Schristos /* Define to BFD's default target vector. */
4597d73739Schristos #define DEFAULT_BFD_VEC powerpc_elf64_vec
46da671615Schristos 
47eceb233bSchristos /* Handle .ctf type-info sections */
48eceb233bSchristos #define ENABLE_LIBCTF 1
49eceb233bSchristos 
50da671615Schristos /* Define to 1 if translation of program messages to the user's native
51da671615Schristos    language is requested. */
5222ebeae4Schristos /* #undef ENABLE_NLS */
53da671615Schristos 
548dbf56feSchristos /* The .gdbearlyinit filename. */
558dbf56feSchristos #define GDBEARLYINIT ".gdbearlyinit"
568dbf56feSchristos 
5769888ff8Schristos /* The .gdbinit filename. */
5869888ff8Schristos #define GDBINIT ".gdbinit"
5969888ff8Schristos 
60da671615Schristos /* look for global separate data files in this path [DATADIR/gdb] */
61da671615Schristos #define GDB_DATADIR "/usr/share/gdb"
62da671615Schristos 
63da671615Schristos /* Define if the gdb-datadir directory should be relocated when GDB is moved.
64da671615Schristos    */
65da671615Schristos #define GDB_DATADIR_RELOCATABLE 1
66da671615Schristos 
67da671615Schristos /* Define to be a string naming the default host character set. */
68da671615Schristos #define GDB_DEFAULT_HOST_CHARSET "UTF-8"
69da671615Schristos 
70da671615Schristos /* Host double floatformat */
71da671615Schristos #define GDB_HOST_DOUBLE_FORMAT 0
72da671615Schristos 
73da671615Schristos /* Host float floatformat */
74da671615Schristos #define GDB_HOST_FLOAT_FORMAT 0
75da671615Schristos 
76da671615Schristos /* Host long double floatformat */
77da671615Schristos #define GDB_HOST_LONG_DOUBLE_FORMAT 0
78da671615Schristos 
79da671615Schristos /* nativefile */
80da671615Schristos /* #undef GDB_NM_FILE */
81da671615Schristos 
82da671615Schristos /* Define to the default OS ABI for this configuration. */
835900762bSrin #define GDB_OSABI_DEFAULT GDB_OSABI_NETBSD
84da671615Schristos 
85a417a46eSchristos /* Define if self-testing features should be enabled */
868dbf56feSchristos /* #undef GDB_SELF_TEST */
87a417a46eSchristos 
88da671615Schristos /* Define to 1 if you have `alloca', as a function or macro. */
89da671615Schristos #define HAVE_ALLOCA 1
90da671615Schristos 
91da671615Schristos /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
92da671615Schristos    */
93da671615Schristos /* #undef HAVE_ALLOCA_H */
94da671615Schristos 
9522ebeae4Schristos /* Define if amd-dbgapi is being linked in. */
9622ebeae4Schristos /* #undef HAVE_AMD_DBGAPI */
9722ebeae4Schristos 
98da671615Schristos /* Define to 1 if you have the `btowc' function. */
99da671615Schristos #define HAVE_BTOWC 1
100da671615Schristos 
10122ebeae4Schristos /* Define to 1 if you have the Mac OS X function
10222ebeae4Schristos    CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */
10322ebeae4Schristos /* #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES */
10422ebeae4Schristos 
10522ebeae4Schristos /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
10622ebeae4Schristos    the CoreFoundation framework. */
10722ebeae4Schristos /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
10822ebeae4Schristos 
109da671615Schristos /* Define to 1 if you have the <cursesX.h> header file. */
110da671615Schristos /* #undef HAVE_CURSESX_H */
111da671615Schristos 
112da671615Schristos /* Define to 1 if you have the <curses.h> header file. */
113da671615Schristos #define HAVE_CURSES_H 1
114da671615Schristos 
11522ebeae4Schristos /* define if the compiler supports basic C++17 syntax */
11622ebeae4Schristos #define HAVE_CXX17 1
11722ebeae4Schristos 
11822ebeae4Schristos /* Define if the GNU dcgettext() function is already present or preinstalled.
11922ebeae4Schristos    */
12022ebeae4Schristos /* #undef HAVE_DCGETTEXT */
1218b7331e5Schristos 
122da671615Schristos /* Define to 1 if you have the declaration of `ADDR_NO_RANDOMIZE', and to 0 if
123da671615Schristos    you don't. */
124da671615Schristos #define HAVE_DECL_ADDR_NO_RANDOMIZE 0
125da671615Schristos 
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 
137da671615Schristos /* Define to 1 if you have the declaration of `getthrds', and to 0 if you
138da671615Schristos    don't. */
139da671615Schristos /* #undef HAVE_DECL_GETTHRDS */
140da671615Schristos 
141da671615Schristos /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
142da671615Schristos    don't. */
143da671615Schristos #define HAVE_DECL_SNPRINTF 1
144da671615Schristos 
145da671615Schristos /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
146da671615Schristos    */
147da671615Schristos #define HAVE_DECL_STRSTR 1
148da671615Schristos 
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 
1778bd2f7aeSchristos /* Define to 1 if you have the <dlfcn.h> header file. */
1788bd2f7aeSchristos #define HAVE_DLFCN_H 1
1798bd2f7aeSchristos 
180da671615Schristos /* Define if ELF support should be included. */
181da671615Schristos #define HAVE_ELF 1
182da671615Schristos 
1835a254e06Schristos /* Define if <sys/procfs.h> has elf_fpregset_t. */
1845a254e06Schristos /* #undef HAVE_ELF_FPREGSET_T */
1855a254e06Schristos 
186da671615Schristos /* Define to 1 if you have the <elf_hp.h> header file. */
187da671615Schristos /* #undef HAVE_ELF_HP_H */
188da671615Schristos 
189da671615Schristos /* Define to 1 if your system has the etext variable. */
190da671615Schristos #define HAVE_ETEXT 1
191da671615Schristos 
1928dbf56feSchristos /* Define to 1 if execinfo.h backtrace functions are available. */
1938dbf56feSchristos /* #undef HAVE_EXECINFO_BACKTRACE */
1948dbf56feSchristos 
1958dbf56feSchristos /* Define to 1 if you have the <execinfo.h> header file. */
1968dbf56feSchristos #define HAVE_EXECINFO_H 1
1978dbf56feSchristos 
19869888ff8Schristos /* Define to 1 if you have the `fdwalk' function. */
19969888ff8Schristos /* #undef HAVE_FDWALK */
20069888ff8Schristos 
201da671615Schristos /* Define to 1 if you have the `fork' function. */
202da671615Schristos #define HAVE_FORK 1
203da671615Schristos 
204da671615Schristos /* Define if <sys/procfs.h> has fpregset_t. */
205da671615Schristos /* #undef HAVE_FPREGSET_T */
206da671615Schristos 
207822f2954Schristos /* Define to 1 if you have the `getauxval' function. */
208822f2954Schristos /* #undef HAVE_GETAUXVAL */
209822f2954Schristos 
210da671615Schristos /* Define to 1 if you have the `getgid' function. */
211da671615Schristos #define HAVE_GETGID 1
212da671615Schristos 
213da671615Schristos /* Define to 1 if you have the `getpagesize' function. */
214da671615Schristos #define HAVE_GETPAGESIZE 1
215da671615Schristos 
2165a254e06Schristos /* Define to 1 if you have the `getpgid' function. */
2175a254e06Schristos #define HAVE_GETPGID 1
2185a254e06Schristos 
219da671615Schristos /* Define to 1 if you have the `getrlimit' function. */
220da671615Schristos #define HAVE_GETRLIMIT 1
221da671615Schristos 
222da671615Schristos /* Define to 1 if you have the `getrusage' function. */
223da671615Schristos #define HAVE_GETRUSAGE 1
224da671615Schristos 
22522ebeae4Schristos /* Define if the GNU gettext() function is already present or preinstalled. */
22622ebeae4Schristos /* #undef HAVE_GETTEXT */
22722ebeae4Schristos 
228da671615Schristos /* Define to 1 if you have the `getuid' function. */
229da671615Schristos #define HAVE_GETUID 1
230da671615Schristos 
231da671615Schristos /* Define if <sys/procfs.h> has gregset_t. */
232da671615Schristos /* #undef HAVE_GREGSET_T */
233da671615Schristos 
23497d73739Schristos /* Define if Guile interpreter is being linked in. */
23597d73739Schristos /* #undef HAVE_GUILE */
23697d73739Schristos 
237822f2954Schristos /* Define if Guile supports manual finalization. */
238822f2954Schristos /* #undef HAVE_GUILE_MANUAL_FINALIZATION */
239822f2954Schristos 
24022ebeae4Schristos /* Define if you have the iconv() function and it works. */
241da671615Schristos #define HAVE_ICONV 1
242da671615Schristos 
243da671615Schristos /* Define to 1 if you have the `iconvlist' function. */
244da671615Schristos /* #undef HAVE_ICONVLIST */
245da671615Schristos 
246da671615Schristos /* Define to 1 if you have the <inttypes.h> header file. */
247da671615Schristos #define HAVE_INTTYPES_H 1
248da671615Schristos 
2498dbf56feSchristos /* Define to 1 if you have the `kinfo_getfile' function. */
2505a254e06Schristos /* #undef HAVE_KINFO_GETFILE */
2515a254e06Schristos 
252da671615Schristos /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
253da671615Schristos #define HAVE_LANGINFO_CODESET 1
254da671615Schristos 
255da671615Schristos /* Define if your <locale.h> file defines LC_MESSAGES. */
256da671615Schristos #define HAVE_LC_MESSAGES 1
257da671615Schristos 
25869888ff8Schristos /* Define if you have the babeltrace library. */
25969888ff8Schristos /* #undef HAVE_LIBBABELTRACE */
26069888ff8Schristos 
2618dbf56feSchristos /* Define if libbacktrace is being used. */
2628dbf56feSchristos #define HAVE_LIBBACKTRACE 1
2638dbf56feSchristos 
26422ebeae4Schristos /* Define to 1 if curses is enabled. */
26522ebeae4Schristos #define HAVE_LIBCURSES 1
26622ebeae4Schristos 
267eceb233bSchristos /* Define to 1 if debuginfod is enabled. */
268eceb233bSchristos /* #undef HAVE_LIBDEBUGINFOD */
269eceb233bSchristos 
27022ebeae4Schristos /* Define to 1 if debuginfod section downloading is supported. */
27122ebeae4Schristos /* #undef HAVE_LIBDEBUGINFOD_FIND_SECTION */
27222ebeae4Schristos 
273da671615Schristos /* Define if you have the expat library. */
27454eac751Schristos #define HAVE_LIBEXPAT 1
275da671615Schristos 
276da671615Schristos /* Define to 1 if you have the `libiconvlist' function. */
277da671615Schristos /* #undef HAVE_LIBICONVLIST */
278da671615Schristos 
279822f2954Schristos /* Define if you have the ipt library. */
280822f2954Schristos /* #undef HAVE_LIBIPT */
281822f2954Schristos 
2828bd2f7aeSchristos /* Define if you have the lzma library. */
2838bd2f7aeSchristos /* #undef HAVE_LIBLZMA */
2848bd2f7aeSchristos 
285da671615Schristos /* Define to 1 if you have the `m' library (-lm). */
286da671615Schristos #define HAVE_LIBM 1
287da671615Schristos 
288da671615Schristos /* Define to 1 if you have the <libunwind-ia64.h> header file. */
289da671615Schristos /* #undef HAVE_LIBUNWIND_IA64_H */
290da671615Schristos 
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 */
296da671615Schristos 
2978bd2f7aeSchristos /* Define to 1 if you have the <linux/perf_event.h> header file. */
2988bd2f7aeSchristos /* #undef HAVE_LINUX_PERF_EVENT_H */
2998bd2f7aeSchristos 
300da671615Schristos /* Define to 1 if you have the <locale.h> header file. */
301da671615Schristos #define HAVE_LOCALE_H 1
302da671615Schristos 
303da671615Schristos /* Define to 1 if the compiler supports long double. */
304da671615Schristos #define HAVE_LONG_DOUBLE 1
305da671615Schristos 
306822f2954Schristos /* Define to 1 if the system has the type `long long'. */
307822f2954Schristos #define HAVE_LONG_LONG 1
308822f2954Schristos 
309da671615Schristos /* Define if <sys/procfs.h> has lwpid_t. */
310da671615Schristos /* #undef HAVE_LWPID_T */
311da671615Schristos 
312da671615Schristos /* Define to 1 if you have the <machine/reg.h> header file. */
313da671615Schristos #define HAVE_MACHINE_REG_H 1
314da671615Schristos 
315da671615Schristos /* Define to 1 if you have the <memory.h> header file. */
316da671615Schristos #define HAVE_MEMORY_H 1
317da671615Schristos 
318da671615Schristos /* Define to 1 if you have a working `mmap' system call. */
319da671615Schristos #define HAVE_MMAP 1
320da671615Schristos 
321da671615Schristos /* Define to 1 if you have the `monstartup' function. */
322da671615Schristos #define HAVE_MONSTARTUP 1
323da671615Schristos 
3245a254e06Schristos /* Define to 1 if you have the <ncursesw/ncurses.h> header file. */
3255a254e06Schristos /* #undef HAVE_NCURSESW_NCURSES_H */
3265a254e06Schristos 
327da671615Schristos /* Define to 1 if you have the <ncurses.h> header file. */
328da671615Schristos /* #undef HAVE_NCURSES_H */
329da671615Schristos 
330da671615Schristos /* Define to 1 if you have the <ncurses/ncurses.h> header file. */
331da671615Schristos /* #undef HAVE_NCURSES_NCURSES_H */
332da671615Schristos 
333da671615Schristos /* Define to 1 if you have the <ncurses/term.h> header file. */
334da671615Schristos /* #undef HAVE_NCURSES_TERM_H */
335da671615Schristos 
336da671615Schristos /* Define to 1 if you have the <nlist.h> header file. */
337da671615Schristos #define HAVE_NLIST_H 1
338da671615Schristos 
339da671615Schristos /* Define to 1 if you have the `pipe' function. */
340da671615Schristos #define HAVE_PIPE 1
341da671615Schristos 
34269888ff8Schristos /* Define to 1 if you have the `pipe2' function. */
34369888ff8Schristos #define HAVE_PIPE2 1
34469888ff8Schristos 
345da671615Schristos /* Define to 1 if you have the `poll' function. */
346da671615Schristos #define HAVE_POLL 1
347da671615Schristos 
348da671615Schristos /* Define to 1 if you have the <poll.h> header file. */
349da671615Schristos #define HAVE_POLL_H 1
350da671615Schristos 
351da671615Schristos /* Define to 1 if you have the `posix_madvise' function. */
352da671615Schristos #define HAVE_POSIX_MADVISE 1
353da671615Schristos 
3548bd2f7aeSchristos /* Define to 1 if you have the `pread' function. */
3558bd2f7aeSchristos #define HAVE_PREAD 1
3568bd2f7aeSchristos 
357da671615Schristos /* Define to 1 if you have the `pread64' function. */
358da671615Schristos /* #undef HAVE_PREAD64 */
359da671615Schristos 
360da671615Schristos /* Define if <sys/procfs.h> has prfpregset_t. */
361da671615Schristos /* #undef HAVE_PRFPREGSET_T */
362da671615Schristos 
363da671615Schristos /* Define if <sys/procfs.h> has prgregset32_t. */
364da671615Schristos /* #undef HAVE_PRGREGSET32_T */
365da671615Schristos 
366da671615Schristos /* Define if <sys/procfs.h> has prgregset_t. */
367da671615Schristos /* #undef HAVE_PRGREGSET_T */
368da671615Schristos 
369da671615Schristos /* Define to 1 if you have the <proc_service.h> header file. */
370da671615Schristos /* #undef HAVE_PROC_SERVICE_H */
371da671615Schristos 
372da671615Schristos /* Define if <sys/procfs.h> has psaddr_t. */
373da671615Schristos /* #undef HAVE_PSADDR_T */
374da671615Schristos 
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 
38469888ff8Schristos /* Define to 1 if you have the `ptrace64' function. */
38569888ff8Schristos /* #undef HAVE_PTRACE64 */
386da671615Schristos 
387da671615Schristos /* Define if sys/ptrace.h defines the PTRACE_GETFPXREGS request. */
388da671615Schristos /* #undef HAVE_PTRACE_GETFPXREGS */
389da671615Schristos 
390da671615Schristos /* Define if sys/ptrace.h defines the PTRACE_GETREGS request. */
391da671615Schristos /* #undef HAVE_PTRACE_GETREGS */
392da671615Schristos 
393da671615Schristos /* Define to 1 if you have the <ptrace.h> header file. */
394da671615Schristos /* #undef HAVE_PTRACE_H */
395da671615Schristos 
396da671615Schristos /* Define if sys/ptrace.h defines the PT_GETDBREGS request. */
397da671615Schristos /* #undef HAVE_PT_GETDBREGS */
398da671615Schristos 
3995a254e06Schristos /* Define to 1 if you have the `pt_insn_event' function. */
4005a254e06Schristos /* #undef HAVE_PT_INSN_EVENT */
4015a254e06Schristos 
4028bd2f7aeSchristos /* Define to 1 if you have the `pwrite' function. */
4038bd2f7aeSchristos #define HAVE_PWRITE 1
4048bd2f7aeSchristos 
405da671615Schristos /* Define if Python interpreter is being linked in. */
406da671615Schristos /* #undef HAVE_PYTHON */
407da671615Schristos 
4088dbf56feSchristos /* Define to 1 if you have the <readline/readline.h> header file. */
4098dbf56feSchristos /* #undef HAVE_READLINE_READLINE_H */
4108dbf56feSchristos 
411da671615Schristos /* Define to 1 if you have the `resize_term' function. */
4128b7331e5Schristos #define HAVE_RESIZE_TERM 1
413da671615Schristos 
414da671615Schristos /* Define to 1 if you have the `sbrk' function. */
415da671615Schristos #define HAVE_SBRK 1
416da671615Schristos 
41797d73739Schristos /* Define to 1 if you have the `scm_new_smob' function. */
41897d73739Schristos /* #undef HAVE_SCM_NEW_SMOB */
41997d73739Schristos 
420da671615Schristos /* Define to 1 if you have the `setlocale' function. */
421da671615Schristos #define HAVE_SETLOCALE 1
422da671615Schristos 
423822f2954Schristos /* Define to 1 if you have the `setns' function. */
424822f2954Schristos /* #undef HAVE_SETNS */
425822f2954Schristos 
426da671615Schristos /* Define to 1 if you have the `setpgid' function. */
427da671615Schristos #define HAVE_SETPGID 1
428da671615Schristos 
429da671615Schristos /* Define to 1 if you have the `setpgrp' function. */
430da671615Schristos #define HAVE_SETPGRP 1
431da671615Schristos 
432da671615Schristos /* Define to 1 if you have the `setrlimit' function. */
433da671615Schristos #define HAVE_SETRLIMIT 1
434da671615Schristos 
435da671615Schristos /* Define to 1 if you have the `setsid' function. */
436da671615Schristos #define HAVE_SETSID 1
437da671615Schristos 
438da671615Schristos /* Define to 1 if you have the `sigaction' function. */
439eceb233bSchristos #define HAVE_SIGACTION 1
440da671615Schristos 
44197d73739Schristos /* Define to 1 if you have the `sigaltstack' function. */
44297d73739Schristos #define HAVE_SIGALTSTACK 1
44397d73739Schristos 
444da671615Schristos /* Define to 1 if you have the <signal.h> header file. */
445da671615Schristos #define HAVE_SIGNAL_H 1
446da671615Schristos 
447da671615Schristos /* Define to 1 if you have the `sigprocmask' function. */
448eceb233bSchristos #define HAVE_SIGPROCMASK 1
449da671615Schristos 
450da671615Schristos /* Define if sigsetjmp is available. */
451da671615Schristos #define HAVE_SIGSETJMP 1
452da671615Schristos 
453da671615Schristos /* Define to 1 if you have the `sigsetmask' function. */
454da671615Schristos #define HAVE_SIGSETMASK 1
455da671615Schristos 
4568dbf56feSchristos /* Define to 1 if you have the `sigtimedwait' function. */
4578dbf56feSchristos #define HAVE_SIGTIMEDWAIT 1
4588dbf56feSchristos 
459da671615Schristos /* Define to 1 if you have the `socketpair' function. */
460da671615Schristos #define HAVE_SOCKETPAIR 1
461da671615Schristos 
462da671615Schristos /* Define to 1 if the system has the type `socklen_t'. */
463da671615Schristos #define HAVE_SOCKLEN_T 1
464da671615Schristos 
4655a254e06Schristos /* Define to 1 if the source-highlight library is available */
4665a254e06Schristos /* #undef HAVE_SOURCE_HIGHLIGHT */
4675a254e06Schristos 
468da671615Schristos /* Define to 1 if you have the <stdint.h> header file. */
469da671615Schristos #define HAVE_STDINT_H 1
470da671615Schristos 
471da671615Schristos /* Define to 1 if you have the <stdlib.h> header file. */
472da671615Schristos #define HAVE_STDLIB_H 1
473da671615Schristos 
474da671615Schristos /* Define to 1 if you have the <strings.h> header file. */
475da671615Schristos #define HAVE_STRINGS_H 1
476da671615Schristos 
477da671615Schristos /* Define to 1 if you have the <string.h> header file. */
478da671615Schristos #define HAVE_STRING_H 1
479da671615Schristos 
480da671615Schristos /* Define to 1 if your system has struct lwp. */
481da671615Schristos #define HAVE_STRUCT_LWP 1
482da671615Schristos 
4835a254e06Schristos /* Define to 1 if `pl_syscall_code' is a member of `struct ptrace_lwpinfo'. */
484a417a46eSchristos /* #undef HAVE_STRUCT_PTRACE_LWPINFO_PL_SYSCALL_CODE */
485a417a46eSchristos 
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 
495da671615Schristos /* Define to 1 if your system has struct reg in <machine/reg.h>. */
496da671615Schristos #define HAVE_STRUCT_REG 1
497da671615Schristos 
4985a254e06Schristos /* Define to 1 if `r_fs' is a member of `struct reg'. */
499da671615Schristos /* #undef HAVE_STRUCT_REG_R_FS */
500da671615Schristos 
5015a254e06Schristos /* Define to 1 if `r_gs' is a member of `struct reg'. */
502da671615Schristos /* #undef HAVE_STRUCT_REG_R_GS */
503da671615Schristos 
5045a254e06Schristos /* Define to 1 if `st_blksize' is a member of `struct stat'. */
505da671615Schristos #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
506da671615Schristos 
5075a254e06Schristos /* Define to 1 if `st_blocks' is a member of `struct stat'. */
508da671615Schristos #define HAVE_STRUCT_STAT_ST_BLOCKS 1
509da671615Schristos 
5105a254e06Schristos /* Define to 1 if `td_pcb' is a member of `struct thread'. */
511da671615Schristos /* #undef HAVE_STRUCT_THREAD_TD_PCB */
512da671615Schristos 
513da671615Schristos /* Define to 1 if you have the <sys/debugreg.h> header file. */
514da671615Schristos /* #undef HAVE_SYS_DEBUGREG_H */
515da671615Schristos 
516da671615Schristos /* Define to 1 if you have the <sys/file.h> header file. */
517da671615Schristos #define HAVE_SYS_FILE_H 1
518da671615Schristos 
519da671615Schristos /* Define to 1 if you have the <sys/filio.h> header file. */
520da671615Schristos #define HAVE_SYS_FILIO_H 1
521da671615Schristos 
522da671615Schristos /* Define to 1 if you have the <sys/ioctl.h> header file. */
523da671615Schristos #define HAVE_SYS_IOCTL_H 1
524da671615Schristos 
525da671615Schristos /* Define to 1 if you have the <sys/param.h> header file. */
526da671615Schristos #define HAVE_SYS_PARAM_H 1
527da671615Schristos 
528da671615Schristos /* Define to 1 if you have the <sys/poll.h> header file. */
529da671615Schristos #define HAVE_SYS_POLL_H 1
530da671615Schristos 
5318dbf56feSchristos /* Define to 1 if you have the <sys/procctl.h> header file. */
5328dbf56feSchristos /* #undef HAVE_SYS_PROCCTL_H */
5338dbf56feSchristos 
534da671615Schristos /* Define to 1 if you have the <sys/procfs.h> header file. */
535da671615Schristos /* #undef HAVE_SYS_PROCFS_H */
536da671615Schristos 
537da671615Schristos /* Define to 1 if you have the <sys/ptrace.h> header file. */
538da671615Schristos #define HAVE_SYS_PTRACE_H 1
539da671615Schristos 
540da671615Schristos /* Define to 1 if you have the <sys/reg.h> header file. */
541da671615Schristos /* #undef HAVE_SYS_REG_H */
542da671615Schristos 
543da671615Schristos /* Define to 1 if you have the <sys/resource.h> header file. */
544da671615Schristos #define HAVE_SYS_RESOURCE_H 1
545da671615Schristos 
546da671615Schristos /* Define to 1 if you have the <sys/select.h> header file. */
547da671615Schristos #define HAVE_SYS_SELECT_H 1
548da671615Schristos 
5498bd2f7aeSchristos /* Define to 1 if you have the <sys/socket.h> header file. */
5508bd2f7aeSchristos #define HAVE_SYS_SOCKET_H 1
5518bd2f7aeSchristos 
552da671615Schristos /* Define to 1 if you have the <sys/stat.h> header file. */
553da671615Schristos #define HAVE_SYS_STAT_H 1
554da671615Schristos 
555da671615Schristos /* Define to 1 if you have the <sys/types.h> header file. */
556da671615Schristos #define HAVE_SYS_TYPES_H 1
557da671615Schristos 
5588bd2f7aeSchristos /* Define to 1 if you have the <sys/un.h> header file. */
5598bd2f7aeSchristos #define HAVE_SYS_UN_H 1
5608bd2f7aeSchristos 
561da671615Schristos /* Define to 1 if you have the <sys/user.h> header file. */
5628b7331e5Schristos /* #undef HAVE_SYS_USER_H */
563da671615Schristos 
564da671615Schristos /* Define to 1 if you have the <sys/wait.h> header file. */
565da671615Schristos #define HAVE_SYS_WAIT_H 1
566da671615Schristos 
567da671615Schristos /* Define to 1 if you have the <termios.h> header file. */
568da671615Schristos #define HAVE_TERMIOS_H 1
569da671615Schristos 
570da671615Schristos /* Define to 1 if you have the <term.h> header file. */
571da671615Schristos #define HAVE_TERM_H 1
572da671615Schristos 
573da671615Schristos /* Define to 1 if you have the <thread_db.h> header file. */
574da671615Schristos /* #undef HAVE_THREAD_DB_H */
575da671615Schristos 
576da671615Schristos /* Define to 1 if you have the `ttrace' function. */
577da671615Schristos /* #undef HAVE_TTRACE */
578da671615Schristos 
579da671615Schristos /* Define to 1 if you have the <unistd.h> header file. */
580da671615Schristos #define HAVE_UNISTD_H 1
581da671615Schristos 
5825a254e06Schristos /* Define to 1 if you have the `use_default_colors' function. */
5835a254e06Schristos #define HAVE_USE_DEFAULT_COLORS 1
5845a254e06Schristos 
585da671615Schristos /* Define to 1 if you have the `vfork' function. */
586da671615Schristos /* #undef HAVE_VFORK */
587da671615Schristos 
588da671615Schristos /* Define to 1 if you have the <vfork.h> header file. */
589da671615Schristos /* #undef HAVE_VFORK_H */
590da671615Schristos 
591da671615Schristos /* Define to 1 if you have the `waitpid' function. */
592da671615Schristos #define HAVE_WAITPID 1
593da671615Schristos 
594da671615Schristos /* Define to 1 if you have the <wait.h> header file. */
595da671615Schristos /* #undef HAVE_WAIT_H */
596da671615Schristos 
59797d73739Schristos /* Define to 1 if you have the <windows.h> header file. */
59897d73739Schristos /* #undef HAVE_WINDOWS_H */
59997d73739Schristos 
600da671615Schristos /* Define to 1 if `fork' works. */
601da671615Schristos #define HAVE_WORKING_FORK 1
602da671615Schristos 
603da671615Schristos /* Define to 1 if `vfork' works. */
604da671615Schristos /* #undef HAVE_WORKING_VFORK */
605da671615Schristos 
606da671615Schristos /* Define to 1 if you have the `wresize' function. */
607da671615Schristos #define HAVE_WRESIZE 1
608da671615Schristos 
609eceb233bSchristos /* Define to 1 if you have the <ws2tcpip.h> header file. */
610eceb233bSchristos /* #undef HAVE_WS2TCPIP_H */
611eceb233bSchristos 
612da671615Schristos /* Define to 1 if you have the `XML_StopParser' function. */
61354eac751Schristos #define HAVE_XML_STOPPARSER 1
614da671615Schristos 
6158dbf56feSchristos /* Define to 1 if zstd is enabled. */
6168dbf56feSchristos /* #undef HAVE_ZSTD */
6178dbf56feSchristos 
618da671615Schristos /* Define to 1 if your system has the _etext variable. */
619da671615Schristos #define HAVE__ETEXT 1
620da671615Schristos 
621da671615Schristos /* Define to 1 if you have the `_mcleanup' function. */
622da671615Schristos #define HAVE__MCLEANUP 1
623da671615Schristos 
6248bd2f7aeSchristos /* Path of directory of iconv program. */
6258bd2f7aeSchristos /* #undef ICONV_BIN */
6268bd2f7aeSchristos 
6278bd2f7aeSchristos /* Define if the iconv directory should be relocated when GDB is moved. */
6288bd2f7aeSchristos /* #undef ICONV_BIN_RELOCATABLE */
6298bd2f7aeSchristos 
630da671615Schristos /* Define as const if the declaration of iconv() needs const. */
63177a1ad5fSkamil #define ICONV_CONST
632da671615Schristos 
6338bd2f7aeSchristos /* directory to load the JIT readers from */
6348bd2f7aeSchristos #define JIT_READER_DIR "/usr/lib/gdb"
6358bd2f7aeSchristos 
6368bd2f7aeSchristos /* Define if the jit-reader-dir directory should be relocated when GDB is
6378bd2f7aeSchristos    moved. */
6388bd2f7aeSchristos #define JIT_READER_DIR_RELOCATABLE 1
639da671615Schristos 
6408dbf56feSchristos /* Define to the sub-directory in which libtool stores uninstalled libraries.
6418dbf56feSchristos    */
6428dbf56feSchristos #define LT_OBJDIR ".libs/"
6438dbf56feSchristos 
644da671615Schristos /* Name of this package. */
645da671615Schristos #define PACKAGE "gdb"
646da671615Schristos 
647da671615Schristos /* Define to the address where bug reports for this package should be sent. */
648da671615Schristos #define PACKAGE_BUGREPORT ""
649da671615Schristos 
650da671615Schristos /* Define to the full name of this package. */
651da671615Schristos #define PACKAGE_NAME ""
652da671615Schristos 
653da671615Schristos /* Define to the full name and version of this package. */
654da671615Schristos #define PACKAGE_STRING ""
655da671615Schristos 
656da671615Schristos /* Define to the one symbol short name of this package. */
657da671615Schristos #define PACKAGE_TARNAME ""
658da671615Schristos 
659da671615Schristos /* Define to the home page for this package. */
660da671615Schristos #define PACKAGE_URL ""
661da671615Schristos 
662da671615Schristos /* Define to the version of this package. */
663da671615Schristos #define PACKAGE_VERSION ""
664da671615Schristos 
665da671615Schristos /* Additional package description */
666da671615Schristos #define PKGVERSION "(GDB) "
667da671615Schristos 
668da671615Schristos /* Define to 1 if the "%H, %D and %DD" formats work to print decfloats. */
669da671615Schristos /* #undef PRINTF_HAS_DECFLOAT */
670da671615Schristos 
671da671615Schristos /* Define to 1 if the "%Lg" format works to print long doubles. */
672da671615Schristos /* #undef PRINTF_HAS_LONG_DOUBLE */
673da671615Schristos 
674da671615Schristos /* Define to 1 if the "%ll" format works to print long longs. */
675da671615Schristos /* #undef PRINTF_HAS_LONG_LONG */
676da671615Schristos 
677eceb233bSchristos /* Define to necessary symbol if this constant uses a non-standard name on
678eceb233bSchristos    your system. */
679eceb233bSchristos /* #undef PTHREAD_CREATE_JOINABLE */
680eceb233bSchristos 
681a417a46eSchristos /* Define to the type of arg 1 for ptrace. */
682a417a46eSchristos #define PTRACE_TYPE_ARG1 int
683a417a46eSchristos 
684da671615Schristos /* Define to the type of arg 3 for ptrace. */
685da671615Schristos #define PTRACE_TYPE_ARG3 void *
686da671615Schristos 
68769888ff8Schristos /* Define to the type of arg 4 for ptrace. */
68869888ff8Schristos #define PTRACE_TYPE_ARG4 int
68969888ff8Schristos 
690da671615Schristos /* Define to the type of arg 5 for ptrace. */
691da671615Schristos /* #undef PTRACE_TYPE_ARG5 */
692da671615Schristos 
693da671615Schristos /* Define as the return type of ptrace. */
694da671615Schristos #define PTRACE_TYPE_RET int
695da671615Schristos 
696eceb233bSchristos /* Define if the python lib directory should be relocated when GDB is moved.
697eceb233bSchristos    */
698eceb233bSchristos /* #undef PYTHON_LIBDIR_RELOCATABLE */
699eceb233bSchristos 
700da671615Schristos /* Define if the python directory should be relocated when GDB is moved. */
701da671615Schristos /* #undef PYTHON_PATH_RELOCATABLE */
702da671615Schristos 
703da671615Schristos /* Relocated directory for source files. */
704da671615Schristos /* #undef RELOC_SRCDIR */
705da671615Schristos 
706da671615Schristos /* Bug reporting address */
707eceb233bSchristos #define REPORT_BUGS_TO "<https://www.gnu.org/software/gdb/bugs/>"
708da671615Schristos 
709da671615Schristos /* Define to 1 if the "%Lg" format works to scan long doubles. */
710da671615Schristos /* #undef SCANF_HAS_LONG_DOUBLE */
711da671615Schristos 
712da671615Schristos /* Define to 1 if the `setpgrp' function takes no argument. */
713da671615Schristos /* #undef SETPGRP_VOID */
714da671615Schristos 
715822f2954Schristos /* The size of `long long', as computed by sizeof. */
716822f2954Schristos #define SIZEOF_LONG_LONG 8
717822f2954Schristos 
7188bd2f7aeSchristos /* The size of `unsigned long', as computed by sizeof. */
7198bd2f7aeSchristos #define SIZEOF_UNSIGNED_LONG 8
7208bd2f7aeSchristos 
7218bd2f7aeSchristos /* The size of `unsigned long long', as computed by sizeof. */
7228bd2f7aeSchristos #define SIZEOF_UNSIGNED_LONG_LONG 8
7238bd2f7aeSchristos 
7248bd2f7aeSchristos /* The size of `unsigned __int128', as computed by sizeof. */
72597d73739Schristos #define SIZEOF_UNSIGNED___INT128 16
726da671615Schristos 
7278dbf56feSchristos /* The size of `void *', as computed by sizeof. */
7288dbf56feSchristos #define SIZEOF_VOID_P 8
7298dbf56feSchristos 
730da671615Schristos /* If using the C implementation of alloca, define if you know the
731da671615Schristos    direction of stack growth for your system; otherwise it will be
732da671615Schristos    automatically deduced at runtime.
733da671615Schristos 	STACK_DIRECTION > 0 => grows toward higher addresses
734da671615Schristos 	STACK_DIRECTION < 0 => grows toward lower addresses
735da671615Schristos 	STACK_DIRECTION = 0 => direction of growth unknown */
736da671615Schristos /* #undef STACK_DIRECTION */
737da671615Schristos 
738da671615Schristos /* Define to 1 if you have the ANSI C header files. */
739da671615Schristos #define STDC_HEADERS 1
740da671615Schristos 
741da671615Schristos /* automatically load a system-wide gdbinit file */
742da671615Schristos #define SYSTEM_GDBINIT ""
743da671615Schristos 
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 
751da671615Schristos /* Define if the system-gdbinit directory should be relocated when GDB is
752da671615Schristos    moved. */
753da671615Schristos #define SYSTEM_GDBINIT_RELOCATABLE 0
754da671615Schristos 
7558bd2f7aeSchristos /* search for usr/lib et al within DIR */
7568bd2f7aeSchristos #define TARGET_SYSTEM_ROOT ""
7578bd2f7aeSchristos 
7588bd2f7aeSchristos /* Define if the sysroot directory should be relocated when GDB is moved. */
7598bd2f7aeSchristos #define TARGET_SYSTEM_ROOT_RELOCATABLE 0
7608bd2f7aeSchristos 
761da671615Schristos /* Define if <thread_db.h> has the TD_NOTALLOC error code. */
762da671615Schristos /* #undef THREAD_DB_HAS_TD_NOTALLOC */
763da671615Schristos 
764da671615Schristos /* Define if <thread_db.h> has the TD_NOTLS error code. */
765da671615Schristos /* #undef THREAD_DB_HAS_TD_NOTLS */
766da671615Schristos 
767da671615Schristos /* Define if <thread_db.h> has the TD_VERSION error code. */
768da671615Schristos /* #undef THREAD_DB_HAS_TD_VERSION */
769da671615Schristos 
7708bd2f7aeSchristos /* Enable extensions on AIX 3, Interix.  */
7718bd2f7aeSchristos #ifndef _ALL_SOURCE
7728bd2f7aeSchristos # define _ALL_SOURCE 1
7738bd2f7aeSchristos #endif
7748bd2f7aeSchristos /* Enable GNU extensions on systems that have them.  */
7758bd2f7aeSchristos #ifndef _GNU_SOURCE
7768bd2f7aeSchristos # define _GNU_SOURCE 1
7778bd2f7aeSchristos #endif
7788bd2f7aeSchristos /* Enable threading extensions on Solaris.  */
7798bd2f7aeSchristos #ifndef _POSIX_PTHREAD_SEMANTICS
7808bd2f7aeSchristos # define _POSIX_PTHREAD_SEMANTICS 1
7818bd2f7aeSchristos #endif
7828bd2f7aeSchristos /* Enable extensions on HP NonStop.  */
7838bd2f7aeSchristos #ifndef _TANDEM_SOURCE
7848bd2f7aeSchristos # define _TANDEM_SOURCE 1
7858bd2f7aeSchristos #endif
7868bd2f7aeSchristos /* Enable general extensions on Solaris.  */
7878bd2f7aeSchristos #ifndef __EXTENSIONS__
7888bd2f7aeSchristos # define __EXTENSIONS__ 1
7898bd2f7aeSchristos #endif
7908bd2f7aeSchristos 
7918bd2f7aeSchristos 
792da671615Schristos /* Define if we should use the Windows API, instead of the POSIX API. On
793da671615Schristos    Windows, we use the Windows API when building for MinGW, but the POSIX API
794da671615Schristos    when building for Cygwin. */
795da671615Schristos /* #undef USE_WIN32API */
796da671615Schristos 
797a417a46eSchristos /* Define if the PPC simulator is being linked in. */
798*84a33e07Schristos /* #undef WITH_PPC_SIM */
799a417a46eSchristos 
800eceb233bSchristos /* Directory containing Python's standard libraries from --with-python-libdir.
801eceb233bSchristos    */
802eceb233bSchristos /* #undef WITH_PYTHON_LIBDIR */
803eceb233bSchristos 
804da671615Schristos /* Define if --with-python provides a path, either directly or via
805da671615Schristos    python-config.py --exec-prefix. */
806da671615Schristos /* #undef WITH_PYTHON_PATH */
807da671615Schristos 
808da671615Schristos /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
809da671615Schristos    significant byte first (like Motorola and SPARC, unlike Intel). */
810da671615Schristos #if defined AC_APPLE_UNIVERSAL_BUILD
811da671615Schristos # if defined __BIG_ENDIAN__
812da671615Schristos #  define WORDS_BIGENDIAN 1
813da671615Schristos # endif
814da671615Schristos #else
815da671615Schristos # ifndef WORDS_BIGENDIAN
816da671615Schristos #  define WORDS_BIGENDIAN 1
817da671615Schristos # endif
818da671615Schristos #endif
819da671615Schristos 
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 
825da671615Schristos /* Number of bits in a file offset, on hosts where this is settable. */
826da671615Schristos /* #undef _FILE_OFFSET_BITS */
827da671615Schristos 
828da671615Schristos /* Define for large files, on AIX-style hosts. */
829da671615Schristos /* #undef _LARGE_FILES */
830da671615Schristos 
831da671615Schristos /* Define to 1 if on MINIX. */
832da671615Schristos /* #undef _MINIX */
833da671615Schristos 
834da671615Schristos /* Define to 2 if the system does not provide POSIX.1 features except with
835da671615Schristos    this defined. */
836da671615Schristos /* #undef _POSIX_1_SOURCE */
837da671615Schristos 
838da671615Schristos /* Define to 1 if you need to in order for `stat' and other things to work. */
839da671615Schristos /* #undef _POSIX_SOURCE */
840da671615Schristos 
841eceb233bSchristos /* Use structured /proc on Solaris. */
842eceb233bSchristos #define _STRUCTURED_PROC 1
843eceb233bSchristos 
844da671615Schristos /* Define to empty if `const' does not conform to ANSI C. */
845da671615Schristos /* #undef const */
846da671615Schristos 
847da671615Schristos /* Define to `__inline__' or `__inline' if that's what the C compiler
848da671615Schristos    calls it, or to nothing if 'inline' is not supported under any name.  */
849da671615Schristos #ifndef __cplusplus
850da671615Schristos /* #undef inline */
851da671615Schristos #endif
852da671615Schristos 
853da671615Schristos /* Define to `int' if <sys/types.h> does not define. */
854da671615Schristos /* #undef pid_t */
855da671615Schristos 
8565a254e06Schristos /* Define to `unsigned int' if <sys/types.h> does not define. */
8575a254e06Schristos /* #undef size_t */
8585a254e06Schristos 
859da671615Schristos /* Define as `fork' if `vfork' does not work. */
860da671615Schristos #define vfork fork
861