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