11138a3c3Schristos /* 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 */ 35a254e06Schristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */ 41138a3c3Schristos 51138a3c3Schristos /* config.h. Generated from config.in by configure. */ 697d73739Schristos /* config.in. Generated from configure.ac by autoheader. */ 71138a3c3Schristos 87bfbcd5fSchristos /* Check that config.h is #included before system headers 97bfbcd5fSchristos (this works only for glibc, but that should be enough). */ 107bfbcd5fSchristos #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__) 117bfbcd5fSchristos # error config.h must be #included before system headers 127bfbcd5fSchristos #endif 137bfbcd5fSchristos #define __CONFIG_H__ 1 147bfbcd5fSchristos 15*22ebeae4Schristos /* Define if building universal (internal helper macro) */ 16*22ebeae4Schristos /* #undef AC_APPLE_UNIVERSAL_BUILD */ 17*22ebeae4Schristos 181138a3c3Schristos /* Name of host specific core header file to include in elf.c. */ 191138a3c3Schristos /* #undef CORE_HEADER */ 201138a3c3Schristos 215a254e06Schristos /* Define to 1 if you want to enable -z separate-code in ELF linker by 225a254e06Schristos default. */ 235a254e06Schristos #define DEFAULT_LD_Z_SEPARATE_CODE 0 245a254e06Schristos 25ae87de88Schristos /* Define if you want run-time sanity checks. */ 26ae87de88Schristos /* #undef ENABLE_CHECKING */ 27ae87de88Schristos 281138a3c3Schristos /* Define to 1 if translation of program messages to the user's native 291138a3c3Schristos language is requested. */ 30*22ebeae4Schristos /* #undef ENABLE_NLS */ 31*22ebeae4Schristos 32*22ebeae4Schristos /* Define to 1 if you have the Mac OS X function 33*22ebeae4Schristos CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */ 34*22ebeae4Schristos /* #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES */ 35*22ebeae4Schristos 36*22ebeae4Schristos /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in 37*22ebeae4Schristos the CoreFoundation framework. */ 38*22ebeae4Schristos /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */ 39*22ebeae4Schristos 40*22ebeae4Schristos /* Define if the GNU dcgettext() function is already present or preinstalled. 41*22ebeae4Schristos */ 42*22ebeae4Schristos /* #undef HAVE_DCGETTEXT */ 431138a3c3Schristos 44822f2954Schristos /* Define to 1 if you have the declaration of `asprintf', and to 0 if you 45822f2954Schristos don't. */ 46822f2954Schristos #define HAVE_DECL_ASPRINTF 1 47822f2954Schristos 481138a3c3Schristos /* Define to 1 if you have the declaration of `basename', and to 0 if you 491138a3c3Schristos don't. */ 501138a3c3Schristos #define HAVE_DECL_BASENAME 0 511138a3c3Schristos 521138a3c3Schristos /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */ 531138a3c3Schristos #define HAVE_DECL_FFS 1 541138a3c3Schristos 55ae87de88Schristos /* Define to 1 if you have the declaration of `fopen64', and to 0 if you 56ae87de88Schristos don't. */ 57ae87de88Schristos #define HAVE_DECL_FOPEN64 0 581138a3c3Schristos 591138a3c3Schristos /* Define to 1 if you have the declaration of `fseeko', and to 0 if you don't. 601138a3c3Schristos */ 611138a3c3Schristos #define HAVE_DECL_FSEEKO 1 621138a3c3Schristos 631138a3c3Schristos /* Define to 1 if you have the declaration of `fseeko64', and to 0 if you 641138a3c3Schristos don't. */ 651138a3c3Schristos #define HAVE_DECL_FSEEKO64 0 661138a3c3Schristos 671138a3c3Schristos /* Define to 1 if you have the declaration of `ftello', and to 0 if you don't. 681138a3c3Schristos */ 691138a3c3Schristos #define HAVE_DECL_FTELLO 1 701138a3c3Schristos 711138a3c3Schristos /* Define to 1 if you have the declaration of `ftello64', and to 0 if you 721138a3c3Schristos don't. */ 731138a3c3Schristos #define HAVE_DECL_FTELLO64 0 741138a3c3Schristos 751138a3c3Schristos /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't. 761138a3c3Schristos */ 771138a3c3Schristos #define HAVE_DECL_STPCPY 1 781138a3c3Schristos 7997d73739Schristos /* Define to 1 if you have the declaration of `strnlen', and to 0 if you 8097d73739Schristos don't. */ 8197d73739Schristos #define HAVE_DECL_STRNLEN 1 8297d73739Schristos 83822f2954Schristos /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you 84822f2954Schristos don't. */ 85822f2954Schristos #define HAVE_DECL_VASPRINTF 1 86822f2954Schristos 87ae87de88Schristos /* Define to 1 if you have the declaration of `___lc_codepage_func', and to 0 88ae87de88Schristos if you don't. */ 89ae87de88Schristos #define HAVE_DECL____LC_CODEPAGE_FUNC 0 901138a3c3Schristos 911138a3c3Schristos /* Define to 1 if you have the <dlfcn.h> header file. */ 921138a3c3Schristos #define HAVE_DLFCN_H 1 931138a3c3Schristos 941138a3c3Schristos /* Define to 1 if you have the `fcntl' function. */ 951138a3c3Schristos #define HAVE_FCNTL 1 961138a3c3Schristos 971138a3c3Schristos /* Define to 1 if you have the <fcntl.h> header file. */ 981138a3c3Schristos #define HAVE_FCNTL_H 1 991138a3c3Schristos 1001138a3c3Schristos /* Define to 1 if you have the `fdopen' function. */ 1011138a3c3Schristos #define HAVE_FDOPEN 1 1021138a3c3Schristos 1031138a3c3Schristos /* Define to 1 if you have the `fileno' function. */ 1041138a3c3Schristos #define HAVE_FILENO 1 1051138a3c3Schristos 1065a254e06Schristos /* Define to 1 if you have the `fls' function. */ 1075a254e06Schristos /* #undef HAVE_FLS */ 1085a254e06Schristos 1091138a3c3Schristos /* Define to 1 if you have the `fopen64' function. */ 1101138a3c3Schristos /* #undef HAVE_FOPEN64 */ 1111138a3c3Schristos 1121138a3c3Schristos /* Define to 1 if you have the `fseeko' function. */ 1131138a3c3Schristos #define HAVE_FSEEKO 1 1141138a3c3Schristos 1151138a3c3Schristos /* Define to 1 if you have the `fseeko64' function. */ 1161138a3c3Schristos /* #undef HAVE_FSEEKO64 */ 1171138a3c3Schristos 1181138a3c3Schristos /* Define to 1 if you have the `ftello' function. */ 1191138a3c3Schristos #define HAVE_FTELLO 1 1201138a3c3Schristos 1211138a3c3Schristos /* Define to 1 if you have the `ftello64' function. */ 1221138a3c3Schristos /* #undef HAVE_FTELLO64 */ 1231138a3c3Schristos 1241138a3c3Schristos /* Define to 1 if you have the `getgid' function. */ 1251138a3c3Schristos #define HAVE_GETGID 1 1261138a3c3Schristos 1271138a3c3Schristos /* Define to 1 if you have the `getpagesize' function. */ 1281138a3c3Schristos #define HAVE_GETPAGESIZE 1 1291138a3c3Schristos 13078ce218aSchristos /* Define to 1 if you have the `getrlimit' function. */ 13178ce218aSchristos #define HAVE_GETRLIMIT 1 13278ce218aSchristos 133*22ebeae4Schristos /* Define if the GNU gettext() function is already present or preinstalled. */ 134*22ebeae4Schristos /* #undef HAVE_GETTEXT */ 135*22ebeae4Schristos 1361138a3c3Schristos /* Define to 1 if you have the `getuid' function. */ 1371138a3c3Schristos #define HAVE_GETUID 1 1381138a3c3Schristos 1395a254e06Schristos /* Define if your compiler supports hidden visibility. */ 1405a254e06Schristos #define HAVE_HIDDEN 1 1415a254e06Schristos 142*22ebeae4Schristos /* Define if you have the iconv() function and it works. */ 143*22ebeae4Schristos #define HAVE_ICONV 1 144*22ebeae4Schristos 1451138a3c3Schristos /* Define to 1 if you have the <inttypes.h> header file. */ 1461138a3c3Schristos #define HAVE_INTTYPES_H 1 1471138a3c3Schristos 1481138a3c3Schristos /* Define if <sys/procfs.h> has lwpstatus_t. */ 1491138a3c3Schristos /* #undef HAVE_LWPSTATUS_T */ 1501138a3c3Schristos 1511138a3c3Schristos /* Define if <sys/procfs.h> has lwpstatus_t.pr_context. */ 1521138a3c3Schristos /* #undef HAVE_LWPSTATUS_T_PR_CONTEXT */ 1531138a3c3Schristos 1541138a3c3Schristos /* Define if <sys/procfs.h> has lwpstatus_t.pr_fpreg. */ 1551138a3c3Schristos /* #undef HAVE_LWPSTATUS_T_PR_FPREG */ 1561138a3c3Schristos 1571138a3c3Schristos /* Define if <sys/procfs.h> has lwpstatus_t.pr_reg. */ 1581138a3c3Schristos /* #undef HAVE_LWPSTATUS_T_PR_REG */ 1591138a3c3Schristos 1601138a3c3Schristos /* Define if <sys/procfs.h> has lwpxstatus_t. */ 1611138a3c3Schristos /* #undef HAVE_LWPXSTATUS_T */ 1621138a3c3Schristos 1631138a3c3Schristos /* Define to 1 if you have the `madvise' function. */ 1641138a3c3Schristos #define HAVE_MADVISE 1 1651138a3c3Schristos 1661138a3c3Schristos /* Define to 1 if you have the <memory.h> header file. */ 1671138a3c3Schristos #define HAVE_MEMORY_H 1 1681138a3c3Schristos 1691138a3c3Schristos /* Define to 1 if you have a working `mmap' system call. */ 1701138a3c3Schristos #define HAVE_MMAP 1 1711138a3c3Schristos 1721138a3c3Schristos /* Define to 1 if you have the `mprotect' function. */ 1731138a3c3Schristos #define HAVE_MPROTECT 1 1741138a3c3Schristos 1751138a3c3Schristos /* Define if <sys/procfs.h> has prpsinfo32_t. */ 1761138a3c3Schristos /* #undef HAVE_PRPSINFO32_T */ 1771138a3c3Schristos 1787bfbcd5fSchristos /* Define if <sys/procfs.h> has prpsinfo32_t.pr_pid. */ 1797bfbcd5fSchristos /* #undef HAVE_PRPSINFO32_T_PR_PID */ 1807bfbcd5fSchristos 1811138a3c3Schristos /* Define if <sys/procfs.h> has prpsinfo_t. */ 1821138a3c3Schristos /* #undef HAVE_PRPSINFO_T */ 1831138a3c3Schristos 1847bfbcd5fSchristos /* Define if <sys/procfs.h> has prpsinfo_t.pr_pid. */ 1857bfbcd5fSchristos /* #undef HAVE_PRPSINFO_T_PR_PID */ 1867bfbcd5fSchristos 1871138a3c3Schristos /* Define if <sys/procfs.h> has prstatus32_t. */ 1881138a3c3Schristos /* #undef HAVE_PRSTATUS32_T */ 1891138a3c3Schristos 1901138a3c3Schristos /* Define if <sys/procfs.h> has prstatus32_t.pr_who. */ 1911138a3c3Schristos /* #undef HAVE_PRSTATUS32_T_PR_WHO */ 1921138a3c3Schristos 1931138a3c3Schristos /* Define if <sys/procfs.h> has prstatus_t. */ 1941138a3c3Schristos /* #undef HAVE_PRSTATUS_T */ 1951138a3c3Schristos 1961138a3c3Schristos /* Define if <sys/procfs.h> has prstatus_t.pr_who. */ 1971138a3c3Schristos /* #undef HAVE_PRSTATUS_T_PR_WHO */ 1981138a3c3Schristos 1991138a3c3Schristos /* Define if <sys/procfs.h> has psinfo32_t. */ 2001138a3c3Schristos /* #undef HAVE_PSINFO32_T */ 2011138a3c3Schristos 2027bfbcd5fSchristos /* Define if <sys/procfs.h> has psinfo32_t.pr_pid. */ 2037bfbcd5fSchristos /* #undef HAVE_PSINFO32_T_PR_PID */ 2047bfbcd5fSchristos 2051138a3c3Schristos /* Define if <sys/procfs.h> has psinfo_t. */ 2061138a3c3Schristos /* #undef HAVE_PSINFO_T */ 2071138a3c3Schristos 2087bfbcd5fSchristos /* Define if <sys/procfs.h> has psinfo_t.pr_pid. */ 2097bfbcd5fSchristos /* #undef HAVE_PSINFO_T_PR_PID */ 2107bfbcd5fSchristos 2111138a3c3Schristos /* Define if <sys/procfs.h> has pstatus32_t. */ 2121138a3c3Schristos /* #undef HAVE_PSTATUS32_T */ 2131138a3c3Schristos 2141138a3c3Schristos /* Define if <sys/procfs.h> has pstatus_t. */ 2151138a3c3Schristos /* #undef HAVE_PSTATUS_T */ 2161138a3c3Schristos 2171138a3c3Schristos /* Define if <sys/procfs.h> has pxstatus_t. */ 2181138a3c3Schristos /* #undef HAVE_PXSTATUS_T */ 2191138a3c3Schristos 2201138a3c3Schristos /* Define to 1 if you have the <stdint.h> header file. */ 2211138a3c3Schristos #define HAVE_STDINT_H 1 2221138a3c3Schristos 2231138a3c3Schristos /* Define to 1 if you have the <stdlib.h> header file. */ 2241138a3c3Schristos #define HAVE_STDLIB_H 1 2251138a3c3Schristos 2261138a3c3Schristos /* Define to 1 if you have the <strings.h> header file. */ 2271138a3c3Schristos #define HAVE_STRINGS_H 1 2281138a3c3Schristos 2291138a3c3Schristos /* Define to 1 if you have the <string.h> header file. */ 2301138a3c3Schristos #define HAVE_STRING_H 1 2311138a3c3Schristos 2321138a3c3Schristos /* Define if struct core_dumpx has member c_impl */ 2331138a3c3Schristos /* #undef HAVE_ST_C_IMPL */ 2341138a3c3Schristos 2351138a3c3Schristos /* Define to 1 if you have the `sysconf' function. */ 2361138a3c3Schristos #define HAVE_SYSCONF 1 2371138a3c3Schristos 2381138a3c3Schristos /* Define to 1 if you have the <sys/file.h> header file. */ 2391138a3c3Schristos #define HAVE_SYS_FILE_H 1 2401138a3c3Schristos 2415a254e06Schristos /* Define to 1 if you have the <sys/param.h> header file. */ 2425a254e06Schristos #define HAVE_SYS_PARAM_H 1 2435a254e06Schristos 2441138a3c3Schristos /* Define to 1 if you have the <sys/procfs.h> header file. */ 2451138a3c3Schristos /* #undef HAVE_SYS_PROCFS_H */ 2461138a3c3Schristos 24778ce218aSchristos /* Define to 1 if you have the <sys/resource.h> header file. */ 24878ce218aSchristos #define HAVE_SYS_RESOURCE_H 1 24978ce218aSchristos 2501138a3c3Schristos /* Define to 1 if you have the <sys/stat.h> header file. */ 2511138a3c3Schristos #define HAVE_SYS_STAT_H 1 2521138a3c3Schristos 2531138a3c3Schristos /* Define to 1 if you have the <sys/types.h> header file. */ 2541138a3c3Schristos #define HAVE_SYS_TYPES_H 1 2551138a3c3Schristos 2561138a3c3Schristos /* Define to 1 if you have the <unistd.h> header file. */ 2571138a3c3Schristos #define HAVE_UNISTD_H 1 2581138a3c3Schristos 2591138a3c3Schristos /* Define if <sys/procfs.h> has win32_pstatus_t. */ 2601138a3c3Schristos /* #undef HAVE_WIN32_PSTATUS_T */ 2611138a3c3Schristos 2627bfbcd5fSchristos /* Define to 1 if you have the <windows.h> header file. */ 2637bfbcd5fSchristos /* #undef HAVE_WINDOWS_H */ 2647bfbcd5fSchristos 265ae87de88Schristos /* Define to 1 if zstd is enabled. */ 266ae87de88Schristos /* #undef HAVE_ZSTD */ 267ae87de88Schristos 2681138a3c3Schristos /* Define to the sub-directory in which libtool stores uninstalled libraries. 2691138a3c3Schristos */ 2701138a3c3Schristos #define LT_OBJDIR ".libs/" 2711138a3c3Schristos 2721138a3c3Schristos /* Name of package */ 2731138a3c3Schristos #define PACKAGE "bfd" 2741138a3c3Schristos 2751138a3c3Schristos /* Define to the address where bug reports for this package should be sent. */ 2761138a3c3Schristos #define PACKAGE_BUGREPORT "" 2771138a3c3Schristos 2781138a3c3Schristos /* Define to the full name of this package. */ 2797bfbcd5fSchristos #define PACKAGE_NAME "bfd" 2801138a3c3Schristos 2811138a3c3Schristos /* Define to the full name and version of this package. */ 282*22ebeae4Schristos #define PACKAGE_STRING "bfd 2.42.50" 2831138a3c3Schristos 2841138a3c3Schristos /* Define to the one symbol short name of this package. */ 2857bfbcd5fSchristos #define PACKAGE_TARNAME "bfd" 2861138a3c3Schristos 2871138a3c3Schristos /* Define to the home page for this package. */ 2881138a3c3Schristos #define PACKAGE_URL "" 2891138a3c3Schristos 2901138a3c3Schristos /* Define to the version of this package. */ 291*22ebeae4Schristos #define PACKAGE_VERSION "2.42.50" 2921138a3c3Schristos 2931138a3c3Schristos /* The size of `int', as computed by sizeof. */ 2944d342c04Schristos #define SIZEOF_INT 4 2951138a3c3Schristos 2961138a3c3Schristos /* The size of `long', as computed by sizeof. */ 2971138a3c3Schristos #define SIZEOF_LONG 4 2981138a3c3Schristos 2991138a3c3Schristos /* The size of `long long', as computed by sizeof. */ 3001138a3c3Schristos #define SIZEOF_LONG_LONG 8 3011138a3c3Schristos 3021138a3c3Schristos /* The size of `off_t', as computed by sizeof. */ 3031138a3c3Schristos #define SIZEOF_OFF_T 8 3041138a3c3Schristos 3051138a3c3Schristos /* The size of `void *', as computed by sizeof. */ 3061138a3c3Schristos #define SIZEOF_VOID_P 4 3071138a3c3Schristos 3081138a3c3Schristos /* Define to 1 if you have the ANSI C header files. */ 3091138a3c3Schristos #define STDC_HEADERS 1 3101138a3c3Schristos 311*22ebeae4Schristos /* If the compiler supports a TLS storage class, define it to that here */ 312*22ebeae4Schristos #define TLS _Thread_local 313*22ebeae4Schristos 3141138a3c3Schristos /* Name of host specific header file to include in trad-core.c. */ 3151138a3c3Schristos /* #undef TRAD_HEADER */ 3161138a3c3Schristos 3178b7331e5Schristos /* Define if 64-bit archives should always be used. */ 31823a8d08dSmrg /* #undef USE_64_BIT_ARCHIVE */ 31923a8d08dSmrg 3201138a3c3Schristos /* Use b modifier when opening binary files? */ 3211138a3c3Schristos /* #undef USE_BINARY_FOPEN */ 3221138a3c3Schristos 3231138a3c3Schristos /* Define if we should use leading underscore on 64 bit mingw targets */ 3241138a3c3Schristos /* #undef USE_MINGW64_LEADING_UNDERSCORES */ 3251138a3c3Schristos 3261138a3c3Schristos /* Use mmap if it's available? */ 3271138a3c3Schristos /* #undef USE_MMAP */ 3281138a3c3Schristos 3291138a3c3Schristos /* Define if we should default to creating read-only plt entries */ 3306ca1cfa8Srin /* #undef USE_SECUREPLT */ 3311138a3c3Schristos 3321138a3c3Schristos /* Enable extensions on AIX 3, Interix. */ 3331138a3c3Schristos #ifndef _ALL_SOURCE 3341138a3c3Schristos # define _ALL_SOURCE 1 3351138a3c3Schristos #endif 3361138a3c3Schristos /* Enable GNU extensions on systems that have them. */ 3371138a3c3Schristos #ifndef _GNU_SOURCE 3381138a3c3Schristos # define _GNU_SOURCE 1 3391138a3c3Schristos #endif 3401138a3c3Schristos /* Enable threading extensions on Solaris. */ 3411138a3c3Schristos #ifndef _POSIX_PTHREAD_SEMANTICS 3421138a3c3Schristos # define _POSIX_PTHREAD_SEMANTICS 1 3431138a3c3Schristos #endif 3441138a3c3Schristos /* Enable extensions on HP NonStop. */ 3451138a3c3Schristos #ifndef _TANDEM_SOURCE 3461138a3c3Schristos # define _TANDEM_SOURCE 1 3471138a3c3Schristos #endif 3481138a3c3Schristos /* Enable general extensions on Solaris. */ 3491138a3c3Schristos #ifndef __EXTENSIONS__ 3501138a3c3Schristos # define __EXTENSIONS__ 1 3511138a3c3Schristos #endif 3521138a3c3Schristos 3531138a3c3Schristos 3541138a3c3Schristos /* Version number of package */ 355*22ebeae4Schristos #define VERSION "2.42.50" 356*22ebeae4Schristos 357*22ebeae4Schristos /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 358*22ebeae4Schristos significant byte first (like Motorola and SPARC, unlike Intel). */ 359*22ebeae4Schristos #if defined AC_APPLE_UNIVERSAL_BUILD 360*22ebeae4Schristos # if defined __BIG_ENDIAN__ 361*22ebeae4Schristos # define WORDS_BIGENDIAN 1 362*22ebeae4Schristos # endif 363*22ebeae4Schristos #else 364*22ebeae4Schristos # ifndef WORDS_BIGENDIAN 365*22ebeae4Schristos # define WORDS_BIGENDIAN 1 366*22ebeae4Schristos # endif 367*22ebeae4Schristos #endif 3685a254e06Schristos 3695a254e06Schristos /* Enable large inode numbers on Mac OS X 10.5. */ 3705a254e06Schristos #ifndef _DARWIN_USE_64_BIT_INODE 3715a254e06Schristos # define _DARWIN_USE_64_BIT_INODE 1 3725a254e06Schristos #endif 3731138a3c3Schristos 3741138a3c3Schristos /* Number of bits in a file offset, on hosts where this is settable. */ 3751138a3c3Schristos /* #undef _FILE_OFFSET_BITS */ 3761138a3c3Schristos 3771138a3c3Schristos /* Define for large files, on AIX-style hosts. */ 3781138a3c3Schristos /* #undef _LARGE_FILES */ 3791138a3c3Schristos 3801138a3c3Schristos /* Define to 1 if on MINIX. */ 3811138a3c3Schristos /* #undef _MINIX */ 3821138a3c3Schristos 3831138a3c3Schristos /* Define to 2 if the system does not provide POSIX.1 features except with 3841138a3c3Schristos this defined. */ 3851138a3c3Schristos /* #undef _POSIX_1_SOURCE */ 3861138a3c3Schristos 3871138a3c3Schristos /* Define to 1 if you need to in order for `stat' and other things to work. */ 3881138a3c3Schristos /* #undef _POSIX_SOURCE */ 3894d342c04Schristos 3904d342c04Schristos /* Use structured /proc on Solaris. */ 3914d342c04Schristos #define _STRUCTURED_PROC 1 392