16fdc2528Schristos /* 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 */ 387816d4fSchristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */ 46fdc2528Schristos 56fdc2528Schristos /* config.h. Generated from config.in by configure. */ 69ca90fdcSchristos /* config.in. Generated from configure.ac by autoheader. */ 76fdc2528Schristos 884e9dd17Smrg /* Check that config.h is #included before system headers 984e9dd17Smrg (this works only for glibc, but that should be enough). */ 1084e9dd17Smrg #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__) 1184e9dd17Smrg # error config.h must be #included before system headers 1284e9dd17Smrg #endif 1384e9dd17Smrg #define __CONFIG_H__ 1 1484e9dd17Smrg 15*22ebeae4Schristos /* Define if building universal (internal helper macro) */ 16*22ebeae4Schristos /* #undef AC_APPLE_UNIVERSAL_BUILD */ 17*22ebeae4Schristos 186fdc2528Schristos /* Name of host specific core header file to include in elf.c. */ 196fdc2528Schristos /* #undef CORE_HEADER */ 206fdc2528Schristos 2187816d4fSchristos /* Define to 1 if you want to enable -z separate-code in ELF linker by 2287816d4fSchristos default. */ 2387816d4fSchristos #define DEFAULT_LD_Z_SEPARATE_CODE 0 2487816d4fSchristos 25a45db23fSchristos /* Define if you want run-time sanity checks. */ 26a45db23fSchristos /* #undef ENABLE_CHECKING */ 27a45db23fSchristos 286fdc2528Schristos /* Define to 1 if translation of program messages to the user's native 296fdc2528Schristos 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 */ 436fdc2528Schristos 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 486fdc2528Schristos /* Define to 1 if you have the declaration of `basename', and to 0 if you 496fdc2528Schristos don't. */ 506fdc2528Schristos #define HAVE_DECL_BASENAME 0 516fdc2528Schristos 526fdc2528Schristos /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */ 536fdc2528Schristos #define HAVE_DECL_FFS 1 546fdc2528Schristos 55a45db23fSchristos /* Define to 1 if you have the declaration of `fopen64', and to 0 if you 56a45db23fSchristos don't. */ 57a45db23fSchristos #define HAVE_DECL_FOPEN64 0 586fdc2528Schristos 596fdc2528Schristos /* Define to 1 if you have the declaration of `fseeko', and to 0 if you don't. 606fdc2528Schristos */ 616fdc2528Schristos #define HAVE_DECL_FSEEKO 1 626fdc2528Schristos 636fdc2528Schristos /* Define to 1 if you have the declaration of `fseeko64', and to 0 if you 646fdc2528Schristos don't. */ 656fdc2528Schristos #define HAVE_DECL_FSEEKO64 0 666fdc2528Schristos 676fdc2528Schristos /* Define to 1 if you have the declaration of `ftello', and to 0 if you don't. 686fdc2528Schristos */ 696fdc2528Schristos #define HAVE_DECL_FTELLO 1 706fdc2528Schristos 716fdc2528Schristos /* Define to 1 if you have the declaration of `ftello64', and to 0 if you 726fdc2528Schristos don't. */ 736fdc2528Schristos #define HAVE_DECL_FTELLO64 0 746fdc2528Schristos 756fdc2528Schristos /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't. 766fdc2528Schristos */ 776fdc2528Schristos #define HAVE_DECL_STPCPY 1 786fdc2528Schristos 799ca90fdcSchristos /* Define to 1 if you have the declaration of `strnlen', and to 0 if you 809ca90fdcSchristos don't. */ 819ca90fdcSchristos #define HAVE_DECL_STRNLEN 1 829ca90fdcSchristos 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 87a45db23fSchristos /* Define to 1 if you have the declaration of `___lc_codepage_func', and to 0 88a45db23fSchristos if you don't. */ 89a45db23fSchristos #define HAVE_DECL____LC_CODEPAGE_FUNC 0 906fdc2528Schristos 916fdc2528Schristos /* Define to 1 if you have the <dlfcn.h> header file. */ 926fdc2528Schristos #define HAVE_DLFCN_H 1 936fdc2528Schristos 946fdc2528Schristos /* Define to 1 if you have the `fcntl' function. */ 956fdc2528Schristos #define HAVE_FCNTL 1 966fdc2528Schristos 976fdc2528Schristos /* Define to 1 if you have the <fcntl.h> header file. */ 986fdc2528Schristos #define HAVE_FCNTL_H 1 996fdc2528Schristos 1006fdc2528Schristos /* Define to 1 if you have the `fdopen' function. */ 1016fdc2528Schristos #define HAVE_FDOPEN 1 1026fdc2528Schristos 1036fdc2528Schristos /* Define to 1 if you have the `fileno' function. */ 1046fdc2528Schristos #define HAVE_FILENO 1 1056fdc2528Schristos 10687816d4fSchristos /* Define to 1 if you have the `fls' function. */ 10787816d4fSchristos /* #undef HAVE_FLS */ 10887816d4fSchristos 1096fdc2528Schristos /* Define to 1 if you have the `fopen64' function. */ 1106fdc2528Schristos /* #undef HAVE_FOPEN64 */ 1116fdc2528Schristos 1126fdc2528Schristos /* Define to 1 if you have the `fseeko' function. */ 1136fdc2528Schristos #define HAVE_FSEEKO 1 1146fdc2528Schristos 1156fdc2528Schristos /* Define to 1 if you have the `fseeko64' function. */ 1166fdc2528Schristos /* #undef HAVE_FSEEKO64 */ 1176fdc2528Schristos 1186fdc2528Schristos /* Define to 1 if you have the `ftello' function. */ 1196fdc2528Schristos #define HAVE_FTELLO 1 1206fdc2528Schristos 1216fdc2528Schristos /* Define to 1 if you have the `ftello64' function. */ 1226fdc2528Schristos /* #undef HAVE_FTELLO64 */ 1236fdc2528Schristos 1246fdc2528Schristos /* Define to 1 if you have the `getgid' function. */ 1256fdc2528Schristos #define HAVE_GETGID 1 1266fdc2528Schristos 1276fdc2528Schristos /* Define to 1 if you have the `getpagesize' function. */ 1286fdc2528Schristos #define HAVE_GETPAGESIZE 1 1296fdc2528Schristos 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 1366fdc2528Schristos /* Define to 1 if you have the `getuid' function. */ 1376fdc2528Schristos #define HAVE_GETUID 1 1386fdc2528Schristos 13987816d4fSchristos /* Define if your compiler supports hidden visibility. */ 14087816d4fSchristos #define HAVE_HIDDEN 1 14187816d4fSchristos 142*22ebeae4Schristos /* Define if you have the iconv() function and it works. */ 143*22ebeae4Schristos #define HAVE_ICONV 1 144*22ebeae4Schristos 1456fdc2528Schristos /* Define to 1 if you have the <inttypes.h> header file. */ 1466fdc2528Schristos #define HAVE_INTTYPES_H 1 1476fdc2528Schristos 1486fdc2528Schristos /* Define if <sys/procfs.h> has lwpstatus_t. */ 1496fdc2528Schristos /* #undef HAVE_LWPSTATUS_T */ 1506fdc2528Schristos 1516fdc2528Schristos /* Define if <sys/procfs.h> has lwpstatus_t.pr_context. */ 1526fdc2528Schristos /* #undef HAVE_LWPSTATUS_T_PR_CONTEXT */ 1536fdc2528Schristos 1546fdc2528Schristos /* Define if <sys/procfs.h> has lwpstatus_t.pr_fpreg. */ 1556fdc2528Schristos /* #undef HAVE_LWPSTATUS_T_PR_FPREG */ 1566fdc2528Schristos 1576fdc2528Schristos /* Define if <sys/procfs.h> has lwpstatus_t.pr_reg. */ 1586fdc2528Schristos /* #undef HAVE_LWPSTATUS_T_PR_REG */ 1596fdc2528Schristos 1606fdc2528Schristos /* Define if <sys/procfs.h> has lwpxstatus_t. */ 1616fdc2528Schristos /* #undef HAVE_LWPXSTATUS_T */ 1626fdc2528Schristos 1636fdc2528Schristos /* Define to 1 if you have the `madvise' function. */ 1646fdc2528Schristos #define HAVE_MADVISE 1 1656fdc2528Schristos 1666fdc2528Schristos /* Define to 1 if you have the <memory.h> header file. */ 1676fdc2528Schristos #define HAVE_MEMORY_H 1 1686fdc2528Schristos 1696fdc2528Schristos /* Define to 1 if you have a working `mmap' system call. */ 1706fdc2528Schristos #define HAVE_MMAP 1 1716fdc2528Schristos 1726fdc2528Schristos /* Define to 1 if you have the `mprotect' function. */ 1736fdc2528Schristos #define HAVE_MPROTECT 1 1746fdc2528Schristos 1756fdc2528Schristos /* Define if <sys/procfs.h> has prpsinfo32_t. */ 1766fdc2528Schristos /* #undef HAVE_PRPSINFO32_T */ 1776fdc2528Schristos 17884e9dd17Smrg /* Define if <sys/procfs.h> has prpsinfo32_t.pr_pid. */ 17984e9dd17Smrg /* #undef HAVE_PRPSINFO32_T_PR_PID */ 18084e9dd17Smrg 1816fdc2528Schristos /* Define if <sys/procfs.h> has prpsinfo_t. */ 1826fdc2528Schristos /* #undef HAVE_PRPSINFO_T */ 1836fdc2528Schristos 18484e9dd17Smrg /* Define if <sys/procfs.h> has prpsinfo_t.pr_pid. */ 18584e9dd17Smrg /* #undef HAVE_PRPSINFO_T_PR_PID */ 18684e9dd17Smrg 1876fdc2528Schristos /* Define if <sys/procfs.h> has prstatus32_t. */ 1886fdc2528Schristos /* #undef HAVE_PRSTATUS32_T */ 1896fdc2528Schristos 1906fdc2528Schristos /* Define if <sys/procfs.h> has prstatus32_t.pr_who. */ 1916fdc2528Schristos /* #undef HAVE_PRSTATUS32_T_PR_WHO */ 1926fdc2528Schristos 1936fdc2528Schristos /* Define if <sys/procfs.h> has prstatus_t. */ 1946fdc2528Schristos /* #undef HAVE_PRSTATUS_T */ 1956fdc2528Schristos 1966fdc2528Schristos /* Define if <sys/procfs.h> has prstatus_t.pr_who. */ 1976fdc2528Schristos /* #undef HAVE_PRSTATUS_T_PR_WHO */ 1986fdc2528Schristos 1996fdc2528Schristos /* Define if <sys/procfs.h> has psinfo32_t. */ 2006fdc2528Schristos /* #undef HAVE_PSINFO32_T */ 2016fdc2528Schristos 20284e9dd17Smrg /* Define if <sys/procfs.h> has psinfo32_t.pr_pid. */ 20384e9dd17Smrg /* #undef HAVE_PSINFO32_T_PR_PID */ 20484e9dd17Smrg 2056fdc2528Schristos /* Define if <sys/procfs.h> has psinfo_t. */ 2066fdc2528Schristos /* #undef HAVE_PSINFO_T */ 2076fdc2528Schristos 20884e9dd17Smrg /* Define if <sys/procfs.h> has psinfo_t.pr_pid. */ 20984e9dd17Smrg /* #undef HAVE_PSINFO_T_PR_PID */ 21084e9dd17Smrg 2116fdc2528Schristos /* Define if <sys/procfs.h> has pstatus32_t. */ 2126fdc2528Schristos /* #undef HAVE_PSTATUS32_T */ 2136fdc2528Schristos 2146fdc2528Schristos /* Define if <sys/procfs.h> has pstatus_t. */ 2156fdc2528Schristos /* #undef HAVE_PSTATUS_T */ 2166fdc2528Schristos 2176fdc2528Schristos /* Define if <sys/procfs.h> has pxstatus_t. */ 2186fdc2528Schristos /* #undef HAVE_PXSTATUS_T */ 2196fdc2528Schristos 2206fdc2528Schristos /* Define to 1 if you have the <stdint.h> header file. */ 2216fdc2528Schristos #define HAVE_STDINT_H 1 2226fdc2528Schristos 2236fdc2528Schristos /* Define to 1 if you have the <stdlib.h> header file. */ 2246fdc2528Schristos #define HAVE_STDLIB_H 1 2256fdc2528Schristos 2266fdc2528Schristos /* Define to 1 if you have the <strings.h> header file. */ 2276fdc2528Schristos #define HAVE_STRINGS_H 1 2286fdc2528Schristos 2296fdc2528Schristos /* Define to 1 if you have the <string.h> header file. */ 2306fdc2528Schristos #define HAVE_STRING_H 1 2316fdc2528Schristos 2326fdc2528Schristos /* Define if struct core_dumpx has member c_impl */ 2336fdc2528Schristos /* #undef HAVE_ST_C_IMPL */ 2346fdc2528Schristos 2356fdc2528Schristos /* Define to 1 if you have the `sysconf' function. */ 2366fdc2528Schristos #define HAVE_SYSCONF 1 2376fdc2528Schristos 2386fdc2528Schristos /* Define to 1 if you have the <sys/file.h> header file. */ 2396fdc2528Schristos #define HAVE_SYS_FILE_H 1 2406fdc2528Schristos 24187816d4fSchristos /* Define to 1 if you have the <sys/param.h> header file. */ 24287816d4fSchristos #define HAVE_SYS_PARAM_H 1 24387816d4fSchristos 2446fdc2528Schristos /* Define to 1 if you have the <sys/procfs.h> header file. */ 2456fdc2528Schristos /* #undef HAVE_SYS_PROCFS_H */ 2466fdc2528Schristos 24778ce218aSchristos /* Define to 1 if you have the <sys/resource.h> header file. */ 24878ce218aSchristos #define HAVE_SYS_RESOURCE_H 1 24978ce218aSchristos 2506fdc2528Schristos /* Define to 1 if you have the <sys/stat.h> header file. */ 2516fdc2528Schristos #define HAVE_SYS_STAT_H 1 2526fdc2528Schristos 2536fdc2528Schristos /* Define to 1 if you have the <sys/types.h> header file. */ 2546fdc2528Schristos #define HAVE_SYS_TYPES_H 1 2556fdc2528Schristos 2566fdc2528Schristos /* Define to 1 if you have the <unistd.h> header file. */ 2576fdc2528Schristos #define HAVE_UNISTD_H 1 2586fdc2528Schristos 2596fdc2528Schristos /* Define if <sys/procfs.h> has win32_pstatus_t. */ 2606fdc2528Schristos /* #undef HAVE_WIN32_PSTATUS_T */ 2616fdc2528Schristos 26284e9dd17Smrg /* Define to 1 if you have the <windows.h> header file. */ 26384e9dd17Smrg /* #undef HAVE_WINDOWS_H */ 26484e9dd17Smrg 265a45db23fSchristos /* Define to 1 if zstd is enabled. */ 266a45db23fSchristos /* #undef HAVE_ZSTD */ 267a45db23fSchristos 2686fdc2528Schristos /* Define to the sub-directory in which libtool stores uninstalled libraries. 2696fdc2528Schristos */ 2706fdc2528Schristos #define LT_OBJDIR ".libs/" 2716fdc2528Schristos 2726fdc2528Schristos /* Name of package */ 2736fdc2528Schristos #define PACKAGE "bfd" 2746fdc2528Schristos 2756fdc2528Schristos /* Define to the address where bug reports for this package should be sent. */ 2766fdc2528Schristos #define PACKAGE_BUGREPORT "" 2776fdc2528Schristos 2786fdc2528Schristos /* Define to the full name of this package. */ 27984e9dd17Smrg #define PACKAGE_NAME "bfd" 2806fdc2528Schristos 2816fdc2528Schristos /* Define to the full name and version of this package. */ 282*22ebeae4Schristos #define PACKAGE_STRING "bfd 2.42.50" 2836fdc2528Schristos 2846fdc2528Schristos /* Define to the one symbol short name of this package. */ 28584e9dd17Smrg #define PACKAGE_TARNAME "bfd" 2866fdc2528Schristos 2876fdc2528Schristos /* Define to the home page for this package. */ 2886fdc2528Schristos #define PACKAGE_URL "" 2896fdc2528Schristos 2906fdc2528Schristos /* Define to the version of this package. */ 291*22ebeae4Schristos #define PACKAGE_VERSION "2.42.50" 2926fdc2528Schristos 2936fdc2528Schristos /* The size of `int', as computed by sizeof. */ 2944d342c04Schristos #define SIZEOF_INT 4 2956fdc2528Schristos 2966fdc2528Schristos /* The size of `long', as computed by sizeof. */ 2976fdc2528Schristos #define SIZEOF_LONG 4 2986fdc2528Schristos 2996fdc2528Schristos /* The size of `long long', as computed by sizeof. */ 3006fdc2528Schristos #define SIZEOF_LONG_LONG 8 3016fdc2528Schristos 3026fdc2528Schristos /* The size of `off_t', as computed by sizeof. */ 3036fdc2528Schristos #define SIZEOF_OFF_T 8 3046fdc2528Schristos 3056fdc2528Schristos /* The size of `void *', as computed by sizeof. */ 3066fdc2528Schristos #define SIZEOF_VOID_P 4 3076fdc2528Schristos 3086fdc2528Schristos /* Define to 1 if you have the ANSI C header files. */ 3096fdc2528Schristos #define STDC_HEADERS 1 3106fdc2528Schristos 311*22ebeae4Schristos /* If the compiler supports a TLS storage class, define it to that here */ 312*22ebeae4Schristos #define TLS _Thread_local 313*22ebeae4Schristos 3146fdc2528Schristos /* Name of host specific header file to include in trad-core.c. */ 3156fdc2528Schristos /* #undef TRAD_HEADER */ 3166fdc2528Schristos 3178b7331e5Schristos /* Define if 64-bit archives should always be used. */ 318400d1a16Smrg /* #undef USE_64_BIT_ARCHIVE */ 319400d1a16Smrg 3206fdc2528Schristos /* Use b modifier when opening binary files? */ 3216fdc2528Schristos /* #undef USE_BINARY_FOPEN */ 3226fdc2528Schristos 3236fdc2528Schristos /* Define if we should use leading underscore on 64 bit mingw targets */ 3246fdc2528Schristos /* #undef USE_MINGW64_LEADING_UNDERSCORES */ 3256fdc2528Schristos 3266fdc2528Schristos /* Use mmap if it's available? */ 3276fdc2528Schristos /* #undef USE_MMAP */ 3286fdc2528Schristos 3296fdc2528Schristos /* Define if we should default to creating read-only plt entries */ 3306ca1cfa8Srin /* #undef USE_SECUREPLT */ 3316fdc2528Schristos 3326fdc2528Schristos /* Enable extensions on AIX 3, Interix. */ 3336fdc2528Schristos #ifndef _ALL_SOURCE 3346fdc2528Schristos # define _ALL_SOURCE 1 3356fdc2528Schristos #endif 3366fdc2528Schristos /* Enable GNU extensions on systems that have them. */ 3376fdc2528Schristos #ifndef _GNU_SOURCE 3386fdc2528Schristos # define _GNU_SOURCE 1 3396fdc2528Schristos #endif 3406fdc2528Schristos /* Enable threading extensions on Solaris. */ 3416fdc2528Schristos #ifndef _POSIX_PTHREAD_SEMANTICS 3426fdc2528Schristos # define _POSIX_PTHREAD_SEMANTICS 1 3436fdc2528Schristos #endif 3446fdc2528Schristos /* Enable extensions on HP NonStop. */ 3456fdc2528Schristos #ifndef _TANDEM_SOURCE 3466fdc2528Schristos # define _TANDEM_SOURCE 1 3476fdc2528Schristos #endif 3486fdc2528Schristos /* Enable general extensions on Solaris. */ 3496fdc2528Schristos #ifndef __EXTENSIONS__ 3506fdc2528Schristos # define __EXTENSIONS__ 1 3516fdc2528Schristos #endif 3526fdc2528Schristos 3536fdc2528Schristos 3546fdc2528Schristos /* 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 36887816d4fSchristos 36987816d4fSchristos /* Enable large inode numbers on Mac OS X 10.5. */ 37087816d4fSchristos #ifndef _DARWIN_USE_64_BIT_INODE 37187816d4fSchristos # define _DARWIN_USE_64_BIT_INODE 1 37287816d4fSchristos #endif 3736fdc2528Schristos 3746fdc2528Schristos /* Number of bits in a file offset, on hosts where this is settable. */ 3756fdc2528Schristos /* #undef _FILE_OFFSET_BITS */ 3766fdc2528Schristos 3776fdc2528Schristos /* Define for large files, on AIX-style hosts. */ 3786fdc2528Schristos /* #undef _LARGE_FILES */ 3796fdc2528Schristos 3806fdc2528Schristos /* Define to 1 if on MINIX. */ 3816fdc2528Schristos /* #undef _MINIX */ 3826fdc2528Schristos 3836fdc2528Schristos /* Define to 2 if the system does not provide POSIX.1 features except with 3846fdc2528Schristos this defined. */ 3856fdc2528Schristos /* #undef _POSIX_1_SOURCE */ 3866fdc2528Schristos 3876fdc2528Schristos /* Define to 1 if you need to in order for `stat' and other things to work. */ 3886fdc2528Schristos /* #undef _POSIX_SOURCE */ 3894d342c04Schristos 3904d342c04Schristos /* Use structured /proc on Solaris. */ 3914d342c04Schristos #define _STRUCTURED_PROC 1 392