12beb407aSchristos /* This file is automatically generated. DO NOT EDIT! */ 2*ccd9df53Srin /* Generated from: NetBSD: mknative-binutils,v 1.16 2024/06/30 16:11:11 christos Exp */ 32beb407aSchristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */ 42beb407aSchristos 52beb407aSchristos /* config.h. Generated from config.in by configure. */ 62beb407aSchristos /* config.in. Generated from configure.ac by autoheader. */ 72beb407aSchristos 82beb407aSchristos /* Check that config.h is #included before system headers 92beb407aSchristos (this works only for glibc, but that should be enough). */ 102beb407aSchristos #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__) 112beb407aSchristos # error config.h must be #included before system headers 122beb407aSchristos #endif 132beb407aSchristos #define __CONFIG_H__ 1 142beb407aSchristos 152beb407aSchristos /* Should ar and ranlib use -D behavior by default? */ 162beb407aSchristos #define DEFAULT_AR_DETERMINISTIC 0 172beb407aSchristos 18*ccd9df53Srin /* Have objdump use colors in its disassembly by default */ 19*ccd9df53Srin #define DEFAULT_FOR_COLORED_DISASSEMBLY 0 20*ccd9df53Srin 218c762729Schristos /* Have readelf and objdump follow debug links by default */ 228c762729Schristos #define DEFAULT_FOR_FOLLOW_LINKS 1 238c762729Schristos 248c762729Schristos /* Have nm use F and f for global and local ifunc symbols */ 258c762729Schristos #define DEFAULT_F_FOR_IFUNC_SYMBOLS 0 268c762729Schristos 272beb407aSchristos /* Should strings use -a behavior by default? */ 282beb407aSchristos #define DEFAULT_STRINGS_ALL 1 292beb407aSchristos 308c762729Schristos /* Define if you want run-time sanity checks. */ 318c762729Schristos /* #undef ENABLE_CHECKING */ 328c762729Schristos 338c762729Schristos /* Handle .ctf type-info sections */ 348c762729Schristos #define ENABLE_LIBCTF 1 358c762729Schristos 362beb407aSchristos /* Define to 1 if translation of program messages to the user's native 372beb407aSchristos language is requested. */ 38*ccd9df53Srin /* #undef ENABLE_NLS */ 392beb407aSchristos 402beb407aSchristos /* Suffix used for executables, if any. */ 412beb407aSchristos #define EXECUTABLE_SUFFIX "" 422beb407aSchristos 43*ccd9df53Srin /* Define to 1 if you have the Mac OS X function 44*ccd9df53Srin CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */ 45*ccd9df53Srin /* #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES */ 46*ccd9df53Srin 47*ccd9df53Srin /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in 48*ccd9df53Srin the CoreFoundation framework. */ 49*ccd9df53Srin /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */ 50*ccd9df53Srin 51*ccd9df53Srin /* Define if the GNU dcgettext() function is already present or preinstalled. 52*ccd9df53Srin */ 53*ccd9df53Srin /* #undef HAVE_DCGETTEXT */ 54*ccd9df53Srin 552beb407aSchristos /* Define to 1 if you have the declaration of `asprintf', and to 0 if you 562beb407aSchristos don't. */ 572beb407aSchristos #define HAVE_DECL_ASPRINTF 1 582beb407aSchristos 592beb407aSchristos /* Define to 1 if you have the declaration of `environ', and to 0 if you 602beb407aSchristos don't. */ 612beb407aSchristos #define HAVE_DECL_ENVIRON 0 622beb407aSchristos 632beb407aSchristos /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you 642beb407aSchristos don't. */ 652beb407aSchristos #define HAVE_DECL_GETC_UNLOCKED 1 662beb407aSchristos 672beb407aSchristos /* Is the prototype for getopt in <unistd.h> in the expected format? */ 682beb407aSchristos #define HAVE_DECL_GETOPT 1 692beb407aSchristos 702beb407aSchristos /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't. 712beb407aSchristos */ 722beb407aSchristos #define HAVE_DECL_STPCPY 1 732beb407aSchristos 742beb407aSchristos /* Define to 1 if you have the declaration of `strnlen', and to 0 if you 752beb407aSchristos don't. */ 762beb407aSchristos #define HAVE_DECL_STRNLEN 1 772beb407aSchristos 782beb407aSchristos /* Define to 1 if you have the <dlfcn.h> header file. */ 792beb407aSchristos #define HAVE_DLFCN_H 1 802beb407aSchristos 812beb407aSchristos /* Does the platform use an executable suffix? */ 822beb407aSchristos /* #undef HAVE_EXECUTABLE_SUFFIX */ 832beb407aSchristos 842beb407aSchristos /* Define to 1 if you have the <fcntl.h> header file. */ 852beb407aSchristos #define HAVE_FCNTL_H 1 862beb407aSchristos 87*ccd9df53Srin /* Define to 1 if you have the `fseeko' function. */ 88*ccd9df53Srin #define HAVE_FSEEKO 1 89*ccd9df53Srin 90*ccd9df53Srin /* Define to 1 if you have the `fseeko64' function. */ 91*ccd9df53Srin /* #undef HAVE_FSEEKO64 */ 92*ccd9df53Srin 932beb407aSchristos /* Define to 1 if you have the `getc_unlocked' function. */ 942beb407aSchristos #define HAVE_GETC_UNLOCKED 1 952beb407aSchristos 962beb407aSchristos /* Define to 1 if you have the `getpagesize' function. */ 972beb407aSchristos #define HAVE_GETPAGESIZE 1 982beb407aSchristos 99*ccd9df53Srin /* Define if the GNU gettext() function is already present or preinstalled. */ 100*ccd9df53Srin /* #undef HAVE_GETTEXT */ 101*ccd9df53Srin 1022beb407aSchristos /* Does <utime.h> define struct utimbuf? */ 1032beb407aSchristos #define HAVE_GOOD_UTIME_H 1 1042beb407aSchristos 105*ccd9df53Srin /* Define if you have the iconv() function and it works. */ 1062beb407aSchristos #define HAVE_ICONV 1 1072beb407aSchristos 1082beb407aSchristos /* Define to 1 if you have the <inttypes.h> header file. */ 1092beb407aSchristos #define HAVE_INTTYPES_H 1 1102beb407aSchristos 1112beb407aSchristos /* Define if your <locale.h> file defines LC_MESSAGES. */ 1122beb407aSchristos #define HAVE_LC_MESSAGES 1 1132beb407aSchristos 1142beb407aSchristos /* Define to 1 if debuginfod is enabled. */ 1152beb407aSchristos /* #undef HAVE_LIBDEBUGINFOD */ 1162beb407aSchristos 117*ccd9df53Srin /* Define to 1 if debuginfod section downloading is supported. */ 118*ccd9df53Srin /* #undef HAVE_LIBDEBUGINFOD_FIND_SECTION */ 119*ccd9df53Srin 1202beb407aSchristos /* Define if mbstate_t exists in wchar.h. */ 1212beb407aSchristos #define HAVE_MBSTATE_T 1 1222beb407aSchristos 1232beb407aSchristos /* Define to 1 if you have the <memory.h> header file. */ 1242beb407aSchristos #define HAVE_MEMORY_H 1 1252beb407aSchristos 1262beb407aSchristos /* Define to 1 if you have the `mkdtemp' function. */ 1272beb407aSchristos #define HAVE_MKDTEMP 1 1282beb407aSchristos 1292beb407aSchristos /* Define to 1 if you have the `mkstemp' function. */ 1302beb407aSchristos #define HAVE_MKSTEMP 1 1312beb407aSchristos 1322beb407aSchristos /* Define to 1 if you have a working `mmap' system call. */ 1332beb407aSchristos #define HAVE_MMAP 1 1342beb407aSchristos 1358c762729Schristos /* Define to 1 if msgpack is available. */ 1368c762729Schristos /* #undef HAVE_MSGPACK */ 1378c762729Schristos 1382beb407aSchristos /* Define to 1 if you have the <stdint.h> header file. */ 1392beb407aSchristos #define HAVE_STDINT_H 1 1402beb407aSchristos 1412beb407aSchristos /* Define to 1 if you have the <stdlib.h> header file. */ 1422beb407aSchristos #define HAVE_STDLIB_H 1 1432beb407aSchristos 1442beb407aSchristos /* Define to 1 if you have the <strings.h> header file. */ 1452beb407aSchristos #define HAVE_STRINGS_H 1 1462beb407aSchristos 1472beb407aSchristos /* Define to 1 if you have the <string.h> header file. */ 1482beb407aSchristos #define HAVE_STRING_H 1 1492beb407aSchristos 1508c762729Schristos /* Define to 1 if `st_atimensec' is a member of `struct stat'. */ 1518c762729Schristos /* #undef HAVE_STRUCT_STAT_ST_ATIMENSEC */ 1528c762729Schristos 1538c762729Schristos /* Define to 1 if `st_atimespec.tv_nsec' is a member of `struct stat'. */ 1548c762729Schristos /* #undef HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC */ 1558c762729Schristos 1568c762729Schristos /* Define to 1 if `st_atim.st__tim.tv_nsec' is a member of `struct stat'. */ 1578c762729Schristos /* #undef HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC */ 1588c762729Schristos 1598c762729Schristos /* Define to 1 if `st_atim.tv_nsec' is a member of `struct stat'. */ 1608c762729Schristos #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 1618c762729Schristos 1622beb407aSchristos /* Define to 1 if you have the <sys/file.h> header file. */ 1632beb407aSchristos #define HAVE_SYS_FILE_H 1 1642beb407aSchristos 1652beb407aSchristos /* Define to 1 if you have the <sys/param.h> header file. */ 1662beb407aSchristos #define HAVE_SYS_PARAM_H 1 1672beb407aSchristos 1682beb407aSchristos /* Define to 1 if you have the <sys/stat.h> header file. */ 1692beb407aSchristos #define HAVE_SYS_STAT_H 1 1702beb407aSchristos 1718c762729Schristos /* Define to 1 if you have the <sys/time.h> header file. */ 1728c762729Schristos #define HAVE_SYS_TIME_H 1 1738c762729Schristos 1742beb407aSchristos /* Define to 1 if you have the <sys/types.h> header file. */ 1752beb407aSchristos #define HAVE_SYS_TYPES_H 1 1762beb407aSchristos 1772beb407aSchristos /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ 1782beb407aSchristos #define HAVE_SYS_WAIT_H 1 1792beb407aSchristos 1802beb407aSchristos /* Define to 1 if you have the <unistd.h> header file. */ 1812beb407aSchristos #define HAVE_UNISTD_H 1 1822beb407aSchristos 1838c762729Schristos /* Define to 1 if you have the `utimensat' function. */ 1848c762729Schristos #define HAVE_UTIMENSAT 1 1858c762729Schristos 1862beb407aSchristos /* Define to 1 if you have the `utimes' function. */ 1872beb407aSchristos #define HAVE_UTIMES 1 1882beb407aSchristos 1892beb407aSchristos /* Define to 1 if you have the <windows.h> header file. */ 1902beb407aSchristos /* #undef HAVE_WINDOWS_H */ 1912beb407aSchristos 192*ccd9df53Srin /* Define to 1 if zstd is enabled. */ 193*ccd9df53Srin /* #undef HAVE_ZSTD */ 194*ccd9df53Srin 1952beb407aSchristos /* Define as const if the declaration of iconv() needs const. */ 1962beb407aSchristos #define ICONV_CONST 1972beb407aSchristos 1982beb407aSchristos /* Define to the sub-directory in which libtool stores uninstalled libraries. 1992beb407aSchristos */ 2002beb407aSchristos #define LT_OBJDIR ".libs/" 2012beb407aSchristos 2022beb407aSchristos /* Name of package */ 2032beb407aSchristos #define PACKAGE "binutils" 2042beb407aSchristos 2052beb407aSchristos /* Define to the address where bug reports for this package should be sent. */ 2062beb407aSchristos #define PACKAGE_BUGREPORT "" 2072beb407aSchristos 2082beb407aSchristos /* Define to the full name of this package. */ 2092beb407aSchristos #define PACKAGE_NAME "binutils" 2102beb407aSchristos 2112beb407aSchristos /* Define to the full name and version of this package. */ 212*ccd9df53Srin #define PACKAGE_STRING "binutils 2.42" 2132beb407aSchristos 2142beb407aSchristos /* Define to the one symbol short name of this package. */ 2152beb407aSchristos #define PACKAGE_TARNAME "binutils" 2162beb407aSchristos 2172beb407aSchristos /* Define to the home page for this package. */ 2182beb407aSchristos #define PACKAGE_URL "" 2192beb407aSchristos 2202beb407aSchristos /* Define to the version of this package. */ 221*ccd9df53Srin #define PACKAGE_VERSION "2.42" 2222beb407aSchristos 2232beb407aSchristos /* Define to 1 if you have the ANSI C header files. */ 2242beb407aSchristos #define STDC_HEADERS 1 2252beb407aSchristos 2262beb407aSchristos /* Configured target name. */ 2272beb407aSchristos #define TARGET "mipsn64eb--netbsd" 2282beb407aSchristos 2292beb407aSchristos /* Define to 1 if user symbol names have a leading underscore, 0 if not. */ 2302beb407aSchristos #define TARGET_PREPENDS_UNDERSCORE 0 2312beb407aSchristos 2328c762729Schristos /* Define to 1 if the type of the st_atim member of a struct stat is struct 2338c762729Schristos timespec. */ 2348c762729Schristos #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 2358c762729Schristos 2362beb407aSchristos /* Use b modifier when opening binary files? */ 2372beb407aSchristos /* #undef USE_BINARY_FOPEN */ 2382beb407aSchristos 2392beb407aSchristos /* Enable extensions on AIX 3, Interix. */ 2402beb407aSchristos #ifndef _ALL_SOURCE 2412beb407aSchristos # define _ALL_SOURCE 1 2422beb407aSchristos #endif 2432beb407aSchristos /* Enable GNU extensions on systems that have them. */ 2442beb407aSchristos #ifndef _GNU_SOURCE 2452beb407aSchristos # define _GNU_SOURCE 1 2462beb407aSchristos #endif 2472beb407aSchristos /* Enable threading extensions on Solaris. */ 2482beb407aSchristos #ifndef _POSIX_PTHREAD_SEMANTICS 2492beb407aSchristos # define _POSIX_PTHREAD_SEMANTICS 1 2502beb407aSchristos #endif 2512beb407aSchristos /* Enable extensions on HP NonStop. */ 2522beb407aSchristos #ifndef _TANDEM_SOURCE 2532beb407aSchristos # define _TANDEM_SOURCE 1 2542beb407aSchristos #endif 2552beb407aSchristos /* Enable general extensions on Solaris. */ 2562beb407aSchristos #ifndef __EXTENSIONS__ 2572beb407aSchristos # define __EXTENSIONS__ 1 2582beb407aSchristos #endif 2592beb407aSchristos 2602beb407aSchristos 2612beb407aSchristos /* Version number of package */ 262*ccd9df53Srin #define VERSION "2.42" 2632beb407aSchristos 2642beb407aSchristos /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a 2652beb407aSchristos `char[]'. */ 2662beb407aSchristos #define YYTEXT_POINTER 1 2672beb407aSchristos 2682beb407aSchristos /* Enable large inode numbers on Mac OS X 10.5. */ 2692beb407aSchristos #ifndef _DARWIN_USE_64_BIT_INODE 2702beb407aSchristos # define _DARWIN_USE_64_BIT_INODE 1 2712beb407aSchristos #endif 2722beb407aSchristos 2732beb407aSchristos /* Number of bits in a file offset, on hosts where this is settable. */ 2742beb407aSchristos /* #undef _FILE_OFFSET_BITS */ 2752beb407aSchristos 2762beb407aSchristos /* Define for large files, on AIX-style hosts. */ 2772beb407aSchristos /* #undef _LARGE_FILES */ 2782beb407aSchristos 2792beb407aSchristos /* Define to 1 if on MINIX. */ 2802beb407aSchristos /* #undef _MINIX */ 2812beb407aSchristos 2822beb407aSchristos /* Define to 2 if the system does not provide POSIX.1 features except with 2832beb407aSchristos this defined. */ 2842beb407aSchristos /* #undef _POSIX_1_SOURCE */ 2852beb407aSchristos 2862beb407aSchristos /* Define to 1 if you need to in order for `stat' and other things to work. */ 2872beb407aSchristos /* #undef _POSIX_SOURCE */ 288