1b5bf3908Schristos /* 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 */ 3b5bf3908Schristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */ 4b5bf3908Schristos 5b5bf3908Schristos /* config.h. Generated from config.in by configure. */ 6b5bf3908Schristos /* config.in. Generated from configure.ac by autoheader. */ 7b5bf3908Schristos 8b5bf3908Schristos /* Check that config.h is #included before system headers 9b5bf3908Schristos (this works only for glibc, but that should be enough). */ 10b5bf3908Schristos #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__) 11b5bf3908Schristos # error config.h must be #included before system headers 12b5bf3908Schristos #endif 13b5bf3908Schristos #define __CONFIG_H__ 1 14b5bf3908Schristos 15*22ebeae4Schristos /* Define if building universal (internal helper macro) */ 16*22ebeae4Schristos /* #undef AC_APPLE_UNIVERSAL_BUILD */ 17*22ebeae4Schristos 18b5bf3908Schristos /* Name of host specific core header file to include in elf.c. */ 19b5bf3908Schristos /* #undef CORE_HEADER */ 20b5bf3908Schristos 21b5bf3908Schristos /* Define to 1 if you want to enable -z separate-code in ELF linker by 22b5bf3908Schristos default. */ 23b5bf3908Schristos #define DEFAULT_LD_Z_SEPARATE_CODE 0 24b5bf3908Schristos 2515a984a0Schristos /* Define if you want run-time sanity checks. */ 2615a984a0Schristos /* #undef ENABLE_CHECKING */ 2715a984a0Schristos 28b5bf3908Schristos /* Define to 1 if translation of program messages to the user's native 29b5bf3908Schristos 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 */ 43b5bf3908Schristos 44b5bf3908Schristos /* Define to 1 if you have the declaration of `asprintf', and to 0 if you 45b5bf3908Schristos don't. */ 46b5bf3908Schristos #define HAVE_DECL_ASPRINTF 1 47b5bf3908Schristos 48b5bf3908Schristos /* Define to 1 if you have the declaration of `basename', and to 0 if you 49b5bf3908Schristos don't. */ 50b5bf3908Schristos #define HAVE_DECL_BASENAME 0 51b5bf3908Schristos 52b5bf3908Schristos /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */ 53b5bf3908Schristos #define HAVE_DECL_FFS 1 54b5bf3908Schristos 5515a984a0Schristos /* Define to 1 if you have the declaration of `fopen64', and to 0 if you 5615a984a0Schristos don't. */ 5715a984a0Schristos #define HAVE_DECL_FOPEN64 0 58b5bf3908Schristos 59b5bf3908Schristos /* Define to 1 if you have the declaration of `fseeko', and to 0 if you don't. 60b5bf3908Schristos */ 61b5bf3908Schristos #define HAVE_DECL_FSEEKO 1 62b5bf3908Schristos 63b5bf3908Schristos /* Define to 1 if you have the declaration of `fseeko64', and to 0 if you 64b5bf3908Schristos don't. */ 65b5bf3908Schristos #define HAVE_DECL_FSEEKO64 0 66b5bf3908Schristos 67b5bf3908Schristos /* Define to 1 if you have the declaration of `ftello', and to 0 if you don't. 68b5bf3908Schristos */ 69b5bf3908Schristos #define HAVE_DECL_FTELLO 1 70b5bf3908Schristos 71b5bf3908Schristos /* Define to 1 if you have the declaration of `ftello64', and to 0 if you 72b5bf3908Schristos don't. */ 73b5bf3908Schristos #define HAVE_DECL_FTELLO64 0 74b5bf3908Schristos 75b5bf3908Schristos /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't. 76b5bf3908Schristos */ 77b5bf3908Schristos #define HAVE_DECL_STPCPY 1 78b5bf3908Schristos 79b5bf3908Schristos /* Define to 1 if you have the declaration of `strnlen', and to 0 if you 80b5bf3908Schristos don't. */ 81b5bf3908Schristos #define HAVE_DECL_STRNLEN 1 82b5bf3908Schristos 83b5bf3908Schristos /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you 84b5bf3908Schristos don't. */ 85b5bf3908Schristos #define HAVE_DECL_VASPRINTF 1 86b5bf3908Schristos 8715a984a0Schristos /* Define to 1 if you have the declaration of `___lc_codepage_func', and to 0 8815a984a0Schristos if you don't. */ 8915a984a0Schristos #define HAVE_DECL____LC_CODEPAGE_FUNC 0 90b5bf3908Schristos 91b5bf3908Schristos /* Define to 1 if you have the <dlfcn.h> header file. */ 92b5bf3908Schristos #define HAVE_DLFCN_H 1 93b5bf3908Schristos 94b5bf3908Schristos /* Define to 1 if you have the `fcntl' function. */ 95b5bf3908Schristos #define HAVE_FCNTL 1 96b5bf3908Schristos 97b5bf3908Schristos /* Define to 1 if you have the <fcntl.h> header file. */ 98b5bf3908Schristos #define HAVE_FCNTL_H 1 99b5bf3908Schristos 100b5bf3908Schristos /* Define to 1 if you have the `fdopen' function. */ 101b5bf3908Schristos #define HAVE_FDOPEN 1 102b5bf3908Schristos 103b5bf3908Schristos /* Define to 1 if you have the `fileno' function. */ 104b5bf3908Schristos #define HAVE_FILENO 1 105b5bf3908Schristos 106b5bf3908Schristos /* Define to 1 if you have the `fls' function. */ 107b5bf3908Schristos /* #undef HAVE_FLS */ 108b5bf3908Schristos 109b5bf3908Schristos /* Define to 1 if you have the `fopen64' function. */ 110b5bf3908Schristos /* #undef HAVE_FOPEN64 */ 111b5bf3908Schristos 112b5bf3908Schristos /* Define to 1 if you have the `fseeko' function. */ 113b5bf3908Schristos #define HAVE_FSEEKO 1 114b5bf3908Schristos 115b5bf3908Schristos /* Define to 1 if you have the `fseeko64' function. */ 116b5bf3908Schristos /* #undef HAVE_FSEEKO64 */ 117b5bf3908Schristos 118b5bf3908Schristos /* Define to 1 if you have the `ftello' function. */ 119b5bf3908Schristos #define HAVE_FTELLO 1 120b5bf3908Schristos 121b5bf3908Schristos /* Define to 1 if you have the `ftello64' function. */ 122b5bf3908Schristos /* #undef HAVE_FTELLO64 */ 123b5bf3908Schristos 124b5bf3908Schristos /* Define to 1 if you have the `getgid' function. */ 125b5bf3908Schristos #define HAVE_GETGID 1 126b5bf3908Schristos 127b5bf3908Schristos /* Define to 1 if you have the `getpagesize' function. */ 128b5bf3908Schristos #define HAVE_GETPAGESIZE 1 129b5bf3908Schristos 130b5bf3908Schristos /* Define to 1 if you have the `getrlimit' function. */ 131b5bf3908Schristos #define HAVE_GETRLIMIT 1 132b5bf3908Schristos 133*22ebeae4Schristos /* Define if the GNU gettext() function is already present or preinstalled. */ 134*22ebeae4Schristos /* #undef HAVE_GETTEXT */ 135*22ebeae4Schristos 136b5bf3908Schristos /* Define to 1 if you have the `getuid' function. */ 137b5bf3908Schristos #define HAVE_GETUID 1 138b5bf3908Schristos 139b5bf3908Schristos /* Define if your compiler supports hidden visibility. */ 140b5bf3908Schristos #define HAVE_HIDDEN 1 141b5bf3908Schristos 142*22ebeae4Schristos /* Define if you have the iconv() function and it works. */ 143*22ebeae4Schristos #define HAVE_ICONV 1 144*22ebeae4Schristos 145b5bf3908Schristos /* Define to 1 if you have the <inttypes.h> header file. */ 146b5bf3908Schristos #define HAVE_INTTYPES_H 1 147b5bf3908Schristos 148b5bf3908Schristos /* Define if <sys/procfs.h> has lwpstatus_t. */ 149b5bf3908Schristos /* #undef HAVE_LWPSTATUS_T */ 150b5bf3908Schristos 151b5bf3908Schristos /* Define if <sys/procfs.h> has lwpstatus_t.pr_context. */ 152b5bf3908Schristos /* #undef HAVE_LWPSTATUS_T_PR_CONTEXT */ 153b5bf3908Schristos 154b5bf3908Schristos /* Define if <sys/procfs.h> has lwpstatus_t.pr_fpreg. */ 155b5bf3908Schristos /* #undef HAVE_LWPSTATUS_T_PR_FPREG */ 156b5bf3908Schristos 157b5bf3908Schristos /* Define if <sys/procfs.h> has lwpstatus_t.pr_reg. */ 158b5bf3908Schristos /* #undef HAVE_LWPSTATUS_T_PR_REG */ 159b5bf3908Schristos 160b5bf3908Schristos /* Define if <sys/procfs.h> has lwpxstatus_t. */ 161b5bf3908Schristos /* #undef HAVE_LWPXSTATUS_T */ 162b5bf3908Schristos 163b5bf3908Schristos /* Define to 1 if you have the `madvise' function. */ 164b5bf3908Schristos #define HAVE_MADVISE 1 165b5bf3908Schristos 166b5bf3908Schristos /* Define to 1 if you have the <memory.h> header file. */ 167b5bf3908Schristos #define HAVE_MEMORY_H 1 168b5bf3908Schristos 169b5bf3908Schristos /* Define to 1 if you have a working `mmap' system call. */ 170b5bf3908Schristos #define HAVE_MMAP 1 171b5bf3908Schristos 172b5bf3908Schristos /* Define to 1 if you have the `mprotect' function. */ 173b5bf3908Schristos #define HAVE_MPROTECT 1 174b5bf3908Schristos 175b5bf3908Schristos /* Define if <sys/procfs.h> has prpsinfo32_t. */ 176b5bf3908Schristos /* #undef HAVE_PRPSINFO32_T */ 177b5bf3908Schristos 178b5bf3908Schristos /* Define if <sys/procfs.h> has prpsinfo32_t.pr_pid. */ 179b5bf3908Schristos /* #undef HAVE_PRPSINFO32_T_PR_PID */ 180b5bf3908Schristos 181b5bf3908Schristos /* Define if <sys/procfs.h> has prpsinfo_t. */ 182b5bf3908Schristos /* #undef HAVE_PRPSINFO_T */ 183b5bf3908Schristos 184b5bf3908Schristos /* Define if <sys/procfs.h> has prpsinfo_t.pr_pid. */ 185b5bf3908Schristos /* #undef HAVE_PRPSINFO_T_PR_PID */ 186b5bf3908Schristos 187b5bf3908Schristos /* Define if <sys/procfs.h> has prstatus32_t. */ 188b5bf3908Schristos /* #undef HAVE_PRSTATUS32_T */ 189b5bf3908Schristos 190b5bf3908Schristos /* Define if <sys/procfs.h> has prstatus32_t.pr_who. */ 191b5bf3908Schristos /* #undef HAVE_PRSTATUS32_T_PR_WHO */ 192b5bf3908Schristos 193b5bf3908Schristos /* Define if <sys/procfs.h> has prstatus_t. */ 194b5bf3908Schristos /* #undef HAVE_PRSTATUS_T */ 195b5bf3908Schristos 196b5bf3908Schristos /* Define if <sys/procfs.h> has prstatus_t.pr_who. */ 197b5bf3908Schristos /* #undef HAVE_PRSTATUS_T_PR_WHO */ 198b5bf3908Schristos 199b5bf3908Schristos /* Define if <sys/procfs.h> has psinfo32_t. */ 200b5bf3908Schristos /* #undef HAVE_PSINFO32_T */ 201b5bf3908Schristos 202b5bf3908Schristos /* Define if <sys/procfs.h> has psinfo32_t.pr_pid. */ 203b5bf3908Schristos /* #undef HAVE_PSINFO32_T_PR_PID */ 204b5bf3908Schristos 205b5bf3908Schristos /* Define if <sys/procfs.h> has psinfo_t. */ 206b5bf3908Schristos /* #undef HAVE_PSINFO_T */ 207b5bf3908Schristos 208b5bf3908Schristos /* Define if <sys/procfs.h> has psinfo_t.pr_pid. */ 209b5bf3908Schristos /* #undef HAVE_PSINFO_T_PR_PID */ 210b5bf3908Schristos 211b5bf3908Schristos /* Define if <sys/procfs.h> has pstatus32_t. */ 212b5bf3908Schristos /* #undef HAVE_PSTATUS32_T */ 213b5bf3908Schristos 214b5bf3908Schristos /* Define if <sys/procfs.h> has pstatus_t. */ 215b5bf3908Schristos /* #undef HAVE_PSTATUS_T */ 216b5bf3908Schristos 217b5bf3908Schristos /* Define if <sys/procfs.h> has pxstatus_t. */ 218b5bf3908Schristos /* #undef HAVE_PXSTATUS_T */ 219b5bf3908Schristos 220b5bf3908Schristos /* Define to 1 if you have the <stdint.h> header file. */ 221b5bf3908Schristos #define HAVE_STDINT_H 1 222b5bf3908Schristos 223b5bf3908Schristos /* Define to 1 if you have the <stdlib.h> header file. */ 224b5bf3908Schristos #define HAVE_STDLIB_H 1 225b5bf3908Schristos 226b5bf3908Schristos /* Define to 1 if you have the <strings.h> header file. */ 227b5bf3908Schristos #define HAVE_STRINGS_H 1 228b5bf3908Schristos 229b5bf3908Schristos /* Define to 1 if you have the <string.h> header file. */ 230b5bf3908Schristos #define HAVE_STRING_H 1 231b5bf3908Schristos 232b5bf3908Schristos /* Define if struct core_dumpx has member c_impl */ 233b5bf3908Schristos /* #undef HAVE_ST_C_IMPL */ 234b5bf3908Schristos 235b5bf3908Schristos /* Define to 1 if you have the `sysconf' function. */ 236b5bf3908Schristos #define HAVE_SYSCONF 1 237b5bf3908Schristos 238b5bf3908Schristos /* Define to 1 if you have the <sys/file.h> header file. */ 239b5bf3908Schristos #define HAVE_SYS_FILE_H 1 240b5bf3908Schristos 241b5bf3908Schristos /* Define to 1 if you have the <sys/param.h> header file. */ 242b5bf3908Schristos #define HAVE_SYS_PARAM_H 1 243b5bf3908Schristos 244b5bf3908Schristos /* Define to 1 if you have the <sys/procfs.h> header file. */ 245b5bf3908Schristos /* #undef HAVE_SYS_PROCFS_H */ 246b5bf3908Schristos 247b5bf3908Schristos /* Define to 1 if you have the <sys/resource.h> header file. */ 248b5bf3908Schristos #define HAVE_SYS_RESOURCE_H 1 249b5bf3908Schristos 250b5bf3908Schristos /* Define to 1 if you have the <sys/stat.h> header file. */ 251b5bf3908Schristos #define HAVE_SYS_STAT_H 1 252b5bf3908Schristos 253b5bf3908Schristos /* Define to 1 if you have the <sys/types.h> header file. */ 254b5bf3908Schristos #define HAVE_SYS_TYPES_H 1 255b5bf3908Schristos 256b5bf3908Schristos /* Define to 1 if you have the <unistd.h> header file. */ 257b5bf3908Schristos #define HAVE_UNISTD_H 1 258b5bf3908Schristos 259b5bf3908Schristos /* Define if <sys/procfs.h> has win32_pstatus_t. */ 260b5bf3908Schristos /* #undef HAVE_WIN32_PSTATUS_T */ 261b5bf3908Schristos 262b5bf3908Schristos /* Define to 1 if you have the <windows.h> header file. */ 263b5bf3908Schristos /* #undef HAVE_WINDOWS_H */ 264b5bf3908Schristos 26515a984a0Schristos /* Define to 1 if zstd is enabled. */ 26615a984a0Schristos /* #undef HAVE_ZSTD */ 26715a984a0Schristos 268b5bf3908Schristos /* Define to the sub-directory in which libtool stores uninstalled libraries. 269b5bf3908Schristos */ 270b5bf3908Schristos #define LT_OBJDIR ".libs/" 271b5bf3908Schristos 272b5bf3908Schristos /* Name of package */ 273b5bf3908Schristos #define PACKAGE "bfd" 274b5bf3908Schristos 275b5bf3908Schristos /* Define to the address where bug reports for this package should be sent. */ 276b5bf3908Schristos #define PACKAGE_BUGREPORT "" 277b5bf3908Schristos 278b5bf3908Schristos /* Define to the full name of this package. */ 279b5bf3908Schristos #define PACKAGE_NAME "bfd" 280b5bf3908Schristos 281b5bf3908Schristos /* Define to the full name and version of this package. */ 282*22ebeae4Schristos #define PACKAGE_STRING "bfd 2.42.50" 283b5bf3908Schristos 284b5bf3908Schristos /* Define to the one symbol short name of this package. */ 285b5bf3908Schristos #define PACKAGE_TARNAME "bfd" 286b5bf3908Schristos 287b5bf3908Schristos /* Define to the home page for this package. */ 288b5bf3908Schristos #define PACKAGE_URL "" 289b5bf3908Schristos 290b5bf3908Schristos /* Define to the version of this package. */ 291*22ebeae4Schristos #define PACKAGE_VERSION "2.42.50" 292b5bf3908Schristos 293b5bf3908Schristos /* The size of `int', as computed by sizeof. */ 294b5bf3908Schristos #define SIZEOF_INT 4 295b5bf3908Schristos 296b5bf3908Schristos /* The size of `long', as computed by sizeof. */ 297b5bf3908Schristos #define SIZEOF_LONG 8 298b5bf3908Schristos 299b5bf3908Schristos /* The size of `long long', as computed by sizeof. */ 300b5bf3908Schristos #define SIZEOF_LONG_LONG 8 301b5bf3908Schristos 302b5bf3908Schristos /* The size of `off_t', as computed by sizeof. */ 303b5bf3908Schristos #define SIZEOF_OFF_T 8 304b5bf3908Schristos 305b5bf3908Schristos /* The size of `void *', as computed by sizeof. */ 306b5bf3908Schristos #define SIZEOF_VOID_P 8 307b5bf3908Schristos 308b5bf3908Schristos /* Define to 1 if you have the ANSI C header files. */ 309b5bf3908Schristos #define STDC_HEADERS 1 310b5bf3908Schristos 311*22ebeae4Schristos /* If the compiler supports a TLS storage class, define it to that here */ 312*22ebeae4Schristos #define TLS _Thread_local 313*22ebeae4Schristos 314b5bf3908Schristos /* Name of host specific header file to include in trad-core.c. */ 315b5bf3908Schristos /* #undef TRAD_HEADER */ 316b5bf3908Schristos 317b5bf3908Schristos /* Define if 64-bit archives should always be used. */ 318b5bf3908Schristos /* #undef USE_64_BIT_ARCHIVE */ 319b5bf3908Schristos 320b5bf3908Schristos /* Use b modifier when opening binary files? */ 321b5bf3908Schristos /* #undef USE_BINARY_FOPEN */ 322b5bf3908Schristos 323b5bf3908Schristos /* Define if we should use leading underscore on 64 bit mingw targets */ 324b5bf3908Schristos /* #undef USE_MINGW64_LEADING_UNDERSCORES */ 325b5bf3908Schristos 326b5bf3908Schristos /* Use mmap if it's available? */ 327b5bf3908Schristos /* #undef USE_MMAP */ 328b5bf3908Schristos 329b5bf3908Schristos /* Define if we should default to creating read-only plt entries */ 3306ca1cfa8Srin /* #undef USE_SECUREPLT */ 331b5bf3908Schristos 332b5bf3908Schristos /* Enable extensions on AIX 3, Interix. */ 333b5bf3908Schristos #ifndef _ALL_SOURCE 334b5bf3908Schristos # define _ALL_SOURCE 1 335b5bf3908Schristos #endif 336b5bf3908Schristos /* Enable GNU extensions on systems that have them. */ 337b5bf3908Schristos #ifndef _GNU_SOURCE 338b5bf3908Schristos # define _GNU_SOURCE 1 339b5bf3908Schristos #endif 340b5bf3908Schristos /* Enable threading extensions on Solaris. */ 341b5bf3908Schristos #ifndef _POSIX_PTHREAD_SEMANTICS 342b5bf3908Schristos # define _POSIX_PTHREAD_SEMANTICS 1 343b5bf3908Schristos #endif 344b5bf3908Schristos /* Enable extensions on HP NonStop. */ 345b5bf3908Schristos #ifndef _TANDEM_SOURCE 346b5bf3908Schristos # define _TANDEM_SOURCE 1 347b5bf3908Schristos #endif 348b5bf3908Schristos /* Enable general extensions on Solaris. */ 349b5bf3908Schristos #ifndef __EXTENSIONS__ 350b5bf3908Schristos # define __EXTENSIONS__ 1 351b5bf3908Schristos #endif 352b5bf3908Schristos 353b5bf3908Schristos 354b5bf3908Schristos /* 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 368b5bf3908Schristos 369b5bf3908Schristos /* Enable large inode numbers on Mac OS X 10.5. */ 370b5bf3908Schristos #ifndef _DARWIN_USE_64_BIT_INODE 371b5bf3908Schristos # define _DARWIN_USE_64_BIT_INODE 1 372b5bf3908Schristos #endif 373b5bf3908Schristos 374b5bf3908Schristos /* Number of bits in a file offset, on hosts where this is settable. */ 375b5bf3908Schristos /* #undef _FILE_OFFSET_BITS */ 376b5bf3908Schristos 377b5bf3908Schristos /* Define for large files, on AIX-style hosts. */ 378b5bf3908Schristos /* #undef _LARGE_FILES */ 379b5bf3908Schristos 380b5bf3908Schristos /* Define to 1 if on MINIX. */ 381b5bf3908Schristos /* #undef _MINIX */ 382b5bf3908Schristos 383b5bf3908Schristos /* Define to 2 if the system does not provide POSIX.1 features except with 384b5bf3908Schristos this defined. */ 385b5bf3908Schristos /* #undef _POSIX_1_SOURCE */ 386b5bf3908Schristos 387b5bf3908Schristos /* Define to 1 if you need to in order for `stat' and other things to work. */ 388b5bf3908Schristos /* #undef _POSIX_SOURCE */ 389b5bf3908Schristos 390b5bf3908Schristos /* Use structured /proc on Solaris. */ 391b5bf3908Schristos #define _STRUCTURED_PROC 1 392