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