12e935001Smatt /* This file is automatically generated. DO NOT EDIT! */ 2*801f73adSchristos /* Generated from: NetBSD: mknative-binutils,v 1.16 2024/06/30 16:11:11 christos Exp */ 38005419bSchristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */ 42e935001Smatt 52e935001Smatt /* config.h. Generated from config.in by configure. */ 60ef15dfaSchristos /* config.in. Generated from configure.ac by autoheader. */ 72e935001Smatt 883d6843dSskrll /* Check that config.h is #included before system headers 983d6843dSskrll (this works only for glibc, but that should be enough). */ 1083d6843dSskrll #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__) 1183d6843dSskrll # error config.h must be #included before system headers 1283d6843dSskrll #endif 1383d6843dSskrll #define __CONFIG_H__ 1 1483d6843dSskrll 1583d6843dSskrll /* Should ar and ranlib use -D behavior by default? */ 1683d6843dSskrll #define DEFAULT_AR_DETERMINISTIC 0 1783d6843dSskrll 18*801f73adSchristos /* Have objdump use colors in its disassembly by default */ 19*801f73adSchristos #define DEFAULT_FOR_COLORED_DISASSEMBLY 0 20*801f73adSchristos 2151f66c08Schristos /* Have readelf and objdump follow debug links by default */ 2251f66c08Schristos #define DEFAULT_FOR_FOLLOW_LINKS 1 2351f66c08Schristos 2451f66c08Schristos /* Have nm use F and f for global and local ifunc symbols */ 2551f66c08Schristos #define DEFAULT_F_FOR_IFUNC_SYMBOLS 0 2651f66c08Schristos 270ef15dfaSchristos /* Should strings use -a behavior by default? */ 280ef15dfaSchristos #define DEFAULT_STRINGS_ALL 1 290ef15dfaSchristos 3051f66c08Schristos /* Define if you want run-time sanity checks. */ 3151f66c08Schristos /* #undef ENABLE_CHECKING */ 3251f66c08Schristos 3351f66c08Schristos /* Handle .ctf type-info sections */ 3451f66c08Schristos #define ENABLE_LIBCTF 1 3551f66c08Schristos 362e935001Smatt /* Define to 1 if translation of program messages to the user's native 372e935001Smatt language is requested. */ 38*801f73adSchristos /* #undef ENABLE_NLS */ 392e935001Smatt 402e935001Smatt /* Suffix used for executables, if any. */ 412e935001Smatt #define EXECUTABLE_SUFFIX "" 422e935001Smatt 43*801f73adSchristos /* Define to 1 if you have the Mac OS X function 44*801f73adSchristos CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */ 45*801f73adSchristos /* #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES */ 46*801f73adSchristos 47*801f73adSchristos /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in 48*801f73adSchristos the CoreFoundation framework. */ 49*801f73adSchristos /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */ 50*801f73adSchristos 51*801f73adSchristos /* Define if the GNU dcgettext() function is already present or preinstalled. 52*801f73adSchristos */ 53*801f73adSchristos /* #undef HAVE_DCGETTEXT */ 54*801f73adSchristos 558005419bSchristos /* Define to 1 if you have the declaration of `asprintf', and to 0 if you 568005419bSchristos don't. */ 578005419bSchristos #define HAVE_DECL_ASPRINTF 1 588005419bSchristos 592e935001Smatt /* Define to 1 if you have the declaration of `environ', and to 0 if you 602e935001Smatt don't. */ 612e935001Smatt #define HAVE_DECL_ENVIRON 0 622e935001Smatt 632e935001Smatt /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you 642e935001Smatt don't. */ 652e935001Smatt #define HAVE_DECL_GETC_UNLOCKED 1 662e935001Smatt 672e935001Smatt /* Is the prototype for getopt in <unistd.h> in the expected format? */ 682e935001Smatt #define HAVE_DECL_GETOPT 1 692e935001Smatt 702e935001Smatt /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't. 712e935001Smatt */ 722e935001Smatt #define HAVE_DECL_STPCPY 1 732e935001Smatt 740ef15dfaSchristos /* Define to 1 if you have the declaration of `strnlen', and to 0 if you 750ef15dfaSchristos don't. */ 760ef15dfaSchristos #define HAVE_DECL_STRNLEN 1 770ef15dfaSchristos 782e935001Smatt /* Define to 1 if you have the <dlfcn.h> header file. */ 792e935001Smatt #define HAVE_DLFCN_H 1 802e935001Smatt 812e935001Smatt /* Does the platform use an executable suffix? */ 822e935001Smatt /* #undef HAVE_EXECUTABLE_SUFFIX */ 832e935001Smatt 842e935001Smatt /* Define to 1 if you have the <fcntl.h> header file. */ 852e935001Smatt #define HAVE_FCNTL_H 1 862e935001Smatt 87*801f73adSchristos /* Define to 1 if you have the `fseeko' function. */ 88*801f73adSchristos #define HAVE_FSEEKO 1 89*801f73adSchristos 90*801f73adSchristos /* Define to 1 if you have the `fseeko64' function. */ 91*801f73adSchristos /* #undef HAVE_FSEEKO64 */ 92*801f73adSchristos 932e935001Smatt /* Define to 1 if you have the `getc_unlocked' function. */ 942e935001Smatt #define HAVE_GETC_UNLOCKED 1 952e935001Smatt 961ddbc14eSchristos /* Define to 1 if you have the `getpagesize' function. */ 971ddbc14eSchristos #define HAVE_GETPAGESIZE 1 981ddbc14eSchristos 99*801f73adSchristos /* Define if the GNU gettext() function is already present or preinstalled. */ 100*801f73adSchristos /* #undef HAVE_GETTEXT */ 101*801f73adSchristos 1022e935001Smatt /* Does <utime.h> define struct utimbuf? */ 1032e935001Smatt #define HAVE_GOOD_UTIME_H 1 1042e935001Smatt 105*801f73adSchristos /* Define if you have the iconv() function and it works. */ 1062e935001Smatt #define HAVE_ICONV 1 1072e935001Smatt 1082e935001Smatt /* Define to 1 if you have the <inttypes.h> header file. */ 1092e935001Smatt #define HAVE_INTTYPES_H 1 1102e935001Smatt 11183d6843dSskrll /* Define if your <locale.h> file defines LC_MESSAGES. */ 11283d6843dSskrll #define HAVE_LC_MESSAGES 1 11383d6843dSskrll 1141ddbc14eSchristos /* Define to 1 if debuginfod is enabled. */ 1151ddbc14eSchristos /* #undef HAVE_LIBDEBUGINFOD */ 1161ddbc14eSchristos 117*801f73adSchristos /* Define to 1 if debuginfod section downloading is supported. */ 118*801f73adSchristos /* #undef HAVE_LIBDEBUGINFOD_FIND_SECTION */ 119*801f73adSchristos 12083d6843dSskrll /* Define if mbstate_t exists in wchar.h. */ 12183d6843dSskrll #define HAVE_MBSTATE_T 1 12283d6843dSskrll 1232e935001Smatt /* Define to 1 if you have the <memory.h> header file. */ 1242e935001Smatt #define HAVE_MEMORY_H 1 1252e935001Smatt 1262e935001Smatt /* Define to 1 if you have the `mkdtemp' function. */ 1272e935001Smatt #define HAVE_MKDTEMP 1 1282e935001Smatt 1292e935001Smatt /* Define to 1 if you have the `mkstemp' function. */ 1302e935001Smatt #define HAVE_MKSTEMP 1 1312e935001Smatt 1321ddbc14eSchristos /* Define to 1 if you have a working `mmap' system call. */ 1331ddbc14eSchristos #define HAVE_MMAP 1 1341ddbc14eSchristos 13551f66c08Schristos /* Define to 1 if msgpack is available. */ 13651f66c08Schristos /* #undef HAVE_MSGPACK */ 13751f66c08Schristos 1382e935001Smatt /* Define to 1 if you have the <stdint.h> header file. */ 1392e935001Smatt #define HAVE_STDINT_H 1 1402e935001Smatt 1412e935001Smatt /* Define to 1 if you have the <stdlib.h> header file. */ 1422e935001Smatt #define HAVE_STDLIB_H 1 1432e935001Smatt 1442e935001Smatt /* Define to 1 if you have the <strings.h> header file. */ 1452e935001Smatt #define HAVE_STRINGS_H 1 1462e935001Smatt 1472e935001Smatt /* Define to 1 if you have the <string.h> header file. */ 1482e935001Smatt #define HAVE_STRING_H 1 1492e935001Smatt 15051f66c08Schristos /* Define to 1 if `st_atimensec' is a member of `struct stat'. */ 15151f66c08Schristos /* #undef HAVE_STRUCT_STAT_ST_ATIMENSEC */ 15251f66c08Schristos 15351f66c08Schristos /* Define to 1 if `st_atimespec.tv_nsec' is a member of `struct stat'. */ 15451f66c08Schristos /* #undef HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC */ 15551f66c08Schristos 15651f66c08Schristos /* Define to 1 if `st_atim.st__tim.tv_nsec' is a member of `struct stat'. */ 15751f66c08Schristos /* #undef HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC */ 15851f66c08Schristos 15951f66c08Schristos /* Define to 1 if `st_atim.tv_nsec' is a member of `struct stat'. */ 16051f66c08Schristos #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 16151f66c08Schristos 1622e935001Smatt /* Define to 1 if you have the <sys/file.h> header file. */ 1632e935001Smatt #define HAVE_SYS_FILE_H 1 1642e935001Smatt 1652e935001Smatt /* Define to 1 if you have the <sys/param.h> header file. */ 1662e935001Smatt #define HAVE_SYS_PARAM_H 1 1672e935001Smatt 1682e935001Smatt /* Define to 1 if you have the <sys/stat.h> header file. */ 1692e935001Smatt #define HAVE_SYS_STAT_H 1 1702e935001Smatt 17151f66c08Schristos /* Define to 1 if you have the <sys/time.h> header file. */ 17251f66c08Schristos #define HAVE_SYS_TIME_H 1 17351f66c08Schristos 1742e935001Smatt /* Define to 1 if you have the <sys/types.h> header file. */ 1752e935001Smatt #define HAVE_SYS_TYPES_H 1 1762e935001Smatt 1772e935001Smatt /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ 1782e935001Smatt #define HAVE_SYS_WAIT_H 1 1792e935001Smatt 1802e935001Smatt /* Define to 1 if you have the <unistd.h> header file. */ 1812e935001Smatt #define HAVE_UNISTD_H 1 1822e935001Smatt 18351f66c08Schristos /* Define to 1 if you have the `utimensat' function. */ 18451f66c08Schristos #define HAVE_UTIMENSAT 1 18551f66c08Schristos 1862e935001Smatt /* Define to 1 if you have the `utimes' function. */ 1872e935001Smatt #define HAVE_UTIMES 1 1882e935001Smatt 1890ef15dfaSchristos /* Define to 1 if you have the <windows.h> header file. */ 1900ef15dfaSchristos /* #undef HAVE_WINDOWS_H */ 1912e935001Smatt 192*801f73adSchristos /* Define to 1 if zstd is enabled. */ 193*801f73adSchristos /* #undef HAVE_ZSTD */ 194*801f73adSchristos 1952e935001Smatt /* Define as const if the declaration of iconv() needs const. */ 19651f66c08Schristos #define ICONV_CONST 1972e935001Smatt 1982e935001Smatt /* Define to the sub-directory in which libtool stores uninstalled libraries. 1992e935001Smatt */ 2002e935001Smatt #define LT_OBJDIR ".libs/" 2012e935001Smatt 2022e935001Smatt /* Name of package */ 2032e935001Smatt #define PACKAGE "binutils" 2042e935001Smatt 2052e935001Smatt /* Define to the address where bug reports for this package should be sent. */ 2062e935001Smatt #define PACKAGE_BUGREPORT "" 2072e935001Smatt 2082e935001Smatt /* Define to the full name of this package. */ 2090ef15dfaSchristos #define PACKAGE_NAME "binutils" 2102e935001Smatt 2112e935001Smatt /* Define to the full name and version of this package. */ 212*801f73adSchristos #define PACKAGE_STRING "binutils 2.42" 2132e935001Smatt 2142e935001Smatt /* Define to the one symbol short name of this package. */ 2150ef15dfaSchristos #define PACKAGE_TARNAME "binutils" 2162e935001Smatt 2172e935001Smatt /* Define to the home page for this package. */ 2182e935001Smatt #define PACKAGE_URL "" 2192e935001Smatt 2202e935001Smatt /* Define to the version of this package. */ 221*801f73adSchristos #define PACKAGE_VERSION "2.42" 2222e935001Smatt 2232e935001Smatt /* Define to 1 if you have the ANSI C header files. */ 2242e935001Smatt #define STDC_HEADERS 1 2252e935001Smatt 2262e935001Smatt /* Configured target name. */ 22751f66c08Schristos #define TARGET "armv7--netbsdelf-eabihf" 2282e935001Smatt 2292e935001Smatt /* Define to 1 if user symbol names have a leading underscore, 0 if not. */ 2302e935001Smatt #define TARGET_PREPENDS_UNDERSCORE 0 2312e935001Smatt 23251f66c08Schristos /* Define to 1 if the type of the st_atim member of a struct stat is struct 23351f66c08Schristos timespec. */ 23451f66c08Schristos #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 23551f66c08Schristos 2362e935001Smatt /* Use b modifier when opening binary files? */ 2372e935001Smatt /* #undef USE_BINARY_FOPEN */ 2382e935001Smatt 2392e935001Smatt /* Enable extensions on AIX 3, Interix. */ 2402e935001Smatt #ifndef _ALL_SOURCE 2412e935001Smatt # define _ALL_SOURCE 1 2422e935001Smatt #endif 2432e935001Smatt /* Enable GNU extensions on systems that have them. */ 2442e935001Smatt #ifndef _GNU_SOURCE 2452e935001Smatt # define _GNU_SOURCE 1 2462e935001Smatt #endif 2472e935001Smatt /* Enable threading extensions on Solaris. */ 2482e935001Smatt #ifndef _POSIX_PTHREAD_SEMANTICS 2492e935001Smatt # define _POSIX_PTHREAD_SEMANTICS 1 2502e935001Smatt #endif 2512e935001Smatt /* Enable extensions on HP NonStop. */ 2522e935001Smatt #ifndef _TANDEM_SOURCE 2532e935001Smatt # define _TANDEM_SOURCE 1 2542e935001Smatt #endif 2552e935001Smatt /* Enable general extensions on Solaris. */ 2562e935001Smatt #ifndef __EXTENSIONS__ 2572e935001Smatt # define __EXTENSIONS__ 1 2582e935001Smatt #endif 2592e935001Smatt 2602e935001Smatt 2612e935001Smatt /* Version number of package */ 262*801f73adSchristos #define VERSION "2.42" 2632e935001Smatt 2642e935001Smatt /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a 2652e935001Smatt `char[]'. */ 266db87bbedSmatt #define YYTEXT_POINTER 1 2672e935001Smatt 2688005419bSchristos /* Enable large inode numbers on Mac OS X 10.5. */ 2698005419bSchristos #ifndef _DARWIN_USE_64_BIT_INODE 2708005419bSchristos # define _DARWIN_USE_64_BIT_INODE 1 2718005419bSchristos #endif 2728005419bSchristos 2732e935001Smatt /* Number of bits in a file offset, on hosts where this is settable. */ 2742e935001Smatt /* #undef _FILE_OFFSET_BITS */ 2752e935001Smatt 2762e935001Smatt /* Define for large files, on AIX-style hosts. */ 2772e935001Smatt /* #undef _LARGE_FILES */ 2782e935001Smatt 2792e935001Smatt /* Define to 1 if on MINIX. */ 2802e935001Smatt /* #undef _MINIX */ 2812e935001Smatt 2822e935001Smatt /* Define to 2 if the system does not provide POSIX.1 features except with 2832e935001Smatt this defined. */ 2842e935001Smatt /* #undef _POSIX_1_SOURCE */ 2852e935001Smatt 2862e935001Smatt /* Define to 1 if you need to in order for `stat' and other things to work. */ 2872e935001Smatt /* #undef _POSIX_SOURCE */ 288