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