1 1.1 christos /* This file is automatically generated. DO NOT EDIT! */ 2 1.6 christos /* Generated from: NetBSD: mknative-binutils,v 1.17 2026/02/11 21:04:24 christos Exp */ 3 1.1 christos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */ 4 1.1 christos 5 1.1 christos /* config.h. Generated from config.in by configure. */ 6 1.1 christos /* config.in. Generated from configure.ac by autoheader. */ 7 1.1 christos 8 1.1 christos /* Check that config.h is #included before system headers 9 1.1 christos (this works only for glibc, but that should be enough). */ 10 1.1 christos #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__) 11 1.1 christos # error config.h must be #included before system headers 12 1.1 christos #endif 13 1.1 christos #define __CONFIG_H__ 1 14 1.1 christos 15 1.5 christos /* Define if building universal (internal helper macro) */ 16 1.5 christos /* #undef AC_APPLE_UNIVERSAL_BUILD */ 17 1.5 christos 18 1.3 christos /* Should ar and ranlib use -D behavior by default? */ 19 1.3 christos #define DEFAULT_AR_DETERMINISTIC 0 20 1.1 christos 21 1.4 rin /* Have objdump use colors in its disassembly by default */ 22 1.4 rin #define DEFAULT_FOR_COLORED_DISASSEMBLY 0 23 1.4 rin 24 1.3 christos /* Have readelf and objdump follow debug links by default */ 25 1.3 christos #define DEFAULT_FOR_FOLLOW_LINKS 1 26 1.1 christos 27 1.3 christos /* Have nm use F and f for global and local ifunc symbols */ 28 1.3 christos #define DEFAULT_F_FOR_IFUNC_SYMBOLS 0 29 1.1 christos 30 1.1 christos /* Should strings use -a behavior by default? */ 31 1.1 christos #define DEFAULT_STRINGS_ALL 1 32 1.1 christos 33 1.3 christos /* Define if you want run-time sanity checks. */ 34 1.6 christos #define ENABLE_CHECKING 1 35 1.3 christos 36 1.3 christos /* Handle .ctf type-info sections */ 37 1.3 christos #define ENABLE_LIBCTF 1 38 1.3 christos 39 1.1 christos /* Define to 1 if translation of program messages to the user's native 40 1.1 christos language is requested. */ 41 1.4 rin /* #undef ENABLE_NLS */ 42 1.1 christos 43 1.1 christos /* Suffix used for executables, if any. */ 44 1.1 christos #define EXECUTABLE_SUFFIX "" 45 1.1 christos 46 1.4 rin /* Define to 1 if you have the Mac OS X function 47 1.4 rin CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */ 48 1.4 rin /* #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES */ 49 1.4 rin 50 1.4 rin /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in 51 1.4 rin the CoreFoundation framework. */ 52 1.4 rin /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */ 53 1.4 rin 54 1.4 rin /* Define if the GNU dcgettext() function is already present or preinstalled. 55 1.4 rin */ 56 1.4 rin /* #undef HAVE_DCGETTEXT */ 57 1.4 rin 58 1.1 christos /* Define to 1 if you have the declaration of `environ', and to 0 if you 59 1.1 christos don't. */ 60 1.1 christos #define HAVE_DECL_ENVIRON 0 61 1.1 christos 62 1.1 christos /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you 63 1.1 christos don't. */ 64 1.1 christos #define HAVE_DECL_GETC_UNLOCKED 1 65 1.1 christos 66 1.1 christos /* Is the prototype for getopt in <unistd.h> in the expected format? */ 67 1.1 christos #define HAVE_DECL_GETOPT 1 68 1.1 christos 69 1.1 christos /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't. 70 1.1 christos */ 71 1.1 christos #define HAVE_DECL_STPCPY 1 72 1.1 christos 73 1.1 christos /* Define to 1 if you have the declaration of `strnlen', and to 0 if you 74 1.1 christos don't. */ 75 1.1 christos #define HAVE_DECL_STRNLEN 1 76 1.1 christos 77 1.1 christos /* Define to 1 if you have the <dlfcn.h> header file. */ 78 1.1 christos #define HAVE_DLFCN_H 1 79 1.1 christos 80 1.1 christos /* Does the platform use an executable suffix? */ 81 1.1 christos /* #undef HAVE_EXECUTABLE_SUFFIX */ 82 1.1 christos 83 1.1 christos /* Define to 1 if you have the <fcntl.h> header file. */ 84 1.1 christos #define HAVE_FCNTL_H 1 85 1.1 christos 86 1.4 rin /* Define to 1 if you have the `fseeko' function. */ 87 1.4 rin #define HAVE_FSEEKO 1 88 1.4 rin 89 1.4 rin /* Define to 1 if you have the `fseeko64' function. */ 90 1.4 rin /* #undef HAVE_FSEEKO64 */ 91 1.4 rin 92 1.1 christos /* Define to 1 if you have the `getc_unlocked' function. */ 93 1.1 christos #define HAVE_GETC_UNLOCKED 1 94 1.1 christos 95 1.1 christos /* Define to 1 if you have the `getpagesize' function. */ 96 1.1 christos #define HAVE_GETPAGESIZE 1 97 1.1 christos 98 1.4 rin /* Define if the GNU gettext() function is already present or preinstalled. */ 99 1.4 rin /* #undef HAVE_GETTEXT */ 100 1.4 rin 101 1.1 christos /* Does <utime.h> define struct utimbuf? */ 102 1.1 christos #define HAVE_GOOD_UTIME_H 1 103 1.1 christos 104 1.4 rin /* Define if you have the iconv() function and it works. */ 105 1.1 christos #define HAVE_ICONV 1 106 1.1 christos 107 1.1 christos /* Define to 1 if you have the <inttypes.h> header file. */ 108 1.1 christos #define HAVE_INTTYPES_H 1 109 1.1 christos 110 1.1 christos /* Define if your <locale.h> file defines LC_MESSAGES. */ 111 1.1 christos #define HAVE_LC_MESSAGES 1 112 1.1 christos 113 1.1 christos /* Define to 1 if debuginfod is enabled. */ 114 1.1 christos /* #undef HAVE_LIBDEBUGINFOD */ 115 1.1 christos 116 1.4 rin /* Define to 1 if debuginfod section downloading is supported. */ 117 1.4 rin /* #undef HAVE_LIBDEBUGINFOD_FIND_SECTION */ 118 1.4 rin 119 1.1 christos /* Define if mbstate_t exists in wchar.h. */ 120 1.1 christos #define HAVE_MBSTATE_T 1 121 1.1 christos 122 1.1 christos /* Define to 1 if you have the <memory.h> header file. */ 123 1.1 christos #define HAVE_MEMORY_H 1 124 1.1 christos 125 1.1 christos /* Define to 1 if you have the `mkdtemp' function. */ 126 1.1 christos #define HAVE_MKDTEMP 1 127 1.1 christos 128 1.1 christos /* Define to 1 if you have the `mkstemp' function. */ 129 1.1 christos #define HAVE_MKSTEMP 1 130 1.1 christos 131 1.1 christos /* Define to 1 if you have a working `mmap' system call. */ 132 1.1 christos #define HAVE_MMAP 1 133 1.1 christos 134 1.3 christos /* Define to 1 if msgpack is available. */ 135 1.3 christos /* #undef HAVE_MSGPACK */ 136 1.3 christos 137 1.1 christos /* Define to 1 if you have the <stdint.h> header file. */ 138 1.1 christos #define HAVE_STDINT_H 1 139 1.1 christos 140 1.1 christos /* Define to 1 if you have the <stdlib.h> header file. */ 141 1.1 christos #define HAVE_STDLIB_H 1 142 1.1 christos 143 1.1 christos /* Define to 1 if you have the <strings.h> header file. */ 144 1.1 christos #define HAVE_STRINGS_H 1 145 1.1 christos 146 1.1 christos /* Define to 1 if you have the <string.h> header file. */ 147 1.1 christos #define HAVE_STRING_H 1 148 1.1 christos 149 1.3 christos /* Define to 1 if `st_atimensec' is a member of `struct stat'. */ 150 1.3 christos /* #undef HAVE_STRUCT_STAT_ST_ATIMENSEC */ 151 1.3 christos 152 1.3 christos /* Define to 1 if `st_atimespec.tv_nsec' is a member of `struct stat'. */ 153 1.3 christos /* #undef HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC */ 154 1.3 christos 155 1.3 christos /* Define to 1 if `st_atim.st__tim.tv_nsec' is a member of `struct stat'. */ 156 1.3 christos /* #undef HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC */ 157 1.3 christos 158 1.3 christos /* Define to 1 if `st_atim.tv_nsec' is a member of `struct stat'. */ 159 1.3 christos #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 160 1.3 christos 161 1.1 christos /* Define to 1 if you have the <sys/file.h> header file. */ 162 1.1 christos #define HAVE_SYS_FILE_H 1 163 1.1 christos 164 1.1 christos /* Define to 1 if you have the <sys/param.h> header file. */ 165 1.1 christos #define HAVE_SYS_PARAM_H 1 166 1.1 christos 167 1.1 christos /* Define to 1 if you have the <sys/stat.h> header file. */ 168 1.1 christos #define HAVE_SYS_STAT_H 1 169 1.1 christos 170 1.3 christos /* Define to 1 if you have the <sys/time.h> header file. */ 171 1.3 christos #define HAVE_SYS_TIME_H 1 172 1.3 christos 173 1.1 christos /* Define to 1 if you have the <sys/types.h> header file. */ 174 1.1 christos #define HAVE_SYS_TYPES_H 1 175 1.1 christos 176 1.1 christos /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ 177 1.1 christos #define HAVE_SYS_WAIT_H 1 178 1.1 christos 179 1.1 christos /* Define to 1 if you have the <unistd.h> header file. */ 180 1.1 christos #define HAVE_UNISTD_H 1 181 1.1 christos 182 1.3 christos /* Define to 1 if you have the `utimensat' function. */ 183 1.3 christos #define HAVE_UTIMENSAT 1 184 1.3 christos 185 1.1 christos /* Define to 1 if you have the `utimes' function. */ 186 1.1 christos #define HAVE_UTIMES 1 187 1.1 christos 188 1.1 christos /* Define to 1 if you have the <windows.h> header file. */ 189 1.1 christos /* #undef HAVE_WINDOWS_H */ 190 1.1 christos 191 1.4 rin /* Define to 1 if zstd is enabled. */ 192 1.4 rin /* #undef HAVE_ZSTD */ 193 1.4 rin 194 1.1 christos /* Define as const if the declaration of iconv() needs const. */ 195 1.1 christos #define ICONV_CONST 196 1.1 christos 197 1.1 christos /* Define to the sub-directory in which libtool stores uninstalled libraries. 198 1.1 christos */ 199 1.1 christos #define LT_OBJDIR ".libs/" 200 1.1 christos 201 1.1 christos /* Name of package */ 202 1.1 christos #define PACKAGE "binutils" 203 1.1 christos 204 1.1 christos /* Define to the address where bug reports for this package should be sent. */ 205 1.1 christos #define PACKAGE_BUGREPORT "" 206 1.1 christos 207 1.1 christos /* Define to the full name of this package. */ 208 1.1 christos #define PACKAGE_NAME "binutils" 209 1.1 christos 210 1.1 christos /* Define to the full name and version of this package. */ 211 1.6 christos #define PACKAGE_STRING "binutils 2.46.0" 212 1.1 christos 213 1.1 christos /* Define to the one symbol short name of this package. */ 214 1.1 christos #define PACKAGE_TARNAME "binutils" 215 1.1 christos 216 1.1 christos /* Define to the home page for this package. */ 217 1.1 christos #define PACKAGE_URL "" 218 1.1 christos 219 1.1 christos /* Define to the version of this package. */ 220 1.6 christos #define PACKAGE_VERSION "2.46.0" 221 1.1 christos 222 1.1 christos /* Define to 1 if you have the ANSI C header files. */ 223 1.1 christos #define STDC_HEADERS 1 224 1.1 christos 225 1.1 christos /* Configured target name. */ 226 1.1 christos #define TARGET "mipsn64el--netbsd" 227 1.1 christos 228 1.1 christos /* Define to 1 if user symbol names have a leading underscore, 0 if not. */ 229 1.1 christos #define TARGET_PREPENDS_UNDERSCORE 0 230 1.1 christos 231 1.3 christos /* Define to 1 if the type of the st_atim member of a struct stat is struct 232 1.3 christos timespec. */ 233 1.3 christos #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 234 1.3 christos 235 1.1 christos /* Use b modifier when opening binary files? */ 236 1.1 christos /* #undef USE_BINARY_FOPEN */ 237 1.1 christos 238 1.1 christos /* Enable extensions on AIX 3, Interix. */ 239 1.1 christos #ifndef _ALL_SOURCE 240 1.1 christos # define _ALL_SOURCE 1 241 1.1 christos #endif 242 1.1 christos /* Enable GNU extensions on systems that have them. */ 243 1.1 christos #ifndef _GNU_SOURCE 244 1.1 christos # define _GNU_SOURCE 1 245 1.1 christos #endif 246 1.1 christos /* Enable threading extensions on Solaris. */ 247 1.1 christos #ifndef _POSIX_PTHREAD_SEMANTICS 248 1.1 christos # define _POSIX_PTHREAD_SEMANTICS 1 249 1.1 christos #endif 250 1.1 christos /* Enable extensions on HP NonStop. */ 251 1.1 christos #ifndef _TANDEM_SOURCE 252 1.1 christos # define _TANDEM_SOURCE 1 253 1.1 christos #endif 254 1.1 christos /* Enable general extensions on Solaris. */ 255 1.1 christos #ifndef __EXTENSIONS__ 256 1.1 christos # define __EXTENSIONS__ 1 257 1.1 christos #endif 258 1.1 christos 259 1.1 christos 260 1.1 christos /* Version number of package */ 261 1.6 christos #define VERSION "2.46.0" 262 1.5 christos 263 1.5 christos /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 264 1.5 christos significant byte first (like Motorola and SPARC, unlike Intel). */ 265 1.5 christos #if defined AC_APPLE_UNIVERSAL_BUILD 266 1.5 christos # if defined __BIG_ENDIAN__ 267 1.5 christos # define WORDS_BIGENDIAN 1 268 1.5 christos # endif 269 1.5 christos #else 270 1.5 christos # ifndef WORDS_BIGENDIAN 271 1.5 christos /* # undef WORDS_BIGENDIAN */ 272 1.5 christos # endif 273 1.5 christos #endif 274 1.1 christos 275 1.1 christos /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a 276 1.1 christos `char[]'. */ 277 1.2 mrg #define YYTEXT_POINTER 1 278 1.1 christos 279 1.1 christos /* Enable large inode numbers on Mac OS X 10.5. */ 280 1.1 christos #ifndef _DARWIN_USE_64_BIT_INODE 281 1.1 christos # define _DARWIN_USE_64_BIT_INODE 1 282 1.1 christos #endif 283 1.1 christos 284 1.1 christos /* Number of bits in a file offset, on hosts where this is settable. */ 285 1.1 christos /* #undef _FILE_OFFSET_BITS */ 286 1.1 christos 287 1.1 christos /* Define for large files, on AIX-style hosts. */ 288 1.1 christos /* #undef _LARGE_FILES */ 289 1.1 christos 290 1.1 christos /* Define to 1 if on MINIX. */ 291 1.1 christos /* #undef _MINIX */ 292 1.1 christos 293 1.1 christos /* Define to 2 if the system does not provide POSIX.1 features except with 294 1.1 christos this defined. */ 295 1.1 christos /* #undef _POSIX_1_SOURCE */ 296 1.1 christos 297 1.1 christos /* Define to 1 if you need to in order for `stat' and other things to work. */ 298 1.1 christos /* #undef _POSIX_SOURCE */ 299