1 1.1 christos /* This file is automatically generated. DO NOT EDIT! */ 2 1.1.1.6 christos /* Generated from: NetBSD: mknative-gdb,v 1.19 2024/08/27 21:50:20 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.1.1.5 christos /* Define if building universal (internal helper macro) */ 16 1.1.1.5 christos /* #undef AC_APPLE_UNIVERSAL_BUILD */ 17 1.1.1.5 christos 18 1.1 christos /* Name of host specific core header file to include in elf.c. */ 19 1.1 christos /* #undef CORE_HEADER */ 20 1.1 christos 21 1.1.1.2 christos /* Define to 1 if you want to enable -z separate-code in ELF linker by 22 1.1.1.2 christos default. */ 23 1.1.1.2 christos #define DEFAULT_LD_Z_SEPARATE_CODE 0 24 1.1.1.2 christos 25 1.1.1.4 christos /* Define if you want run-time sanity checks. */ 26 1.1.1.4 christos /* #undef ENABLE_CHECKING */ 27 1.1.1.4 christos 28 1.1 christos /* Define to 1 if translation of program messages to the user's native 29 1.1 christos language is requested. */ 30 1.1.1.5 christos /* #undef ENABLE_NLS */ 31 1.1.1.5 christos 32 1.1.1.5 christos /* Define to 1 if you have the Mac OS X function 33 1.1.1.5 christos CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */ 34 1.1.1.5 christos /* #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES */ 35 1.1.1.5 christos 36 1.1.1.5 christos /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in 37 1.1.1.5 christos the CoreFoundation framework. */ 38 1.1.1.5 christos /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */ 39 1.1.1.5 christos 40 1.1.1.5 christos /* Define if the GNU dcgettext() function is already present or preinstalled. 41 1.1.1.5 christos */ 42 1.1.1.5 christos /* #undef HAVE_DCGETTEXT */ 43 1.1 christos 44 1.1 christos /* Define to 1 if you have the declaration of `asprintf', and to 0 if you 45 1.1 christos don't. */ 46 1.1 christos #define HAVE_DECL_ASPRINTF 1 47 1.1 christos 48 1.1 christos /* Define to 1 if you have the declaration of `basename', and to 0 if you 49 1.1 christos don't. */ 50 1.1 christos #define HAVE_DECL_BASENAME 0 51 1.1 christos 52 1.1 christos /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */ 53 1.1 christos #define HAVE_DECL_FFS 1 54 1.1 christos 55 1.1.1.4 christos /* Define to 1 if you have the declaration of `fopen64', and to 0 if you 56 1.1.1.4 christos don't. */ 57 1.1.1.4 christos #define HAVE_DECL_FOPEN64 0 58 1.1 christos 59 1.1 christos /* Define to 1 if you have the declaration of `fseeko', and to 0 if you don't. 60 1.1 christos */ 61 1.1 christos #define HAVE_DECL_FSEEKO 1 62 1.1 christos 63 1.1 christos /* Define to 1 if you have the declaration of `fseeko64', and to 0 if you 64 1.1 christos don't. */ 65 1.1 christos #define HAVE_DECL_FSEEKO64 0 66 1.1 christos 67 1.1 christos /* Define to 1 if you have the declaration of `ftello', and to 0 if you don't. 68 1.1 christos */ 69 1.1 christos #define HAVE_DECL_FTELLO 1 70 1.1 christos 71 1.1 christos /* Define to 1 if you have the declaration of `ftello64', and to 0 if you 72 1.1 christos don't. */ 73 1.1 christos #define HAVE_DECL_FTELLO64 0 74 1.1 christos 75 1.1 christos /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't. 76 1.1 christos */ 77 1.1 christos #define HAVE_DECL_STPCPY 1 78 1.1 christos 79 1.1 christos /* Define to 1 if you have the declaration of `strnlen', and to 0 if you 80 1.1 christos don't. */ 81 1.1 christos #define HAVE_DECL_STRNLEN 1 82 1.1 christos 83 1.1 christos /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you 84 1.1 christos don't. */ 85 1.1 christos #define HAVE_DECL_VASPRINTF 1 86 1.1 christos 87 1.1.1.4 christos /* Define to 1 if you have the declaration of `___lc_codepage_func', and to 0 88 1.1.1.4 christos if you don't. */ 89 1.1.1.4 christos #define HAVE_DECL____LC_CODEPAGE_FUNC 0 90 1.1 christos 91 1.1 christos /* Define to 1 if you have the <dlfcn.h> header file. */ 92 1.1 christos #define HAVE_DLFCN_H 1 93 1.1 christos 94 1.1 christos /* Define to 1 if you have the `fcntl' function. */ 95 1.1 christos #define HAVE_FCNTL 1 96 1.1 christos 97 1.1 christos /* Define to 1 if you have the <fcntl.h> header file. */ 98 1.1 christos #define HAVE_FCNTL_H 1 99 1.1 christos 100 1.1 christos /* Define to 1 if you have the `fdopen' function. */ 101 1.1 christos #define HAVE_FDOPEN 1 102 1.1 christos 103 1.1 christos /* Define to 1 if you have the `fileno' function. */ 104 1.1 christos #define HAVE_FILENO 1 105 1.1 christos 106 1.1.1.2 christos /* Define to 1 if you have the `fls' function. */ 107 1.1.1.2 christos /* #undef HAVE_FLS */ 108 1.1.1.2 christos 109 1.1 christos /* Define to 1 if you have the `fopen64' function. */ 110 1.1 christos /* #undef HAVE_FOPEN64 */ 111 1.1 christos 112 1.1 christos /* Define to 1 if you have the `fseeko' function. */ 113 1.1 christos #define HAVE_FSEEKO 1 114 1.1 christos 115 1.1 christos /* Define to 1 if you have the `fseeko64' function. */ 116 1.1 christos /* #undef HAVE_FSEEKO64 */ 117 1.1 christos 118 1.1 christos /* Define to 1 if you have the `ftello' function. */ 119 1.1 christos #define HAVE_FTELLO 1 120 1.1 christos 121 1.1 christos /* Define to 1 if you have the `ftello64' function. */ 122 1.1 christos /* #undef HAVE_FTELLO64 */ 123 1.1 christos 124 1.1 christos /* Define to 1 if you have the `getgid' function. */ 125 1.1 christos #define HAVE_GETGID 1 126 1.1 christos 127 1.1 christos /* Define to 1 if you have the `getpagesize' function. */ 128 1.1 christos #define HAVE_GETPAGESIZE 1 129 1.1 christos 130 1.1 christos /* Define to 1 if you have the `getrlimit' function. */ 131 1.1 christos #define HAVE_GETRLIMIT 1 132 1.1 christos 133 1.1.1.5 christos /* Define if the GNU gettext() function is already present or preinstalled. */ 134 1.1.1.5 christos /* #undef HAVE_GETTEXT */ 135 1.1.1.5 christos 136 1.1 christos /* Define to 1 if you have the `getuid' function. */ 137 1.1 christos #define HAVE_GETUID 1 138 1.1 christos 139 1.1.1.2 christos /* Define if your compiler supports hidden visibility. */ 140 1.1.1.2 christos #define HAVE_HIDDEN 1 141 1.1.1.2 christos 142 1.1.1.5 christos /* Define if you have the iconv() function and it works. */ 143 1.1.1.5 christos #define HAVE_ICONV 1 144 1.1.1.5 christos 145 1.1 christos /* Define to 1 if you have the <inttypes.h> header file. */ 146 1.1 christos #define HAVE_INTTYPES_H 1 147 1.1 christos 148 1.1 christos /* Define if <sys/procfs.h> has lwpstatus_t. */ 149 1.1 christos /* #undef HAVE_LWPSTATUS_T */ 150 1.1 christos 151 1.1 christos /* Define if <sys/procfs.h> has lwpstatus_t.pr_context. */ 152 1.1 christos /* #undef HAVE_LWPSTATUS_T_PR_CONTEXT */ 153 1.1 christos 154 1.1 christos /* Define if <sys/procfs.h> has lwpstatus_t.pr_fpreg. */ 155 1.1 christos /* #undef HAVE_LWPSTATUS_T_PR_FPREG */ 156 1.1 christos 157 1.1 christos /* Define if <sys/procfs.h> has lwpstatus_t.pr_reg. */ 158 1.1 christos /* #undef HAVE_LWPSTATUS_T_PR_REG */ 159 1.1 christos 160 1.1 christos /* Define if <sys/procfs.h> has lwpxstatus_t. */ 161 1.1 christos /* #undef HAVE_LWPXSTATUS_T */ 162 1.1 christos 163 1.1 christos /* Define to 1 if you have the `madvise' function. */ 164 1.1 christos #define HAVE_MADVISE 1 165 1.1 christos 166 1.1 christos /* Define to 1 if you have the <memory.h> header file. */ 167 1.1 christos #define HAVE_MEMORY_H 1 168 1.1 christos 169 1.1 christos /* Define to 1 if you have a working `mmap' system call. */ 170 1.1 christos #define HAVE_MMAP 1 171 1.1 christos 172 1.1 christos /* Define to 1 if you have the `mprotect' function. */ 173 1.1 christos #define HAVE_MPROTECT 1 174 1.1 christos 175 1.1 christos /* Define if <sys/procfs.h> has prpsinfo32_t. */ 176 1.1 christos /* #undef HAVE_PRPSINFO32_T */ 177 1.1 christos 178 1.1 christos /* Define if <sys/procfs.h> has prpsinfo32_t.pr_pid. */ 179 1.1 christos /* #undef HAVE_PRPSINFO32_T_PR_PID */ 180 1.1 christos 181 1.1 christos /* Define if <sys/procfs.h> has prpsinfo_t. */ 182 1.1 christos /* #undef HAVE_PRPSINFO_T */ 183 1.1 christos 184 1.1 christos /* Define if <sys/procfs.h> has prpsinfo_t.pr_pid. */ 185 1.1 christos /* #undef HAVE_PRPSINFO_T_PR_PID */ 186 1.1 christos 187 1.1 christos /* Define if <sys/procfs.h> has prstatus32_t. */ 188 1.1 christos /* #undef HAVE_PRSTATUS32_T */ 189 1.1 christos 190 1.1 christos /* Define if <sys/procfs.h> has prstatus32_t.pr_who. */ 191 1.1 christos /* #undef HAVE_PRSTATUS32_T_PR_WHO */ 192 1.1 christos 193 1.1 christos /* Define if <sys/procfs.h> has prstatus_t. */ 194 1.1 christos /* #undef HAVE_PRSTATUS_T */ 195 1.1 christos 196 1.1 christos /* Define if <sys/procfs.h> has prstatus_t.pr_who. */ 197 1.1 christos /* #undef HAVE_PRSTATUS_T_PR_WHO */ 198 1.1 christos 199 1.1 christos /* Define if <sys/procfs.h> has psinfo32_t. */ 200 1.1 christos /* #undef HAVE_PSINFO32_T */ 201 1.1 christos 202 1.1 christos /* Define if <sys/procfs.h> has psinfo32_t.pr_pid. */ 203 1.1 christos /* #undef HAVE_PSINFO32_T_PR_PID */ 204 1.1 christos 205 1.1 christos /* Define if <sys/procfs.h> has psinfo_t. */ 206 1.1 christos /* #undef HAVE_PSINFO_T */ 207 1.1 christos 208 1.1 christos /* Define if <sys/procfs.h> has psinfo_t.pr_pid. */ 209 1.1 christos /* #undef HAVE_PSINFO_T_PR_PID */ 210 1.1 christos 211 1.1 christos /* Define if <sys/procfs.h> has pstatus32_t. */ 212 1.1 christos /* #undef HAVE_PSTATUS32_T */ 213 1.1 christos 214 1.1 christos /* Define if <sys/procfs.h> has pstatus_t. */ 215 1.1 christos /* #undef HAVE_PSTATUS_T */ 216 1.1 christos 217 1.1 christos /* Define if <sys/procfs.h> has pxstatus_t. */ 218 1.1 christos /* #undef HAVE_PXSTATUS_T */ 219 1.1 christos 220 1.1 christos /* Define to 1 if you have the <stdint.h> header file. */ 221 1.1 christos #define HAVE_STDINT_H 1 222 1.1 christos 223 1.1 christos /* Define to 1 if you have the <stdlib.h> header file. */ 224 1.1 christos #define HAVE_STDLIB_H 1 225 1.1 christos 226 1.1 christos /* Define to 1 if you have the <strings.h> header file. */ 227 1.1 christos #define HAVE_STRINGS_H 1 228 1.1 christos 229 1.1 christos /* Define to 1 if you have the <string.h> header file. */ 230 1.1 christos #define HAVE_STRING_H 1 231 1.1 christos 232 1.1 christos /* Define if struct core_dumpx has member c_impl */ 233 1.1 christos /* #undef HAVE_ST_C_IMPL */ 234 1.1 christos 235 1.1 christos /* Define to 1 if you have the `sysconf' function. */ 236 1.1 christos #define HAVE_SYSCONF 1 237 1.1 christos 238 1.1 christos /* Define to 1 if you have the <sys/file.h> header file. */ 239 1.1 christos #define HAVE_SYS_FILE_H 1 240 1.1 christos 241 1.1.1.2 christos /* Define to 1 if you have the <sys/param.h> header file. */ 242 1.1.1.2 christos #define HAVE_SYS_PARAM_H 1 243 1.1.1.2 christos 244 1.1 christos /* Define to 1 if you have the <sys/procfs.h> header file. */ 245 1.1 christos /* #undef HAVE_SYS_PROCFS_H */ 246 1.1 christos 247 1.1 christos /* Define to 1 if you have the <sys/resource.h> header file. */ 248 1.1 christos #define HAVE_SYS_RESOURCE_H 1 249 1.1 christos 250 1.1 christos /* Define to 1 if you have the <sys/stat.h> header file. */ 251 1.1 christos #define HAVE_SYS_STAT_H 1 252 1.1 christos 253 1.1 christos /* Define to 1 if you have the <sys/types.h> header file. */ 254 1.1 christos #define HAVE_SYS_TYPES_H 1 255 1.1 christos 256 1.1 christos /* Define to 1 if you have the <unistd.h> header file. */ 257 1.1 christos #define HAVE_UNISTD_H 1 258 1.1 christos 259 1.1 christos /* Define if <sys/procfs.h> has win32_pstatus_t. */ 260 1.1 christos /* #undef HAVE_WIN32_PSTATUS_T */ 261 1.1 christos 262 1.1 christos /* Define to 1 if you have the <windows.h> header file. */ 263 1.1 christos /* #undef HAVE_WINDOWS_H */ 264 1.1 christos 265 1.1.1.4 christos /* Define to 1 if zstd is enabled. */ 266 1.1.1.4 christos /* #undef HAVE_ZSTD */ 267 1.1.1.4 christos 268 1.1 christos /* Define to the sub-directory in which libtool stores uninstalled libraries. 269 1.1 christos */ 270 1.1 christos #define LT_OBJDIR ".libs/" 271 1.1 christos 272 1.1 christos /* Name of package */ 273 1.1 christos #define PACKAGE "bfd" 274 1.1 christos 275 1.1 christos /* Define to the address where bug reports for this package should be sent. */ 276 1.1 christos #define PACKAGE_BUGREPORT "" 277 1.1 christos 278 1.1 christos /* Define to the full name of this package. */ 279 1.1 christos #define PACKAGE_NAME "bfd" 280 1.1 christos 281 1.1 christos /* Define to the full name and version of this package. */ 282 1.1.1.6 christos #define PACKAGE_STRING "bfd 2.43.50" 283 1.1 christos 284 1.1 christos /* Define to the one symbol short name of this package. */ 285 1.1 christos #define PACKAGE_TARNAME "bfd" 286 1.1 christos 287 1.1 christos /* Define to the home page for this package. */ 288 1.1 christos #define PACKAGE_URL "" 289 1.1 christos 290 1.1 christos /* Define to the version of this package. */ 291 1.1.1.6 christos #define PACKAGE_VERSION "2.43.50" 292 1.1 christos 293 1.1 christos /* The size of `int', as computed by sizeof. */ 294 1.1.1.3 christos #define SIZEOF_INT 4 295 1.1 christos 296 1.1 christos /* The size of `long', as computed by sizeof. */ 297 1.1 christos #define SIZEOF_LONG 8 298 1.1 christos 299 1.1 christos /* The size of `long long', as computed by sizeof. */ 300 1.1 christos #define SIZEOF_LONG_LONG 8 301 1.1 christos 302 1.1 christos /* The size of `off_t', as computed by sizeof. */ 303 1.1 christos #define SIZEOF_OFF_T 8 304 1.1 christos 305 1.1 christos /* The size of `void *', as computed by sizeof. */ 306 1.1 christos #define SIZEOF_VOID_P 8 307 1.1 christos 308 1.1 christos /* Define to 1 if you have the ANSI C header files. */ 309 1.1 christos #define STDC_HEADERS 1 310 1.1 christos 311 1.1.1.5 christos /* If the compiler supports a TLS storage class, define it to that here */ 312 1.1.1.5 christos #define TLS _Thread_local 313 1.1.1.5 christos 314 1.1 christos /* Name of host specific header file to include in trad-core.c. */ 315 1.1 christos /* #undef TRAD_HEADER */ 316 1.1 christos 317 1.1 christos /* Define if 64-bit archives should always be used. */ 318 1.1 christos /* #undef USE_64_BIT_ARCHIVE */ 319 1.1 christos 320 1.1 christos /* Use b modifier when opening binary files? */ 321 1.1 christos /* #undef USE_BINARY_FOPEN */ 322 1.1 christos 323 1.1 christos /* Define if we should use leading underscore on 64 bit mingw targets */ 324 1.1 christos /* #undef USE_MINGW64_LEADING_UNDERSCORES */ 325 1.1 christos 326 1.1 christos /* Use mmap if it's available? */ 327 1.1 christos /* #undef USE_MMAP */ 328 1.1 christos 329 1.1 christos /* Define if we should default to creating read-only plt entries */ 330 1.1 christos /* #undef USE_SECUREPLT */ 331 1.1 christos 332 1.1 christos /* Enable extensions on AIX 3, Interix. */ 333 1.1 christos #ifndef _ALL_SOURCE 334 1.1 christos # define _ALL_SOURCE 1 335 1.1 christos #endif 336 1.1 christos /* Enable GNU extensions on systems that have them. */ 337 1.1 christos #ifndef _GNU_SOURCE 338 1.1 christos # define _GNU_SOURCE 1 339 1.1 christos #endif 340 1.1 christos /* Enable threading extensions on Solaris. */ 341 1.1 christos #ifndef _POSIX_PTHREAD_SEMANTICS 342 1.1 christos # define _POSIX_PTHREAD_SEMANTICS 1 343 1.1 christos #endif 344 1.1 christos /* Enable extensions on HP NonStop. */ 345 1.1 christos #ifndef _TANDEM_SOURCE 346 1.1 christos # define _TANDEM_SOURCE 1 347 1.1 christos #endif 348 1.1 christos /* Enable general extensions on Solaris. */ 349 1.1 christos #ifndef __EXTENSIONS__ 350 1.1 christos # define __EXTENSIONS__ 1 351 1.1 christos #endif 352 1.1 christos 353 1.1 christos 354 1.1 christos /* Version number of package */ 355 1.1.1.6 christos #define VERSION "2.43.50" 356 1.1.1.5 christos 357 1.1.1.5 christos /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 358 1.1.1.5 christos significant byte first (like Motorola and SPARC, unlike Intel). */ 359 1.1.1.5 christos #if defined AC_APPLE_UNIVERSAL_BUILD 360 1.1.1.5 christos # if defined __BIG_ENDIAN__ 361 1.1.1.5 christos # define WORDS_BIGENDIAN 1 362 1.1.1.5 christos # endif 363 1.1.1.5 christos #else 364 1.1.1.5 christos # ifndef WORDS_BIGENDIAN 365 1.1.1.5 christos /* # undef WORDS_BIGENDIAN */ 366 1.1.1.5 christos # endif 367 1.1.1.5 christos #endif 368 1.1.1.2 christos 369 1.1.1.2 christos /* Enable large inode numbers on Mac OS X 10.5. */ 370 1.1.1.2 christos #ifndef _DARWIN_USE_64_BIT_INODE 371 1.1.1.2 christos # define _DARWIN_USE_64_BIT_INODE 1 372 1.1.1.2 christos #endif 373 1.1 christos 374 1.1 christos /* Number of bits in a file offset, on hosts where this is settable. */ 375 1.1 christos /* #undef _FILE_OFFSET_BITS */ 376 1.1 christos 377 1.1 christos /* Define for large files, on AIX-style hosts. */ 378 1.1 christos /* #undef _LARGE_FILES */ 379 1.1 christos 380 1.1 christos /* Define to 1 if on MINIX. */ 381 1.1 christos /* #undef _MINIX */ 382 1.1 christos 383 1.1 christos /* Define to 2 if the system does not provide POSIX.1 features except with 384 1.1 christos this defined. */ 385 1.1 christos /* #undef _POSIX_1_SOURCE */ 386 1.1 christos 387 1.1 christos /* Define to 1 if you need to in order for `stat' and other things to work. */ 388 1.1 christos /* #undef _POSIX_SOURCE */ 389 1.1.1.3 christos 390 1.1.1.3 christos /* Use structured /proc on Solaris. */ 391 1.1.1.3 christos #define _STRUCTURED_PROC 1 392