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