xref: /netbsd-src/external/gpl3/gdb.old/lib/libgdb/arch/i386/config.h (revision 8b657b0747480f8989760d71343d6dd33f8d4cf9)
10c04591cSchristos /* This file is automatically generated.  DO NOT EDIT! */
2*8b657b07Schristos /* Generated from: NetBSD: mknative-gdb,v 1.16 2023/07/31 17:09:59 christos Exp  */
347c37bc2Schristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
40c04591cSchristos 
50c04591cSchristos /* config.h.  Generated from config.in by configure.  */
60c04591cSchristos /* config.in.  Generated from configure.ac by autoheader.  */
70c04591cSchristos 
80c04591cSchristos /* Define if building universal (internal helper macro) */
90c04591cSchristos /* #undef AC_APPLE_UNIVERSAL_BUILD */
100c04591cSchristos 
110c04591cSchristos /* Directories from which to load auto-loaded scripts. */
1282650ea5Schristos #define AUTO_LOAD_DIR "$debugdir:$datadir/auto-load"
130c04591cSchristos 
140c04591cSchristos /* Directories safe to hold auto-loaded files. */
1582650ea5Schristos #define AUTO_LOAD_SAFE_PATH "$debugdir:$datadir/auto-load"
160c04591cSchristos 
170c04591cSchristos /* Directory of programs. */
180c04591cSchristos #define BINDIR "/usr/bin"
190c04591cSchristos 
200c04591cSchristos /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
210c04591cSchristos    systems. This function is required for `alloca.c' support on those systems.
220c04591cSchristos    */
230c04591cSchristos /* #undef CRAY_STACKSEG_END */
240c04591cSchristos 
2582650ea5Schristos /* Define to 1 if std::thread works. */
2682650ea5Schristos #define CXX_STD_THREAD 1
2782650ea5Schristos 
280c04591cSchristos /* Define to 1 if using `alloca.c'. */
290c04591cSchristos /* #undef C_ALLOCA */
300c04591cSchristos 
310c04591cSchristos /* look for global separate debug info in this path [LIBDIR/debug] */
320c04591cSchristos #define DEBUGDIR "/usr/libdata/debug"
330c04591cSchristos 
340c04591cSchristos /* Define if the separate-debug-dir directory should be relocated when GDB is
350c04591cSchristos    moved. */
360c04591cSchristos #define DEBUGDIR_RELOCATABLE 1
370c04591cSchristos 
380c04591cSchristos /* Define to BFD's default architecture. */
390c04591cSchristos #define DEFAULT_BFD_ARCH bfd_i386_arch
400c04591cSchristos 
410c04591cSchristos /* Define to BFD's default target vector. */
420c04591cSchristos #define DEFAULT_BFD_VEC i386_elf32_vec
430c04591cSchristos 
4482650ea5Schristos /* Handle .ctf type-info sections */
4582650ea5Schristos #define ENABLE_LIBCTF 1
4682650ea5Schristos 
470c04591cSchristos /* Define to 1 if translation of program messages to the user's native
480c04591cSchristos    language is requested. */
490c04591cSchristos #define ENABLE_NLS 1
500c04591cSchristos 
51*8b657b07Schristos /* The .gdbearlyinit filename. */
52*8b657b07Schristos #define GDBEARLYINIT ".gdbearlyinit"
53*8b657b07Schristos 
540c04591cSchristos /* The .gdbinit filename. */
550c04591cSchristos #define GDBINIT ".gdbinit"
560c04591cSchristos 
570c04591cSchristos /* look for global separate data files in this path [DATADIR/gdb] */
580c04591cSchristos #define GDB_DATADIR "/usr/share/gdb"
590c04591cSchristos 
600c04591cSchristos /* Define if the gdb-datadir directory should be relocated when GDB is moved.
610c04591cSchristos    */
620c04591cSchristos #define GDB_DATADIR_RELOCATABLE 1
630c04591cSchristos 
640c04591cSchristos /* Define to be a string naming the default host character set. */
650c04591cSchristos #define GDB_DEFAULT_HOST_CHARSET "UTF-8"
660c04591cSchristos 
670c04591cSchristos /* Host double floatformat */
680c04591cSchristos #define GDB_HOST_DOUBLE_FORMAT &floatformat_ieee_double_little
690c04591cSchristos 
700c04591cSchristos /* Host float floatformat */
710c04591cSchristos #define GDB_HOST_FLOAT_FORMAT &floatformat_ieee_single_little
720c04591cSchristos 
730c04591cSchristos /* Host long double floatformat */
740c04591cSchristos #define GDB_HOST_LONG_DOUBLE_FORMAT &floatformat_i387_ext
750c04591cSchristos 
760c04591cSchristos /* nativefile */
770c04591cSchristos /* #undef GDB_NM_FILE */
780c04591cSchristos 
790c04591cSchristos /* Define to the default OS ABI for this configuration. */
8082650ea5Schristos #define GDB_OSABI_DEFAULT GDB_OSABI_NETBSD
810c04591cSchristos 
82e5cb852cSchristos /* Define if self-testing features should be enabled */
83*8b657b07Schristos /* #undef GDB_SELF_TEST */
84e5cb852cSchristos 
850c04591cSchristos /* Define to 1 if you have `alloca', as a function or macro. */
860c04591cSchristos #define HAVE_ALLOCA 1
870c04591cSchristos 
880c04591cSchristos /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
890c04591cSchristos    */
900c04591cSchristos /* #undef HAVE_ALLOCA_H */
910c04591cSchristos 
920c04591cSchristos /* Define to 1 if you have the `btowc' function. */
930c04591cSchristos #define HAVE_BTOWC 1
940c04591cSchristos 
950c04591cSchristos /* Define to 1 if you have the <cursesX.h> header file. */
960c04591cSchristos /* #undef HAVE_CURSESX_H */
970c04591cSchristos 
980c04591cSchristos /* Define to 1 if you have the <curses.h> header file. */
990c04591cSchristos #define HAVE_CURSES_H 1
1000c04591cSchristos 
10199e23f81Schristos /* define if the compiler supports basic C++11 syntax */
10299e23f81Schristos #define HAVE_CXX11 1
10399e23f81Schristos 
1040c04591cSchristos /* Define to 1 if you have the declaration of `ADDR_NO_RANDOMIZE', and to 0 if
1050c04591cSchristos    you don't. */
1060c04591cSchristos #define HAVE_DECL_ADDR_NO_RANDOMIZE 0
1070c04591cSchristos 
1080c04591cSchristos /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
1090c04591cSchristos    don't. */
1100c04591cSchristos #define HAVE_DECL_ASPRINTF 1
1110c04591cSchristos 
1120c04591cSchristos /* Define to 1 if you have the declaration of `basename(char *)', and to 0 if
1130c04591cSchristos    you don't. */
1140c04591cSchristos #define HAVE_DECL_BASENAME 0
1150c04591cSchristos 
1160c04591cSchristos /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
1170c04591cSchristos #define HAVE_DECL_FFS 1
1180c04591cSchristos 
1190c04591cSchristos /* Define to 1 if you have the declaration of `getthrds', and to 0 if you
1200c04591cSchristos    don't. */
1210c04591cSchristos /* #undef HAVE_DECL_GETTHRDS */
1220c04591cSchristos 
1230c04591cSchristos /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
1240c04591cSchristos    don't. */
1250c04591cSchristos #define HAVE_DECL_SNPRINTF 1
1260c04591cSchristos 
1270c04591cSchristos /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
1280c04591cSchristos    */
1290c04591cSchristos #define HAVE_DECL_STRSTR 1
1300c04591cSchristos 
1310c04591cSchristos /* Define to 1 if you have the declaration of `strtol', and to 0 if you don't.
1320c04591cSchristos    */
1330c04591cSchristos #define HAVE_DECL_STRTOL 1
1340c04591cSchristos 
1350c04591cSchristos /* Define to 1 if you have the declaration of `strtoll', and to 0 if you
1360c04591cSchristos    don't. */
1370c04591cSchristos #define HAVE_DECL_STRTOLL 1
1380c04591cSchristos 
1390c04591cSchristos /* Define to 1 if you have the declaration of `strtoul', and to 0 if you
1400c04591cSchristos    don't. */
1410c04591cSchristos #define HAVE_DECL_STRTOUL 1
1420c04591cSchristos 
1430c04591cSchristos /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
1440c04591cSchristos    don't. */
1450c04591cSchristos #define HAVE_DECL_STRTOULL 1
1460c04591cSchristos 
1470c04591cSchristos /* Define to 1 if you have the declaration of `strverscmp', and to 0 if you
1480c04591cSchristos    don't. */
1490c04591cSchristos #define HAVE_DECL_STRVERSCMP 0
1500c04591cSchristos 
1510c04591cSchristos /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
1520c04591cSchristos    don't. */
1530c04591cSchristos #define HAVE_DECL_VASPRINTF 1
1540c04591cSchristos 
1550c04591cSchristos /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
1560c04591cSchristos    don't. */
1570c04591cSchristos #define HAVE_DECL_VSNPRINTF 1
1580c04591cSchristos 
1590c04591cSchristos /* Define to 1 if you have the <dlfcn.h> header file. */
1600c04591cSchristos #define HAVE_DLFCN_H 1
1610c04591cSchristos 
1620c04591cSchristos /* Define if ELF support should be included. */
1630c04591cSchristos #define HAVE_ELF 1
1640c04591cSchristos 
16547c37bc2Schristos /* Define if <sys/procfs.h> has elf_fpregset_t. */
16647c37bc2Schristos /* #undef HAVE_ELF_FPREGSET_T */
16747c37bc2Schristos 
1680c04591cSchristos /* Define to 1 if you have the <elf_hp.h> header file. */
1690c04591cSchristos /* #undef HAVE_ELF_HP_H */
1700c04591cSchristos 
1710c04591cSchristos /* Define to 1 if your system has the etext variable. */
1720c04591cSchristos #define HAVE_ETEXT 1
1730c04591cSchristos 
174*8b657b07Schristos /* Define to 1 if execinfo.h backtrace functions are available. */
175*8b657b07Schristos /* #undef HAVE_EXECINFO_BACKTRACE */
176*8b657b07Schristos 
177*8b657b07Schristos /* Define to 1 if you have the <execinfo.h> header file. */
178*8b657b07Schristos #define HAVE_EXECINFO_H 1
179*8b657b07Schristos 
1800c04591cSchristos /* Define to 1 if you have the `fdwalk' function. */
1810c04591cSchristos /* #undef HAVE_FDWALK */
1820c04591cSchristos 
1830c04591cSchristos /* Define to 1 if you have the `fork' function. */
1840c04591cSchristos #define HAVE_FORK 1
1850c04591cSchristos 
1860c04591cSchristos /* Define if <sys/procfs.h> has fpregset_t. */
1870c04591cSchristos /* #undef HAVE_FPREGSET_T */
1880c04591cSchristos 
1890c04591cSchristos /* Define to 1 if you have the `getauxval' function. */
1900c04591cSchristos /* #undef HAVE_GETAUXVAL */
1910c04591cSchristos 
1920c04591cSchristos /* Define to 1 if you have the `getgid' function. */
1930c04591cSchristos #define HAVE_GETGID 1
1940c04591cSchristos 
1950c04591cSchristos /* Define to 1 if you have the `getpagesize' function. */
1960c04591cSchristos #define HAVE_GETPAGESIZE 1
1970c04591cSchristos 
19847c37bc2Schristos /* Define to 1 if you have the `getpgid' function. */
19947c37bc2Schristos #define HAVE_GETPGID 1
20047c37bc2Schristos 
2010c04591cSchristos /* Define to 1 if you have the `getrlimit' function. */
2020c04591cSchristos #define HAVE_GETRLIMIT 1
2030c04591cSchristos 
2040c04591cSchristos /* Define to 1 if you have the `getrusage' function. */
2050c04591cSchristos #define HAVE_GETRUSAGE 1
2060c04591cSchristos 
2070c04591cSchristos /* Define to 1 if you have the `getuid' function. */
2080c04591cSchristos #define HAVE_GETUID 1
2090c04591cSchristos 
2100c04591cSchristos /* Define if <sys/procfs.h> has gregset_t. */
2110c04591cSchristos /* #undef HAVE_GREGSET_T */
2120c04591cSchristos 
2130c04591cSchristos /* Define if Guile interpreter is being linked in. */
2140c04591cSchristos /* #undef HAVE_GUILE */
2150c04591cSchristos 
2160c04591cSchristos /* Define if Guile supports manual finalization. */
2170c04591cSchristos /* #undef HAVE_GUILE_MANUAL_FINALIZATION */
2180c04591cSchristos 
2190c04591cSchristos /* Define if you have the iconv() function. */
2200c04591cSchristos #define HAVE_ICONV 1
2210c04591cSchristos 
2220c04591cSchristos /* Define to 1 if you have the `iconvlist' function. */
2230c04591cSchristos /* #undef HAVE_ICONVLIST */
2240c04591cSchristos 
2250c04591cSchristos /* Define to 1 if you have the <inttypes.h> header file. */
2260c04591cSchristos #define HAVE_INTTYPES_H 1
2270c04591cSchristos 
228*8b657b07Schristos /* Define to 1 if you have the `kinfo_getfile' function. */
22947c37bc2Schristos /* #undef HAVE_KINFO_GETFILE */
23047c37bc2Schristos 
2310c04591cSchristos /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
2320c04591cSchristos #define HAVE_LANGINFO_CODESET 1
2330c04591cSchristos 
2340c04591cSchristos /* Define if your <locale.h> file defines LC_MESSAGES. */
2350c04591cSchristos #define HAVE_LC_MESSAGES 1
2360c04591cSchristos 
2370c04591cSchristos /* Define if you have the babeltrace library. */
2380c04591cSchristos /* #undef HAVE_LIBBABELTRACE */
2390c04591cSchristos 
240*8b657b07Schristos /* Define if libbacktrace is being used. */
241*8b657b07Schristos #define HAVE_LIBBACKTRACE 1
242*8b657b07Schristos 
24382650ea5Schristos /* Define to 1 if debuginfod is enabled. */
24482650ea5Schristos /* #undef HAVE_LIBDEBUGINFOD */
24582650ea5Schristos 
2460c04591cSchristos /* Define if you have the expat library. */
24799e23f81Schristos #define HAVE_LIBEXPAT 1
2480c04591cSchristos 
249*8b657b07Schristos /* Define if you have the gmp library. */
250*8b657b07Schristos #define HAVE_LIBGMP 1
251*8b657b07Schristos 
2520c04591cSchristos /* Define to 1 if you have the `libiconvlist' function. */
2530c04591cSchristos /* #undef HAVE_LIBICONVLIST */
2540c04591cSchristos 
2550c04591cSchristos /* Define if you have the ipt library. */
2560c04591cSchristos /* #undef HAVE_LIBIPT */
2570c04591cSchristos 
2580c04591cSchristos /* Define if you have the lzma library. */
2590c04591cSchristos /* #undef HAVE_LIBLZMA */
2600c04591cSchristos 
2610c04591cSchristos /* Define to 1 if you have the `m' library (-lm). */
2620c04591cSchristos #define HAVE_LIBM 1
2630c04591cSchristos 
26447c37bc2Schristos /* Define if you have the mpfr library. */
26547c37bc2Schristos /* #undef HAVE_LIBMPFR */
26647c37bc2Schristos 
2670c04591cSchristos /* Define to 1 if you have the <libunwind-ia64.h> header file. */
2680c04591cSchristos /* #undef HAVE_LIBUNWIND_IA64_H */
2690c04591cSchristos 
27082650ea5Schristos /* Define if you have the xxhash library. */
27182650ea5Schristos /* #undef HAVE_LIBXXHASH */
27282650ea5Schristos 
27347c37bc2Schristos /* Define to 1 if you have the <linux/elf.h> header file. */
27447c37bc2Schristos /* #undef HAVE_LINUX_ELF_H */
2750c04591cSchristos 
2760c04591cSchristos /* Define to 1 if you have the <linux/perf_event.h> header file. */
2770c04591cSchristos /* #undef HAVE_LINUX_PERF_EVENT_H */
2780c04591cSchristos 
2790c04591cSchristos /* Define to 1 if you have the <locale.h> header file. */
2800c04591cSchristos #define HAVE_LOCALE_H 1
2810c04591cSchristos 
2820c04591cSchristos /* Define to 1 if the compiler supports long double. */
2830c04591cSchristos #define HAVE_LONG_DOUBLE 1
2840c04591cSchristos 
2850c04591cSchristos /* Define to 1 if the system has the type `long long'. */
2860c04591cSchristos #define HAVE_LONG_LONG 1
2870c04591cSchristos 
2880c04591cSchristos /* Define if <sys/procfs.h> has lwpid_t. */
2890c04591cSchristos /* #undef HAVE_LWPID_T */
2900c04591cSchristos 
2910c04591cSchristos /* Define to 1 if you have the <machine/reg.h> header file. */
2920c04591cSchristos #define HAVE_MACHINE_REG_H 1
2930c04591cSchristos 
2940c04591cSchristos /* Define to 1 if you have the <memory.h> header file. */
2950c04591cSchristos #define HAVE_MEMORY_H 1
2960c04591cSchristos 
2970c04591cSchristos /* Define to 1 if you have a working `mmap' system call. */
2980c04591cSchristos #define HAVE_MMAP 1
2990c04591cSchristos 
3000c04591cSchristos /* Define to 1 if you have the `monstartup' function. */
3010c04591cSchristos #define HAVE_MONSTARTUP 1
3020c04591cSchristos 
30347c37bc2Schristos /* Define to 1 if you have the <ncursesw/ncurses.h> header file. */
30447c37bc2Schristos /* #undef HAVE_NCURSESW_NCURSES_H */
30547c37bc2Schristos 
3060c04591cSchristos /* Define to 1 if you have the <ncurses.h> header file. */
3070c04591cSchristos /* #undef HAVE_NCURSES_H */
3080c04591cSchristos 
3090c04591cSchristos /* Define to 1 if you have the <ncurses/ncurses.h> header file. */
3100c04591cSchristos /* #undef HAVE_NCURSES_NCURSES_H */
3110c04591cSchristos 
3120c04591cSchristos /* Define to 1 if you have the <ncurses/term.h> header file. */
3130c04591cSchristos /* #undef HAVE_NCURSES_TERM_H */
3140c04591cSchristos 
3150c04591cSchristos /* Define to 1 if you have the <nlist.h> header file. */
3160c04591cSchristos #define HAVE_NLIST_H 1
3170c04591cSchristos 
3180c04591cSchristos /* Define to 1 if you have the `pipe' function. */
3190c04591cSchristos #define HAVE_PIPE 1
3200c04591cSchristos 
3210c04591cSchristos /* Define to 1 if you have the `pipe2' function. */
3220c04591cSchristos #define HAVE_PIPE2 1
3230c04591cSchristos 
3240c04591cSchristos /* Define to 1 if you have the `poll' function. */
3250c04591cSchristos #define HAVE_POLL 1
3260c04591cSchristos 
3270c04591cSchristos /* Define to 1 if you have the <poll.h> header file. */
3280c04591cSchristos #define HAVE_POLL_H 1
3290c04591cSchristos 
3300c04591cSchristos /* Define to 1 if you have the `posix_madvise' function. */
3310c04591cSchristos #define HAVE_POSIX_MADVISE 1
3320c04591cSchristos 
3330c04591cSchristos /* Define to 1 if you have the `pread' function. */
3340c04591cSchristos #define HAVE_PREAD 1
3350c04591cSchristos 
3360c04591cSchristos /* Define to 1 if you have the `pread64' function. */
3370c04591cSchristos /* #undef HAVE_PREAD64 */
3380c04591cSchristos 
3390c04591cSchristos /* Define if <sys/procfs.h> has prfpregset_t. */
3400c04591cSchristos /* #undef HAVE_PRFPREGSET_T */
3410c04591cSchristos 
3420c04591cSchristos /* Define if <sys/procfs.h> has prgregset32_t. */
3430c04591cSchristos /* #undef HAVE_PRGREGSET32_T */
3440c04591cSchristos 
3450c04591cSchristos /* Define if <sys/procfs.h> has prgregset_t. */
3460c04591cSchristos /* #undef HAVE_PRGREGSET_T */
3470c04591cSchristos 
3480c04591cSchristos /* Define to 1 if you have the <proc_service.h> header file. */
3490c04591cSchristos /* #undef HAVE_PROC_SERVICE_H */
3500c04591cSchristos 
3510c04591cSchristos /* Define if <sys/procfs.h> has psaddr_t. */
3520c04591cSchristos /* #undef HAVE_PSADDR_T */
3530c04591cSchristos 
35482650ea5Schristos /* Have PTHREAD_PRIO_INHERIT. */
35582650ea5Schristos #define HAVE_PTHREAD_PRIO_INHERIT 1
35682650ea5Schristos 
35782650ea5Schristos /* Define to 1 if you have the `pthread_setname_np' function. */
35882650ea5Schristos #define HAVE_PTHREAD_SETNAME_NP 1
35982650ea5Schristos 
36082650ea5Schristos /* Define to 1 if you have the `pthread_sigmask' function. */
36182650ea5Schristos #define HAVE_PTHREAD_SIGMASK 1
36282650ea5Schristos 
3630c04591cSchristos /* Define to 1 if you have the `ptrace64' function. */
3640c04591cSchristos /* #undef HAVE_PTRACE64 */
3650c04591cSchristos 
3660c04591cSchristos /* Define if sys/ptrace.h defines the PTRACE_GETFPXREGS request. */
3670c04591cSchristos /* #undef HAVE_PTRACE_GETFPXREGS */
3680c04591cSchristos 
3690c04591cSchristos /* Define if sys/ptrace.h defines the PTRACE_GETREGS request. */
3700c04591cSchristos /* #undef HAVE_PTRACE_GETREGS */
3710c04591cSchristos 
3720c04591cSchristos /* Define to 1 if you have the <ptrace.h> header file. */
3730c04591cSchristos /* #undef HAVE_PTRACE_H */
3740c04591cSchristos 
3750c04591cSchristos /* Define if sys/ptrace.h defines the PT_GETDBREGS request. */
37699e23f81Schristos #define HAVE_PT_GETDBREGS 1
3770c04591cSchristos 
37847c37bc2Schristos /* Define to 1 if you have the `pt_insn_event' function. */
37947c37bc2Schristos /* #undef HAVE_PT_INSN_EVENT */
38047c37bc2Schristos 
3810c04591cSchristos /* Define to 1 if you have the `pwrite' function. */
3820c04591cSchristos #define HAVE_PWRITE 1
3830c04591cSchristos 
3840c04591cSchristos /* Define if Python interpreter is being linked in. */
3850c04591cSchristos /* #undef HAVE_PYTHON */
3860c04591cSchristos 
387*8b657b07Schristos /* Define to 1 if you have the <readline/readline.h> header file. */
388*8b657b07Schristos /* #undef HAVE_READLINE_READLINE_H */
389*8b657b07Schristos 
3900c04591cSchristos /* Define to 1 if you have the `resize_term' function. */
39199e23f81Schristos #define HAVE_RESIZE_TERM 1
3920c04591cSchristos 
3930c04591cSchristos /* Define to 1 if you have the `sbrk' function. */
3940c04591cSchristos #define HAVE_SBRK 1
3950c04591cSchristos 
3960c04591cSchristos /* Define to 1 if you have the `scm_new_smob' function. */
3970c04591cSchristos /* #undef HAVE_SCM_NEW_SMOB */
3980c04591cSchristos 
3990c04591cSchristos /* Define to 1 if you have the `setlocale' function. */
4000c04591cSchristos #define HAVE_SETLOCALE 1
4010c04591cSchristos 
4020c04591cSchristos /* Define to 1 if you have the `setns' function. */
4030c04591cSchristos /* #undef HAVE_SETNS */
4040c04591cSchristos 
4050c04591cSchristos /* Define to 1 if you have the `setpgid' function. */
4060c04591cSchristos #define HAVE_SETPGID 1
4070c04591cSchristos 
4080c04591cSchristos /* Define to 1 if you have the `setpgrp' function. */
4090c04591cSchristos #define HAVE_SETPGRP 1
4100c04591cSchristos 
4110c04591cSchristos /* Define to 1 if you have the `setrlimit' function. */
4120c04591cSchristos #define HAVE_SETRLIMIT 1
4130c04591cSchristos 
4140c04591cSchristos /* Define to 1 if you have the `setsid' function. */
4150c04591cSchristos #define HAVE_SETSID 1
4160c04591cSchristos 
4170c04591cSchristos /* Define to 1 if you have the `sigaction' function. */
4180c04591cSchristos #define HAVE_SIGACTION 1
4190c04591cSchristos 
4200c04591cSchristos /* Define to 1 if you have the `sigaltstack' function. */
4210c04591cSchristos #define HAVE_SIGALTSTACK 1
4220c04591cSchristos 
4230c04591cSchristos /* Define to 1 if you have the <signal.h> header file. */
4240c04591cSchristos #define HAVE_SIGNAL_H 1
4250c04591cSchristos 
4260c04591cSchristos /* Define to 1 if you have the `sigprocmask' function. */
4270c04591cSchristos #define HAVE_SIGPROCMASK 1
4280c04591cSchristos 
4290c04591cSchristos /* Define if sigsetjmp is available. */
4300c04591cSchristos #define HAVE_SIGSETJMP 1
4310c04591cSchristos 
4320c04591cSchristos /* Define to 1 if you have the `sigsetmask' function. */
4330c04591cSchristos #define HAVE_SIGSETMASK 1
4340c04591cSchristos 
435*8b657b07Schristos /* Define to 1 if you have the `sigtimedwait' function. */
436*8b657b07Schristos #define HAVE_SIGTIMEDWAIT 1
437*8b657b07Schristos 
4380c04591cSchristos /* Define to 1 if you have the `socketpair' function. */
4390c04591cSchristos #define HAVE_SOCKETPAIR 1
4400c04591cSchristos 
4410c04591cSchristos /* Define to 1 if the system has the type `socklen_t'. */
4420c04591cSchristos #define HAVE_SOCKLEN_T 1
4430c04591cSchristos 
44447c37bc2Schristos /* Define to 1 if the source-highlight library is available */
44547c37bc2Schristos /* #undef HAVE_SOURCE_HIGHLIGHT */
44647c37bc2Schristos 
4470c04591cSchristos /* Define to 1 if you have the <stdint.h> header file. */
4480c04591cSchristos #define HAVE_STDINT_H 1
4490c04591cSchristos 
4500c04591cSchristos /* Define to 1 if you have the <stdlib.h> header file. */
4510c04591cSchristos #define HAVE_STDLIB_H 1
4520c04591cSchristos 
4530c04591cSchristos /* Define to 1 if you have the <strings.h> header file. */
4540c04591cSchristos #define HAVE_STRINGS_H 1
4550c04591cSchristos 
4560c04591cSchristos /* Define to 1 if you have the <string.h> header file. */
4570c04591cSchristos #define HAVE_STRING_H 1
4580c04591cSchristos 
4590c04591cSchristos /* Define to 1 if your system has struct lwp. */
4600c04591cSchristos #define HAVE_STRUCT_LWP 1
4610c04591cSchristos 
46247c37bc2Schristos /* Define to 1 if `pl_syscall_code' is a member of `struct ptrace_lwpinfo'. */
463e5cb852cSchristos /* #undef HAVE_STRUCT_PTRACE_LWPINFO_PL_SYSCALL_CODE */
464e5cb852cSchristos 
46547c37bc2Schristos /* Define to 1 if `pl_tdname' is a member of `struct ptrace_lwpinfo'. */
46699e23f81Schristos /* #undef HAVE_STRUCT_PTRACE_LWPINFO_PL_TDNAME */
46799e23f81Schristos 
46847c37bc2Schristos /* Define to 1 if `enabled' is a member of `struct pt_insn'. */
46947c37bc2Schristos /* #undef HAVE_STRUCT_PT_INSN_ENABLED */
47047c37bc2Schristos 
47147c37bc2Schristos /* Define to 1 if `resynced' is a member of `struct pt_insn'. */
47247c37bc2Schristos /* #undef HAVE_STRUCT_PT_INSN_RESYNCED */
47347c37bc2Schristos 
4740c04591cSchristos /* Define to 1 if your system has struct reg in <machine/reg.h>. */
4750c04591cSchristos #define HAVE_STRUCT_REG 1
4760c04591cSchristos 
47747c37bc2Schristos /* Define to 1 if `r_fs' is a member of `struct reg'. */
478e5cb852cSchristos #define HAVE_STRUCT_REG_R_FS 1
4790c04591cSchristos 
48047c37bc2Schristos /* Define to 1 if `r_gs' is a member of `struct reg'. */
481e5cb852cSchristos #define HAVE_STRUCT_REG_R_GS 1
4820c04591cSchristos 
48347c37bc2Schristos /* Define to 1 if `st_blksize' is a member of `struct stat'. */
4840c04591cSchristos #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
4850c04591cSchristos 
48647c37bc2Schristos /* Define to 1 if `st_blocks' is a member of `struct stat'. */
4870c04591cSchristos #define HAVE_STRUCT_STAT_ST_BLOCKS 1
4880c04591cSchristos 
48947c37bc2Schristos /* Define to 1 if `td_pcb' is a member of `struct thread'. */
4900c04591cSchristos /* #undef HAVE_STRUCT_THREAD_TD_PCB */
4910c04591cSchristos 
4920c04591cSchristos /* Define to 1 if you have the <sys/debugreg.h> header file. */
4930c04591cSchristos /* #undef HAVE_SYS_DEBUGREG_H */
4940c04591cSchristos 
4950c04591cSchristos /* Define to 1 if you have the <sys/file.h> header file. */
4960c04591cSchristos #define HAVE_SYS_FILE_H 1
4970c04591cSchristos 
4980c04591cSchristos /* Define to 1 if you have the <sys/filio.h> header file. */
4990c04591cSchristos #define HAVE_SYS_FILIO_H 1
5000c04591cSchristos 
5010c04591cSchristos /* Define to 1 if you have the <sys/ioctl.h> header file. */
5020c04591cSchristos #define HAVE_SYS_IOCTL_H 1
5030c04591cSchristos 
5040c04591cSchristos /* Define to 1 if you have the <sys/param.h> header file. */
5050c04591cSchristos #define HAVE_SYS_PARAM_H 1
5060c04591cSchristos 
5070c04591cSchristos /* Define to 1 if you have the <sys/poll.h> header file. */
5080c04591cSchristos #define HAVE_SYS_POLL_H 1
5090c04591cSchristos 
510*8b657b07Schristos /* Define to 1 if you have the <sys/procctl.h> header file. */
511*8b657b07Schristos /* #undef HAVE_SYS_PROCCTL_H */
512*8b657b07Schristos 
5130c04591cSchristos /* Define to 1 if you have the <sys/procfs.h> header file. */
5140c04591cSchristos /* #undef HAVE_SYS_PROCFS_H */
5150c04591cSchristos 
5160c04591cSchristos /* Define to 1 if you have the <sys/ptrace.h> header file. */
5170c04591cSchristos #define HAVE_SYS_PTRACE_H 1
5180c04591cSchristos 
5190c04591cSchristos /* Define to 1 if you have the <sys/reg.h> header file. */
5200c04591cSchristos /* #undef HAVE_SYS_REG_H */
5210c04591cSchristos 
5220c04591cSchristos /* Define to 1 if you have the <sys/resource.h> header file. */
5230c04591cSchristos #define HAVE_SYS_RESOURCE_H 1
5240c04591cSchristos 
5250c04591cSchristos /* Define to 1 if you have the <sys/select.h> header file. */
5260c04591cSchristos #define HAVE_SYS_SELECT_H 1
5270c04591cSchristos 
5280c04591cSchristos /* Define to 1 if you have the <sys/socket.h> header file. */
5290c04591cSchristos #define HAVE_SYS_SOCKET_H 1
5300c04591cSchristos 
5310c04591cSchristos /* Define to 1 if you have the <sys/stat.h> header file. */
5320c04591cSchristos #define HAVE_SYS_STAT_H 1
5330c04591cSchristos 
5340c04591cSchristos /* Define to 1 if you have the <sys/types.h> header file. */
5350c04591cSchristos #define HAVE_SYS_TYPES_H 1
5360c04591cSchristos 
5370c04591cSchristos /* Define to 1 if you have the <sys/un.h> header file. */
5380c04591cSchristos #define HAVE_SYS_UN_H 1
5390c04591cSchristos 
5400c04591cSchristos /* Define to 1 if you have the <sys/user.h> header file. */
54147c37bc2Schristos /* #undef HAVE_SYS_USER_H */
5420c04591cSchristos 
5430c04591cSchristos /* Define to 1 if you have the <sys/wait.h> header file. */
5440c04591cSchristos #define HAVE_SYS_WAIT_H 1
5450c04591cSchristos 
5460c04591cSchristos /* Define to 1 if you have the <termios.h> header file. */
5470c04591cSchristos #define HAVE_TERMIOS_H 1
5480c04591cSchristos 
5490c04591cSchristos /* Define to 1 if you have the <term.h> header file. */
5500c04591cSchristos #define HAVE_TERM_H 1
5510c04591cSchristos 
5520c04591cSchristos /* Define to 1 if you have the <thread_db.h> header file. */
5530c04591cSchristos /* #undef HAVE_THREAD_DB_H */
5540c04591cSchristos 
5550c04591cSchristos /* Define to 1 if you have the `ttrace' function. */
5560c04591cSchristos /* #undef HAVE_TTRACE */
5570c04591cSchristos 
5580c04591cSchristos /* Define to 1 if you have the <unistd.h> header file. */
5590c04591cSchristos #define HAVE_UNISTD_H 1
5600c04591cSchristos 
56147c37bc2Schristos /* Define to 1 if you have the `use_default_colors' function. */
56247c37bc2Schristos #define HAVE_USE_DEFAULT_COLORS 1
56347c37bc2Schristos 
5640c04591cSchristos /* Define to 1 if you have the `vfork' function. */
5650c04591cSchristos #define HAVE_VFORK 1
5660c04591cSchristos 
5670c04591cSchristos /* Define to 1 if you have the <vfork.h> header file. */
5680c04591cSchristos /* #undef HAVE_VFORK_H */
5690c04591cSchristos 
5700c04591cSchristos /* Define to 1 if you have the `waitpid' function. */
5710c04591cSchristos #define HAVE_WAITPID 1
5720c04591cSchristos 
5730c04591cSchristos /* Define to 1 if you have the <wait.h> header file. */
5740c04591cSchristos /* #undef HAVE_WAIT_H */
5750c04591cSchristos 
5760c04591cSchristos /* Define to 1 if you have the `wborder' function. */
5770c04591cSchristos #define HAVE_WBORDER 1
5780c04591cSchristos 
5790c04591cSchristos /* Define to 1 if you have the <windows.h> header file. */
5800c04591cSchristos /* #undef HAVE_WINDOWS_H */
5810c04591cSchristos 
5820c04591cSchristos /* Define to 1 if `fork' works. */
5830c04591cSchristos #define HAVE_WORKING_FORK 1
5840c04591cSchristos 
5850c04591cSchristos /* Define to 1 if `vfork' works. */
5860c04591cSchristos #define HAVE_WORKING_VFORK 1
5870c04591cSchristos 
5880c04591cSchristos /* Define to 1 if you have the `wresize' function. */
5890c04591cSchristos #define HAVE_WRESIZE 1
5900c04591cSchristos 
59182650ea5Schristos /* Define to 1 if you have the <ws2tcpip.h> header file. */
59282650ea5Schristos /* #undef HAVE_WS2TCPIP_H */
59382650ea5Schristos 
5940c04591cSchristos /* Define to 1 if you have the `XML_StopParser' function. */
59547c37bc2Schristos #define HAVE_XML_STOPPARSER 1
5960c04591cSchristos 
597*8b657b07Schristos /* Define to 1 if zstd is enabled. */
598*8b657b07Schristos /* #undef HAVE_ZSTD */
599*8b657b07Schristos 
6000c04591cSchristos /* Define to 1 if your system has the _etext variable. */
6010c04591cSchristos #define HAVE__ETEXT 1
6020c04591cSchristos 
6030c04591cSchristos /* Define to 1 if you have the `_mcleanup' function. */
6040c04591cSchristos #define HAVE__MCLEANUP 1
6050c04591cSchristos 
6060c04591cSchristos /* Path of directory of iconv program. */
6070c04591cSchristos /* #undef ICONV_BIN */
6080c04591cSchristos 
6090c04591cSchristos /* Define if the iconv directory should be relocated when GDB is moved. */
6100c04591cSchristos /* #undef ICONV_BIN_RELOCATABLE */
6110c04591cSchristos 
6120c04591cSchristos /* Define as const if the declaration of iconv() needs const. */
61377a1ad5fSkamil #define ICONV_CONST
6140c04591cSchristos 
6150c04591cSchristos /* directory to load the JIT readers from */
6160c04591cSchristos #define JIT_READER_DIR "/usr/lib/gdb"
6170c04591cSchristos 
6180c04591cSchristos /* Define if the jit-reader-dir directory should be relocated when GDB is
6190c04591cSchristos    moved. */
6200c04591cSchristos #define JIT_READER_DIR_RELOCATABLE 1
6210c04591cSchristos 
622*8b657b07Schristos /* Define to the sub-directory in which libtool stores uninstalled libraries.
623*8b657b07Schristos    */
624*8b657b07Schristos #define LT_OBJDIR ".libs/"
625*8b657b07Schristos 
6260c04591cSchristos /* Name of this package. */
6270c04591cSchristos #define PACKAGE "gdb"
6280c04591cSchristos 
6290c04591cSchristos /* Define to the address where bug reports for this package should be sent. */
6300c04591cSchristos #define PACKAGE_BUGREPORT ""
6310c04591cSchristos 
6320c04591cSchristos /* Define to the full name of this package. */
6330c04591cSchristos #define PACKAGE_NAME ""
6340c04591cSchristos 
6350c04591cSchristos /* Define to the full name and version of this package. */
6360c04591cSchristos #define PACKAGE_STRING ""
6370c04591cSchristos 
6380c04591cSchristos /* Define to the one symbol short name of this package. */
6390c04591cSchristos #define PACKAGE_TARNAME ""
6400c04591cSchristos 
6410c04591cSchristos /* Define to the home page for this package. */
6420c04591cSchristos #define PACKAGE_URL ""
6430c04591cSchristos 
6440c04591cSchristos /* Define to the version of this package. */
6450c04591cSchristos #define PACKAGE_VERSION ""
6460c04591cSchristos 
6470c04591cSchristos /* Additional package description */
6480c04591cSchristos #define PKGVERSION "(GDB) "
6490c04591cSchristos 
6500c04591cSchristos /* Define to 1 if the "%H, %D and %DD" formats work to print decfloats. */
6510c04591cSchristos /* #undef PRINTF_HAS_DECFLOAT */
6520c04591cSchristos 
6530c04591cSchristos /* Define to 1 if the "%Lg" format works to print long doubles. */
6540c04591cSchristos /* #undef PRINTF_HAS_LONG_DOUBLE */
6550c04591cSchristos 
6560c04591cSchristos /* Define to 1 if the "%ll" format works to print long longs. */
6570c04591cSchristos /* #undef PRINTF_HAS_LONG_LONG */
6580c04591cSchristos 
65982650ea5Schristos /* Define to necessary symbol if this constant uses a non-standard name on
66082650ea5Schristos    your system. */
66182650ea5Schristos /* #undef PTHREAD_CREATE_JOINABLE */
66282650ea5Schristos 
663e5cb852cSchristos /* Define to the type of arg 1 for ptrace. */
664e5cb852cSchristos #define PTRACE_TYPE_ARG1 int
665e5cb852cSchristos 
6660c04591cSchristos /* Define to the type of arg 3 for ptrace. */
6670c04591cSchristos #define PTRACE_TYPE_ARG3 void *
6680c04591cSchristos 
6690c04591cSchristos /* Define to the type of arg 4 for ptrace. */
6700c04591cSchristos #define PTRACE_TYPE_ARG4 int
6710c04591cSchristos 
6720c04591cSchristos /* Define to the type of arg 5 for ptrace. */
6730c04591cSchristos /* #undef PTRACE_TYPE_ARG5 */
6740c04591cSchristos 
6750c04591cSchristos /* Define as the return type of ptrace. */
6760c04591cSchristos #define PTRACE_TYPE_RET int
6770c04591cSchristos 
67882650ea5Schristos /* Define if the python lib directory should be relocated when GDB is moved.
67982650ea5Schristos    */
68082650ea5Schristos /* #undef PYTHON_LIBDIR_RELOCATABLE */
68182650ea5Schristos 
6820c04591cSchristos /* Define if the python directory should be relocated when GDB is moved. */
6830c04591cSchristos /* #undef PYTHON_PATH_RELOCATABLE */
6840c04591cSchristos 
6850c04591cSchristos /* Relocated directory for source files. */
6860c04591cSchristos /* #undef RELOC_SRCDIR */
6870c04591cSchristos 
6880c04591cSchristos /* Bug reporting address */
68982650ea5Schristos #define REPORT_BUGS_TO "<https://www.gnu.org/software/gdb/bugs/>"
6900c04591cSchristos 
6910c04591cSchristos /* Define to 1 if the "%Lg" format works to scan long doubles. */
6920c04591cSchristos /* #undef SCANF_HAS_LONG_DOUBLE */
6930c04591cSchristos 
6940c04591cSchristos /* Define to 1 if the `setpgrp' function takes no argument. */
6950c04591cSchristos /* #undef SETPGRP_VOID */
6960c04591cSchristos 
6970c04591cSchristos /* The size of `long long', as computed by sizeof. */
6980c04591cSchristos #define SIZEOF_LONG_LONG 8
6990c04591cSchristos 
7000c04591cSchristos /* The size of `unsigned long', as computed by sizeof. */
7010c04591cSchristos #define SIZEOF_UNSIGNED_LONG 4
7020c04591cSchristos 
7030c04591cSchristos /* The size of `unsigned long long', as computed by sizeof. */
7040c04591cSchristos #define SIZEOF_UNSIGNED_LONG_LONG 8
7050c04591cSchristos 
7060c04591cSchristos /* The size of `unsigned __int128', as computed by sizeof. */
7070c04591cSchristos #define SIZEOF_UNSIGNED___INT128 0
7080c04591cSchristos 
709*8b657b07Schristos /* The size of `void *', as computed by sizeof. */
710*8b657b07Schristos #define SIZEOF_VOID_P 4
711*8b657b07Schristos 
7120c04591cSchristos /* If using the C implementation of alloca, define if you know the
7130c04591cSchristos    direction of stack growth for your system; otherwise it will be
7140c04591cSchristos    automatically deduced at runtime.
7150c04591cSchristos 	STACK_DIRECTION > 0 => grows toward higher addresses
7160c04591cSchristos 	STACK_DIRECTION < 0 => grows toward lower addresses
7170c04591cSchristos 	STACK_DIRECTION = 0 => direction of growth unknown */
7180c04591cSchristos /* #undef STACK_DIRECTION */
7190c04591cSchristos 
7200c04591cSchristos /* Define to 1 if you have the ANSI C header files. */
7210c04591cSchristos #define STDC_HEADERS 1
7220c04591cSchristos 
7230c04591cSchristos /* automatically load a system-wide gdbinit file */
7240c04591cSchristos #define SYSTEM_GDBINIT ""
7250c04591cSchristos 
72682650ea5Schristos /* automatically load system-wide gdbinit files from this directory */
72782650ea5Schristos #define SYSTEM_GDBINIT_DIR ""
72882650ea5Schristos 
72982650ea5Schristos /* Define if the system-gdbinit-dir directory should be relocated when GDB is
73082650ea5Schristos    moved. */
73182650ea5Schristos #define SYSTEM_GDBINIT_DIR_RELOCATABLE 0
73282650ea5Schristos 
7330c04591cSchristos /* Define if the system-gdbinit directory should be relocated when GDB is
7340c04591cSchristos    moved. */
7350c04591cSchristos #define SYSTEM_GDBINIT_RELOCATABLE 0
7360c04591cSchristos 
7370c04591cSchristos /* search for usr/lib et al within DIR */
7380c04591cSchristos #define TARGET_SYSTEM_ROOT ""
7390c04591cSchristos 
7400c04591cSchristos /* Define if the sysroot directory should be relocated when GDB is moved. */
7410c04591cSchristos #define TARGET_SYSTEM_ROOT_RELOCATABLE 0
7420c04591cSchristos 
7430c04591cSchristos /* Define if <thread_db.h> has the TD_NOTALLOC error code. */
7440c04591cSchristos /* #undef THREAD_DB_HAS_TD_NOTALLOC */
7450c04591cSchristos 
7460c04591cSchristos /* Define if <thread_db.h> has the TD_NOTLS error code. */
7470c04591cSchristos /* #undef THREAD_DB_HAS_TD_NOTLS */
7480c04591cSchristos 
7490c04591cSchristos /* Define if <thread_db.h> has the TD_VERSION error code. */
7500c04591cSchristos /* #undef THREAD_DB_HAS_TD_VERSION */
7510c04591cSchristos 
7520c04591cSchristos /* Enable extensions on AIX 3, Interix.  */
7530c04591cSchristos #ifndef _ALL_SOURCE
7540c04591cSchristos # define _ALL_SOURCE 1
7550c04591cSchristos #endif
7560c04591cSchristos /* Enable GNU extensions on systems that have them.  */
7570c04591cSchristos #ifndef _GNU_SOURCE
7580c04591cSchristos # define _GNU_SOURCE 1
7590c04591cSchristos #endif
7600c04591cSchristos /* Enable threading extensions on Solaris.  */
7610c04591cSchristos #ifndef _POSIX_PTHREAD_SEMANTICS
7620c04591cSchristos # define _POSIX_PTHREAD_SEMANTICS 1
7630c04591cSchristos #endif
7640c04591cSchristos /* Enable extensions on HP NonStop.  */
7650c04591cSchristos #ifndef _TANDEM_SOURCE
7660c04591cSchristos # define _TANDEM_SOURCE 1
7670c04591cSchristos #endif
7680c04591cSchristos /* Enable general extensions on Solaris.  */
7690c04591cSchristos #ifndef __EXTENSIONS__
7700c04591cSchristos # define __EXTENSIONS__ 1
7710c04591cSchristos #endif
7720c04591cSchristos 
7730c04591cSchristos 
7740c04591cSchristos /* Define if we should use the Windows API, instead of the POSIX API. On
7750c04591cSchristos    Windows, we use the Windows API when building for MinGW, but the POSIX API
7760c04591cSchristos    when building for Cygwin. */
7770c04591cSchristos /* #undef USE_WIN32API */
7780c04591cSchristos 
779e5cb852cSchristos /* Define if the PPC simulator is being linked in. */
780e5cb852cSchristos /* #undef WITH_PPC_SIM */
781e5cb852cSchristos 
78282650ea5Schristos /* Directory containing Python's standard libraries from --with-python-libdir.
78382650ea5Schristos    */
78482650ea5Schristos /* #undef WITH_PYTHON_LIBDIR */
78582650ea5Schristos 
7860c04591cSchristos /* Define if --with-python provides a path, either directly or via
7870c04591cSchristos    python-config.py --exec-prefix. */
7880c04591cSchristos /* #undef WITH_PYTHON_PATH */
7890c04591cSchristos 
7900c04591cSchristos /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
7910c04591cSchristos    significant byte first (like Motorola and SPARC, unlike Intel). */
7920c04591cSchristos #if defined AC_APPLE_UNIVERSAL_BUILD
7930c04591cSchristos # if defined __BIG_ENDIAN__
7940c04591cSchristos #  define WORDS_BIGENDIAN 1
7950c04591cSchristos # endif
7960c04591cSchristos #else
7970c04591cSchristos # ifndef WORDS_BIGENDIAN
7980c04591cSchristos /* #  undef WORDS_BIGENDIAN */
7990c04591cSchristos # endif
8000c04591cSchristos #endif
8010c04591cSchristos 
80247c37bc2Schristos /* Enable large inode numbers on Mac OS X 10.5.  */
80347c37bc2Schristos #ifndef _DARWIN_USE_64_BIT_INODE
80447c37bc2Schristos # define _DARWIN_USE_64_BIT_INODE 1
80547c37bc2Schristos #endif
80647c37bc2Schristos 
8070c04591cSchristos /* Number of bits in a file offset, on hosts where this is settable. */
8080c04591cSchristos /* #undef _FILE_OFFSET_BITS */
8090c04591cSchristos 
8100c04591cSchristos /* Define for large files, on AIX-style hosts. */
8110c04591cSchristos /* #undef _LARGE_FILES */
8120c04591cSchristos 
8130c04591cSchristos /* Define to 1 if on MINIX. */
8140c04591cSchristos /* #undef _MINIX */
8150c04591cSchristos 
8160c04591cSchristos /* Define to 2 if the system does not provide POSIX.1 features except with
8170c04591cSchristos    this defined. */
8180c04591cSchristos /* #undef _POSIX_1_SOURCE */
8190c04591cSchristos 
8200c04591cSchristos /* Define to 1 if you need to in order for `stat' and other things to work. */
8210c04591cSchristos /* #undef _POSIX_SOURCE */
8220c04591cSchristos 
82382650ea5Schristos /* Use structured /proc on Solaris. */
82482650ea5Schristos #define _STRUCTURED_PROC 1
82582650ea5Schristos 
8260c04591cSchristos /* Define to empty if `const' does not conform to ANSI C. */
8270c04591cSchristos /* #undef const */
8280c04591cSchristos 
8290c04591cSchristos /* Define to `__inline__' or `__inline' if that's what the C compiler
8300c04591cSchristos    calls it, or to nothing if 'inline' is not supported under any name.  */
8310c04591cSchristos #ifndef __cplusplus
8320c04591cSchristos /* #undef inline */
8330c04591cSchristos #endif
8340c04591cSchristos 
8350c04591cSchristos /* Define to `int' if <sys/types.h> does not define. */
8360c04591cSchristos /* #undef pid_t */
8370c04591cSchristos 
83847c37bc2Schristos /* Define to `unsigned int' if <sys/types.h> does not define. */
83947c37bc2Schristos /* #undef size_t */
84047c37bc2Schristos 
8410c04591cSchristos /* Define as `fork' if `vfork' does not work. */
8420c04591cSchristos /* #undef vfork */
843