1b1aac1feSchristos /* 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 */ 32530b571Schristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */ 4b1aac1feSchristos 5b1aac1feSchristos /* config.h. Generated from config.in by configure. */ 61d014862Schristos /* config.in. Generated from configure.ac by autoheader. */ 7b1aac1feSchristos 834f40950Schristos /* Check that config.h is #included before system headers 934f40950Schristos (this works only for glibc, but that should be enough). */ 1034f40950Schristos #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__) 1134f40950Schristos # error config.h must be #included before system headers 1234f40950Schristos #endif 1334f40950Schristos #define __CONFIG_H__ 1 1434f40950Schristos 15*22ebeae4Schristos /* Define if building universal (internal helper macro) */ 16*22ebeae4Schristos /* #undef AC_APPLE_UNIVERSAL_BUILD */ 17*22ebeae4Schristos 18b1aac1feSchristos /* Name of host specific core header file to include in elf.c. */ 19b1aac1feSchristos /* #undef CORE_HEADER */ 20b1aac1feSchristos 212530b571Schristos /* Define to 1 if you want to enable -z separate-code in ELF linker by 222530b571Schristos default. */ 232530b571Schristos #define DEFAULT_LD_Z_SEPARATE_CODE 0 242530b571Schristos 25901e7e84Schristos /* Define if you want run-time sanity checks. */ 26901e7e84Schristos /* #undef ENABLE_CHECKING */ 27901e7e84Schristos 28b1aac1feSchristos /* Define to 1 if translation of program messages to the user's native 29b1aac1feSchristos 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 */ 43b1aac1feSchristos 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 48b1aac1feSchristos /* Define to 1 if you have the declaration of `basename', and to 0 if you 49b1aac1feSchristos don't. */ 50b1aac1feSchristos #define HAVE_DECL_BASENAME 0 51b1aac1feSchristos 52b1aac1feSchristos /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */ 53b1aac1feSchristos #define HAVE_DECL_FFS 1 54b1aac1feSchristos 55901e7e84Schristos /* Define to 1 if you have the declaration of `fopen64', and to 0 if you 56901e7e84Schristos don't. */ 57901e7e84Schristos #define HAVE_DECL_FOPEN64 0 58b1aac1feSchristos 59b1aac1feSchristos /* Define to 1 if you have the declaration of `fseeko', and to 0 if you don't. 60b1aac1feSchristos */ 61b1aac1feSchristos #define HAVE_DECL_FSEEKO 1 62b1aac1feSchristos 63b1aac1feSchristos /* Define to 1 if you have the declaration of `fseeko64', and to 0 if you 64b1aac1feSchristos don't. */ 65b1aac1feSchristos #define HAVE_DECL_FSEEKO64 0 66b1aac1feSchristos 67b1aac1feSchristos /* Define to 1 if you have the declaration of `ftello', and to 0 if you don't. 68b1aac1feSchristos */ 69b1aac1feSchristos #define HAVE_DECL_FTELLO 1 70b1aac1feSchristos 71b1aac1feSchristos /* Define to 1 if you have the declaration of `ftello64', and to 0 if you 72b1aac1feSchristos don't. */ 73b1aac1feSchristos #define HAVE_DECL_FTELLO64 0 74b1aac1feSchristos 75b1aac1feSchristos /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't. 76b1aac1feSchristos */ 77b1aac1feSchristos #define HAVE_DECL_STPCPY 1 78b1aac1feSchristos 791d014862Schristos /* Define to 1 if you have the declaration of `strnlen', and to 0 if you 801d014862Schristos don't. */ 811d014862Schristos #define HAVE_DECL_STRNLEN 1 821d014862Schristos 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 87901e7e84Schristos /* Define to 1 if you have the declaration of `___lc_codepage_func', and to 0 88901e7e84Schristos if you don't. */ 89901e7e84Schristos #define HAVE_DECL____LC_CODEPAGE_FUNC 0 90b1aac1feSchristos 91b1aac1feSchristos /* Define to 1 if you have the <dlfcn.h> header file. */ 92b1aac1feSchristos #define HAVE_DLFCN_H 1 93b1aac1feSchristos 94b1aac1feSchristos /* Define to 1 if you have the `fcntl' function. */ 95b1aac1feSchristos #define HAVE_FCNTL 1 96b1aac1feSchristos 97b1aac1feSchristos /* Define to 1 if you have the <fcntl.h> header file. */ 98b1aac1feSchristos #define HAVE_FCNTL_H 1 99b1aac1feSchristos 100b1aac1feSchristos /* Define to 1 if you have the `fdopen' function. */ 101b1aac1feSchristos #define HAVE_FDOPEN 1 102b1aac1feSchristos 103b1aac1feSchristos /* Define to 1 if you have the `fileno' function. */ 104b1aac1feSchristos #define HAVE_FILENO 1 105b1aac1feSchristos 1062530b571Schristos /* Define to 1 if you have the `fls' function. */ 1072530b571Schristos /* #undef HAVE_FLS */ 1082530b571Schristos 109b1aac1feSchristos /* Define to 1 if you have the `fopen64' function. */ 110b1aac1feSchristos /* #undef HAVE_FOPEN64 */ 111b1aac1feSchristos 112b1aac1feSchristos /* Define to 1 if you have the `fseeko' function. */ 113b1aac1feSchristos #define HAVE_FSEEKO 1 114b1aac1feSchristos 115b1aac1feSchristos /* Define to 1 if you have the `fseeko64' function. */ 116b1aac1feSchristos /* #undef HAVE_FSEEKO64 */ 117b1aac1feSchristos 118b1aac1feSchristos /* Define to 1 if you have the `ftello' function. */ 119b1aac1feSchristos #define HAVE_FTELLO 1 120b1aac1feSchristos 121b1aac1feSchristos /* Define to 1 if you have the `ftello64' function. */ 122b1aac1feSchristos /* #undef HAVE_FTELLO64 */ 123b1aac1feSchristos 124b1aac1feSchristos /* Define to 1 if you have the `getgid' function. */ 125b1aac1feSchristos #define HAVE_GETGID 1 126b1aac1feSchristos 127b1aac1feSchristos /* Define to 1 if you have the `getpagesize' function. */ 128b1aac1feSchristos #define HAVE_GETPAGESIZE 1 129b1aac1feSchristos 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 136b1aac1feSchristos /* Define to 1 if you have the `getuid' function. */ 137b1aac1feSchristos #define HAVE_GETUID 1 138b1aac1feSchristos 1392530b571Schristos /* Define if your compiler supports hidden visibility. */ 1402530b571Schristos #define HAVE_HIDDEN 1 1412530b571Schristos 142*22ebeae4Schristos /* Define if you have the iconv() function and it works. */ 143*22ebeae4Schristos #define HAVE_ICONV 1 144*22ebeae4Schristos 145b1aac1feSchristos /* Define to 1 if you have the <inttypes.h> header file. */ 146b1aac1feSchristos #define HAVE_INTTYPES_H 1 147b1aac1feSchristos 148b1aac1feSchristos /* Define if <sys/procfs.h> has lwpstatus_t. */ 149b1aac1feSchristos /* #undef HAVE_LWPSTATUS_T */ 150b1aac1feSchristos 151b1aac1feSchristos /* Define if <sys/procfs.h> has lwpstatus_t.pr_context. */ 152b1aac1feSchristos /* #undef HAVE_LWPSTATUS_T_PR_CONTEXT */ 153b1aac1feSchristos 154b1aac1feSchristos /* Define if <sys/procfs.h> has lwpstatus_t.pr_fpreg. */ 155b1aac1feSchristos /* #undef HAVE_LWPSTATUS_T_PR_FPREG */ 156b1aac1feSchristos 157b1aac1feSchristos /* Define if <sys/procfs.h> has lwpstatus_t.pr_reg. */ 158b1aac1feSchristos /* #undef HAVE_LWPSTATUS_T_PR_REG */ 159b1aac1feSchristos 160b1aac1feSchristos /* Define if <sys/procfs.h> has lwpxstatus_t. */ 161b1aac1feSchristos /* #undef HAVE_LWPXSTATUS_T */ 162b1aac1feSchristos 163b1aac1feSchristos /* Define to 1 if you have the `madvise' function. */ 164b1aac1feSchristos #define HAVE_MADVISE 1 165b1aac1feSchristos 166b1aac1feSchristos /* Define to 1 if you have the <memory.h> header file. */ 167b1aac1feSchristos #define HAVE_MEMORY_H 1 168b1aac1feSchristos 169b1aac1feSchristos /* Define to 1 if you have a working `mmap' system call. */ 170b1aac1feSchristos #define HAVE_MMAP 1 171b1aac1feSchristos 172b1aac1feSchristos /* Define to 1 if you have the `mprotect' function. */ 173b1aac1feSchristos #define HAVE_MPROTECT 1 174b1aac1feSchristos 175b1aac1feSchristos /* Define if <sys/procfs.h> has prpsinfo32_t. */ 176b1aac1feSchristos /* #undef HAVE_PRPSINFO32_T */ 177b1aac1feSchristos 17834f40950Schristos /* Define if <sys/procfs.h> has prpsinfo32_t.pr_pid. */ 17934f40950Schristos /* #undef HAVE_PRPSINFO32_T_PR_PID */ 18034f40950Schristos 181b1aac1feSchristos /* Define if <sys/procfs.h> has prpsinfo_t. */ 182b1aac1feSchristos /* #undef HAVE_PRPSINFO_T */ 183b1aac1feSchristos 18434f40950Schristos /* Define if <sys/procfs.h> has prpsinfo_t.pr_pid. */ 18534f40950Schristos /* #undef HAVE_PRPSINFO_T_PR_PID */ 18634f40950Schristos 187b1aac1feSchristos /* Define if <sys/procfs.h> has prstatus32_t. */ 188b1aac1feSchristos /* #undef HAVE_PRSTATUS32_T */ 189b1aac1feSchristos 190b1aac1feSchristos /* Define if <sys/procfs.h> has prstatus32_t.pr_who. */ 191b1aac1feSchristos /* #undef HAVE_PRSTATUS32_T_PR_WHO */ 192b1aac1feSchristos 193b1aac1feSchristos /* Define if <sys/procfs.h> has prstatus_t. */ 194b1aac1feSchristos /* #undef HAVE_PRSTATUS_T */ 195b1aac1feSchristos 196b1aac1feSchristos /* Define if <sys/procfs.h> has prstatus_t.pr_who. */ 197b1aac1feSchristos /* #undef HAVE_PRSTATUS_T_PR_WHO */ 198b1aac1feSchristos 199b1aac1feSchristos /* Define if <sys/procfs.h> has psinfo32_t. */ 200b1aac1feSchristos /* #undef HAVE_PSINFO32_T */ 201b1aac1feSchristos 20234f40950Schristos /* Define if <sys/procfs.h> has psinfo32_t.pr_pid. */ 20334f40950Schristos /* #undef HAVE_PSINFO32_T_PR_PID */ 20434f40950Schristos 205b1aac1feSchristos /* Define if <sys/procfs.h> has psinfo_t. */ 206b1aac1feSchristos /* #undef HAVE_PSINFO_T */ 207b1aac1feSchristos 20834f40950Schristos /* Define if <sys/procfs.h> has psinfo_t.pr_pid. */ 20934f40950Schristos /* #undef HAVE_PSINFO_T_PR_PID */ 21034f40950Schristos 211b1aac1feSchristos /* Define if <sys/procfs.h> has pstatus32_t. */ 212b1aac1feSchristos /* #undef HAVE_PSTATUS32_T */ 213b1aac1feSchristos 214b1aac1feSchristos /* Define if <sys/procfs.h> has pstatus_t. */ 215b1aac1feSchristos /* #undef HAVE_PSTATUS_T */ 216b1aac1feSchristos 217b1aac1feSchristos /* Define if <sys/procfs.h> has pxstatus_t. */ 218b1aac1feSchristos /* #undef HAVE_PXSTATUS_T */ 219b1aac1feSchristos 220b1aac1feSchristos /* Define to 1 if you have the <stdint.h> header file. */ 221b1aac1feSchristos #define HAVE_STDINT_H 1 222b1aac1feSchristos 223b1aac1feSchristos /* Define to 1 if you have the <stdlib.h> header file. */ 224b1aac1feSchristos #define HAVE_STDLIB_H 1 225b1aac1feSchristos 226b1aac1feSchristos /* Define to 1 if you have the <strings.h> header file. */ 227b1aac1feSchristos #define HAVE_STRINGS_H 1 228b1aac1feSchristos 229b1aac1feSchristos /* Define to 1 if you have the <string.h> header file. */ 230b1aac1feSchristos #define HAVE_STRING_H 1 231b1aac1feSchristos 232b1aac1feSchristos /* Define if struct core_dumpx has member c_impl */ 233b1aac1feSchristos /* #undef HAVE_ST_C_IMPL */ 234b1aac1feSchristos 235b1aac1feSchristos /* Define to 1 if you have the `sysconf' function. */ 236b1aac1feSchristos #define HAVE_SYSCONF 1 237b1aac1feSchristos 238b1aac1feSchristos /* Define to 1 if you have the <sys/file.h> header file. */ 239b1aac1feSchristos #define HAVE_SYS_FILE_H 1 240b1aac1feSchristos 2412530b571Schristos /* Define to 1 if you have the <sys/param.h> header file. */ 2422530b571Schristos #define HAVE_SYS_PARAM_H 1 2432530b571Schristos 244b1aac1feSchristos /* Define to 1 if you have the <sys/procfs.h> header file. */ 245b1aac1feSchristos /* #undef HAVE_SYS_PROCFS_H */ 246b1aac1feSchristos 24778ce218aSchristos /* Define to 1 if you have the <sys/resource.h> header file. */ 24878ce218aSchristos #define HAVE_SYS_RESOURCE_H 1 24978ce218aSchristos 250b1aac1feSchristos /* Define to 1 if you have the <sys/stat.h> header file. */ 251b1aac1feSchristos #define HAVE_SYS_STAT_H 1 252b1aac1feSchristos 253b1aac1feSchristos /* Define to 1 if you have the <sys/types.h> header file. */ 254b1aac1feSchristos #define HAVE_SYS_TYPES_H 1 255b1aac1feSchristos 256b1aac1feSchristos /* Define to 1 if you have the <unistd.h> header file. */ 257b1aac1feSchristos #define HAVE_UNISTD_H 1 258b1aac1feSchristos 259b1aac1feSchristos /* Define if <sys/procfs.h> has win32_pstatus_t. */ 260b1aac1feSchristos /* #undef HAVE_WIN32_PSTATUS_T */ 261b1aac1feSchristos 26234f40950Schristos /* Define to 1 if you have the <windows.h> header file. */ 26334f40950Schristos /* #undef HAVE_WINDOWS_H */ 26434f40950Schristos 265901e7e84Schristos /* Define to 1 if zstd is enabled. */ 266901e7e84Schristos /* #undef HAVE_ZSTD */ 267901e7e84Schristos 268b1aac1feSchristos /* Define to the sub-directory in which libtool stores uninstalled libraries. 269b1aac1feSchristos */ 270b1aac1feSchristos #define LT_OBJDIR ".libs/" 271b1aac1feSchristos 272b1aac1feSchristos /* Name of package */ 273b1aac1feSchristos #define PACKAGE "bfd" 274b1aac1feSchristos 275b1aac1feSchristos /* Define to the address where bug reports for this package should be sent. */ 276b1aac1feSchristos #define PACKAGE_BUGREPORT "" 277b1aac1feSchristos 278b1aac1feSchristos /* Define to the full name of this package. */ 27934f40950Schristos #define PACKAGE_NAME "bfd" 280b1aac1feSchristos 281b1aac1feSchristos /* Define to the full name and version of this package. */ 282*22ebeae4Schristos #define PACKAGE_STRING "bfd 2.42.50" 283b1aac1feSchristos 284b1aac1feSchristos /* Define to the one symbol short name of this package. */ 28534f40950Schristos #define PACKAGE_TARNAME "bfd" 286b1aac1feSchristos 287b1aac1feSchristos /* Define to the home page for this package. */ 288b1aac1feSchristos #define PACKAGE_URL "" 289b1aac1feSchristos 290b1aac1feSchristos /* Define to the version of this package. */ 291*22ebeae4Schristos #define PACKAGE_VERSION "2.42.50" 292b1aac1feSchristos 293b1aac1feSchristos /* The size of `int', as computed by sizeof. */ 2944d342c04Schristos #define SIZEOF_INT 4 295b1aac1feSchristos 296b1aac1feSchristos /* The size of `long', as computed by sizeof. */ 297b1aac1feSchristos #define SIZEOF_LONG 4 298b1aac1feSchristos 299b1aac1feSchristos /* The size of `long long', as computed by sizeof. */ 300b1aac1feSchristos #define SIZEOF_LONG_LONG 8 301b1aac1feSchristos 302b1aac1feSchristos /* The size of `off_t', as computed by sizeof. */ 303b1aac1feSchristos #define SIZEOF_OFF_T 8 304b1aac1feSchristos 305b1aac1feSchristos /* The size of `void *', as computed by sizeof. */ 306b1aac1feSchristos #define SIZEOF_VOID_P 4 307b1aac1feSchristos 308b1aac1feSchristos /* Define to 1 if you have the ANSI C header files. */ 309b1aac1feSchristos #define STDC_HEADERS 1 310b1aac1feSchristos 311*22ebeae4Schristos /* If the compiler supports a TLS storage class, define it to that here */ 312*22ebeae4Schristos #define TLS _Thread_local 313*22ebeae4Schristos 314b1aac1feSchristos /* Name of host specific header file to include in trad-core.c. */ 315b1aac1feSchristos /* #undef TRAD_HEADER */ 316b1aac1feSchristos 3178b7331e5Schristos /* Define if 64-bit archives should always be used. */ 318e110ade7Smrg /* #undef USE_64_BIT_ARCHIVE */ 319e110ade7Smrg 320b1aac1feSchristos /* Use b modifier when opening binary files? */ 321b1aac1feSchristos /* #undef USE_BINARY_FOPEN */ 322b1aac1feSchristos 323b1aac1feSchristos /* Define if we should use leading underscore on 64 bit mingw targets */ 324b1aac1feSchristos /* #undef USE_MINGW64_LEADING_UNDERSCORES */ 325b1aac1feSchristos 326b1aac1feSchristos /* Use mmap if it's available? */ 327b1aac1feSchristos /* #undef USE_MMAP */ 328b1aac1feSchristos 329b1aac1feSchristos /* Define if we should default to creating read-only plt entries */ 3306ca1cfa8Srin /* #undef USE_SECUREPLT */ 331b1aac1feSchristos 332b1aac1feSchristos /* Enable extensions on AIX 3, Interix. */ 333b1aac1feSchristos #ifndef _ALL_SOURCE 334b1aac1feSchristos # define _ALL_SOURCE 1 335b1aac1feSchristos #endif 336b1aac1feSchristos /* Enable GNU extensions on systems that have them. */ 337b1aac1feSchristos #ifndef _GNU_SOURCE 338b1aac1feSchristos # define _GNU_SOURCE 1 339b1aac1feSchristos #endif 340b1aac1feSchristos /* Enable threading extensions on Solaris. */ 341b1aac1feSchristos #ifndef _POSIX_PTHREAD_SEMANTICS 342b1aac1feSchristos # define _POSIX_PTHREAD_SEMANTICS 1 343b1aac1feSchristos #endif 344b1aac1feSchristos /* Enable extensions on HP NonStop. */ 345b1aac1feSchristos #ifndef _TANDEM_SOURCE 346b1aac1feSchristos # define _TANDEM_SOURCE 1 347b1aac1feSchristos #endif 348b1aac1feSchristos /* Enable general extensions on Solaris. */ 349b1aac1feSchristos #ifndef __EXTENSIONS__ 350b1aac1feSchristos # define __EXTENSIONS__ 1 351b1aac1feSchristos #endif 352b1aac1feSchristos 353b1aac1feSchristos 354b1aac1feSchristos /* 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 /* # undef WORDS_BIGENDIAN */ 366*22ebeae4Schristos # endif 367*22ebeae4Schristos #endif 3682530b571Schristos 3692530b571Schristos /* Enable large inode numbers on Mac OS X 10.5. */ 3702530b571Schristos #ifndef _DARWIN_USE_64_BIT_INODE 3712530b571Schristos # define _DARWIN_USE_64_BIT_INODE 1 3722530b571Schristos #endif 373b1aac1feSchristos 374b1aac1feSchristos /* Number of bits in a file offset, on hosts where this is settable. */ 375b1aac1feSchristos /* #undef _FILE_OFFSET_BITS */ 376b1aac1feSchristos 377b1aac1feSchristos /* Define for large files, on AIX-style hosts. */ 378b1aac1feSchristos /* #undef _LARGE_FILES */ 379b1aac1feSchristos 380b1aac1feSchristos /* Define to 1 if on MINIX. */ 381b1aac1feSchristos /* #undef _MINIX */ 382b1aac1feSchristos 383b1aac1feSchristos /* Define to 2 if the system does not provide POSIX.1 features except with 384b1aac1feSchristos this defined. */ 385b1aac1feSchristos /* #undef _POSIX_1_SOURCE */ 386b1aac1feSchristos 387b1aac1feSchristos /* Define to 1 if you need to in order for `stat' and other things to work. */ 388b1aac1feSchristos /* #undef _POSIX_SOURCE */ 3894d342c04Schristos 3904d342c04Schristos /* Use structured /proc on Solaris. */ 3914d342c04Schristos #define _STRUCTURED_PROC 1 392