166d4b782Schristos /* This file is automatically generated.  DO NOT EDIT! */
29d1b5314Smrg /* Generated from: NetBSD: mknative-gdb,v 1.6 2013/10/03 18:58:37 christos Exp  */
35a5af785Schristos /* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp  */
466d4b782Schristos 
566d4b782Schristos /* config.h.  Generated from config.in by configure.  */
666d4b782Schristos /* config.in.  Generated from configure.ac by autoheader.  */
766d4b782Schristos 
866d4b782Schristos /* Define if building universal (internal helper macro) */
966d4b782Schristos /* #undef AC_APPLE_UNIVERSAL_BUILD */
1066d4b782Schristos 
119d1b5314Smrg /* Directories from which to load auto-loaded scripts. */
129d1b5314Smrg #define AUTO_LOAD_DIR ":${prefix}/share/auto-load"
1366d4b782Schristos 
149d1b5314Smrg /* Directories safe to hold auto-loaded files. */
159d1b5314Smrg #define AUTO_LOAD_SAFE_PATH ":${prefix}/share/auto-load"
1666d4b782Schristos 
179d1b5314Smrg /* Directory of programs. */
189d1b5314Smrg #define BINDIR "/usr/bin"
1966d4b782Schristos 
2066d4b782Schristos /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
2166d4b782Schristos    systems. This function is required for `alloca.c' support on those systems.
2266d4b782Schristos    */
2366d4b782Schristos /* #undef CRAY_STACKSEG_END */
2466d4b782Schristos 
2566d4b782Schristos /* Define to 1 if using `alloca.c'. */
2666d4b782Schristos /* #undef C_ALLOCA */
2766d4b782Schristos 
2866d4b782Schristos /* look for global separate debug info in this path [LIBDIR/debug] */
2966d4b782Schristos #define DEBUGDIR "/usr/libdata/debug"
3066d4b782Schristos 
3166d4b782Schristos /* Define if the separate-debug-dir directory should be relocated when GDB is
3266d4b782Schristos    moved. */
3366d4b782Schristos #define DEBUGDIR_RELOCATABLE 1
3466d4b782Schristos 
3566d4b782Schristos /* Define to BFD's default architecture. */
3666d4b782Schristos #define DEFAULT_BFD_ARCH bfd_mips_arch
3766d4b782Schristos 
3866d4b782Schristos /* Define to BFD's default target vector. */
39*63553148Smrg #define DEFAULT_BFD_VEC mips_elf32_ntrad_le_vec
4066d4b782Schristos 
4166d4b782Schristos /* Define to 1 if translation of program messages to the user's native
4266d4b782Schristos    language is requested. */
4366d4b782Schristos #define ENABLE_NLS 1
4466d4b782Schristos 
455a5af785Schristos /* The .gdbinit filename. */
465a5af785Schristos #define GDBINIT ".gdbinit"
475a5af785Schristos 
4866d4b782Schristos /* look for global separate data files in this path [DATADIR/gdb] */
4966d4b782Schristos #define GDB_DATADIR "/usr/share/gdb"
5066d4b782Schristos 
5166d4b782Schristos /* Define if the gdb-datadir directory should be relocated when GDB is moved.
5266d4b782Schristos    */
5366d4b782Schristos #define GDB_DATADIR_RELOCATABLE 1
5466d4b782Schristos 
5566d4b782Schristos /* Define to be a string naming the default host character set. */
5666d4b782Schristos #define GDB_DEFAULT_HOST_CHARSET "UTF-8"
5766d4b782Schristos 
5866d4b782Schristos /* Host double floatformat */
5966d4b782Schristos #define GDB_HOST_DOUBLE_FORMAT 0
6066d4b782Schristos 
6166d4b782Schristos /* Host float floatformat */
6266d4b782Schristos #define GDB_HOST_FLOAT_FORMAT 0
6366d4b782Schristos 
6466d4b782Schristos /* Host long double floatformat */
6566d4b782Schristos #define GDB_HOST_LONG_DOUBLE_FORMAT 0
6666d4b782Schristos 
6766d4b782Schristos /* nativefile */
6866d4b782Schristos /* #undef GDB_NM_FILE */
6966d4b782Schristos 
7066d4b782Schristos /* Define to the default OS ABI for this configuration. */
7166d4b782Schristos /* #undef GDB_OSABI_DEFAULT */
7266d4b782Schristos 
7366d4b782Schristos /* Define to 1 if you have `alloca', as a function or macro. */
7466d4b782Schristos #define HAVE_ALLOCA 1
7566d4b782Schristos 
7666d4b782Schristos /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
7766d4b782Schristos    */
7866d4b782Schristos /* #undef HAVE_ALLOCA_H */
7966d4b782Schristos 
8066d4b782Schristos /* Define to 1 if you have the `btowc' function. */
8166d4b782Schristos #define HAVE_BTOWC 1
8266d4b782Schristos 
8366d4b782Schristos /* Define to 1 if you have the <cursesX.h> header file. */
8466d4b782Schristos /* #undef HAVE_CURSESX_H */
8566d4b782Schristos 
8666d4b782Schristos /* Define to 1 if you have the <curses.h> header file. */
8766d4b782Schristos #define HAVE_CURSES_H 1
8866d4b782Schristos 
8966d4b782Schristos /* Define to 1 if you have the declaration of `ADDR_NO_RANDOMIZE', and to 0 if
9066d4b782Schristos    you don't. */
9166d4b782Schristos #define HAVE_DECL_ADDR_NO_RANDOMIZE 0
9266d4b782Schristos 
93e8beca2cSchristos /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
94e8beca2cSchristos    don't. */
95e8beca2cSchristos #define HAVE_DECL_ASPRINTF 1
96e8beca2cSchristos 
97e8beca2cSchristos /* Define to 1 if you have the declaration of `basename(char *)', and to 0 if
98e8beca2cSchristos    you don't. */
99e8beca2cSchristos #define HAVE_DECL_BASENAME 0
100e8beca2cSchristos 
101e8beca2cSchristos /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
102e8beca2cSchristos #define HAVE_DECL_FFS 1
103e8beca2cSchristos 
10466d4b782Schristos /* Define to 1 if you have the declaration of `free', and to 0 if you don't.
10566d4b782Schristos    */
10666d4b782Schristos #define HAVE_DECL_FREE 1
10766d4b782Schristos 
10866d4b782Schristos /* Define to 1 if you have the declaration of `getthrds', and to 0 if you
10966d4b782Schristos    don't. */
11066d4b782Schristos /* #undef HAVE_DECL_GETTHRDS */
11166d4b782Schristos 
11266d4b782Schristos /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
11366d4b782Schristos    */
11466d4b782Schristos #define HAVE_DECL_MALLOC 1
11566d4b782Schristos 
11666d4b782Schristos /* Define to 1 if you have the declaration of `ptrace', and to 0 if you don't.
11766d4b782Schristos    */
11866d4b782Schristos #define HAVE_DECL_PTRACE 1
11966d4b782Schristos 
12066d4b782Schristos /* Define to 1 if you have the declaration of `realloc', and to 0 if you
12166d4b782Schristos    don't. */
12266d4b782Schristos #define HAVE_DECL_REALLOC 1
12366d4b782Schristos 
12466d4b782Schristos /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
12566d4b782Schristos    don't. */
12666d4b782Schristos #define HAVE_DECL_SNPRINTF 1
12766d4b782Schristos 
12866d4b782Schristos /* Define to 1 if you have the declaration of `strerror', and to 0 if you
12966d4b782Schristos    don't. */
13066d4b782Schristos #define HAVE_DECL_STRERROR 1
13166d4b782Schristos 
13266d4b782Schristos /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
13366d4b782Schristos    */
13466d4b782Schristos #define HAVE_DECL_STRSTR 1
13566d4b782Schristos 
136e8beca2cSchristos /* Define to 1 if you have the declaration of `strtol', and to 0 if you don't.
137e8beca2cSchristos    */
138e8beca2cSchristos #define HAVE_DECL_STRTOL 1
139e8beca2cSchristos 
140e8beca2cSchristos /* Define to 1 if you have the declaration of `strtoll', and to 0 if you
141e8beca2cSchristos    don't. */
142e8beca2cSchristos #define HAVE_DECL_STRTOLL 1
143e8beca2cSchristos 
144e8beca2cSchristos /* Define to 1 if you have the declaration of `strtoul', and to 0 if you
145e8beca2cSchristos    don't. */
146e8beca2cSchristos #define HAVE_DECL_STRTOUL 1
147e8beca2cSchristos 
148e8beca2cSchristos /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
149e8beca2cSchristos    don't. */
150e8beca2cSchristos #define HAVE_DECL_STRTOULL 1
151e8beca2cSchristos 
152e8beca2cSchristos /* Define to 1 if you have the declaration of `strverscmp', and to 0 if you
153e8beca2cSchristos    don't. */
154e8beca2cSchristos #define HAVE_DECL_STRVERSCMP 0
155e8beca2cSchristos 
156e8beca2cSchristos /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
157e8beca2cSchristos    don't. */
158e8beca2cSchristos #define HAVE_DECL_VASPRINTF 1
159e8beca2cSchristos 
160e8beca2cSchristos /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
161e8beca2cSchristos    don't. */
162e8beca2cSchristos #define HAVE_DECL_VSNPRINTF 1
163e8beca2cSchristos 
1649d1b5314Smrg /* Define to 1 if you have the <dlfcn.h> header file. */
1659d1b5314Smrg #define HAVE_DLFCN_H 1
1669d1b5314Smrg 
16766d4b782Schristos /* Define if ELF support should be included. */
16866d4b782Schristos #define HAVE_ELF 1
16966d4b782Schristos 
17066d4b782Schristos /* Define to 1 if you have the <elf_hp.h> header file. */
17166d4b782Schristos /* #undef HAVE_ELF_HP_H */
17266d4b782Schristos 
17366d4b782Schristos /* Define to 1 if your system has the etext variable. */
17466d4b782Schristos #define HAVE_ETEXT 1
17566d4b782Schristos 
1765a5af785Schristos /* Define to 1 if you have the `fdwalk' function. */
1775a5af785Schristos /* #undef HAVE_FDWALK */
1785a5af785Schristos 
17966d4b782Schristos /* Define to 1 if you have the `fork' function. */
18066d4b782Schristos #define HAVE_FORK 1
18166d4b782Schristos 
18266d4b782Schristos /* Define if <sys/procfs.h> has fpregset_t. */
18366d4b782Schristos /* #undef HAVE_FPREGSET_T */
18466d4b782Schristos 
185e8beca2cSchristos /* Define to 1 if you have the `getauxval' function. */
186e8beca2cSchristos /* #undef HAVE_GETAUXVAL */
187e8beca2cSchristos 
18866d4b782Schristos /* Define to 1 if you have the `getgid' function. */
18966d4b782Schristos #define HAVE_GETGID 1
19066d4b782Schristos 
19166d4b782Schristos /* Define to 1 if you have the `getpagesize' function. */
19266d4b782Schristos #define HAVE_GETPAGESIZE 1
19366d4b782Schristos 
19466d4b782Schristos /* Define to 1 if you have the `getrlimit' function. */
19566d4b782Schristos #define HAVE_GETRLIMIT 1
19666d4b782Schristos 
19766d4b782Schristos /* Define to 1 if you have the `getrusage' function. */
19866d4b782Schristos #define HAVE_GETRUSAGE 1
19966d4b782Schristos 
20066d4b782Schristos /* Define to 1 if you have the `getuid' function. */
20166d4b782Schristos #define HAVE_GETUID 1
20266d4b782Schristos 
20366d4b782Schristos /* Define if <sys/procfs.h> has gregset_t. */
20466d4b782Schristos /* #undef HAVE_GREGSET_T */
20566d4b782Schristos 
206b511d482Schristos /* Define if Guile interpreter is being linked in. */
207b511d482Schristos /* #undef HAVE_GUILE */
208b511d482Schristos 
209e8beca2cSchristos /* Define if Guile supports manual finalization. */
210e8beca2cSchristos /* #undef HAVE_GUILE_MANUAL_FINALIZATION */
211e8beca2cSchristos 
21266d4b782Schristos /* Define if you have the iconv() function. */
21366d4b782Schristos #define HAVE_ICONV 1
21466d4b782Schristos 
21566d4b782Schristos /* Define to 1 if you have the `iconvlist' function. */
21666d4b782Schristos /* #undef HAVE_ICONVLIST */
21766d4b782Schristos 
21866d4b782Schristos /* Define to 1 if you have the <inttypes.h> header file. */
21966d4b782Schristos #define HAVE_INTTYPES_H 1
22066d4b782Schristos 
221e8beca2cSchristos /* Define to 1 if your system has the kinfo_getvmmap function. */
222*63553148Smrg #define HAVE_KINFO_GETVMMAP 1
223e8beca2cSchristos 
22466d4b782Schristos /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
22566d4b782Schristos #define HAVE_LANGINFO_CODESET 1
22666d4b782Schristos 
22766d4b782Schristos /* Define if your <locale.h> file defines LC_MESSAGES. */
22866d4b782Schristos #define HAVE_LC_MESSAGES 1
22966d4b782Schristos 
2305a5af785Schristos /* Define if you have the babeltrace library. */
2315a5af785Schristos /* #undef HAVE_LIBBABELTRACE */
2325a5af785Schristos 
23366d4b782Schristos /* Define to 1 if you have the `dl' library (-ldl). */
23466d4b782Schristos /* #undef HAVE_LIBDL */
23566d4b782Schristos 
23666d4b782Schristos /* Define if you have the expat library. */
23766d4b782Schristos /* #undef HAVE_LIBEXPAT */
23866d4b782Schristos 
23966d4b782Schristos /* Define to 1 if you have the `libiconvlist' function. */
24066d4b782Schristos /* #undef HAVE_LIBICONVLIST */
24166d4b782Schristos 
242e8beca2cSchristos /* Define if you have the ipt library. */
243e8beca2cSchristos /* #undef HAVE_LIBIPT */
244e8beca2cSchristos 
2459d1b5314Smrg /* Define if you have the lzma library. */
2469d1b5314Smrg /* #undef HAVE_LIBLZMA */
2479d1b5314Smrg 
24866d4b782Schristos /* Define to 1 if you have the `m' library (-lm). */
24966d4b782Schristos #define HAVE_LIBM 1
25066d4b782Schristos 
2519d1b5314Smrg /* Define to 1 if you have the `mcheck' library (-lmcheck). */
2529d1b5314Smrg /* #undef HAVE_LIBMCHECK */
2539d1b5314Smrg 
25466d4b782Schristos /* Define if Python 2.4 is being used. */
25566d4b782Schristos /* #undef HAVE_LIBPYTHON2_4 */
25666d4b782Schristos 
25766d4b782Schristos /* Define if Python 2.5 is being used. */
25866d4b782Schristos /* #undef HAVE_LIBPYTHON2_5 */
25966d4b782Schristos 
26066d4b782Schristos /* Define if Python 2.6 is being used. */
26166d4b782Schristos /* #undef HAVE_LIBPYTHON2_6 */
26266d4b782Schristos 
26366d4b782Schristos /* Define if Python 2.7 is being used. */
26466d4b782Schristos /* #undef HAVE_LIBPYTHON2_7 */
26566d4b782Schristos 
26666d4b782Schristos /* Define to 1 if you have the <libunwind-ia64.h> header file. */
26766d4b782Schristos /* #undef HAVE_LIBUNWIND_IA64_H */
26866d4b782Schristos 
26966d4b782Schristos /* Define to 1 if you have the `w' library (-lw). */
27066d4b782Schristos /* #undef HAVE_LIBW */
27166d4b782Schristos 
2729d1b5314Smrg /* Define to 1 if you have the <linux/perf_event.h> header file. */
2739d1b5314Smrg /* #undef HAVE_LINUX_PERF_EVENT_H */
2749d1b5314Smrg 
27566d4b782Schristos /* Define to 1 if you have the <locale.h> header file. */
27666d4b782Schristos #define HAVE_LOCALE_H 1
27766d4b782Schristos 
27866d4b782Schristos /* Define to 1 if the compiler supports long double. */
27966d4b782Schristos #define HAVE_LONG_DOUBLE 1
28066d4b782Schristos 
281e8beca2cSchristos /* Define to 1 if the system has the type `long long'. */
282e8beca2cSchristos #define HAVE_LONG_LONG 1
283e8beca2cSchristos 
28466d4b782Schristos /* Define if <sys/procfs.h> has lwpid_t. */
28566d4b782Schristos /* #undef HAVE_LWPID_T */
28666d4b782Schristos 
28766d4b782Schristos /* Define to 1 if you have the <machine/reg.h> header file. */
28866d4b782Schristos #define HAVE_MACHINE_REG_H 1
28966d4b782Schristos 
29066d4b782Schristos /* Define to 1 if you have the <memory.h> header file. */
29166d4b782Schristos #define HAVE_MEMORY_H 1
29266d4b782Schristos 
293b511d482Schristos /* Define to 1 if you have the `mkdtemp' function. */
294b511d482Schristos #define HAVE_MKDTEMP 1
295b511d482Schristos 
29666d4b782Schristos /* Define to 1 if you have a working `mmap' system call. */
29766d4b782Schristos #define HAVE_MMAP 1
29866d4b782Schristos 
29966d4b782Schristos /* Define to 1 if you have the `monstartup' function. */
30066d4b782Schristos #define HAVE_MONSTARTUP 1
30166d4b782Schristos 
30266d4b782Schristos /* Define to 1 if you have the <ncurses.h> header file. */
30366d4b782Schristos /* #undef HAVE_NCURSES_H */
30466d4b782Schristos 
30566d4b782Schristos /* Define to 1 if you have the <ncurses/ncurses.h> header file. */
30666d4b782Schristos /* #undef HAVE_NCURSES_NCURSES_H */
30766d4b782Schristos 
30866d4b782Schristos /* Define to 1 if you have the <ncurses/term.h> header file. */
30966d4b782Schristos /* #undef HAVE_NCURSES_TERM_H */
31066d4b782Schristos 
31166d4b782Schristos /* Define to 1 if you have the <nlist.h> header file. */
31266d4b782Schristos #define HAVE_NLIST_H 1
31366d4b782Schristos 
31466d4b782Schristos /* Define if you support the personality syscall. */
31566d4b782Schristos /* #undef HAVE_PERSONALITY */
31666d4b782Schristos 
31766d4b782Schristos /* Define to 1 if you have the `pipe' function. */
31866d4b782Schristos #define HAVE_PIPE 1
31966d4b782Schristos 
3205a5af785Schristos /* Define to 1 if you have the `pipe2' function. */
3215a5af785Schristos #define HAVE_PIPE2 1
3225a5af785Schristos 
32366d4b782Schristos /* Define to 1 if you have the `poll' function. */
32466d4b782Schristos #define HAVE_POLL 1
32566d4b782Schristos 
32666d4b782Schristos /* Define to 1 if you have the <poll.h> header file. */
32766d4b782Schristos #define HAVE_POLL_H 1
32866d4b782Schristos 
32966d4b782Schristos /* Define to 1 if you have the `posix_madvise' function. */
33066d4b782Schristos #define HAVE_POSIX_MADVISE 1
33166d4b782Schristos 
3329d1b5314Smrg /* Define to 1 if you have the `pread' function. */
3339d1b5314Smrg #define HAVE_PREAD 1
3349d1b5314Smrg 
33566d4b782Schristos /* Define to 1 if you have the `pread64' function. */
33666d4b782Schristos /* #undef HAVE_PREAD64 */
33766d4b782Schristos 
33866d4b782Schristos /* Define if <sys/procfs.h> has prfpregset_t. */
33966d4b782Schristos /* #undef HAVE_PRFPREGSET_T */
34066d4b782Schristos 
34166d4b782Schristos /* Define if <sys/procfs.h> has prgregset32_t. */
34266d4b782Schristos /* #undef HAVE_PRGREGSET32_T */
34366d4b782Schristos 
34466d4b782Schristos /* Define if <sys/procfs.h> has prgregset_t. */
34566d4b782Schristos /* #undef HAVE_PRGREGSET_T */
34666d4b782Schristos 
34766d4b782Schristos /* Define to 1 if you have the <proc_service.h> header file. */
34866d4b782Schristos /* #undef HAVE_PROC_SERVICE_H */
34966d4b782Schristos 
35066d4b782Schristos /* Define if <sys/procfs.h> has prsysent_t. */
35166d4b782Schristos /* #undef HAVE_PRSYSENT_T */
35266d4b782Schristos 
35366d4b782Schristos /* Define if <sys/procfs.h> has pr_sigaction64_t. */
35466d4b782Schristos /* #undef HAVE_PR_SIGACTION64_T */
35566d4b782Schristos 
35666d4b782Schristos /* Define if <sys/procfs.h> has pr_siginfo64_t. */
35766d4b782Schristos /* #undef HAVE_PR_SIGINFO64_T */
35866d4b782Schristos 
35966d4b782Schristos /* Define if <sys/procfs.h> has pr_sigset_t. */
36066d4b782Schristos /* #undef HAVE_PR_SIGSET_T */
36166d4b782Schristos 
36266d4b782Schristos /* Define if <sys/procfs.h> has psaddr_t. */
36366d4b782Schristos /* #undef HAVE_PSADDR_T */
36466d4b782Schristos 
3655a5af785Schristos /* Define to 1 if you have the `ptrace64' function. */
3665a5af785Schristos /* #undef HAVE_PTRACE64 */
36766d4b782Schristos 
36866d4b782Schristos /* Define if sys/ptrace.h defines the PTRACE_GETFPXREGS request. */
36966d4b782Schristos /* #undef HAVE_PTRACE_GETFPXREGS */
37066d4b782Schristos 
37166d4b782Schristos /* Define if sys/ptrace.h defines the PTRACE_GETREGS request. */
37266d4b782Schristos /* #undef HAVE_PTRACE_GETREGS */
37366d4b782Schristos 
37466d4b782Schristos /* Define to 1 if you have the <ptrace.h> header file. */
37566d4b782Schristos /* #undef HAVE_PTRACE_H */
37666d4b782Schristos 
37766d4b782Schristos /* Define if sys/ptrace.h defines the PT_GETDBREGS request. */
37866d4b782Schristos /* #undef HAVE_PT_GETDBREGS */
37966d4b782Schristos 
38066d4b782Schristos /* Define if sys/ptrace.h defines the PT_GETXMMREGS request. */
38166d4b782Schristos /* #undef HAVE_PT_GETXMMREGS */
38266d4b782Schristos 
3839d1b5314Smrg /* Define to 1 if you have the `pwrite' function. */
3849d1b5314Smrg #define HAVE_PWRITE 1
3859d1b5314Smrg 
38666d4b782Schristos /* Define if Python interpreter is being linked in. */
38766d4b782Schristos /* #undef HAVE_PYTHON */
38866d4b782Schristos 
38966d4b782Schristos /* Define to 1 if you have the `resize_term' function. */
39066d4b782Schristos /* #undef HAVE_RESIZE_TERM */
39166d4b782Schristos 
39266d4b782Schristos /* Define to 1 if you have the `sbrk' function. */
39366d4b782Schristos #define HAVE_SBRK 1
39466d4b782Schristos 
395b511d482Schristos /* Define to 1 if you have the `scm_new_smob' function. */
396b511d482Schristos /* #undef HAVE_SCM_NEW_SMOB */
397b511d482Schristos 
39866d4b782Schristos /* Define to 1 if you have the `setlocale' function. */
39966d4b782Schristos #define HAVE_SETLOCALE 1
40066d4b782Schristos 
401e8beca2cSchristos /* Define to 1 if you have the `setns' function. */
402e8beca2cSchristos /* #undef HAVE_SETNS */
403e8beca2cSchristos 
40466d4b782Schristos /* Define to 1 if you have the `setpgid' function. */
40566d4b782Schristos #define HAVE_SETPGID 1
40666d4b782Schristos 
40766d4b782Schristos /* Define to 1 if you have the `setpgrp' function. */
40866d4b782Schristos #define HAVE_SETPGRP 1
40966d4b782Schristos 
41066d4b782Schristos /* Define to 1 if you have the `setrlimit' function. */
41166d4b782Schristos #define HAVE_SETRLIMIT 1
41266d4b782Schristos 
41366d4b782Schristos /* Define to 1 if you have the `setsid' function. */
41466d4b782Schristos #define HAVE_SETSID 1
41566d4b782Schristos 
41666d4b782Schristos /* Define to 1 if you have the <sgtty.h> header file. */
41766d4b782Schristos #define HAVE_SGTTY_H 1
41866d4b782Schristos 
41966d4b782Schristos /* Define to 1 if you have the `sigaction' function. */
42066d4b782Schristos #define HAVE_SIGACTION 1
42166d4b782Schristos 
422b511d482Schristos /* Define to 1 if you have the `sigaltstack' function. */
423b511d482Schristos #define HAVE_SIGALTSTACK 1
424b511d482Schristos 
42566d4b782Schristos /* Define to 1 if you have the <signal.h> header file. */
42666d4b782Schristos #define HAVE_SIGNAL_H 1
42766d4b782Schristos 
42866d4b782Schristos /* Define to 1 if you have the `sigprocmask' function. */
42966d4b782Schristos #define HAVE_SIGPROCMASK 1
43066d4b782Schristos 
43166d4b782Schristos /* Define if sigsetjmp is available. */
43266d4b782Schristos #define HAVE_SIGSETJMP 1
43366d4b782Schristos 
43466d4b782Schristos /* Define to 1 if you have the `sigsetmask' function. */
43566d4b782Schristos #define HAVE_SIGSETMASK 1
43666d4b782Schristos 
43766d4b782Schristos /* Define to 1 if you have the `socketpair' function. */
43866d4b782Schristos #define HAVE_SOCKETPAIR 1
43966d4b782Schristos 
44066d4b782Schristos /* Define to 1 if the system has the type `socklen_t'. */
44166d4b782Schristos #define HAVE_SOCKLEN_T 1
44266d4b782Schristos 
44366d4b782Schristos /* Define to 1 if you have the <stdint.h> header file. */
44466d4b782Schristos #define HAVE_STDINT_H 1
44566d4b782Schristos 
44666d4b782Schristos /* Define to 1 if you have the <stdlib.h> header file. */
44766d4b782Schristos #define HAVE_STDLIB_H 1
44866d4b782Schristos 
44966d4b782Schristos /* Define to 1 if you have the <strings.h> header file. */
45066d4b782Schristos #define HAVE_STRINGS_H 1
45166d4b782Schristos 
45266d4b782Schristos /* Define to 1 if you have the <string.h> header file. */
45366d4b782Schristos #define HAVE_STRING_H 1
45466d4b782Schristos 
45566d4b782Schristos /* Define to 1 if your system has struct lwp. */
45666d4b782Schristos #define HAVE_STRUCT_LWP 1
45766d4b782Schristos 
45866d4b782Schristos /* Define to 1 if your system has struct reg in <machine/reg.h>. */
45966d4b782Schristos #define HAVE_STRUCT_REG 1
46066d4b782Schristos 
46166d4b782Schristos /* Define to 1 if `struct reg' is a member of `r_fs'. */
46266d4b782Schristos /* #undef HAVE_STRUCT_REG_R_FS */
46366d4b782Schristos 
46466d4b782Schristos /* Define to 1 if `struct reg' is a member of `r_gs'. */
46566d4b782Schristos /* #undef HAVE_STRUCT_REG_R_GS */
46666d4b782Schristos 
46766d4b782Schristos /* Define to 1 if `struct stat' is a member of `st_blksize'. */
46866d4b782Schristos #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
46966d4b782Schristos 
47066d4b782Schristos /* Define to 1 if `struct stat' is a member of `st_blocks'. */
47166d4b782Schristos #define HAVE_STRUCT_STAT_ST_BLOCKS 1
47266d4b782Schristos 
47366d4b782Schristos /* Define to 1 if `struct thread' is a member of `td_pcb'. */
47466d4b782Schristos /* #undef HAVE_STRUCT_THREAD_TD_PCB */
47566d4b782Schristos 
4769d1b5314Smrg /* Define to 1 if `struct user_regs_struct' is a member of `fs_base'. */
4779d1b5314Smrg /* #undef HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE */
4789d1b5314Smrg 
4799d1b5314Smrg /* Define to 1 if `struct user_regs_struct' is a member of `gs_base'. */
4809d1b5314Smrg /* #undef HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE */
4819d1b5314Smrg 
48266d4b782Schristos /* Define to 1 if you have the <sys/debugreg.h> header file. */
48366d4b782Schristos /* #undef HAVE_SYS_DEBUGREG_H */
48466d4b782Schristos 
48566d4b782Schristos /* Define to 1 if you have the <sys/fault.h> header file. */
48666d4b782Schristos /* #undef HAVE_SYS_FAULT_H */
48766d4b782Schristos 
48866d4b782Schristos /* Define to 1 if you have the <sys/file.h> header file. */
48966d4b782Schristos #define HAVE_SYS_FILE_H 1
49066d4b782Schristos 
49166d4b782Schristos /* Define to 1 if you have the <sys/filio.h> header file. */
49266d4b782Schristos #define HAVE_SYS_FILIO_H 1
49366d4b782Schristos 
49466d4b782Schristos /* Define to 1 if you have the <sys/ioctl.h> header file. */
49566d4b782Schristos #define HAVE_SYS_IOCTL_H 1
49666d4b782Schristos 
49766d4b782Schristos /* Define to 1 if you have the <sys/param.h> header file. */
49866d4b782Schristos #define HAVE_SYS_PARAM_H 1
49966d4b782Schristos 
50066d4b782Schristos /* Define to 1 if you have the <sys/poll.h> header file. */
50166d4b782Schristos #define HAVE_SYS_POLL_H 1
50266d4b782Schristos 
50366d4b782Schristos /* Define to 1 if you have the <sys/procfs.h> header file. */
50466d4b782Schristos /* #undef HAVE_SYS_PROCFS_H */
50566d4b782Schristos 
50666d4b782Schristos /* Define to 1 if you have the <sys/proc.h> header file. */
50766d4b782Schristos #define HAVE_SYS_PROC_H 1
50866d4b782Schristos 
50966d4b782Schristos /* Define to 1 if you have the <sys/ptrace.h> header file. */
51066d4b782Schristos #define HAVE_SYS_PTRACE_H 1
51166d4b782Schristos 
51266d4b782Schristos /* Define to 1 if you have the <sys/reg.h> header file. */
51366d4b782Schristos /* #undef HAVE_SYS_REG_H */
51466d4b782Schristos 
51566d4b782Schristos /* Define to 1 if you have the <sys/resource.h> header file. */
51666d4b782Schristos #define HAVE_SYS_RESOURCE_H 1
51766d4b782Schristos 
51866d4b782Schristos /* Define to 1 if you have the <sys/select.h> header file. */
51966d4b782Schristos #define HAVE_SYS_SELECT_H 1
52066d4b782Schristos 
5219d1b5314Smrg /* Define to 1 if you have the <sys/socket.h> header file. */
5229d1b5314Smrg #define HAVE_SYS_SOCKET_H 1
5239d1b5314Smrg 
52466d4b782Schristos /* Define to 1 if you have the <sys/stat.h> header file. */
52566d4b782Schristos #define HAVE_SYS_STAT_H 1
52666d4b782Schristos 
52766d4b782Schristos /* Define to 1 if you have the <sys/syscall.h> header file. */
52866d4b782Schristos #define HAVE_SYS_SYSCALL_H 1
52966d4b782Schristos 
53066d4b782Schristos /* Define to 1 if you have the <sys/types.h> header file. */
53166d4b782Schristos #define HAVE_SYS_TYPES_H 1
53266d4b782Schristos 
5339d1b5314Smrg /* Define to 1 if you have the <sys/un.h> header file. */
5349d1b5314Smrg #define HAVE_SYS_UN_H 1
5359d1b5314Smrg 
53666d4b782Schristos /* Define to 1 if you have the <sys/user.h> header file. */
53766d4b782Schristos #define HAVE_SYS_USER_H 1
53866d4b782Schristos 
53966d4b782Schristos /* Define to 1 if you have the <sys/wait.h> header file. */
54066d4b782Schristos #define HAVE_SYS_WAIT_H 1
54166d4b782Schristos 
54266d4b782Schristos /* Define to 1 if you have the <termios.h> header file. */
54366d4b782Schristos #define HAVE_TERMIOS_H 1
54466d4b782Schristos 
54566d4b782Schristos /* Define to 1 if you have the <termio.h> header file. */
54666d4b782Schristos /* #undef HAVE_TERMIO_H */
54766d4b782Schristos 
54866d4b782Schristos /* Define to 1 if you have the <term.h> header file. */
54966d4b782Schristos #define HAVE_TERM_H 1
55066d4b782Schristos 
55166d4b782Schristos /* Define to 1 if you have the <thread_db.h> header file. */
55266d4b782Schristos /* #undef HAVE_THREAD_DB_H */
55366d4b782Schristos 
55466d4b782Schristos /* Define if using Solaris thread debugging. */
55566d4b782Schristos /* #undef HAVE_THREAD_DB_LIB */
55666d4b782Schristos 
55766d4b782Schristos /* Define if you support the tkill syscall. */
55866d4b782Schristos /* #undef HAVE_TKILL_SYSCALL */
55966d4b782Schristos 
56066d4b782Schristos /* Define to 1 if you have the `ttrace' function. */
56166d4b782Schristos /* #undef HAVE_TTRACE */
56266d4b782Schristos 
56366d4b782Schristos /* Define to 1 if you have the <unistd.h> header file. */
56466d4b782Schristos #define HAVE_UNISTD_H 1
56566d4b782Schristos 
56666d4b782Schristos /* Define to 1 if you have the `vfork' function. */
56766d4b782Schristos #define HAVE_VFORK 1
56866d4b782Schristos 
56966d4b782Schristos /* Define to 1 if you have the <vfork.h> header file. */
57066d4b782Schristos /* #undef HAVE_VFORK_H */
57166d4b782Schristos 
57266d4b782Schristos /* Define to 1 if you have the `waitpid' function. */
57366d4b782Schristos #define HAVE_WAITPID 1
57466d4b782Schristos 
57566d4b782Schristos /* Define to 1 if you have the <wait.h> header file. */
57666d4b782Schristos /* #undef HAVE_WAIT_H */
57766d4b782Schristos 
57866d4b782Schristos /* Define to 1 if you have the `wborder' function. */
57966d4b782Schristos #define HAVE_WBORDER 1
58066d4b782Schristos 
581b511d482Schristos /* Define to 1 if you have the <windows.h> header file. */
582b511d482Schristos /* #undef HAVE_WINDOWS_H */
583b511d482Schristos 
58466d4b782Schristos /* Define to 1 if `fork' works. */
58566d4b782Schristos #define HAVE_WORKING_FORK 1
58666d4b782Schristos 
58766d4b782Schristos /* Define to 1 if `vfork' works. */
58866d4b782Schristos #define HAVE_WORKING_VFORK 1
58966d4b782Schristos 
59066d4b782Schristos /* Define to 1 if you have the `wresize' function. */
59166d4b782Schristos #define HAVE_WRESIZE 1
59266d4b782Schristos 
59366d4b782Schristos /* Define to 1 if you have the `XML_StopParser' function. */
59466d4b782Schristos /* #undef HAVE_XML_STOPPARSER */
59566d4b782Schristos 
59666d4b782Schristos /* Define to 1 if your system has the _etext variable. */
59766d4b782Schristos #define HAVE__ETEXT 1
59866d4b782Schristos 
59966d4b782Schristos /* Define to 1 if you have the `_mcleanup' function. */
60066d4b782Schristos #define HAVE__MCLEANUP 1
60166d4b782Schristos 
6029d1b5314Smrg /* Path of directory of iconv program. */
6039d1b5314Smrg /* #undef ICONV_BIN */
6049d1b5314Smrg 
6059d1b5314Smrg /* Define if the iconv directory should be relocated when GDB is moved. */
6069d1b5314Smrg /* #undef ICONV_BIN_RELOCATABLE */
6079d1b5314Smrg 
60866d4b782Schristos /* Define as const if the declaration of iconv() needs const. */
60966d4b782Schristos #define ICONV_CONST const
61066d4b782Schristos 
6119d1b5314Smrg /* directory to load the JIT readers from */
6129d1b5314Smrg #define JIT_READER_DIR "/usr/lib/gdb"
6139d1b5314Smrg 
6149d1b5314Smrg /* Define if the jit-reader-dir directory should be relocated when GDB is
6159d1b5314Smrg    moved. */
6169d1b5314Smrg #define JIT_READER_DIR_RELOCATABLE 1
61766d4b782Schristos 
6185a5af785Schristos /* Define if you want to use new multi-fd /proc interface. */
61966d4b782Schristos /* #undef NEW_PROC_API */
62066d4b782Schristos 
62166d4b782Schristos /* Name of this package. */
62266d4b782Schristos #define PACKAGE "gdb"
62366d4b782Schristos 
62466d4b782Schristos /* Define to the address where bug reports for this package should be sent. */
62566d4b782Schristos #define PACKAGE_BUGREPORT ""
62666d4b782Schristos 
62766d4b782Schristos /* Define to the full name of this package. */
62866d4b782Schristos #define PACKAGE_NAME ""
62966d4b782Schristos 
63066d4b782Schristos /* Define to the full name and version of this package. */
63166d4b782Schristos #define PACKAGE_STRING ""
63266d4b782Schristos 
63366d4b782Schristos /* Define to the one symbol short name of this package. */
63466d4b782Schristos #define PACKAGE_TARNAME ""
63566d4b782Schristos 
63666d4b782Schristos /* Define to the home page for this package. */
63766d4b782Schristos #define PACKAGE_URL ""
63866d4b782Schristos 
63966d4b782Schristos /* Define to the version of this package. */
64066d4b782Schristos #define PACKAGE_VERSION ""
64166d4b782Schristos 
64266d4b782Schristos /* Additional package description */
64366d4b782Schristos #define PKGVERSION "(GDB) "
64466d4b782Schristos 
64566d4b782Schristos /* Define if the prfpregset_t type is broken. */
64666d4b782Schristos /* #undef PRFPREGSET_T_BROKEN */
64766d4b782Schristos 
64866d4b782Schristos /* Define to 1 if the "%H, %D and %DD" formats work to print decfloats. */
64966d4b782Schristos /* #undef PRINTF_HAS_DECFLOAT */
65066d4b782Schristos 
65166d4b782Schristos /* Define to 1 if the "%Lg" format works to print long doubles. */
65266d4b782Schristos /* #undef PRINTF_HAS_LONG_DOUBLE */
65366d4b782Schristos 
65466d4b782Schristos /* Define to 1 if the "%ll" format works to print long longs. */
65566d4b782Schristos /* #undef PRINTF_HAS_LONG_LONG */
65666d4b782Schristos 
65766d4b782Schristos /* Define if <proc_service.h> on solaris uses int instead of size_t, and
65866d4b782Schristos    assorted other type changes. */
65966d4b782Schristos /* #undef PROC_SERVICE_IS_OLD */
66066d4b782Schristos 
66166d4b782Schristos /* Define to the type of arg 3 for ptrace. */
66266d4b782Schristos #define PTRACE_TYPE_ARG3 void *
66366d4b782Schristos 
6645a5af785Schristos /* Define to the type of arg 4 for ptrace. */
6655a5af785Schristos #define PTRACE_TYPE_ARG4 int
6665a5af785Schristos 
66766d4b782Schristos /* Define to the type of arg 5 for ptrace. */
66866d4b782Schristos /* #undef PTRACE_TYPE_ARG5 */
66966d4b782Schristos 
67066d4b782Schristos /* Define as the return type of ptrace. */
67166d4b782Schristos #define PTRACE_TYPE_RET int
67266d4b782Schristos 
67366d4b782Schristos /* Define if the python directory should be relocated when GDB is moved. */
67466d4b782Schristos /* #undef PYTHON_PATH_RELOCATABLE */
67566d4b782Schristos 
67666d4b782Schristos /* Relocated directory for source files. */
67766d4b782Schristos /* #undef RELOC_SRCDIR */
67866d4b782Schristos 
67966d4b782Schristos /* Bug reporting address */
68066d4b782Schristos #define REPORT_BUGS_TO "<http://www.gnu.org/software/gdb/bugs/>"
68166d4b782Schristos 
68266d4b782Schristos /* Define as the return type of signal handlers (`int' or `void'). */
68366d4b782Schristos #define RETSIGTYPE void
68466d4b782Schristos 
68566d4b782Schristos /* Define to 1 if the "%Lg" format works to scan long doubles. */
68666d4b782Schristos /* #undef SCANF_HAS_LONG_DOUBLE */
68766d4b782Schristos 
68866d4b782Schristos /* Define to 1 if the `setpgrp' function takes no argument. */
68966d4b782Schristos /* #undef SETPGRP_VOID */
69066d4b782Schristos 
69166d4b782Schristos /* The size of `long', as computed by sizeof. */
69266d4b782Schristos /* #undef SIZEOF_LONG */
69366d4b782Schristos 
694e8beca2cSchristos /* The size of `long long', as computed by sizeof. */
695e8beca2cSchristos #define SIZEOF_LONG_LONG 8
696e8beca2cSchristos 
6979d1b5314Smrg /* The size of `unsigned long', as computed by sizeof. */
6989d1b5314Smrg #define SIZEOF_UNSIGNED_LONG 4
6999d1b5314Smrg 
7009d1b5314Smrg /* The size of `unsigned long long', as computed by sizeof. */
7019d1b5314Smrg #define SIZEOF_UNSIGNED_LONG_LONG 8
7029d1b5314Smrg 
7039d1b5314Smrg /* The size of `unsigned __int128', as computed by sizeof. */
7045a5af785Schristos #define SIZEOF_UNSIGNED___INT128 16
70566d4b782Schristos 
70666d4b782Schristos /* If using the C implementation of alloca, define if you know the
70766d4b782Schristos    direction of stack growth for your system; otherwise it will be
70866d4b782Schristos    automatically deduced at runtime.
70966d4b782Schristos 	STACK_DIRECTION > 0 => grows toward higher addresses
71066d4b782Schristos 	STACK_DIRECTION < 0 => grows toward lower addresses
71166d4b782Schristos 	STACK_DIRECTION = 0 => direction of growth unknown */
71266d4b782Schristos /* #undef STACK_DIRECTION */
71366d4b782Schristos 
71466d4b782Schristos /* Define to 1 if you have the ANSI C header files. */
71566d4b782Schristos #define STDC_HEADERS 1
71666d4b782Schristos 
71766d4b782Schristos /* automatically load a system-wide gdbinit file */
71866d4b782Schristos #define SYSTEM_GDBINIT ""
71966d4b782Schristos 
72066d4b782Schristos /* Define if the system-gdbinit directory should be relocated when GDB is
72166d4b782Schristos    moved. */
72266d4b782Schristos #define SYSTEM_GDBINIT_RELOCATABLE 0
72366d4b782Schristos 
7249d1b5314Smrg /* search for usr/lib et al within DIR */
7259d1b5314Smrg #define TARGET_SYSTEM_ROOT ""
7269d1b5314Smrg 
7279d1b5314Smrg /* Define if the sysroot directory should be relocated when GDB is moved. */
7289d1b5314Smrg #define TARGET_SYSTEM_ROOT_RELOCATABLE 0
7299d1b5314Smrg 
73066d4b782Schristos /* Define if <thread_db.h> has the TD_NOTALLOC error code. */
73166d4b782Schristos /* #undef THREAD_DB_HAS_TD_NOTALLOC */
73266d4b782Schristos 
73366d4b782Schristos /* Define if <thread_db.h> has the TD_NOTLS error code. */
73466d4b782Schristos /* #undef THREAD_DB_HAS_TD_NOTLS */
73566d4b782Schristos 
73666d4b782Schristos /* Define if <thread_db.h> has the TD_VERSION error code. */
73766d4b782Schristos /* #undef THREAD_DB_HAS_TD_VERSION */
73866d4b782Schristos 
73966d4b782Schristos /* Define to 1 if the regex included in libiberty should be used. */
74066d4b782Schristos #define USE_INCLUDED_REGEX 1
74166d4b782Schristos 
7429d1b5314Smrg /* Enable extensions on AIX 3, Interix.  */
7439d1b5314Smrg #ifndef _ALL_SOURCE
7449d1b5314Smrg # define _ALL_SOURCE 1
7459d1b5314Smrg #endif
7469d1b5314Smrg /* Enable GNU extensions on systems that have them.  */
7479d1b5314Smrg #ifndef _GNU_SOURCE
7489d1b5314Smrg # define _GNU_SOURCE 1
7499d1b5314Smrg #endif
7509d1b5314Smrg /* Enable threading extensions on Solaris.  */
7519d1b5314Smrg #ifndef _POSIX_PTHREAD_SEMANTICS
7529d1b5314Smrg # define _POSIX_PTHREAD_SEMANTICS 1
7539d1b5314Smrg #endif
7549d1b5314Smrg /* Enable extensions on HP NonStop.  */
7559d1b5314Smrg #ifndef _TANDEM_SOURCE
7569d1b5314Smrg # define _TANDEM_SOURCE 1
7579d1b5314Smrg #endif
7589d1b5314Smrg /* Enable general extensions on Solaris.  */
7599d1b5314Smrg #ifndef __EXTENSIONS__
7609d1b5314Smrg # define __EXTENSIONS__ 1
7619d1b5314Smrg #endif
7629d1b5314Smrg 
7639d1b5314Smrg 
76466d4b782Schristos /* Define if we should use the Windows API, instead of the POSIX API. On
76566d4b782Schristos    Windows, we use the Windows API when building for MinGW, but the POSIX API
76666d4b782Schristos    when building for Cygwin. */
76766d4b782Schristos /* #undef USE_WIN32API */
76866d4b782Schristos 
76966d4b782Schristos /* Define if --with-python provides a path, either directly or via
77066d4b782Schristos    python-config.py --exec-prefix. */
77166d4b782Schristos /* #undef WITH_PYTHON_PATH */
77266d4b782Schristos 
77366d4b782Schristos /* Define if the simulator is being linked in. */
7742719297cSskrll /* #undef WITH_SIM */
77566d4b782Schristos 
77666d4b782Schristos /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
77766d4b782Schristos    significant byte first (like Motorola and SPARC, unlike Intel). */
77866d4b782Schristos #if defined AC_APPLE_UNIVERSAL_BUILD
77966d4b782Schristos # if defined __BIG_ENDIAN__
78066d4b782Schristos #  define WORDS_BIGENDIAN 1
78166d4b782Schristos # endif
78266d4b782Schristos #else
78366d4b782Schristos # ifndef WORDS_BIGENDIAN
78466d4b782Schristos /* #  undef WORDS_BIGENDIAN */
78566d4b782Schristos # endif
78666d4b782Schristos #endif
78766d4b782Schristos 
78866d4b782Schristos /* Number of bits in a file offset, on hosts where this is settable. */
78966d4b782Schristos /* #undef _FILE_OFFSET_BITS */
79066d4b782Schristos 
79166d4b782Schristos /* Define to 1 so <sys/proc.h> gets a definition of anon_hdl. Works around a
79266d4b782Schristos    <sys/proc.h> problem on IRIX 5. */
79366d4b782Schristos /* #undef _KMEMUSER */
79466d4b782Schristos 
79566d4b782Schristos /* Define for large files, on AIX-style hosts. */
79666d4b782Schristos /* #undef _LARGE_FILES */
79766d4b782Schristos 
79866d4b782Schristos /* Define to 1 if on MINIX. */
79966d4b782Schristos /* #undef _MINIX */
80066d4b782Schristos 
80166d4b782Schristos /* Define to 1 to avoid a clash between <widec.h> and <wchar.h> on Solaris
80266d4b782Schristos    2.[789] when using GCC. */
80366d4b782Schristos /* #undef _MSE_INT_H */
80466d4b782Schristos 
80566d4b782Schristos /* Define to 2 if the system does not provide POSIX.1 features except with
80666d4b782Schristos    this defined. */
80766d4b782Schristos /* #undef _POSIX_1_SOURCE */
80866d4b782Schristos 
80966d4b782Schristos /* Define to 1 if you need to in order for `stat' and other things to work. */
81066d4b782Schristos /* #undef _POSIX_SOURCE */
81166d4b782Schristos 
81266d4b782Schristos /* Define to empty if `const' does not conform to ANSI C. */
81366d4b782Schristos /* #undef const */
81466d4b782Schristos 
81566d4b782Schristos /* Define to `__inline__' or `__inline' if that's what the C compiler
81666d4b782Schristos    calls it, or to nothing if 'inline' is not supported under any name.  */
81766d4b782Schristos #ifndef __cplusplus
81866d4b782Schristos /* #undef inline */
81966d4b782Schristos #endif
82066d4b782Schristos 
82166d4b782Schristos /* Define to `int' if <sys/types.h> does not define. */
82266d4b782Schristos /* #undef pid_t */
82366d4b782Schristos 
82466d4b782Schristos /* Define as `fork' if `vfork' does not work. */
82566d4b782Schristos /* #undef vfork */
826