1da671615Schristos /* This file is automatically generated. DO NOT EDIT! */ 2*22ebeae4Schristos /* Generated from: NetBSD: mknative-gdb,v 1.17 2024/08/18 03:47:55 rin Exp */ 33a0b714cSchristos /* 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 11*22ebeae4Schristos /* Additional directories to look for separate debug info. */ 12*22ebeae4Schristos /* #undef ADDITIONAL_DEBUG_DIRS */ 13*22ebeae4Schristos 14ba128b18Sskrll /* Directories from which to load auto-loaded scripts. */ 155900762bSrin #define AUTO_LOAD_DIR "$debugdir:$datadir/auto-load" 16da671615Schristos 17ba128b18Sskrll /* Directories safe to hold auto-loaded files. */ 185900762bSrin #define AUTO_LOAD_SAFE_PATH "$debugdir:$datadir/auto-load" 19da671615Schristos 20ba128b18Sskrll /* Directory of programs. */ 21ba128b18Sskrll #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_arm_arch 43da671615Schristos 44da671615Schristos /* Define to BFD's default target vector. */ 456ca1cfa8Srin #define DEFAULT_BFD_VEC arm_elf32_be_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. */ 52*22ebeae4Schristos /* #undef ENABLE_NLS */ 53da671615Schristos 54901e7e84Schristos /* The .gdbearlyinit filename. */ 55901e7e84Schristos #define GDBEARLYINIT ".gdbearlyinit" 56901e7e84Schristos 57541eeb6cSmrg /* The .gdbinit filename. */ 58541eeb6cSmrg #define GDBINIT ".gdbinit" 59541eeb6cSmrg 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 8547f5dba6Smrg /* Define if self-testing features should be enabled */ 86901e7e84Schristos /* #undef GDB_SELF_TEST */ 8747f5dba6Smrg 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 95*22ebeae4Schristos /* Define if amd-dbgapi is being linked in. */ 96*22ebeae4Schristos /* #undef HAVE_AMD_DBGAPI */ 97*22ebeae4Schristos 98da671615Schristos /* Define to 1 if you have the `btowc' function. */ 99da671615Schristos #define HAVE_BTOWC 1 100da671615Schristos 101*22ebeae4Schristos /* Define to 1 if you have the Mac OS X function 102*22ebeae4Schristos CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */ 103*22ebeae4Schristos /* #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES */ 104*22ebeae4Schristos 105*22ebeae4Schristos /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in 106*22ebeae4Schristos the CoreFoundation framework. */ 107*22ebeae4Schristos /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */ 108*22ebeae4Schristos 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 115*22ebeae4Schristos /* define if the compiler supports basic C++17 syntax */ 116*22ebeae4Schristos #define HAVE_CXX17 1 117*22ebeae4Schristos 118*22ebeae4Schristos /* Define if the GNU dcgettext() function is already present or preinstalled. 119*22ebeae4Schristos */ 120*22ebeae4Schristos /* #undef HAVE_DCGETTEXT */ 1218b7331e5Schristos 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 177ba128b18Sskrll /* Define to 1 if you have the <dlfcn.h> header file. */ 178ba128b18Sskrll #define HAVE_DLFCN_H 1 179ba128b18Sskrll 180da671615Schristos /* Define if ELF support should be included. */ 18125202ef0Schristos #define HAVE_ELF 1 182da671615Schristos 1833a0b714cSchristos /* Define if <sys/procfs.h> has elf_fpregset_t. */ 1843a0b714cSchristos /* #undef HAVE_ELF_FPREGSET_T */ 1853a0b714cSchristos 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 192901e7e84Schristos /* Define to 1 if execinfo.h backtrace functions are available. */ 193901e7e84Schristos /* #undef HAVE_EXECINFO_BACKTRACE */ 194901e7e84Schristos 195901e7e84Schristos /* Define to 1 if you have the <execinfo.h> header file. */ 196901e7e84Schristos #define HAVE_EXECINFO_H 1 197901e7e84Schristos 198541eeb6cSmrg /* Define to 1 if you have the `fdwalk' function. */ 199541eeb6cSmrg /* #undef HAVE_FDWALK */ 200541eeb6cSmrg 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 2163a0b714cSchristos /* Define to 1 if you have the `getpgid' function. */ 2173a0b714cSchristos #define HAVE_GETPGID 1 2183a0b714cSchristos 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 225*22ebeae4Schristos /* Define if the GNU gettext() function is already present or preinstalled. */ 226*22ebeae4Schristos /* #undef HAVE_GETTEXT */ 227*22ebeae4Schristos 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 2349ca90fdcSchristos /* Define if Guile interpreter is being linked in. */ 2359ca90fdcSchristos /* #undef HAVE_GUILE */ 2369ca90fdcSchristos 237822f2954Schristos /* Define if Guile supports manual finalization. */ 238822f2954Schristos /* #undef HAVE_GUILE_MANUAL_FINALIZATION */ 239822f2954Schristos 240*22ebeae4Schristos /* Define if you have the iconv() function and it works. */ 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 249901e7e84Schristos /* Define to 1 if you have the `kinfo_getfile' function. */ 2503a0b714cSchristos /* #undef HAVE_KINFO_GETFILE */ 2513a0b714cSchristos 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 258541eeb6cSmrg /* Define if you have the babeltrace library. */ 259541eeb6cSmrg /* #undef HAVE_LIBBABELTRACE */ 260541eeb6cSmrg 261901e7e84Schristos /* Define if libbacktrace is being used. */ 262901e7e84Schristos #define HAVE_LIBBACKTRACE 1 263901e7e84Schristos 264*22ebeae4Schristos /* Define to 1 if curses is enabled. */ 265*22ebeae4Schristos #define HAVE_LIBCURSES 1 266*22ebeae4Schristos 267eceb233bSchristos /* Define to 1 if debuginfod is enabled. */ 268eceb233bSchristos /* #undef HAVE_LIBDEBUGINFOD */ 269eceb233bSchristos 270*22ebeae4Schristos /* Define to 1 if debuginfod section downloading is supported. */ 271*22ebeae4Schristos /* #undef HAVE_LIBDEBUGINFOD_FIND_SECTION */ 272*22ebeae4Schristos 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 282ba128b18Sskrll /* Define if you have the lzma library. */ 283ba128b18Sskrll /* #undef HAVE_LIBLZMA */ 284ba128b18Sskrll 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 2943a0b714cSchristos /* Define to 1 if you have the <linux/elf.h> header file. */ 2953a0b714cSchristos /* #undef HAVE_LINUX_ELF_H */ 296da671615Schristos 297ba128b18Sskrll /* Define to 1 if you have the <linux/perf_event.h> header file. */ 298ba128b18Sskrll /* #undef HAVE_LINUX_PERF_EVENT_H */ 299ba128b18Sskrll 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 3243a0b714cSchristos /* Define to 1 if you have the <ncursesw/ncurses.h> header file. */ 3253a0b714cSchristos /* #undef HAVE_NCURSESW_NCURSES_H */ 3263a0b714cSchristos 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 342541eeb6cSmrg /* Define to 1 if you have the `pipe2' function. */ 343541eeb6cSmrg #define HAVE_PIPE2 1 344541eeb6cSmrg 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 354ba128b18Sskrll /* Define to 1 if you have the `pread' function. */ 355ba128b18Sskrll #define HAVE_PREAD 1 356ba128b18Sskrll 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 384541eeb6cSmrg /* Define to 1 if you have the `ptrace64' function. */ 385541eeb6cSmrg /* #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 3993a0b714cSchristos /* Define to 1 if you have the `pt_insn_event' function. */ 4003a0b714cSchristos /* #undef HAVE_PT_INSN_EVENT */ 4013a0b714cSchristos 402ba128b18Sskrll /* Define to 1 if you have the `pwrite' function. */ 403ba128b18Sskrll #define HAVE_PWRITE 1 404ba128b18Sskrll 405da671615Schristos /* Define if Python interpreter is being linked in. */ 406da671615Schristos /* #undef HAVE_PYTHON */ 407da671615Schristos 408901e7e84Schristos /* Define to 1 if you have the <readline/readline.h> header file. */ 409901e7e84Schristos /* #undef HAVE_READLINE_READLINE_H */ 410901e7e84Schristos 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 4179ca90fdcSchristos /* Define to 1 if you have the `scm_new_smob' function. */ 4189ca90fdcSchristos /* #undef HAVE_SCM_NEW_SMOB */ 4199ca90fdcSchristos 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. */ 439da671615Schristos #define HAVE_SIGACTION 1 440da671615Schristos 4419ca90fdcSchristos /* Define to 1 if you have the `sigaltstack' function. */ 4429ca90fdcSchristos #define HAVE_SIGALTSTACK 1 4439ca90fdcSchristos 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. */ 448da671615Schristos #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 456901e7e84Schristos /* Define to 1 if you have the `sigtimedwait' function. */ 457901e7e84Schristos #define HAVE_SIGTIMEDWAIT 1 458901e7e84Schristos 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 4653a0b714cSchristos /* Define to 1 if the source-highlight library is available */ 4663a0b714cSchristos /* #undef HAVE_SOURCE_HIGHLIGHT */ 4673a0b714cSchristos 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 4833a0b714cSchristos /* Define to 1 if `pl_syscall_code' is a member of `struct ptrace_lwpinfo'. */ 48447f5dba6Smrg /* #undef HAVE_STRUCT_PTRACE_LWPINFO_PL_SYSCALL_CODE */ 48547f5dba6Smrg 4863a0b714cSchristos /* Define to 1 if `pl_tdname' is a member of `struct ptrace_lwpinfo'. */ 4878b7331e5Schristos /* #undef HAVE_STRUCT_PTRACE_LWPINFO_PL_TDNAME */ 4888b7331e5Schristos 4893a0b714cSchristos /* Define to 1 if `enabled' is a member of `struct pt_insn'. */ 4903a0b714cSchristos /* #undef HAVE_STRUCT_PT_INSN_ENABLED */ 4913a0b714cSchristos 4923a0b714cSchristos /* Define to 1 if `resynced' is a member of `struct pt_insn'. */ 4933a0b714cSchristos /* #undef HAVE_STRUCT_PT_INSN_RESYNCED */ 4943a0b714cSchristos 495da671615Schristos /* Define to 1 if your system has struct reg in <machine/reg.h>. */ 496da671615Schristos #define HAVE_STRUCT_REG 1 497da671615Schristos 4983a0b714cSchristos /* Define to 1 if `r_fs' is a member of `struct reg'. */ 499da671615Schristos /* #undef HAVE_STRUCT_REG_R_FS */ 500da671615Schristos 5013a0b714cSchristos /* Define to 1 if `r_gs' is a member of `struct reg'. */ 502da671615Schristos /* #undef HAVE_STRUCT_REG_R_GS */ 503da671615Schristos 5043a0b714cSchristos /* Define to 1 if `st_blksize' is a member of `struct stat'. */ 505da671615Schristos #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 506da671615Schristos 5073a0b714cSchristos /* Define to 1 if `st_blocks' is a member of `struct stat'. */ 508da671615Schristos #define HAVE_STRUCT_STAT_ST_BLOCKS 1 509da671615Schristos 5103a0b714cSchristos /* 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 531901e7e84Schristos /* Define to 1 if you have the <sys/procctl.h> header file. */ 532901e7e84Schristos /* #undef HAVE_SYS_PROCCTL_H */ 533901e7e84Schristos 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 549ba128b18Sskrll /* Define to 1 if you have the <sys/socket.h> header file. */ 550ba128b18Sskrll #define HAVE_SYS_SOCKET_H 1 551ba128b18Sskrll 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 558ba128b18Sskrll /* Define to 1 if you have the <sys/un.h> header file. */ 559ba128b18Sskrll #define HAVE_SYS_UN_H 1 560ba128b18Sskrll 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 5823a0b714cSchristos /* Define to 1 if you have the `use_default_colors' function. */ 5833a0b714cSchristos #define HAVE_USE_DEFAULT_COLORS 1 5843a0b714cSchristos 585da671615Schristos /* Define to 1 if you have the `vfork' function. */ 586da671615Schristos #define HAVE_VFORK 1 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 5979ca90fdcSchristos /* Define to 1 if you have the <windows.h> header file. */ 5989ca90fdcSchristos /* #undef HAVE_WINDOWS_H */ 5999ca90fdcSchristos 600da671615Schristos /* Define to 1 if `fork' works. */ 601da671615Schristos #define HAVE_WORKING_FORK 1 602da671615Schristos 603da671615Schristos /* Define to 1 if `vfork' works. */ 604da671615Schristos #define HAVE_WORKING_VFORK 1 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 615901e7e84Schristos /* Define to 1 if zstd is enabled. */ 616901e7e84Schristos /* #undef HAVE_ZSTD */ 617901e7e84Schristos 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 624ba128b18Sskrll /* Path of directory of iconv program. */ 625ba128b18Sskrll /* #undef ICONV_BIN */ 626ba128b18Sskrll 627ba128b18Sskrll /* Define if the iconv directory should be relocated when GDB is moved. */ 628ba128b18Sskrll /* #undef ICONV_BIN_RELOCATABLE */ 629ba128b18Sskrll 630da671615Schristos /* Define as const if the declaration of iconv() needs const. */ 63177a1ad5fSkamil #define ICONV_CONST 632da671615Schristos 633ba128b18Sskrll /* directory to load the JIT readers from */ 634ba128b18Sskrll #define JIT_READER_DIR "/usr/lib/gdb" 635ba128b18Sskrll 636ba128b18Sskrll /* Define if the jit-reader-dir directory should be relocated when GDB is 637ba128b18Sskrll moved. */ 638ba128b18Sskrll #define JIT_READER_DIR_RELOCATABLE 1 639da671615Schristos 640901e7e84Schristos /* Define to the sub-directory in which libtool stores uninstalled libraries. 641901e7e84Schristos */ 642901e7e84Schristos #define LT_OBJDIR ".libs/" 643901e7e84Schristos 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 68147f5dba6Smrg /* Define to the type of arg 1 for ptrace. */ 68247f5dba6Smrg #define PTRACE_TYPE_ARG1 int 68347f5dba6Smrg 684da671615Schristos /* Define to the type of arg 3 for ptrace. */ 685da671615Schristos #define PTRACE_TYPE_ARG3 void * 686da671615Schristos 687541eeb6cSmrg /* Define to the type of arg 4 for ptrace. */ 688541eeb6cSmrg #define PTRACE_TYPE_ARG4 int 689541eeb6cSmrg 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 718ba128b18Sskrll /* The size of `unsigned long', as computed by sizeof. */ 719ba128b18Sskrll #define SIZEOF_UNSIGNED_LONG 4 720ba128b18Sskrll 721ba128b18Sskrll /* The size of `unsigned long long', as computed by sizeof. */ 722ba128b18Sskrll #define SIZEOF_UNSIGNED_LONG_LONG 8 723ba128b18Sskrll 724ba128b18Sskrll /* The size of `unsigned __int128', as computed by sizeof. */ 725ba128b18Sskrll #define SIZEOF_UNSIGNED___INT128 0 726da671615Schristos 727901e7e84Schristos /* The size of `void *', as computed by sizeof. */ 728901e7e84Schristos #define SIZEOF_VOID_P 4 729901e7e84Schristos 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 755ba128b18Sskrll /* search for usr/lib et al within DIR */ 756ba128b18Sskrll #define TARGET_SYSTEM_ROOT "" 757ba128b18Sskrll 758ba128b18Sskrll /* Define if the sysroot directory should be relocated when GDB is moved. */ 759ba128b18Sskrll #define TARGET_SYSTEM_ROOT_RELOCATABLE 0 760ba128b18Sskrll 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 770ba128b18Sskrll /* Enable extensions on AIX 3, Interix. */ 771ba128b18Sskrll #ifndef _ALL_SOURCE 772ba128b18Sskrll # define _ALL_SOURCE 1 773ba128b18Sskrll #endif 774ba128b18Sskrll /* Enable GNU extensions on systems that have them. */ 775ba128b18Sskrll #ifndef _GNU_SOURCE 776ba128b18Sskrll # define _GNU_SOURCE 1 777ba128b18Sskrll #endif 778ba128b18Sskrll /* Enable threading extensions on Solaris. */ 779ba128b18Sskrll #ifndef _POSIX_PTHREAD_SEMANTICS 780ba128b18Sskrll # define _POSIX_PTHREAD_SEMANTICS 1 781ba128b18Sskrll #endif 782ba128b18Sskrll /* Enable extensions on HP NonStop. */ 783ba128b18Sskrll #ifndef _TANDEM_SOURCE 784ba128b18Sskrll # define _TANDEM_SOURCE 1 785ba128b18Sskrll #endif 786ba128b18Sskrll /* Enable general extensions on Solaris. */ 787ba128b18Sskrll #ifndef __EXTENSIONS__ 788ba128b18Sskrll # define __EXTENSIONS__ 1 789ba128b18Sskrll #endif 790ba128b18Sskrll 791ba128b18Sskrll 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 79747f5dba6Smrg /* Define if the PPC simulator is being linked in. */ 79847f5dba6Smrg /* #undef WITH_PPC_SIM */ 79947f5dba6Smrg 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 8169ca90fdcSchristos # define WORDS_BIGENDIAN 1 817da671615Schristos # endif 818da671615Schristos #endif 819da671615Schristos 8203a0b714cSchristos /* Enable large inode numbers on Mac OS X 10.5. */ 8213a0b714cSchristos #ifndef _DARWIN_USE_64_BIT_INODE 8223a0b714cSchristos # define _DARWIN_USE_64_BIT_INODE 1 8233a0b714cSchristos #endif 8243a0b714cSchristos 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 8563a0b714cSchristos /* Define to `unsigned int' if <sys/types.h> does not define. */ 8573a0b714cSchristos /* #undef size_t */ 8583a0b714cSchristos 859da671615Schristos /* Define as `fork' if `vfork' does not work. */ 860da671615Schristos /* #undef vfork */ 861