1867d70fcSchristos /* This file is automatically generated. DO NOT EDIT! */ 2*c42dbd0eSchristos /* Generated from: NetBSD: mknative-binutils,v 1.14 2022/12/24 20:17:46 christos Exp */ 3867d70fcSchristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */ 4867d70fcSchristos 5867d70fcSchristos /* config.h. Generated from config.h.in by configure. */ 6867d70fcSchristos /* config.h.in. Generated from configure.ac by autoheader. */ 7867d70fcSchristos 8867d70fcSchristos /* Define if building universal (internal helper macro) */ 9867d70fcSchristos /* #undef AC_APPLE_UNIVERSAL_BUILD */ 10867d70fcSchristos 11*c42dbd0eSchristos /* Enable expensive debugging of CTF deduplication type hashing */ 12*c42dbd0eSchristos /* #undef ENABLE_LIBCTF_HASH_DEBUGGING */ 13*c42dbd0eSchristos 14*c42dbd0eSchristos /* Define to 1 if translation of program messages to the user's native 15*c42dbd0eSchristos language is requested. */ 16*c42dbd0eSchristos #define ENABLE_NLS 1 17*c42dbd0eSchristos 18867d70fcSchristos /* Whether libbfd was configured for an ELF target. */ 19*c42dbd0eSchristos #define HAVE_BFD_ELF 1 20867d70fcSchristos 21867d70fcSchristos /* Define to 1 if you have the <byteswap.h> header file. */ 22867d70fcSchristos /* #undef HAVE_BYTESWAP_H */ 23867d70fcSchristos 24867d70fcSchristos /* Define to 1 if you have the declaration of `asprintf', and to 0 if you 25867d70fcSchristos don't. */ 26867d70fcSchristos #define HAVE_DECL_ASPRINTF 1 27867d70fcSchristos 28*c42dbd0eSchristos /* Define to 1 if you have the declaration of `bswap_16', and to 0 if you 29*c42dbd0eSchristos don't. */ 30*c42dbd0eSchristos #define HAVE_DECL_BSWAP_16 0 31*c42dbd0eSchristos 32*c42dbd0eSchristos /* Define to 1 if you have the declaration of `bswap_32', and to 0 if you 33*c42dbd0eSchristos don't. */ 34*c42dbd0eSchristos #define HAVE_DECL_BSWAP_32 0 35*c42dbd0eSchristos 36*c42dbd0eSchristos /* Define to 1 if you have the declaration of `bswap_64', and to 0 if you 37*c42dbd0eSchristos don't. */ 38*c42dbd0eSchristos #define HAVE_DECL_BSWAP_64 0 39*c42dbd0eSchristos 40*c42dbd0eSchristos /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't. 41*c42dbd0eSchristos */ 42*c42dbd0eSchristos #define HAVE_DECL_STPCPY 1 43*c42dbd0eSchristos 44*c42dbd0eSchristos /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you 45*c42dbd0eSchristos don't. */ 46*c42dbd0eSchristos #define HAVE_DECL_VASPRINTF 1 47*c42dbd0eSchristos 48867d70fcSchristos /* Define to 1 if you have the <dlfcn.h> header file. */ 49867d70fcSchristos #define HAVE_DLFCN_H 1 50867d70fcSchristos 51867d70fcSchristos /* Define to 1 if you have the <endian.h> header file. */ 52867d70fcSchristos #define HAVE_ENDIAN_H 1 53867d70fcSchristos 54867d70fcSchristos /* Define to 1 if you have the `getpagesize' function. */ 55867d70fcSchristos #define HAVE_GETPAGESIZE 1 56867d70fcSchristos 57867d70fcSchristos /* Define to 1 if you have the <inttypes.h> header file. */ 58867d70fcSchristos #define HAVE_INTTYPES_H 1 59867d70fcSchristos 60867d70fcSchristos /* Define to 1 if you have the <memory.h> header file. */ 61867d70fcSchristos #define HAVE_MEMORY_H 1 62867d70fcSchristos 63867d70fcSchristos /* Define to 1 if you have a working `mmap' system call. */ 64867d70fcSchristos #define HAVE_MMAP 1 65867d70fcSchristos 66867d70fcSchristos /* Whether the platform has a definition of O_CLOEXEC. */ 67867d70fcSchristos #define HAVE_O_CLOEXEC 1 68867d70fcSchristos 69867d70fcSchristos /* Define to 1 if you have the `pread' function. */ 70867d70fcSchristos #define HAVE_PREAD 1 71867d70fcSchristos 72867d70fcSchristos /* Define to 1 if you have the `qsort_r' function. */ 73867d70fcSchristos /* #undef HAVE_QSORT_R */ 74867d70fcSchristos 75867d70fcSchristos /* Whether a qsort_r exists with a void *arg as its last arg. */ 76867d70fcSchristos /* #undef HAVE_QSORT_R_ARG_LAST */ 77867d70fcSchristos 78867d70fcSchristos /* Whether a qsort_r exists with the compar function as its last arg. */ 79867d70fcSchristos /* #undef HAVE_QSORT_R_COMPAR_LAST */ 80867d70fcSchristos 81867d70fcSchristos /* Define to 1 if you have the <stdint.h> header file. */ 82867d70fcSchristos #define HAVE_STDINT_H 1 83867d70fcSchristos 84867d70fcSchristos /* Define to 1 if you have the <stdlib.h> header file. */ 85867d70fcSchristos #define HAVE_STDLIB_H 1 86867d70fcSchristos 87867d70fcSchristos /* Define to 1 if you have the <strings.h> header file. */ 88867d70fcSchristos #define HAVE_STRINGS_H 1 89867d70fcSchristos 90867d70fcSchristos /* Define to 1 if you have the <string.h> header file. */ 91867d70fcSchristos #define HAVE_STRING_H 1 92867d70fcSchristos 93867d70fcSchristos /* Define to 1 if you have the <sys/param.h> header file. */ 94867d70fcSchristos #define HAVE_SYS_PARAM_H 1 95867d70fcSchristos 96867d70fcSchristos /* Define to 1 if you have the <sys/stat.h> header file. */ 97867d70fcSchristos #define HAVE_SYS_STAT_H 1 98867d70fcSchristos 99867d70fcSchristos /* Define to 1 if you have the <sys/types.h> header file. */ 100867d70fcSchristos #define HAVE_SYS_TYPES_H 1 101867d70fcSchristos 102867d70fcSchristos /* Define to 1 if you have the <unistd.h> header file. */ 103867d70fcSchristos #define HAVE_UNISTD_H 1 104867d70fcSchristos 105867d70fcSchristos /* Define to the sub-directory in which libtool stores uninstalled libraries. 106867d70fcSchristos */ 107867d70fcSchristos #define LT_OBJDIR ".libs/" 108867d70fcSchristos 109867d70fcSchristos /* Name of package */ 110*c42dbd0eSchristos #define PACKAGE "libctf" 111867d70fcSchristos 112867d70fcSchristos /* Define to the address where bug reports for this package should be sent. */ 113867d70fcSchristos #define PACKAGE_BUGREPORT "" 114867d70fcSchristos 115867d70fcSchristos /* Define to the full name of this package. */ 116*c42dbd0eSchristos #define PACKAGE_NAME "libctf" 117867d70fcSchristos 118867d70fcSchristos /* Define to the full name and version of this package. */ 119*c42dbd0eSchristos #define PACKAGE_STRING "libctf 1.2.0" 120867d70fcSchristos 121867d70fcSchristos /* Define to the one symbol short name of this package. */ 122*c42dbd0eSchristos #define PACKAGE_TARNAME "libctf" 123867d70fcSchristos 124867d70fcSchristos /* Define to the home page for this package. */ 125867d70fcSchristos #define PACKAGE_URL "" 126867d70fcSchristos 127867d70fcSchristos /* Define to the version of this package. */ 128*c42dbd0eSchristos #define PACKAGE_VERSION "1.2.0" 129867d70fcSchristos 130867d70fcSchristos /* Define to 1 if you have the ANSI C header files. */ 131867d70fcSchristos #define STDC_HEADERS 1 132867d70fcSchristos 133867d70fcSchristos /* Enable extensions on AIX 3, Interix. */ 134867d70fcSchristos #ifndef _ALL_SOURCE 135867d70fcSchristos # define _ALL_SOURCE 1 136867d70fcSchristos #endif 137867d70fcSchristos /* Enable GNU extensions on systems that have them. */ 138867d70fcSchristos #ifndef _GNU_SOURCE 139867d70fcSchristos # define _GNU_SOURCE 1 140867d70fcSchristos #endif 141867d70fcSchristos /* Enable threading extensions on Solaris. */ 142867d70fcSchristos #ifndef _POSIX_PTHREAD_SEMANTICS 143867d70fcSchristos # define _POSIX_PTHREAD_SEMANTICS 1 144867d70fcSchristos #endif 145867d70fcSchristos /* Enable extensions on HP NonStop. */ 146867d70fcSchristos #ifndef _TANDEM_SOURCE 147867d70fcSchristos # define _TANDEM_SOURCE 1 148867d70fcSchristos #endif 149867d70fcSchristos /* Enable general extensions on Solaris. */ 150867d70fcSchristos #ifndef __EXTENSIONS__ 151867d70fcSchristos # define __EXTENSIONS__ 1 152867d70fcSchristos #endif 153867d70fcSchristos 154867d70fcSchristos 155867d70fcSchristos /* Version number of package */ 156*c42dbd0eSchristos #define VERSION "1.2.0" 157867d70fcSchristos 158867d70fcSchristos /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 159867d70fcSchristos significant byte first (like Motorola and SPARC, unlike Intel). */ 160867d70fcSchristos #if defined AC_APPLE_UNIVERSAL_BUILD 161867d70fcSchristos # if defined __BIG_ENDIAN__ 162867d70fcSchristos # define WORDS_BIGENDIAN 1 163867d70fcSchristos # endif 164867d70fcSchristos #else 165867d70fcSchristos # ifndef WORDS_BIGENDIAN 166867d70fcSchristos /* # undef WORDS_BIGENDIAN */ 167867d70fcSchristos # endif 168867d70fcSchristos #endif 169867d70fcSchristos 170867d70fcSchristos /* Enable large inode numbers on Mac OS X 10.5. */ 171867d70fcSchristos #ifndef _DARWIN_USE_64_BIT_INODE 172867d70fcSchristos # define _DARWIN_USE_64_BIT_INODE 1 173867d70fcSchristos #endif 174867d70fcSchristos 175867d70fcSchristos /* Number of bits in a file offset, on hosts where this is settable. */ 176867d70fcSchristos /* #undef _FILE_OFFSET_BITS */ 177867d70fcSchristos 178867d70fcSchristos /* Define for large files, on AIX-style hosts. */ 179867d70fcSchristos /* #undef _LARGE_FILES */ 180867d70fcSchristos 181867d70fcSchristos /* Define to 1 if on MINIX. */ 182867d70fcSchristos /* #undef _MINIX */ 183867d70fcSchristos 184867d70fcSchristos /* Define to 2 if the system does not provide POSIX.1 features except with 185867d70fcSchristos this defined. */ 186867d70fcSchristos /* #undef _POSIX_1_SOURCE */ 187867d70fcSchristos 188867d70fcSchristos /* Define to 1 if you need to in order for `stat' and other things to work. */ 189867d70fcSchristos /* #undef _POSIX_SOURCE */ 190