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