1*ccd9df53Srin /* 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 */ 3*ccd9df53Srin /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */ 4*ccd9df53Srin 5*ccd9df53Srin /* config.h. Generated from config.h.in by configure. */ 6*ccd9df53Srin /* config.h.in. Generated from configure.ac by autoheader. */ 7*ccd9df53Srin 8*ccd9df53Srin /* Define to 1 if you have the <byteswap.h> header file. */ 9*ccd9df53Srin /* #undef HAVE_BYTESWAP_H */ 10*ccd9df53Srin 11*ccd9df53Srin /* Define to 1 if you have the declaration of `bswap_16', and to 0 if you 12*ccd9df53Srin don't. */ 13*ccd9df53Srin #define HAVE_DECL_BSWAP_16 0 14*ccd9df53Srin 15*ccd9df53Srin /* Define to 1 if you have the declaration of `bswap_32', and to 0 if you 16*ccd9df53Srin don't. */ 17*ccd9df53Srin #define HAVE_DECL_BSWAP_32 0 18*ccd9df53Srin 19*ccd9df53Srin /* Define to 1 if you have the declaration of `bswap_64', and to 0 if you 20*ccd9df53Srin don't. */ 21*ccd9df53Srin #define HAVE_DECL_BSWAP_64 0 22*ccd9df53Srin 23*ccd9df53Srin /* Define to 1 if you have the <dlfcn.h> header file. */ 24*ccd9df53Srin #define HAVE_DLFCN_H 1 25*ccd9df53Srin 26*ccd9df53Srin /* Define to 1 if you have the <endian.h> header file. */ 27*ccd9df53Srin #define HAVE_ENDIAN_H 1 28*ccd9df53Srin 29*ccd9df53Srin /* Define to 1 if you have the `getpagesize' function. */ 30*ccd9df53Srin #define HAVE_GETPAGESIZE 1 31*ccd9df53Srin 32*ccd9df53Srin /* Define to 1 if you have the <inttypes.h> header file. */ 33*ccd9df53Srin #define HAVE_INTTYPES_H 1 34*ccd9df53Srin 35*ccd9df53Srin /* Define to 1 if you have the <memory.h> header file. */ 36*ccd9df53Srin #define HAVE_MEMORY_H 1 37*ccd9df53Srin 38*ccd9df53Srin /* Define to 1 if you have a working `mmap' system call. */ 39*ccd9df53Srin #define HAVE_MMAP 1 40*ccd9df53Srin 41*ccd9df53Srin /* Define to 1 if you have the <stdint.h> header file. */ 42*ccd9df53Srin #define HAVE_STDINT_H 1 43*ccd9df53Srin 44*ccd9df53Srin /* Define to 1 if you have the <stdlib.h> header file. */ 45*ccd9df53Srin #define HAVE_STDLIB_H 1 46*ccd9df53Srin 47*ccd9df53Srin /* Define to 1 if you have the <strings.h> header file. */ 48*ccd9df53Srin #define HAVE_STRINGS_H 1 49*ccd9df53Srin 50*ccd9df53Srin /* Define to 1 if you have the <string.h> header file. */ 51*ccd9df53Srin #define HAVE_STRING_H 1 52*ccd9df53Srin 53*ccd9df53Srin /* Define to 1 if you have the <sys/param.h> header file. */ 54*ccd9df53Srin #define HAVE_SYS_PARAM_H 1 55*ccd9df53Srin 56*ccd9df53Srin /* Define to 1 if you have the <sys/stat.h> header file. */ 57*ccd9df53Srin #define HAVE_SYS_STAT_H 1 58*ccd9df53Srin 59*ccd9df53Srin /* Define to 1 if you have the <sys/types.h> header file. */ 60*ccd9df53Srin #define HAVE_SYS_TYPES_H 1 61*ccd9df53Srin 62*ccd9df53Srin /* Define to 1 if you have the <unistd.h> header file. */ 63*ccd9df53Srin #define HAVE_UNISTD_H 1 64*ccd9df53Srin 65*ccd9df53Srin /* Define to the sub-directory in which libtool stores uninstalled libraries. 66*ccd9df53Srin */ 67*ccd9df53Srin #define LT_OBJDIR ".libs/" 68*ccd9df53Srin 69*ccd9df53Srin /* Name of package */ 70*ccd9df53Srin #define PACKAGE "libsframe" 71*ccd9df53Srin 72*ccd9df53Srin /* Define to the address where bug reports for this package should be sent. */ 73*ccd9df53Srin #define PACKAGE_BUGREPORT "" 74*ccd9df53Srin 75*ccd9df53Srin /* Define to the full name of this package. */ 76*ccd9df53Srin #define PACKAGE_NAME "libsframe" 77*ccd9df53Srin 78*ccd9df53Srin /* Define to the full name and version of this package. */ 79*ccd9df53Srin #define PACKAGE_STRING "libsframe BFD_VERSION" 80*ccd9df53Srin 81*ccd9df53Srin /* Define to the one symbol short name of this package. */ 82*ccd9df53Srin #define PACKAGE_TARNAME "libsframe" 83*ccd9df53Srin 84*ccd9df53Srin /* Define to the home page for this package. */ 85*ccd9df53Srin #define PACKAGE_URL "" 86*ccd9df53Srin 87*ccd9df53Srin /* Define to the version of this package. */ 88*ccd9df53Srin #define PACKAGE_VERSION "BFD_VERSION" 89*ccd9df53Srin 90*ccd9df53Srin /* Define to 1 if you have the ANSI C header files. */ 91*ccd9df53Srin #define STDC_HEADERS 1 92*ccd9df53Srin 93*ccd9df53Srin /* Enable extensions on AIX 3, Interix. */ 94*ccd9df53Srin #ifndef _ALL_SOURCE 95*ccd9df53Srin # define _ALL_SOURCE 1 96*ccd9df53Srin #endif 97*ccd9df53Srin /* Enable GNU extensions on systems that have them. */ 98*ccd9df53Srin #ifndef _GNU_SOURCE 99*ccd9df53Srin # define _GNU_SOURCE 1 100*ccd9df53Srin #endif 101*ccd9df53Srin /* Enable threading extensions on Solaris. */ 102*ccd9df53Srin #ifndef _POSIX_PTHREAD_SEMANTICS 103*ccd9df53Srin # define _POSIX_PTHREAD_SEMANTICS 1 104*ccd9df53Srin #endif 105*ccd9df53Srin /* Enable extensions on HP NonStop. */ 106*ccd9df53Srin #ifndef _TANDEM_SOURCE 107*ccd9df53Srin # define _TANDEM_SOURCE 1 108*ccd9df53Srin #endif 109*ccd9df53Srin /* Enable general extensions on Solaris. */ 110*ccd9df53Srin #ifndef __EXTENSIONS__ 111*ccd9df53Srin # define __EXTENSIONS__ 1 112*ccd9df53Srin #endif 113*ccd9df53Srin 114*ccd9df53Srin 115*ccd9df53Srin /* Version number of package */ 116*ccd9df53Srin #define VERSION "BFD_VERSION" 117*ccd9df53Srin 118*ccd9df53Srin /* Enable large inode numbers on Mac OS X 10.5. */ 119*ccd9df53Srin #ifndef _DARWIN_USE_64_BIT_INODE 120*ccd9df53Srin # define _DARWIN_USE_64_BIT_INODE 1 121*ccd9df53Srin #endif 122*ccd9df53Srin 123*ccd9df53Srin /* Number of bits in a file offset, on hosts where this is settable. */ 124*ccd9df53Srin /* #undef _FILE_OFFSET_BITS */ 125*ccd9df53Srin 126*ccd9df53Srin /* Define for large files, on AIX-style hosts. */ 127*ccd9df53Srin /* #undef _LARGE_FILES */ 128*ccd9df53Srin 129*ccd9df53Srin /* Define to 1 if on MINIX. */ 130*ccd9df53Srin /* #undef _MINIX */ 131*ccd9df53Srin 132*ccd9df53Srin /* Define to 2 if the system does not provide POSIX.1 features except with 133*ccd9df53Srin this defined. */ 134*ccd9df53Srin /* #undef _POSIX_1_SOURCE */ 135*ccd9df53Srin 136*ccd9df53Srin /* Define to 1 if you need to in order for `stat' and other things to work. */ 137*ccd9df53Srin /* #undef _POSIX_SOURCE */ 138