1*867d70fcSchristos /* This file is automatically generated. DO NOT EDIT! */ 2*867d70fcSchristos /* Generated from: NetBSD: mknative-binutils,v 1.13 2020/04/04 01:34:53 christos Exp */ 3*867d70fcSchristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */ 4*867d70fcSchristos 5*867d70fcSchristos /* config.h. Generated from config.h.in by configure. */ 6*867d70fcSchristos /* config.h.in. Generated from configure.ac by autoheader. */ 7*867d70fcSchristos 8*867d70fcSchristos /* Define if building universal (internal helper macro) */ 9*867d70fcSchristos /* #undef AC_APPLE_UNIVERSAL_BUILD */ 10*867d70fcSchristos 11*867d70fcSchristos /* Whether libbfd was configured for an ELF target. */ 12*867d70fcSchristos /* #undef HAVE_BFD_ELF */ 13*867d70fcSchristos 14*867d70fcSchristos /* Define to 1 if you have the <byteswap.h> header file. */ 15*867d70fcSchristos /* #undef HAVE_BYTESWAP_H */ 16*867d70fcSchristos 17*867d70fcSchristos /* Define to 1 if you have the declaration of `asprintf', and to 0 if you 18*867d70fcSchristos don't. */ 19*867d70fcSchristos #define HAVE_DECL_ASPRINTF 1 20*867d70fcSchristos 21*867d70fcSchristos /* Define to 1 if you have the <dlfcn.h> header file. */ 22*867d70fcSchristos #define HAVE_DLFCN_H 1 23*867d70fcSchristos 24*867d70fcSchristos /* Define to 1 if you have the <endian.h> header file. */ 25*867d70fcSchristos #define HAVE_ENDIAN_H 1 26*867d70fcSchristos 27*867d70fcSchristos /* Define to 1 if you have the `getpagesize' function. */ 28*867d70fcSchristos #define HAVE_GETPAGESIZE 1 29*867d70fcSchristos 30*867d70fcSchristos /* Define to 1 if you have the <inttypes.h> header file. */ 31*867d70fcSchristos #define HAVE_INTTYPES_H 1 32*867d70fcSchristos 33*867d70fcSchristos /* Define to 1 if you have the <memory.h> header file. */ 34*867d70fcSchristos #define HAVE_MEMORY_H 1 35*867d70fcSchristos 36*867d70fcSchristos /* Define to 1 if you have a working `mmap' system call. */ 37*867d70fcSchristos #define HAVE_MMAP 1 38*867d70fcSchristos 39*867d70fcSchristos /* Whether the platform has a definition of O_CLOEXEC. */ 40*867d70fcSchristos #define HAVE_O_CLOEXEC 1 41*867d70fcSchristos 42*867d70fcSchristos /* Define to 1 if you have the `pread' function. */ 43*867d70fcSchristos #define HAVE_PREAD 1 44*867d70fcSchristos 45*867d70fcSchristos /* Define to 1 if you have the `qsort_r' function. */ 46*867d70fcSchristos /* #undef HAVE_QSORT_R */ 47*867d70fcSchristos 48*867d70fcSchristos /* Whether a qsort_r exists with a void *arg as its last arg. */ 49*867d70fcSchristos /* #undef HAVE_QSORT_R_ARG_LAST */ 50*867d70fcSchristos 51*867d70fcSchristos /* Whether a qsort_r exists with the compar function as its last arg. */ 52*867d70fcSchristos /* #undef HAVE_QSORT_R_COMPAR_LAST */ 53*867d70fcSchristos 54*867d70fcSchristos /* Define to 1 if you have the <stdint.h> header file. */ 55*867d70fcSchristos #define HAVE_STDINT_H 1 56*867d70fcSchristos 57*867d70fcSchristos /* Define to 1 if you have the <stdlib.h> header file. */ 58*867d70fcSchristos #define HAVE_STDLIB_H 1 59*867d70fcSchristos 60*867d70fcSchristos /* Define to 1 if you have the <strings.h> header file. */ 61*867d70fcSchristos #define HAVE_STRINGS_H 1 62*867d70fcSchristos 63*867d70fcSchristos /* Define to 1 if you have the <string.h> header file. */ 64*867d70fcSchristos #define HAVE_STRING_H 1 65*867d70fcSchristos 66*867d70fcSchristos /* Define to 1 if you have the <sys/param.h> header file. */ 67*867d70fcSchristos #define HAVE_SYS_PARAM_H 1 68*867d70fcSchristos 69*867d70fcSchristos /* Define to 1 if you have the <sys/stat.h> header file. */ 70*867d70fcSchristos #define HAVE_SYS_STAT_H 1 71*867d70fcSchristos 72*867d70fcSchristos /* Define to 1 if you have the <sys/types.h> header file. */ 73*867d70fcSchristos #define HAVE_SYS_TYPES_H 1 74*867d70fcSchristos 75*867d70fcSchristos /* Define to 1 if you have the <unistd.h> header file. */ 76*867d70fcSchristos #define HAVE_UNISTD_H 1 77*867d70fcSchristos 78*867d70fcSchristos /* Define to the sub-directory in which libtool stores uninstalled libraries. 79*867d70fcSchristos */ 80*867d70fcSchristos #define LT_OBJDIR ".libs/" 81*867d70fcSchristos 82*867d70fcSchristos /* Name of package */ 83*867d70fcSchristos #define PACKAGE "libctf-library" 84*867d70fcSchristos 85*867d70fcSchristos /* Define to the address where bug reports for this package should be sent. */ 86*867d70fcSchristos #define PACKAGE_BUGREPORT "" 87*867d70fcSchristos 88*867d70fcSchristos /* Define to the full name of this package. */ 89*867d70fcSchristos #define PACKAGE_NAME "libctf library" 90*867d70fcSchristos 91*867d70fcSchristos /* Define to the full name and version of this package. */ 92*867d70fcSchristos #define PACKAGE_STRING "libctf library 1.2.0-pre" 93*867d70fcSchristos 94*867d70fcSchristos /* Define to the one symbol short name of this package. */ 95*867d70fcSchristos #define PACKAGE_TARNAME "libctf-library" 96*867d70fcSchristos 97*867d70fcSchristos /* Define to the home page for this package. */ 98*867d70fcSchristos #define PACKAGE_URL "" 99*867d70fcSchristos 100*867d70fcSchristos /* Define to the version of this package. */ 101*867d70fcSchristos #define PACKAGE_VERSION "1.2.0-pre" 102*867d70fcSchristos 103*867d70fcSchristos /* Define to 1 if you have the ANSI C header files. */ 104*867d70fcSchristos #define STDC_HEADERS 1 105*867d70fcSchristos 106*867d70fcSchristos /* Enable extensions on AIX 3, Interix. */ 107*867d70fcSchristos #ifndef _ALL_SOURCE 108*867d70fcSchristos # define _ALL_SOURCE 1 109*867d70fcSchristos #endif 110*867d70fcSchristos /* Enable GNU extensions on systems that have them. */ 111*867d70fcSchristos #ifndef _GNU_SOURCE 112*867d70fcSchristos # define _GNU_SOURCE 1 113*867d70fcSchristos #endif 114*867d70fcSchristos /* Enable threading extensions on Solaris. */ 115*867d70fcSchristos #ifndef _POSIX_PTHREAD_SEMANTICS 116*867d70fcSchristos # define _POSIX_PTHREAD_SEMANTICS 1 117*867d70fcSchristos #endif 118*867d70fcSchristos /* Enable extensions on HP NonStop. */ 119*867d70fcSchristos #ifndef _TANDEM_SOURCE 120*867d70fcSchristos # define _TANDEM_SOURCE 1 121*867d70fcSchristos #endif 122*867d70fcSchristos /* Enable general extensions on Solaris. */ 123*867d70fcSchristos #ifndef __EXTENSIONS__ 124*867d70fcSchristos # define __EXTENSIONS__ 1 125*867d70fcSchristos #endif 126*867d70fcSchristos 127*867d70fcSchristos 128*867d70fcSchristos /* Version number of package */ 129*867d70fcSchristos #define VERSION "1.2.0-pre" 130*867d70fcSchristos 131*867d70fcSchristos /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 132*867d70fcSchristos significant byte first (like Motorola and SPARC, unlike Intel). */ 133*867d70fcSchristos #if defined AC_APPLE_UNIVERSAL_BUILD 134*867d70fcSchristos # if defined __BIG_ENDIAN__ 135*867d70fcSchristos # define WORDS_BIGENDIAN 1 136*867d70fcSchristos # endif 137*867d70fcSchristos #else 138*867d70fcSchristos # ifndef WORDS_BIGENDIAN 139*867d70fcSchristos # define WORDS_BIGENDIAN 1 140*867d70fcSchristos # endif 141*867d70fcSchristos #endif 142*867d70fcSchristos 143*867d70fcSchristos /* Enable large inode numbers on Mac OS X 10.5. */ 144*867d70fcSchristos #ifndef _DARWIN_USE_64_BIT_INODE 145*867d70fcSchristos # define _DARWIN_USE_64_BIT_INODE 1 146*867d70fcSchristos #endif 147*867d70fcSchristos 148*867d70fcSchristos /* Number of bits in a file offset, on hosts where this is settable. */ 149*867d70fcSchristos /* #undef _FILE_OFFSET_BITS */ 150*867d70fcSchristos 151*867d70fcSchristos /* Define for large files, on AIX-style hosts. */ 152*867d70fcSchristos /* #undef _LARGE_FILES */ 153*867d70fcSchristos 154*867d70fcSchristos /* Define to 1 if on MINIX. */ 155*867d70fcSchristos /* #undef _MINIX */ 156*867d70fcSchristos 157*867d70fcSchristos /* Define to 2 if the system does not provide POSIX.1 features except with 158*867d70fcSchristos this defined. */ 159*867d70fcSchristos /* #undef _POSIX_1_SOURCE */ 160*867d70fcSchristos 161*867d70fcSchristos /* Define to 1 if you need to in order for `stat' and other things to work. */ 162*867d70fcSchristos /* #undef _POSIX_SOURCE */ 163