116dce513Schristos /* This file is automatically generated. DO NOT EDIT! */ 2*012573ebSchristos /* Generated from: NetBSD: mknative-binutils,v 1.13 2020/04/04 01:34:53 christos Exp */ 3ede78133Schristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */ 416dce513Schristos 516dce513Schristos /* config.h. Generated from config.in by configure. */ 616dce513Schristos /* config.in. Generated from configure.ac by autoheader. */ 716dce513Schristos 816dce513Schristos /* Check that config.h is #included before system headers 916dce513Schristos (this works only for glibc, but that should be enough). */ 1016dce513Schristos #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__) 1116dce513Schristos # error config.h must be #included before system headers 1216dce513Schristos #endif 1316dce513Schristos #define __CONFIG_H__ 1 1416dce513Schristos 1516dce513Schristos /* Name of host specific core header file to include in elf.c. */ 1616dce513Schristos /* #undef CORE_HEADER */ 1716dce513Schristos 18ede78133Schristos /* Define to 1 if you want to enable -z separate-code in ELF linker by 19ede78133Schristos default. */ 20ede78133Schristos #define DEFAULT_LD_Z_SEPARATE_CODE 0 21ede78133Schristos 2216dce513Schristos /* Define to 1 if translation of program messages to the user's native 2316dce513Schristos language is requested. */ 2416dce513Schristos #define ENABLE_NLS 1 2516dce513Schristos 2616dce513Schristos /* Define to 1 if you have the <alloca.h> header file. */ 2716dce513Schristos /* #undef HAVE_ALLOCA_H */ 2816dce513Schristos 2916dce513Schristos /* Define to 1 if you have the declaration of `asprintf', and to 0 if you 3016dce513Schristos don't. */ 3116dce513Schristos #define HAVE_DECL_ASPRINTF 1 3216dce513Schristos 3316dce513Schristos /* Define to 1 if you have the declaration of `basename', and to 0 if you 3416dce513Schristos don't. */ 3516dce513Schristos #define HAVE_DECL_BASENAME 0 3616dce513Schristos 3716dce513Schristos /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */ 3816dce513Schristos #define HAVE_DECL_FFS 1 3916dce513Schristos 4016dce513Schristos /* Define to 1 if you have the declaration of `free', and to 0 if you don't. 4116dce513Schristos */ 4216dce513Schristos #define HAVE_DECL_FREE 1 4316dce513Schristos 4416dce513Schristos /* Define to 1 if you have the declaration of `fseeko', and to 0 if you don't. 4516dce513Schristos */ 4616dce513Schristos #define HAVE_DECL_FSEEKO 1 4716dce513Schristos 4816dce513Schristos /* Define to 1 if you have the declaration of `fseeko64', and to 0 if you 4916dce513Schristos don't. */ 5016dce513Schristos #define HAVE_DECL_FSEEKO64 0 5116dce513Schristos 5216dce513Schristos /* Define to 1 if you have the declaration of `ftello', and to 0 if you don't. 5316dce513Schristos */ 5416dce513Schristos #define HAVE_DECL_FTELLO 1 5516dce513Schristos 5616dce513Schristos /* Define to 1 if you have the declaration of `ftello64', and to 0 if you 5716dce513Schristos don't. */ 5816dce513Schristos #define HAVE_DECL_FTELLO64 0 5916dce513Schristos 6016dce513Schristos /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't. 6116dce513Schristos */ 6216dce513Schristos #define HAVE_DECL_GETENV 1 6316dce513Schristos 6416dce513Schristos /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't. 6516dce513Schristos */ 6616dce513Schristos #define HAVE_DECL_MALLOC 1 6716dce513Schristos 6816dce513Schristos /* Define to 1 if you have the declaration of `realloc', and to 0 if you 6916dce513Schristos don't. */ 7016dce513Schristos #define HAVE_DECL_REALLOC 1 7116dce513Schristos 7216dce513Schristos /* Define to 1 if you have the declaration of `snprintf', and to 0 if you 7316dce513Schristos don't. */ 7416dce513Schristos #define HAVE_DECL_SNPRINTF 1 7516dce513Schristos 7616dce513Schristos /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't. 7716dce513Schristos */ 7816dce513Schristos #define HAVE_DECL_STPCPY 1 7916dce513Schristos 8016dce513Schristos /* Define to 1 if you have the declaration of `strnlen', and to 0 if you 8116dce513Schristos don't. */ 8216dce513Schristos #define HAVE_DECL_STRNLEN 1 8316dce513Schristos 8416dce513Schristos /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't. 8516dce513Schristos */ 8616dce513Schristos #define HAVE_DECL_STRSTR 1 8716dce513Schristos 8816dce513Schristos /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you 8916dce513Schristos don't. */ 9016dce513Schristos #define HAVE_DECL_VASPRINTF 1 9116dce513Schristos 9216dce513Schristos /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you 9316dce513Schristos don't. */ 9416dce513Schristos #define HAVE_DECL_VSNPRINTF 1 9516dce513Schristos 9616dce513Schristos /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. 9716dce513Schristos */ 9816dce513Schristos #define HAVE_DIRENT_H 1 9916dce513Schristos 10016dce513Schristos /* Define to 1 if you have the <dlfcn.h> header file. */ 10116dce513Schristos #define HAVE_DLFCN_H 1 10216dce513Schristos 10316dce513Schristos /* Define to 1 if you have the `fcntl' function. */ 10416dce513Schristos #define HAVE_FCNTL 1 10516dce513Schristos 10616dce513Schristos /* Define to 1 if you have the <fcntl.h> header file. */ 10716dce513Schristos #define HAVE_FCNTL_H 1 10816dce513Schristos 10916dce513Schristos /* Define to 1 if you have the `fdopen' function. */ 11016dce513Schristos #define HAVE_FDOPEN 1 11116dce513Schristos 11216dce513Schristos /* Define to 1 if you have the `fileno' function. */ 11316dce513Schristos #define HAVE_FILENO 1 11416dce513Schristos 115*012573ebSchristos /* Define to 1 if you have the `fls' function. */ 116*012573ebSchristos /* #undef HAVE_FLS */ 117*012573ebSchristos 11816dce513Schristos /* Define to 1 if you have the `fopen64' function. */ 11916dce513Schristos /* #undef HAVE_FOPEN64 */ 12016dce513Schristos 12116dce513Schristos /* Define to 1 if you have the `fseeko' function. */ 12216dce513Schristos #define HAVE_FSEEKO 1 12316dce513Schristos 12416dce513Schristos /* Define to 1 if you have the `fseeko64' function. */ 12516dce513Schristos /* #undef HAVE_FSEEKO64 */ 12616dce513Schristos 12716dce513Schristos /* Define to 1 if you have the `ftello' function. */ 12816dce513Schristos #define HAVE_FTELLO 1 12916dce513Schristos 13016dce513Schristos /* Define to 1 if you have the `ftello64' function. */ 13116dce513Schristos /* #undef HAVE_FTELLO64 */ 13216dce513Schristos 13316dce513Schristos /* Define to 1 if you have the `getgid' function. */ 13416dce513Schristos #define HAVE_GETGID 1 13516dce513Schristos 13616dce513Schristos /* Define to 1 if you have the `getpagesize' function. */ 13716dce513Schristos #define HAVE_GETPAGESIZE 1 13816dce513Schristos 13916dce513Schristos /* Define to 1 if you have the `getrlimit' function. */ 14016dce513Schristos #define HAVE_GETRLIMIT 1 14116dce513Schristos 14216dce513Schristos /* Define to 1 if you have the `getuid' function. */ 14316dce513Schristos #define HAVE_GETUID 1 14416dce513Schristos 145ede78133Schristos /* Define if your compiler supports hidden visibility. */ 146ede78133Schristos #define HAVE_HIDDEN 1 147ede78133Schristos 14816dce513Schristos /* Define to 1 if you have the <inttypes.h> header file. */ 14916dce513Schristos #define HAVE_INTTYPES_H 1 15016dce513Schristos 151ede78133Schristos /* Define to 1 if the system has the type `long double'. */ 152ede78133Schristos #define HAVE_LONG_DOUBLE 1 153ede78133Schristos 154ede78133Schristos /* Define to 1 if the system has the type `long long'. */ 155ede78133Schristos #define HAVE_LONG_LONG 1 156ede78133Schristos 15716dce513Schristos /* Define if <sys/procfs.h> has lwpstatus_t. */ 15816dce513Schristos /* #undef HAVE_LWPSTATUS_T */ 15916dce513Schristos 16016dce513Schristos /* Define if <sys/procfs.h> has lwpstatus_t.pr_context. */ 16116dce513Schristos /* #undef HAVE_LWPSTATUS_T_PR_CONTEXT */ 16216dce513Schristos 16316dce513Schristos /* Define if <sys/procfs.h> has lwpstatus_t.pr_fpreg. */ 16416dce513Schristos /* #undef HAVE_LWPSTATUS_T_PR_FPREG */ 16516dce513Schristos 16616dce513Schristos /* Define if <sys/procfs.h> has lwpstatus_t.pr_reg. */ 16716dce513Schristos /* #undef HAVE_LWPSTATUS_T_PR_REG */ 16816dce513Schristos 16916dce513Schristos /* Define if <sys/procfs.h> has lwpxstatus_t. */ 17016dce513Schristos /* #undef HAVE_LWPXSTATUS_T */ 17116dce513Schristos 17216dce513Schristos /* Define to 1 if you have the `madvise' function. */ 17316dce513Schristos #define HAVE_MADVISE 1 17416dce513Schristos 17516dce513Schristos /* Define to 1 if you have the <memory.h> header file. */ 17616dce513Schristos #define HAVE_MEMORY_H 1 17716dce513Schristos 17816dce513Schristos /* Define to 1 if you have a working `mmap' system call. */ 17916dce513Schristos #define HAVE_MMAP 1 18016dce513Schristos 18116dce513Schristos /* Define to 1 if you have the `mprotect' function. */ 18216dce513Schristos #define HAVE_MPROTECT 1 18316dce513Schristos 18416dce513Schristos /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ 18516dce513Schristos /* #undef HAVE_NDIR_H */ 18616dce513Schristos 18716dce513Schristos /* Define if <sys/procfs.h> has prpsinfo32_t. */ 18816dce513Schristos /* #undef HAVE_PRPSINFO32_T */ 18916dce513Schristos 19016dce513Schristos /* Define if <sys/procfs.h> has prpsinfo32_t.pr_pid. */ 19116dce513Schristos /* #undef HAVE_PRPSINFO32_T_PR_PID */ 19216dce513Schristos 19316dce513Schristos /* Define if <sys/procfs.h> has prpsinfo_t. */ 19416dce513Schristos /* #undef HAVE_PRPSINFO_T */ 19516dce513Schristos 19616dce513Schristos /* Define if <sys/procfs.h> has prpsinfo_t.pr_pid. */ 19716dce513Schristos /* #undef HAVE_PRPSINFO_T_PR_PID */ 19816dce513Schristos 19916dce513Schristos /* Define if <sys/procfs.h> has prstatus32_t. */ 20016dce513Schristos /* #undef HAVE_PRSTATUS32_T */ 20116dce513Schristos 20216dce513Schristos /* Define if <sys/procfs.h> has prstatus32_t.pr_who. */ 20316dce513Schristos /* #undef HAVE_PRSTATUS32_T_PR_WHO */ 20416dce513Schristos 20516dce513Schristos /* Define if <sys/procfs.h> has prstatus_t. */ 20616dce513Schristos /* #undef HAVE_PRSTATUS_T */ 20716dce513Schristos 20816dce513Schristos /* Define if <sys/procfs.h> has prstatus_t.pr_who. */ 20916dce513Schristos /* #undef HAVE_PRSTATUS_T_PR_WHO */ 21016dce513Schristos 21116dce513Schristos /* Define if <sys/procfs.h> has psinfo32_t. */ 21216dce513Schristos /* #undef HAVE_PSINFO32_T */ 21316dce513Schristos 21416dce513Schristos /* Define if <sys/procfs.h> has psinfo32_t.pr_pid. */ 21516dce513Schristos /* #undef HAVE_PSINFO32_T_PR_PID */ 21616dce513Schristos 21716dce513Schristos /* Define if <sys/procfs.h> has psinfo_t. */ 21816dce513Schristos /* #undef HAVE_PSINFO_T */ 21916dce513Schristos 22016dce513Schristos /* Define if <sys/procfs.h> has psinfo_t.pr_pid. */ 22116dce513Schristos /* #undef HAVE_PSINFO_T_PR_PID */ 22216dce513Schristos 22316dce513Schristos /* Define if <sys/procfs.h> has pstatus32_t. */ 22416dce513Schristos /* #undef HAVE_PSTATUS32_T */ 22516dce513Schristos 22616dce513Schristos /* Define if <sys/procfs.h> has pstatus_t. */ 22716dce513Schristos /* #undef HAVE_PSTATUS_T */ 22816dce513Schristos 22916dce513Schristos /* Define if <sys/procfs.h> has pxstatus_t. */ 23016dce513Schristos /* #undef HAVE_PXSTATUS_T */ 23116dce513Schristos 23216dce513Schristos /* Define to 1 if you have the `setitimer' function. */ 23316dce513Schristos #define HAVE_SETITIMER 1 23416dce513Schristos 23516dce513Schristos /* Define to 1 if you have the <stddef.h> header file. */ 23616dce513Schristos #define HAVE_STDDEF_H 1 23716dce513Schristos 23816dce513Schristos /* Define to 1 if you have the <stdint.h> header file. */ 23916dce513Schristos #define HAVE_STDINT_H 1 24016dce513Schristos 24116dce513Schristos /* Define to 1 if you have the <stdlib.h> header file. */ 24216dce513Schristos #define HAVE_STDLIB_H 1 24316dce513Schristos 24416dce513Schristos /* Define to 1 if you have the <strings.h> header file. */ 24516dce513Schristos #define HAVE_STRINGS_H 1 24616dce513Schristos 24716dce513Schristos /* Define to 1 if you have the <string.h> header file. */ 24816dce513Schristos #define HAVE_STRING_H 1 24916dce513Schristos 25016dce513Schristos /* Define to 1 if you have the `strtoull' function. */ 25116dce513Schristos #define HAVE_STRTOULL 1 25216dce513Schristos 25316dce513Schristos /* Define if struct core_dumpx has member c_impl */ 25416dce513Schristos /* #undef HAVE_ST_C_IMPL */ 25516dce513Schristos 25616dce513Schristos /* Define to 1 if you have the `sysconf' function. */ 25716dce513Schristos #define HAVE_SYSCONF 1 25816dce513Schristos 25916dce513Schristos /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. 26016dce513Schristos */ 26116dce513Schristos /* #undef HAVE_SYS_DIR_H */ 26216dce513Schristos 26316dce513Schristos /* Define to 1 if you have the <sys/file.h> header file. */ 26416dce513Schristos #define HAVE_SYS_FILE_H 1 26516dce513Schristos 26616dce513Schristos /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. 26716dce513Schristos */ 26816dce513Schristos /* #undef HAVE_SYS_NDIR_H */ 26916dce513Schristos 270ede78133Schristos /* Define to 1 if you have the <sys/param.h> header file. */ 271ede78133Schristos #define HAVE_SYS_PARAM_H 1 272ede78133Schristos 27316dce513Schristos /* Define to 1 if you have the <sys/procfs.h> header file. */ 27416dce513Schristos /* #undef HAVE_SYS_PROCFS_H */ 27516dce513Schristos 27616dce513Schristos /* Define to 1 if you have the <sys/resource.h> header file. */ 27716dce513Schristos #define HAVE_SYS_RESOURCE_H 1 27816dce513Schristos 27916dce513Schristos /* Define to 1 if you have the <sys/stat.h> header file. */ 28016dce513Schristos #define HAVE_SYS_STAT_H 1 28116dce513Schristos 28216dce513Schristos /* Define to 1 if you have the <sys/time.h> header file. */ 28316dce513Schristos #define HAVE_SYS_TIME_H 1 28416dce513Schristos 28516dce513Schristos /* Define to 1 if you have the <sys/types.h> header file. */ 28616dce513Schristos #define HAVE_SYS_TYPES_H 1 28716dce513Schristos 28816dce513Schristos /* Define to 1 if you have the <time.h> header file. */ 28916dce513Schristos #define HAVE_TIME_H 1 29016dce513Schristos 29116dce513Schristos /* Define to 1 if you have the <unistd.h> header file. */ 29216dce513Schristos #define HAVE_UNISTD_H 1 29316dce513Schristos 29416dce513Schristos /* Define to 1 if you have the <wchar.h> header file. */ 29516dce513Schristos #define HAVE_WCHAR_H 1 29616dce513Schristos 29716dce513Schristos /* Define to 1 if you have the <wctype.h> header file. */ 29816dce513Schristos #define HAVE_WCTYPE_H 1 29916dce513Schristos 30016dce513Schristos /* Define if <sys/procfs.h> has win32_pstatus_t. */ 30116dce513Schristos /* #undef HAVE_WIN32_PSTATUS_T */ 30216dce513Schristos 30316dce513Schristos /* Define to 1 if you have the <windows.h> header file. */ 30416dce513Schristos /* #undef HAVE_WINDOWS_H */ 30516dce513Schristos 30616dce513Schristos /* Define to the sub-directory in which libtool stores uninstalled libraries. 30716dce513Schristos */ 30816dce513Schristos #define LT_OBJDIR ".libs/" 30916dce513Schristos 31016dce513Schristos /* Name of package */ 31116dce513Schristos #define PACKAGE "bfd" 31216dce513Schristos 31316dce513Schristos /* Define to the address where bug reports for this package should be sent. */ 31416dce513Schristos #define PACKAGE_BUGREPORT "" 31516dce513Schristos 31616dce513Schristos /* Define to the full name of this package. */ 31716dce513Schristos #define PACKAGE_NAME "bfd" 31816dce513Schristos 31916dce513Schristos /* Define to the full name and version of this package. */ 320*012573ebSchristos #define PACKAGE_STRING "bfd 2.34" 32116dce513Schristos 32216dce513Schristos /* Define to the one symbol short name of this package. */ 32316dce513Schristos #define PACKAGE_TARNAME "bfd" 32416dce513Schristos 32516dce513Schristos /* Define to the home page for this package. */ 32616dce513Schristos #define PACKAGE_URL "" 32716dce513Schristos 32816dce513Schristos /* Define to the version of this package. */ 329*012573ebSchristos #define PACKAGE_VERSION "2.34" 33016dce513Schristos 33116dce513Schristos /* The size of `char', as computed by sizeof. */ 33216dce513Schristos /* #undef SIZEOF_CHAR */ 33316dce513Schristos 33416dce513Schristos /* The size of `int', as computed by sizeof. */ 335*012573ebSchristos #define SIZEOF_INT 4 33616dce513Schristos 33716dce513Schristos /* The size of `long', as computed by sizeof. */ 33816dce513Schristos #define SIZEOF_LONG 4 33916dce513Schristos 34016dce513Schristos /* The size of `long long', as computed by sizeof. */ 34116dce513Schristos #define SIZEOF_LONG_LONG 8 34216dce513Schristos 34316dce513Schristos /* The size of `off_t', as computed by sizeof. */ 34416dce513Schristos #define SIZEOF_OFF_T 8 34516dce513Schristos 34616dce513Schristos /* The size of `short', as computed by sizeof. */ 34716dce513Schristos /* #undef SIZEOF_SHORT */ 34816dce513Schristos 34916dce513Schristos /* The size of `void *', as computed by sizeof. */ 35016dce513Schristos #define SIZEOF_VOID_P 4 35116dce513Schristos 35216dce513Schristos /* Define to 1 if you have the ANSI C header files. */ 35316dce513Schristos #define STDC_HEADERS 1 35416dce513Schristos 35516dce513Schristos /* Define if you can safely include both <string.h> and <strings.h>. */ 35616dce513Schristos #define STRING_WITH_STRINGS 1 35716dce513Schristos 35816dce513Schristos /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 35916dce513Schristos #define TIME_WITH_SYS_TIME 1 36016dce513Schristos 36116dce513Schristos /* Name of host specific header file to include in trad-core.c. */ 36216dce513Schristos /* #undef TRAD_HEADER */ 36316dce513Schristos 364ede78133Schristos /* Define if 64-bit archives should always be used. */ 36516dce513Schristos /* #undef USE_64_BIT_ARCHIVE */ 36616dce513Schristos 36716dce513Schristos /* Use b modifier when opening binary files? */ 36816dce513Schristos /* #undef USE_BINARY_FOPEN */ 36916dce513Schristos 37016dce513Schristos /* Define if we should use leading underscore on 64 bit mingw targets */ 37116dce513Schristos /* #undef USE_MINGW64_LEADING_UNDERSCORES */ 37216dce513Schristos 37316dce513Schristos /* Use mmap if it's available? */ 37416dce513Schristos /* #undef USE_MMAP */ 37516dce513Schristos 37616dce513Schristos /* Define if we should default to creating read-only plt entries */ 37716dce513Schristos /* #undef USE_SECUREPLT */ 37816dce513Schristos 37916dce513Schristos /* Enable extensions on AIX 3, Interix. */ 38016dce513Schristos #ifndef _ALL_SOURCE 38116dce513Schristos # define _ALL_SOURCE 1 38216dce513Schristos #endif 38316dce513Schristos /* Enable GNU extensions on systems that have them. */ 38416dce513Schristos #ifndef _GNU_SOURCE 38516dce513Schristos # define _GNU_SOURCE 1 38616dce513Schristos #endif 38716dce513Schristos /* Enable threading extensions on Solaris. */ 38816dce513Schristos #ifndef _POSIX_PTHREAD_SEMANTICS 38916dce513Schristos # define _POSIX_PTHREAD_SEMANTICS 1 39016dce513Schristos #endif 39116dce513Schristos /* Enable extensions on HP NonStop. */ 39216dce513Schristos #ifndef _TANDEM_SOURCE 39316dce513Schristos # define _TANDEM_SOURCE 1 39416dce513Schristos #endif 39516dce513Schristos /* Enable general extensions on Solaris. */ 39616dce513Schristos #ifndef __EXTENSIONS__ 39716dce513Schristos # define __EXTENSIONS__ 1 39816dce513Schristos #endif 39916dce513Schristos 40016dce513Schristos 40116dce513Schristos /* Version number of package */ 402*012573ebSchristos #define VERSION "2.34" 403ede78133Schristos 404ede78133Schristos /* Enable large inode numbers on Mac OS X 10.5. */ 405ede78133Schristos #ifndef _DARWIN_USE_64_BIT_INODE 406ede78133Schristos # define _DARWIN_USE_64_BIT_INODE 1 407ede78133Schristos #endif 40816dce513Schristos 40916dce513Schristos /* Number of bits in a file offset, on hosts where this is settable. */ 41016dce513Schristos /* #undef _FILE_OFFSET_BITS */ 41116dce513Schristos 41216dce513Schristos /* Define for large files, on AIX-style hosts. */ 41316dce513Schristos /* #undef _LARGE_FILES */ 41416dce513Schristos 41516dce513Schristos /* Define to 1 if on MINIX. */ 41616dce513Schristos /* #undef _MINIX */ 41716dce513Schristos 41816dce513Schristos /* Define to 2 if the system does not provide POSIX.1 features except with 41916dce513Schristos this defined. */ 42016dce513Schristos /* #undef _POSIX_1_SOURCE */ 42116dce513Schristos 42216dce513Schristos /* Define to 1 if you need to in order for `stat' and other things to work. */ 42316dce513Schristos /* #undef _POSIX_SOURCE */ 424