15e4c8969Smartin /* 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 */ 45e4c8969Smartin 55e4c8969Smartin /* config.h. Generated from config.in by configure. */ 6b711ecb4Schristos /* config.in. Generated from configure.ac by autoheader. */ 75e4c8969Smartin 85de22a2bSmrg /* Check that config.h is #included before system headers 95de22a2bSmrg (this works only for glibc, but that should be enough). */ 105de22a2bSmrg #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__) 115de22a2bSmrg # error config.h must be #included before system headers 125de22a2bSmrg #endif 135de22a2bSmrg #define __CONFIG_H__ 1 145de22a2bSmrg 155de22a2bSmrg /* Should ar and ranlib use -D behavior by default? */ 165de22a2bSmrg #define DEFAULT_AR_DETERMINISTIC 0 175de22a2bSmrg 18*801f73adSchristos /* Have objdump use colors in its disassembly by default */ 19*801f73adSchristos #define DEFAULT_FOR_COLORED_DISASSEMBLY 0 20*801f73adSchristos 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 27b711ecb4Schristos /* Should strings use -a behavior by default? */ 28b711ecb4Schristos #define DEFAULT_STRINGS_ALL 1 29b711ecb4Schristos 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 365e4c8969Smartin /* Define to 1 if translation of program messages to the user's native 375e4c8969Smartin language is requested. */ 38*801f73adSchristos /* #undef ENABLE_NLS */ 395e4c8969Smartin 405e4c8969Smartin /* Suffix used for executables, if any. */ 415e4c8969Smartin #define EXECUTABLE_SUFFIX "" 425e4c8969Smartin 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 595e4c8969Smartin /* Define to 1 if you have the declaration of `environ', and to 0 if you 605e4c8969Smartin don't. */ 615e4c8969Smartin #define HAVE_DECL_ENVIRON 0 625e4c8969Smartin 635e4c8969Smartin /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you 645e4c8969Smartin don't. */ 655e4c8969Smartin #define HAVE_DECL_GETC_UNLOCKED 1 665e4c8969Smartin 675e4c8969Smartin /* Is the prototype for getopt in <unistd.h> in the expected format? */ 685e4c8969Smartin #define HAVE_DECL_GETOPT 1 695e4c8969Smartin 705e4c8969Smartin /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't. 715e4c8969Smartin */ 725e4c8969Smartin #define HAVE_DECL_STPCPY 1 735e4c8969Smartin 74b711ecb4Schristos /* Define to 1 if you have the declaration of `strnlen', and to 0 if you 75b711ecb4Schristos don't. */ 76b711ecb4Schristos #define HAVE_DECL_STRNLEN 1 77b711ecb4Schristos 785e4c8969Smartin /* Define to 1 if you have the <dlfcn.h> header file. */ 795e4c8969Smartin #define HAVE_DLFCN_H 1 805e4c8969Smartin 815e4c8969Smartin /* Does the platform use an executable suffix? */ 825e4c8969Smartin /* #undef HAVE_EXECUTABLE_SUFFIX */ 835e4c8969Smartin 845e4c8969Smartin /* Define to 1 if you have the <fcntl.h> header file. */ 855e4c8969Smartin #define HAVE_FCNTL_H 1 865e4c8969Smartin 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 935e4c8969Smartin /* Define to 1 if you have the `getc_unlocked' function. */ 945e4c8969Smartin #define HAVE_GETC_UNLOCKED 1 955e4c8969Smartin 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 1025e4c8969Smartin /* Does <utime.h> define struct utimbuf? */ 1035e4c8969Smartin #define HAVE_GOOD_UTIME_H 1 1045e4c8969Smartin 105*801f73adSchristos /* Define if you have the iconv() function and it works. */ 1065e4c8969Smartin #define HAVE_ICONV 1 1075e4c8969Smartin 1085e4c8969Smartin /* Define to 1 if you have the <inttypes.h> header file. */ 1095e4c8969Smartin #define HAVE_INTTYPES_H 1 1105e4c8969Smartin 1115de22a2bSmrg /* Define if your <locale.h> file defines LC_MESSAGES. */ 1125de22a2bSmrg #define HAVE_LC_MESSAGES 1 1135de22a2bSmrg 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 1205de22a2bSmrg /* Define if mbstate_t exists in wchar.h. */ 1215de22a2bSmrg #define HAVE_MBSTATE_T 1 1225de22a2bSmrg 1235e4c8969Smartin /* Define to 1 if you have the <memory.h> header file. */ 1245e4c8969Smartin #define HAVE_MEMORY_H 1 1255e4c8969Smartin 1265e4c8969Smartin /* Define to 1 if you have the `mkdtemp' function. */ 1275e4c8969Smartin #define HAVE_MKDTEMP 1 1285e4c8969Smartin 1295e4c8969Smartin /* Define to 1 if you have the `mkstemp' function. */ 1305e4c8969Smartin #define HAVE_MKSTEMP 1 1315e4c8969Smartin 1321ddbc14eSchristos /* Define to 1 if you have a working `mmap' system call. */ 1331ddbc14eSchristos #define HAVE_MMAP 1 1341ddbc14eSchristos 1358c762729Schristos /* Define to 1 if msgpack is available. */ 1368c762729Schristos /* #undef HAVE_MSGPACK */ 1378c762729Schristos 1385e4c8969Smartin /* Define to 1 if you have the <stdint.h> header file. */ 1395e4c8969Smartin #define HAVE_STDINT_H 1 1405e4c8969Smartin 1415e4c8969Smartin /* Define to 1 if you have the <stdlib.h> header file. */ 1425e4c8969Smartin #define HAVE_STDLIB_H 1 1435e4c8969Smartin 1445e4c8969Smartin /* Define to 1 if you have the <strings.h> header file. */ 1455e4c8969Smartin #define HAVE_STRINGS_H 1 1465e4c8969Smartin 1475e4c8969Smartin /* Define to 1 if you have the <string.h> header file. */ 1485e4c8969Smartin #define HAVE_STRING_H 1 1495e4c8969Smartin 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 1625e4c8969Smartin /* Define to 1 if you have the <sys/file.h> header file. */ 1635e4c8969Smartin #define HAVE_SYS_FILE_H 1 1645e4c8969Smartin 1655e4c8969Smartin /* Define to 1 if you have the <sys/param.h> header file. */ 1665e4c8969Smartin #define HAVE_SYS_PARAM_H 1 1675e4c8969Smartin 1685e4c8969Smartin /* Define to 1 if you have the <sys/stat.h> header file. */ 1695e4c8969Smartin #define HAVE_SYS_STAT_H 1 1705e4c8969Smartin 1718c762729Schristos /* Define to 1 if you have the <sys/time.h> header file. */ 1728c762729Schristos #define HAVE_SYS_TIME_H 1 1738c762729Schristos 1745e4c8969Smartin /* Define to 1 if you have the <sys/types.h> header file. */ 1755e4c8969Smartin #define HAVE_SYS_TYPES_H 1 1765e4c8969Smartin 1775e4c8969Smartin /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ 1785e4c8969Smartin #define HAVE_SYS_WAIT_H 1 1795e4c8969Smartin 1805e4c8969Smartin /* Define to 1 if you have the <unistd.h> header file. */ 1815e4c8969Smartin #define HAVE_UNISTD_H 1 1825e4c8969Smartin 1838c762729Schristos /* Define to 1 if you have the `utimensat' function. */ 1848c762729Schristos #define HAVE_UTIMENSAT 1 1858c762729Schristos 1865e4c8969Smartin /* Define to 1 if you have the `utimes' function. */ 1875e4c8969Smartin #define HAVE_UTIMES 1 1885e4c8969Smartin 189b711ecb4Schristos /* Define to 1 if you have the <windows.h> header file. */ 190b711ecb4Schristos /* #undef HAVE_WINDOWS_H */ 1915e4c8969Smartin 192*801f73adSchristos /* Define to 1 if zstd is enabled. */ 193*801f73adSchristos /* #undef HAVE_ZSTD */ 194*801f73adSchristos 1955e4c8969Smartin /* Define as const if the declaration of iconv() needs const. */ 196c4608cd2Smrg #define ICONV_CONST 1975e4c8969Smartin 1985e4c8969Smartin /* Define to the sub-directory in which libtool stores uninstalled libraries. 1995e4c8969Smartin */ 2005e4c8969Smartin #define LT_OBJDIR ".libs/" 2015e4c8969Smartin 2025e4c8969Smartin /* Name of package */ 2035e4c8969Smartin #define PACKAGE "binutils" 2045e4c8969Smartin 2055e4c8969Smartin /* Define to the address where bug reports for this package should be sent. */ 2065e4c8969Smartin #define PACKAGE_BUGREPORT "" 2075e4c8969Smartin 2085e4c8969Smartin /* Define to the full name of this package. */ 209b711ecb4Schristos #define PACKAGE_NAME "binutils" 2105e4c8969Smartin 2115e4c8969Smartin /* Define to the full name and version of this package. */ 212*801f73adSchristos #define PACKAGE_STRING "binutils 2.42" 2135e4c8969Smartin 2145e4c8969Smartin /* Define to the one symbol short name of this package. */ 215b711ecb4Schristos #define PACKAGE_TARNAME "binutils" 2165e4c8969Smartin 2175e4c8969Smartin /* Define to the home page for this package. */ 2185e4c8969Smartin #define PACKAGE_URL "" 2195e4c8969Smartin 2205e4c8969Smartin /* Define to the version of this package. */ 221*801f73adSchristos #define PACKAGE_VERSION "2.42" 2225e4c8969Smartin 2235e4c8969Smartin /* Define to 1 if you have the ANSI C header files. */ 2245e4c8969Smartin #define STDC_HEADERS 1 2255e4c8969Smartin 2265e4c8969Smartin /* Configured target name. */ 2275e4c8969Smartin #define TARGET "ia64--netbsd" 2285e4c8969Smartin 2295e4c8969Smartin /* Define to 1 if user symbol names have a leading underscore, 0 if not. */ 2305e4c8969Smartin #define TARGET_PREPENDS_UNDERSCORE 0 2315e4c8969Smartin 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 2365e4c8969Smartin /* Use b modifier when opening binary files? */ 2375e4c8969Smartin /* #undef USE_BINARY_FOPEN */ 2385e4c8969Smartin 2395e4c8969Smartin /* Enable extensions on AIX 3, Interix. */ 2405e4c8969Smartin #ifndef _ALL_SOURCE 2415e4c8969Smartin # define _ALL_SOURCE 1 2425e4c8969Smartin #endif 2435e4c8969Smartin /* Enable GNU extensions on systems that have them. */ 2445e4c8969Smartin #ifndef _GNU_SOURCE 2455e4c8969Smartin # define _GNU_SOURCE 1 2465e4c8969Smartin #endif 2475e4c8969Smartin /* Enable threading extensions on Solaris. */ 2485e4c8969Smartin #ifndef _POSIX_PTHREAD_SEMANTICS 2495e4c8969Smartin # define _POSIX_PTHREAD_SEMANTICS 1 2505e4c8969Smartin #endif 2515e4c8969Smartin /* Enable extensions on HP NonStop. */ 2525e4c8969Smartin #ifndef _TANDEM_SOURCE 2535e4c8969Smartin # define _TANDEM_SOURCE 1 2545e4c8969Smartin #endif 2555e4c8969Smartin /* Enable general extensions on Solaris. */ 2565e4c8969Smartin #ifndef __EXTENSIONS__ 2575e4c8969Smartin # define __EXTENSIONS__ 1 2585e4c8969Smartin #endif 2595e4c8969Smartin 2605e4c8969Smartin 2615e4c8969Smartin /* Version number of package */ 262*801f73adSchristos #define VERSION "2.42" 2635e4c8969Smartin 2645e4c8969Smartin /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a 2655e4c8969Smartin `char[]'. */ 2665e4c8969Smartin #define YYTEXT_POINTER 1 2675e4c8969Smartin 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 2735e4c8969Smartin /* Number of bits in a file offset, on hosts where this is settable. */ 2745e4c8969Smartin /* #undef _FILE_OFFSET_BITS */ 2755e4c8969Smartin 2765e4c8969Smartin /* Define for large files, on AIX-style hosts. */ 2775e4c8969Smartin /* #undef _LARGE_FILES */ 2785e4c8969Smartin 2795e4c8969Smartin /* Define to 1 if on MINIX. */ 2805e4c8969Smartin /* #undef _MINIX */ 2815e4c8969Smartin 2825e4c8969Smartin /* Define to 2 if the system does not provide POSIX.1 features except with 2835e4c8969Smartin this defined. */ 2845e4c8969Smartin /* #undef _POSIX_1_SOURCE */ 2855e4c8969Smartin 2865e4c8969Smartin /* Define to 1 if you need to in order for `stat' and other things to work. */ 2875e4c8969Smartin /* #undef _POSIX_SOURCE */ 288