1ae87de88Schristos /* This file is automatically generated. DO NOT EDIT! */ 2*22ebeae4Schristos /* Generated from: NetBSD: mknative-gdb,v 1.17 2024/08/18 03:47:55 rin Exp */ 3ae87de88Schristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */ 4ae87de88Schristos 5ae87de88Schristos /* config.h. Generated from config.h.in by configure. */ 6ae87de88Schristos /* config.h.in. Generated from configure.ac by autoheader. */ 7ae87de88Schristos 8ae87de88Schristos /* Define if building universal (internal helper macro) */ 9ae87de88Schristos /* #undef AC_APPLE_UNIVERSAL_BUILD */ 10ae87de88Schristos 11ae87de88Schristos /* Enable expensive debugging of CTF deduplication type hashing */ 12ae87de88Schristos /* #undef ENABLE_LIBCTF_HASH_DEBUGGING */ 13ae87de88Schristos 14ae87de88Schristos /* Define to 1 if translation of program messages to the user's native 15ae87de88Schristos language is requested. */ 16*22ebeae4Schristos /* #undef ENABLE_NLS */ 17ae87de88Schristos 18ae87de88Schristos /* Whether libbfd was configured for an ELF target. */ 19ae87de88Schristos #define HAVE_BFD_ELF 1 20ae87de88Schristos 21ae87de88Schristos /* Define to 1 if you have the <byteswap.h> header file. */ 22ae87de88Schristos /* #undef HAVE_BYTESWAP_H */ 23ae87de88Schristos 24*22ebeae4Schristos /* Define to 1 if you have the Mac OS X function 25*22ebeae4Schristos CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */ 26*22ebeae4Schristos /* #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES */ 27*22ebeae4Schristos 28*22ebeae4Schristos /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in 29*22ebeae4Schristos the CoreFoundation framework. */ 30*22ebeae4Schristos /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */ 31*22ebeae4Schristos 32*22ebeae4Schristos /* Define if the GNU dcgettext() function is already present or preinstalled. 33*22ebeae4Schristos */ 34*22ebeae4Schristos /* #undef HAVE_DCGETTEXT */ 35*22ebeae4Schristos 36ae87de88Schristos /* Define to 1 if you have the declaration of `asprintf', and to 0 if you 37ae87de88Schristos don't. */ 38ae87de88Schristos #define HAVE_DECL_ASPRINTF 1 39ae87de88Schristos 40ae87de88Schristos /* Define to 1 if you have the declaration of `bswap_16', and to 0 if you 41ae87de88Schristos don't. */ 42ae87de88Schristos #define HAVE_DECL_BSWAP_16 0 43ae87de88Schristos 44ae87de88Schristos /* Define to 1 if you have the declaration of `bswap_32', and to 0 if you 45ae87de88Schristos don't. */ 46ae87de88Schristos #define HAVE_DECL_BSWAP_32 0 47ae87de88Schristos 48ae87de88Schristos /* Define to 1 if you have the declaration of `bswap_64', and to 0 if you 49ae87de88Schristos don't. */ 50ae87de88Schristos #define HAVE_DECL_BSWAP_64 0 51ae87de88Schristos 52ae87de88Schristos /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't. 53ae87de88Schristos */ 54ae87de88Schristos #define HAVE_DECL_STPCPY 1 55ae87de88Schristos 56ae87de88Schristos /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you 57ae87de88Schristos don't. */ 58ae87de88Schristos #define HAVE_DECL_VASPRINTF 1 59ae87de88Schristos 60ae87de88Schristos /* Define to 1 if you have the <dlfcn.h> header file. */ 61ae87de88Schristos #define HAVE_DLFCN_H 1 62ae87de88Schristos 63ae87de88Schristos /* Define to 1 if you have the <endian.h> header file. */ 64ae87de88Schristos #define HAVE_ENDIAN_H 1 65ae87de88Schristos 66ae87de88Schristos /* Define to 1 if you have the `getpagesize' function. */ 67ae87de88Schristos #define HAVE_GETPAGESIZE 1 68ae87de88Schristos 69*22ebeae4Schristos /* Define if the GNU gettext() function is already present or preinstalled. */ 70*22ebeae4Schristos /* #undef HAVE_GETTEXT */ 71*22ebeae4Schristos 72*22ebeae4Schristos /* Define if you have the iconv() function and it works. */ 73*22ebeae4Schristos #define HAVE_ICONV 1 74*22ebeae4Schristos 75ae87de88Schristos /* Define to 1 if you have the <inttypes.h> header file. */ 76ae87de88Schristos #define HAVE_INTTYPES_H 1 77ae87de88Schristos 78ae87de88Schristos /* Define to 1 if you have the <memory.h> header file. */ 79ae87de88Schristos #define HAVE_MEMORY_H 1 80ae87de88Schristos 81ae87de88Schristos /* Define to 1 if you have a working `mmap' system call. */ 82ae87de88Schristos #define HAVE_MMAP 1 83ae87de88Schristos 84ae87de88Schristos /* Whether the platform has a definition of O_CLOEXEC. */ 85ae87de88Schristos #define HAVE_O_CLOEXEC 1 86ae87de88Schristos 87ae87de88Schristos /* Define to 1 if you have the `pread' function. */ 88ae87de88Schristos #define HAVE_PREAD 1 89ae87de88Schristos 90ae87de88Schristos /* Define to 1 if you have the `qsort_r' function. */ 91ae87de88Schristos /* #undef HAVE_QSORT_R */ 92ae87de88Schristos 93ae87de88Schristos /* Whether a qsort_r exists with a void *arg as its last arg. */ 94ae87de88Schristos /* #undef HAVE_QSORT_R_ARG_LAST */ 95ae87de88Schristos 96ae87de88Schristos /* Whether a qsort_r exists with the compar function as its last arg. */ 97ae87de88Schristos /* #undef HAVE_QSORT_R_COMPAR_LAST */ 98ae87de88Schristos 99ae87de88Schristos /* Define to 1 if you have the <stdint.h> header file. */ 100ae87de88Schristos #define HAVE_STDINT_H 1 101ae87de88Schristos 102ae87de88Schristos /* Define to 1 if you have the <stdlib.h> header file. */ 103ae87de88Schristos #define HAVE_STDLIB_H 1 104ae87de88Schristos 105ae87de88Schristos /* Define to 1 if you have the <strings.h> header file. */ 106ae87de88Schristos #define HAVE_STRINGS_H 1 107ae87de88Schristos 108ae87de88Schristos /* Define to 1 if you have the <string.h> header file. */ 109ae87de88Schristos #define HAVE_STRING_H 1 110ae87de88Schristos 111ae87de88Schristos /* Define to 1 if you have the <sys/param.h> header file. */ 112ae87de88Schristos #define HAVE_SYS_PARAM_H 1 113ae87de88Schristos 114ae87de88Schristos /* Define to 1 if you have the <sys/stat.h> header file. */ 115ae87de88Schristos #define HAVE_SYS_STAT_H 1 116ae87de88Schristos 117ae87de88Schristos /* Define to 1 if you have the <sys/types.h> header file. */ 118ae87de88Schristos #define HAVE_SYS_TYPES_H 1 119ae87de88Schristos 120ae87de88Schristos /* Define to 1 if you have the <unistd.h> header file. */ 121ae87de88Schristos #define HAVE_UNISTD_H 1 122ae87de88Schristos 123ae87de88Schristos /* Define to the sub-directory in which libtool stores uninstalled libraries. 124ae87de88Schristos */ 125ae87de88Schristos #define LT_OBJDIR ".libs/" 126ae87de88Schristos 127ae87de88Schristos /* Name of package */ 128ae87de88Schristos #define PACKAGE "libctf" 129ae87de88Schristos 130ae87de88Schristos /* Define to the address where bug reports for this package should be sent. */ 131ae87de88Schristos #define PACKAGE_BUGREPORT "" 132ae87de88Schristos 133ae87de88Schristos /* Define to the full name of this package. */ 134ae87de88Schristos #define PACKAGE_NAME "libctf" 135ae87de88Schristos 136ae87de88Schristos /* Define to the full name and version of this package. */ 137ae87de88Schristos #define PACKAGE_STRING "libctf 1.2.0" 138ae87de88Schristos 139ae87de88Schristos /* Define to the one symbol short name of this package. */ 140ae87de88Schristos #define PACKAGE_TARNAME "libctf" 141ae87de88Schristos 142ae87de88Schristos /* Define to the home page for this package. */ 143ae87de88Schristos #define PACKAGE_URL "" 144ae87de88Schristos 145ae87de88Schristos /* Define to the version of this package. */ 146ae87de88Schristos #define PACKAGE_VERSION "1.2.0" 147ae87de88Schristos 148ae87de88Schristos /* Define to 1 if you have the ANSI C header files. */ 149ae87de88Schristos #define STDC_HEADERS 1 150ae87de88Schristos 151ae87de88Schristos /* Enable extensions on AIX 3, Interix. */ 152ae87de88Schristos #ifndef _ALL_SOURCE 153ae87de88Schristos # define _ALL_SOURCE 1 154ae87de88Schristos #endif 155ae87de88Schristos /* Enable GNU extensions on systems that have them. */ 156ae87de88Schristos #ifndef _GNU_SOURCE 157ae87de88Schristos # define _GNU_SOURCE 1 158ae87de88Schristos #endif 159ae87de88Schristos /* Enable threading extensions on Solaris. */ 160ae87de88Schristos #ifndef _POSIX_PTHREAD_SEMANTICS 161ae87de88Schristos # define _POSIX_PTHREAD_SEMANTICS 1 162ae87de88Schristos #endif 163ae87de88Schristos /* Enable extensions on HP NonStop. */ 164ae87de88Schristos #ifndef _TANDEM_SOURCE 165ae87de88Schristos # define _TANDEM_SOURCE 1 166ae87de88Schristos #endif 167ae87de88Schristos /* Enable general extensions on Solaris. */ 168ae87de88Schristos #ifndef __EXTENSIONS__ 169ae87de88Schristos # define __EXTENSIONS__ 1 170ae87de88Schristos #endif 171ae87de88Schristos 172ae87de88Schristos 173ae87de88Schristos /* Version number of package */ 174ae87de88Schristos #define VERSION "1.2.0" 175ae87de88Schristos 176ae87de88Schristos /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 177ae87de88Schristos significant byte first (like Motorola and SPARC, unlike Intel). */ 178ae87de88Schristos #if defined AC_APPLE_UNIVERSAL_BUILD 179ae87de88Schristos # if defined __BIG_ENDIAN__ 180ae87de88Schristos # define WORDS_BIGENDIAN 1 181ae87de88Schristos # endif 182ae87de88Schristos #else 183ae87de88Schristos # ifndef WORDS_BIGENDIAN 184ae87de88Schristos /* # undef WORDS_BIGENDIAN */ 185ae87de88Schristos # endif 186ae87de88Schristos #endif 187ae87de88Schristos 188ae87de88Schristos /* Enable large inode numbers on Mac OS X 10.5. */ 189ae87de88Schristos #ifndef _DARWIN_USE_64_BIT_INODE 190ae87de88Schristos # define _DARWIN_USE_64_BIT_INODE 1 191ae87de88Schristos #endif 192ae87de88Schristos 193ae87de88Schristos /* Number of bits in a file offset, on hosts where this is settable. */ 194ae87de88Schristos /* #undef _FILE_OFFSET_BITS */ 195ae87de88Schristos 196ae87de88Schristos /* Define for large files, on AIX-style hosts. */ 197ae87de88Schristos /* #undef _LARGE_FILES */ 198ae87de88Schristos 199ae87de88Schristos /* Define to 1 if on MINIX. */ 200ae87de88Schristos /* #undef _MINIX */ 201ae87de88Schristos 202ae87de88Schristos /* Define to 2 if the system does not provide POSIX.1 features except with 203ae87de88Schristos this defined. */ 204ae87de88Schristos /* #undef _POSIX_1_SOURCE */ 205ae87de88Schristos 206ae87de88Schristos /* Define to 1 if you need to in order for `stat' and other things to work. */ 207ae87de88Schristos /* #undef _POSIX_SOURCE */ 208