106dfa844Sskrll /* 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 */ 306dfa844Sskrll /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */ 406dfa844Sskrll 506dfa844Sskrll /* config.h. Generated from config.h.in by configure. */ 606dfa844Sskrll /* config.h.in. Generated from configure.ac by autoheader. */ 706dfa844Sskrll 806dfa844Sskrll /* Define if building universal (internal helper macro) */ 906dfa844Sskrll /* #undef AC_APPLE_UNIVERSAL_BUILD */ 1006dfa844Sskrll 1106dfa844Sskrll /* Enable expensive debugging of CTF deduplication type hashing */ 1206dfa844Sskrll /* #undef ENABLE_LIBCTF_HASH_DEBUGGING */ 1306dfa844Sskrll 1406dfa844Sskrll /* Define to 1 if translation of program messages to the user's native 1506dfa844Sskrll language is requested. */ 16*22ebeae4Schristos /* #undef ENABLE_NLS */ 1706dfa844Sskrll 1806dfa844Sskrll /* Whether libbfd was configured for an ELF target. */ 1906dfa844Sskrll #define HAVE_BFD_ELF 1 2006dfa844Sskrll 2106dfa844Sskrll /* Define to 1 if you have the <byteswap.h> header file. */ 2206dfa844Sskrll /* #undef HAVE_BYTESWAP_H */ 2306dfa844Sskrll 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 3606dfa844Sskrll /* Define to 1 if you have the declaration of `asprintf', and to 0 if you 3706dfa844Sskrll don't. */ 3806dfa844Sskrll #define HAVE_DECL_ASPRINTF 1 3906dfa844Sskrll 4006dfa844Sskrll /* Define to 1 if you have the declaration of `bswap_16', and to 0 if you 4106dfa844Sskrll don't. */ 4206dfa844Sskrll #define HAVE_DECL_BSWAP_16 0 4306dfa844Sskrll 4406dfa844Sskrll /* Define to 1 if you have the declaration of `bswap_32', and to 0 if you 4506dfa844Sskrll don't. */ 4606dfa844Sskrll #define HAVE_DECL_BSWAP_32 0 4706dfa844Sskrll 4806dfa844Sskrll /* Define to 1 if you have the declaration of `bswap_64', and to 0 if you 4906dfa844Sskrll don't. */ 5006dfa844Sskrll #define HAVE_DECL_BSWAP_64 0 5106dfa844Sskrll 5206dfa844Sskrll /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't. 5306dfa844Sskrll */ 5406dfa844Sskrll #define HAVE_DECL_STPCPY 1 5506dfa844Sskrll 5606dfa844Sskrll /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you 5706dfa844Sskrll don't. */ 5806dfa844Sskrll #define HAVE_DECL_VASPRINTF 1 5906dfa844Sskrll 6006dfa844Sskrll /* Define to 1 if you have the <dlfcn.h> header file. */ 6106dfa844Sskrll #define HAVE_DLFCN_H 1 6206dfa844Sskrll 6306dfa844Sskrll /* Define to 1 if you have the <endian.h> header file. */ 6406dfa844Sskrll #define HAVE_ENDIAN_H 1 6506dfa844Sskrll 6606dfa844Sskrll /* Define to 1 if you have the `getpagesize' function. */ 6706dfa844Sskrll #define HAVE_GETPAGESIZE 1 6806dfa844Sskrll 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 7506dfa844Sskrll /* Define to 1 if you have the <inttypes.h> header file. */ 7606dfa844Sskrll #define HAVE_INTTYPES_H 1 7706dfa844Sskrll 7806dfa844Sskrll /* Define to 1 if you have the <memory.h> header file. */ 7906dfa844Sskrll #define HAVE_MEMORY_H 1 8006dfa844Sskrll 8106dfa844Sskrll /* Define to 1 if you have a working `mmap' system call. */ 8206dfa844Sskrll #define HAVE_MMAP 1 8306dfa844Sskrll 8406dfa844Sskrll /* Whether the platform has a definition of O_CLOEXEC. */ 8506dfa844Sskrll #define HAVE_O_CLOEXEC 1 8606dfa844Sskrll 8706dfa844Sskrll /* Define to 1 if you have the `pread' function. */ 8806dfa844Sskrll #define HAVE_PREAD 1 8906dfa844Sskrll 9006dfa844Sskrll /* Define to 1 if you have the `qsort_r' function. */ 9106dfa844Sskrll /* #undef HAVE_QSORT_R */ 9206dfa844Sskrll 9306dfa844Sskrll /* Whether a qsort_r exists with a void *arg as its last arg. */ 9406dfa844Sskrll /* #undef HAVE_QSORT_R_ARG_LAST */ 9506dfa844Sskrll 9606dfa844Sskrll /* Whether a qsort_r exists with the compar function as its last arg. */ 9706dfa844Sskrll /* #undef HAVE_QSORT_R_COMPAR_LAST */ 9806dfa844Sskrll 9906dfa844Sskrll /* Define to 1 if you have the <stdint.h> header file. */ 10006dfa844Sskrll #define HAVE_STDINT_H 1 10106dfa844Sskrll 10206dfa844Sskrll /* Define to 1 if you have the <stdlib.h> header file. */ 10306dfa844Sskrll #define HAVE_STDLIB_H 1 10406dfa844Sskrll 10506dfa844Sskrll /* Define to 1 if you have the <strings.h> header file. */ 10606dfa844Sskrll #define HAVE_STRINGS_H 1 10706dfa844Sskrll 10806dfa844Sskrll /* Define to 1 if you have the <string.h> header file. */ 10906dfa844Sskrll #define HAVE_STRING_H 1 11006dfa844Sskrll 11106dfa844Sskrll /* Define to 1 if you have the <sys/param.h> header file. */ 11206dfa844Sskrll #define HAVE_SYS_PARAM_H 1 11306dfa844Sskrll 11406dfa844Sskrll /* Define to 1 if you have the <sys/stat.h> header file. */ 11506dfa844Sskrll #define HAVE_SYS_STAT_H 1 11606dfa844Sskrll 11706dfa844Sskrll /* Define to 1 if you have the <sys/types.h> header file. */ 11806dfa844Sskrll #define HAVE_SYS_TYPES_H 1 11906dfa844Sskrll 12006dfa844Sskrll /* Define to 1 if you have the <unistd.h> header file. */ 12106dfa844Sskrll #define HAVE_UNISTD_H 1 12206dfa844Sskrll 12306dfa844Sskrll /* Define to the sub-directory in which libtool stores uninstalled libraries. 12406dfa844Sskrll */ 12506dfa844Sskrll #define LT_OBJDIR ".libs/" 12606dfa844Sskrll 12706dfa844Sskrll /* Name of package */ 12806dfa844Sskrll #define PACKAGE "libctf" 12906dfa844Sskrll 13006dfa844Sskrll /* Define to the address where bug reports for this package should be sent. */ 13106dfa844Sskrll #define PACKAGE_BUGREPORT "" 13206dfa844Sskrll 13306dfa844Sskrll /* Define to the full name of this package. */ 13406dfa844Sskrll #define PACKAGE_NAME "libctf" 13506dfa844Sskrll 13606dfa844Sskrll /* Define to the full name and version of this package. */ 13706dfa844Sskrll #define PACKAGE_STRING "libctf 1.2.0" 13806dfa844Sskrll 13906dfa844Sskrll /* Define to the one symbol short name of this package. */ 14006dfa844Sskrll #define PACKAGE_TARNAME "libctf" 14106dfa844Sskrll 14206dfa844Sskrll /* Define to the home page for this package. */ 14306dfa844Sskrll #define PACKAGE_URL "" 14406dfa844Sskrll 14506dfa844Sskrll /* Define to the version of this package. */ 14606dfa844Sskrll #define PACKAGE_VERSION "1.2.0" 14706dfa844Sskrll 14806dfa844Sskrll /* Define to 1 if you have the ANSI C header files. */ 14906dfa844Sskrll #define STDC_HEADERS 1 15006dfa844Sskrll 15106dfa844Sskrll /* Enable extensions on AIX 3, Interix. */ 15206dfa844Sskrll #ifndef _ALL_SOURCE 15306dfa844Sskrll # define _ALL_SOURCE 1 15406dfa844Sskrll #endif 15506dfa844Sskrll /* Enable GNU extensions on systems that have them. */ 15606dfa844Sskrll #ifndef _GNU_SOURCE 15706dfa844Sskrll # define _GNU_SOURCE 1 15806dfa844Sskrll #endif 15906dfa844Sskrll /* Enable threading extensions on Solaris. */ 16006dfa844Sskrll #ifndef _POSIX_PTHREAD_SEMANTICS 16106dfa844Sskrll # define _POSIX_PTHREAD_SEMANTICS 1 16206dfa844Sskrll #endif 16306dfa844Sskrll /* Enable extensions on HP NonStop. */ 16406dfa844Sskrll #ifndef _TANDEM_SOURCE 16506dfa844Sskrll # define _TANDEM_SOURCE 1 16606dfa844Sskrll #endif 16706dfa844Sskrll /* Enable general extensions on Solaris. */ 16806dfa844Sskrll #ifndef __EXTENSIONS__ 16906dfa844Sskrll # define __EXTENSIONS__ 1 17006dfa844Sskrll #endif 17106dfa844Sskrll 17206dfa844Sskrll 17306dfa844Sskrll /* Version number of package */ 17406dfa844Sskrll #define VERSION "1.2.0" 17506dfa844Sskrll 17606dfa844Sskrll /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 17706dfa844Sskrll significant byte first (like Motorola and SPARC, unlike Intel). */ 17806dfa844Sskrll #if defined AC_APPLE_UNIVERSAL_BUILD 17906dfa844Sskrll # if defined __BIG_ENDIAN__ 18006dfa844Sskrll # define WORDS_BIGENDIAN 1 18106dfa844Sskrll # endif 18206dfa844Sskrll #else 18306dfa844Sskrll # ifndef WORDS_BIGENDIAN 18406dfa844Sskrll /* # undef WORDS_BIGENDIAN */ 18506dfa844Sskrll # endif 18606dfa844Sskrll #endif 18706dfa844Sskrll 18806dfa844Sskrll /* Enable large inode numbers on Mac OS X 10.5. */ 18906dfa844Sskrll #ifndef _DARWIN_USE_64_BIT_INODE 19006dfa844Sskrll # define _DARWIN_USE_64_BIT_INODE 1 19106dfa844Sskrll #endif 19206dfa844Sskrll 19306dfa844Sskrll /* Number of bits in a file offset, on hosts where this is settable. */ 19406dfa844Sskrll /* #undef _FILE_OFFSET_BITS */ 19506dfa844Sskrll 19606dfa844Sskrll /* Define for large files, on AIX-style hosts. */ 19706dfa844Sskrll /* #undef _LARGE_FILES */ 19806dfa844Sskrll 19906dfa844Sskrll /* Define to 1 if on MINIX. */ 20006dfa844Sskrll /* #undef _MINIX */ 20106dfa844Sskrll 20206dfa844Sskrll /* Define to 2 if the system does not provide POSIX.1 features except with 20306dfa844Sskrll this defined. */ 20406dfa844Sskrll /* #undef _POSIX_1_SOURCE */ 20506dfa844Sskrll 20606dfa844Sskrll /* Define to 1 if you need to in order for `stat' and other things to work. */ 20706dfa844Sskrll /* #undef _POSIX_SOURCE */ 208