1475b3abcSchristos /* 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 */ 3475b3abcSchristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */ 4475b3abcSchristos 5475b3abcSchristos /* config.h. Generated from config.h.in by configure. */ 6475b3abcSchristos /* config.h.in. Generated from configure.ac by autoheader. */ 7475b3abcSchristos 8475b3abcSchristos /* Define if building universal (internal helper macro) */ 9475b3abcSchristos /* #undef AC_APPLE_UNIVERSAL_BUILD */ 10475b3abcSchristos 11475b3abcSchristos /* Enable expensive debugging of CTF deduplication type hashing */ 12475b3abcSchristos /* #undef ENABLE_LIBCTF_HASH_DEBUGGING */ 13475b3abcSchristos 14475b3abcSchristos /* Define to 1 if translation of program messages to the user's native 15475b3abcSchristos language is requested. */ 16*22ebeae4Schristos /* #undef ENABLE_NLS */ 17475b3abcSchristos 18475b3abcSchristos /* Whether libbfd was configured for an ELF target. */ 19475b3abcSchristos #define HAVE_BFD_ELF 1 20475b3abcSchristos 21475b3abcSchristos /* Define to 1 if you have the <byteswap.h> header file. */ 22475b3abcSchristos /* #undef HAVE_BYTESWAP_H */ 23475b3abcSchristos 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 36475b3abcSchristos /* Define to 1 if you have the declaration of `asprintf', and to 0 if you 37475b3abcSchristos don't. */ 38475b3abcSchristos #define HAVE_DECL_ASPRINTF 1 39475b3abcSchristos 40475b3abcSchristos /* Define to 1 if you have the declaration of `bswap_16', and to 0 if you 41475b3abcSchristos don't. */ 42475b3abcSchristos #define HAVE_DECL_BSWAP_16 0 43475b3abcSchristos 44475b3abcSchristos /* Define to 1 if you have the declaration of `bswap_32', and to 0 if you 45475b3abcSchristos don't. */ 46475b3abcSchristos #define HAVE_DECL_BSWAP_32 0 47475b3abcSchristos 48475b3abcSchristos /* Define to 1 if you have the declaration of `bswap_64', and to 0 if you 49475b3abcSchristos don't. */ 50475b3abcSchristos #define HAVE_DECL_BSWAP_64 0 51475b3abcSchristos 52475b3abcSchristos /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't. 53475b3abcSchristos */ 54475b3abcSchristos #define HAVE_DECL_STPCPY 1 55475b3abcSchristos 56475b3abcSchristos /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you 57475b3abcSchristos don't. */ 58475b3abcSchristos #define HAVE_DECL_VASPRINTF 1 59475b3abcSchristos 60475b3abcSchristos /* Define to 1 if you have the <dlfcn.h> header file. */ 61475b3abcSchristos #define HAVE_DLFCN_H 1 62475b3abcSchristos 63475b3abcSchristos /* Define to 1 if you have the <endian.h> header file. */ 64475b3abcSchristos #define HAVE_ENDIAN_H 1 65475b3abcSchristos 66475b3abcSchristos /* Define to 1 if you have the `getpagesize' function. */ 67475b3abcSchristos #define HAVE_GETPAGESIZE 1 68475b3abcSchristos 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 75475b3abcSchristos /* Define to 1 if you have the <inttypes.h> header file. */ 76475b3abcSchristos #define HAVE_INTTYPES_H 1 77475b3abcSchristos 78475b3abcSchristos /* Define to 1 if you have the <memory.h> header file. */ 79475b3abcSchristos #define HAVE_MEMORY_H 1 80475b3abcSchristos 81475b3abcSchristos /* Define to 1 if you have a working `mmap' system call. */ 82475b3abcSchristos #define HAVE_MMAP 1 83475b3abcSchristos 84475b3abcSchristos /* Whether the platform has a definition of O_CLOEXEC. */ 85475b3abcSchristos #define HAVE_O_CLOEXEC 1 86475b3abcSchristos 87475b3abcSchristos /* Define to 1 if you have the `pread' function. */ 88475b3abcSchristos #define HAVE_PREAD 1 89475b3abcSchristos 90475b3abcSchristos /* Define to 1 if you have the `qsort_r' function. */ 91475b3abcSchristos /* #undef HAVE_QSORT_R */ 92475b3abcSchristos 93475b3abcSchristos /* Whether a qsort_r exists with a void *arg as its last arg. */ 94475b3abcSchristos /* #undef HAVE_QSORT_R_ARG_LAST */ 95475b3abcSchristos 96475b3abcSchristos /* Whether a qsort_r exists with the compar function as its last arg. */ 97475b3abcSchristos /* #undef HAVE_QSORT_R_COMPAR_LAST */ 98475b3abcSchristos 99475b3abcSchristos /* Define to 1 if you have the <stdint.h> header file. */ 100475b3abcSchristos #define HAVE_STDINT_H 1 101475b3abcSchristos 102475b3abcSchristos /* Define to 1 if you have the <stdlib.h> header file. */ 103475b3abcSchristos #define HAVE_STDLIB_H 1 104475b3abcSchristos 105475b3abcSchristos /* Define to 1 if you have the <strings.h> header file. */ 106475b3abcSchristos #define HAVE_STRINGS_H 1 107475b3abcSchristos 108475b3abcSchristos /* Define to 1 if you have the <string.h> header file. */ 109475b3abcSchristos #define HAVE_STRING_H 1 110475b3abcSchristos 111475b3abcSchristos /* Define to 1 if you have the <sys/param.h> header file. */ 112475b3abcSchristos #define HAVE_SYS_PARAM_H 1 113475b3abcSchristos 114475b3abcSchristos /* Define to 1 if you have the <sys/stat.h> header file. */ 115475b3abcSchristos #define HAVE_SYS_STAT_H 1 116475b3abcSchristos 117475b3abcSchristos /* Define to 1 if you have the <sys/types.h> header file. */ 118475b3abcSchristos #define HAVE_SYS_TYPES_H 1 119475b3abcSchristos 120475b3abcSchristos /* Define to 1 if you have the <unistd.h> header file. */ 121475b3abcSchristos #define HAVE_UNISTD_H 1 122475b3abcSchristos 123475b3abcSchristos /* Define to the sub-directory in which libtool stores uninstalled libraries. 124475b3abcSchristos */ 125475b3abcSchristos #define LT_OBJDIR ".libs/" 126475b3abcSchristos 127475b3abcSchristos /* Name of package */ 128475b3abcSchristos #define PACKAGE "libctf" 129475b3abcSchristos 130475b3abcSchristos /* Define to the address where bug reports for this package should be sent. */ 131475b3abcSchristos #define PACKAGE_BUGREPORT "" 132475b3abcSchristos 133475b3abcSchristos /* Define to the full name of this package. */ 134475b3abcSchristos #define PACKAGE_NAME "libctf" 135475b3abcSchristos 136475b3abcSchristos /* Define to the full name and version of this package. */ 137475b3abcSchristos #define PACKAGE_STRING "libctf 1.2.0" 138475b3abcSchristos 139475b3abcSchristos /* Define to the one symbol short name of this package. */ 140475b3abcSchristos #define PACKAGE_TARNAME "libctf" 141475b3abcSchristos 142475b3abcSchristos /* Define to the home page for this package. */ 143475b3abcSchristos #define PACKAGE_URL "" 144475b3abcSchristos 145475b3abcSchristos /* Define to the version of this package. */ 146475b3abcSchristos #define PACKAGE_VERSION "1.2.0" 147475b3abcSchristos 148475b3abcSchristos /* Define to 1 if you have the ANSI C header files. */ 149475b3abcSchristos #define STDC_HEADERS 1 150475b3abcSchristos 151475b3abcSchristos /* Enable extensions on AIX 3, Interix. */ 152475b3abcSchristos #ifndef _ALL_SOURCE 153475b3abcSchristos # define _ALL_SOURCE 1 154475b3abcSchristos #endif 155475b3abcSchristos /* Enable GNU extensions on systems that have them. */ 156475b3abcSchristos #ifndef _GNU_SOURCE 157475b3abcSchristos # define _GNU_SOURCE 1 158475b3abcSchristos #endif 159475b3abcSchristos /* Enable threading extensions on Solaris. */ 160475b3abcSchristos #ifndef _POSIX_PTHREAD_SEMANTICS 161475b3abcSchristos # define _POSIX_PTHREAD_SEMANTICS 1 162475b3abcSchristos #endif 163475b3abcSchristos /* Enable extensions on HP NonStop. */ 164475b3abcSchristos #ifndef _TANDEM_SOURCE 165475b3abcSchristos # define _TANDEM_SOURCE 1 166475b3abcSchristos #endif 167475b3abcSchristos /* Enable general extensions on Solaris. */ 168475b3abcSchristos #ifndef __EXTENSIONS__ 169475b3abcSchristos # define __EXTENSIONS__ 1 170475b3abcSchristos #endif 171475b3abcSchristos 172475b3abcSchristos 173475b3abcSchristos /* Version number of package */ 174475b3abcSchristos #define VERSION "1.2.0" 175475b3abcSchristos 176475b3abcSchristos /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 177475b3abcSchristos significant byte first (like Motorola and SPARC, unlike Intel). */ 178475b3abcSchristos #if defined AC_APPLE_UNIVERSAL_BUILD 179475b3abcSchristos # if defined __BIG_ENDIAN__ 180475b3abcSchristos # define WORDS_BIGENDIAN 1 181475b3abcSchristos # endif 182475b3abcSchristos #else 183475b3abcSchristos # ifndef WORDS_BIGENDIAN 184475b3abcSchristos /* # undef WORDS_BIGENDIAN */ 185475b3abcSchristos # endif 186475b3abcSchristos #endif 187475b3abcSchristos 188475b3abcSchristos /* Enable large inode numbers on Mac OS X 10.5. */ 189475b3abcSchristos #ifndef _DARWIN_USE_64_BIT_INODE 190475b3abcSchristos # define _DARWIN_USE_64_BIT_INODE 1 191475b3abcSchristos #endif 192475b3abcSchristos 193475b3abcSchristos /* Number of bits in a file offset, on hosts where this is settable. */ 194475b3abcSchristos /* #undef _FILE_OFFSET_BITS */ 195475b3abcSchristos 196475b3abcSchristos /* Define for large files, on AIX-style hosts. */ 197475b3abcSchristos /* #undef _LARGE_FILES */ 198475b3abcSchristos 199475b3abcSchristos /* Define to 1 if on MINIX. */ 200475b3abcSchristos /* #undef _MINIX */ 201475b3abcSchristos 202475b3abcSchristos /* Define to 2 if the system does not provide POSIX.1 features except with 203475b3abcSchristos this defined. */ 204475b3abcSchristos /* #undef _POSIX_1_SOURCE */ 205475b3abcSchristos 206475b3abcSchristos /* Define to 1 if you need to in order for `stat' and other things to work. */ 207475b3abcSchristos /* #undef _POSIX_SOURCE */ 208