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