14d342c04Schristos /* 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 */ 34d342c04Schristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */ 44d342c04Schristos 54d342c04Schristos /* config.h. Generated from config.h.in by configure. */ 64d342c04Schristos /* config.h.in. Generated from configure.ac by autoheader. */ 74d342c04Schristos 84d342c04Schristos /* Define if building universal (internal helper macro) */ 94d342c04Schristos /* #undef AC_APPLE_UNIVERSAL_BUILD */ 104d342c04Schristos 114d342c04Schristos /* Enable expensive debugging of CTF deduplication type hashing */ 124d342c04Schristos /* #undef ENABLE_LIBCTF_HASH_DEBUGGING */ 134d342c04Schristos 144d342c04Schristos /* Define to 1 if translation of program messages to the user's native 154d342c04Schristos language is requested. */ 16*22ebeae4Schristos /* #undef ENABLE_NLS */ 174d342c04Schristos 184d342c04Schristos /* Whether libbfd was configured for an ELF target. */ 194d342c04Schristos #define HAVE_BFD_ELF 1 204d342c04Schristos 214d342c04Schristos /* Define to 1 if you have the <byteswap.h> header file. */ 224d342c04Schristos /* #undef HAVE_BYTESWAP_H */ 234d342c04Schristos 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 364d342c04Schristos /* Define to 1 if you have the declaration of `asprintf', and to 0 if you 374d342c04Schristos don't. */ 384d342c04Schristos #define HAVE_DECL_ASPRINTF 1 394d342c04Schristos 404d342c04Schristos /* Define to 1 if you have the declaration of `bswap_16', and to 0 if you 414d342c04Schristos don't. */ 424d342c04Schristos #define HAVE_DECL_BSWAP_16 0 434d342c04Schristos 444d342c04Schristos /* Define to 1 if you have the declaration of `bswap_32', and to 0 if you 454d342c04Schristos don't. */ 464d342c04Schristos #define HAVE_DECL_BSWAP_32 0 474d342c04Schristos 484d342c04Schristos /* Define to 1 if you have the declaration of `bswap_64', and to 0 if you 494d342c04Schristos don't. */ 504d342c04Schristos #define HAVE_DECL_BSWAP_64 0 514d342c04Schristos 524d342c04Schristos /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't. 534d342c04Schristos */ 544d342c04Schristos #define HAVE_DECL_STPCPY 1 554d342c04Schristos 564d342c04Schristos /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you 574d342c04Schristos don't. */ 584d342c04Schristos #define HAVE_DECL_VASPRINTF 1 594d342c04Schristos 604d342c04Schristos /* Define to 1 if you have the <dlfcn.h> header file. */ 614d342c04Schristos #define HAVE_DLFCN_H 1 624d342c04Schristos 634d342c04Schristos /* Define to 1 if you have the <endian.h> header file. */ 644d342c04Schristos #define HAVE_ENDIAN_H 1 654d342c04Schristos 664d342c04Schristos /* Define to 1 if you have the `getpagesize' function. */ 674d342c04Schristos #define HAVE_GETPAGESIZE 1 684d342c04Schristos 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 754d342c04Schristos /* Define to 1 if you have the <inttypes.h> header file. */ 764d342c04Schristos #define HAVE_INTTYPES_H 1 774d342c04Schristos 784d342c04Schristos /* Define to 1 if you have the <memory.h> header file. */ 794d342c04Schristos #define HAVE_MEMORY_H 1 804d342c04Schristos 814d342c04Schristos /* Define to 1 if you have a working `mmap' system call. */ 824d342c04Schristos #define HAVE_MMAP 1 834d342c04Schristos 844d342c04Schristos /* Whether the platform has a definition of O_CLOEXEC. */ 854d342c04Schristos #define HAVE_O_CLOEXEC 1 864d342c04Schristos 874d342c04Schristos /* Define to 1 if you have the `pread' function. */ 884d342c04Schristos #define HAVE_PREAD 1 894d342c04Schristos 904d342c04Schristos /* Define to 1 if you have the `qsort_r' function. */ 914d342c04Schristos /* #undef HAVE_QSORT_R */ 924d342c04Schristos 934d342c04Schristos /* Whether a qsort_r exists with a void *arg as its last arg. */ 944d342c04Schristos /* #undef HAVE_QSORT_R_ARG_LAST */ 954d342c04Schristos 964d342c04Schristos /* Whether a qsort_r exists with the compar function as its last arg. */ 974d342c04Schristos /* #undef HAVE_QSORT_R_COMPAR_LAST */ 984d342c04Schristos 994d342c04Schristos /* Define to 1 if you have the <stdint.h> header file. */ 1004d342c04Schristos #define HAVE_STDINT_H 1 1014d342c04Schristos 1024d342c04Schristos /* Define to 1 if you have the <stdlib.h> header file. */ 1034d342c04Schristos #define HAVE_STDLIB_H 1 1044d342c04Schristos 1054d342c04Schristos /* Define to 1 if you have the <strings.h> header file. */ 1064d342c04Schristos #define HAVE_STRINGS_H 1 1074d342c04Schristos 1084d342c04Schristos /* Define to 1 if you have the <string.h> header file. */ 1094d342c04Schristos #define HAVE_STRING_H 1 1104d342c04Schristos 1114d342c04Schristos /* Define to 1 if you have the <sys/param.h> header file. */ 1124d342c04Schristos #define HAVE_SYS_PARAM_H 1 1134d342c04Schristos 1144d342c04Schristos /* Define to 1 if you have the <sys/stat.h> header file. */ 1154d342c04Schristos #define HAVE_SYS_STAT_H 1 1164d342c04Schristos 1174d342c04Schristos /* Define to 1 if you have the <sys/types.h> header file. */ 1184d342c04Schristos #define HAVE_SYS_TYPES_H 1 1194d342c04Schristos 1204d342c04Schristos /* Define to 1 if you have the <unistd.h> header file. */ 1214d342c04Schristos #define HAVE_UNISTD_H 1 1224d342c04Schristos 1234d342c04Schristos /* Define to the sub-directory in which libtool stores uninstalled libraries. 1244d342c04Schristos */ 1254d342c04Schristos #define LT_OBJDIR ".libs/" 1264d342c04Schristos 1274d342c04Schristos /* Name of package */ 1284d342c04Schristos #define PACKAGE "libctf" 1294d342c04Schristos 1304d342c04Schristos /* Define to the address where bug reports for this package should be sent. */ 1314d342c04Schristos #define PACKAGE_BUGREPORT "" 1324d342c04Schristos 1334d342c04Schristos /* Define to the full name of this package. */ 1344d342c04Schristos #define PACKAGE_NAME "libctf" 1354d342c04Schristos 1364d342c04Schristos /* Define to the full name and version of this package. */ 1374d342c04Schristos #define PACKAGE_STRING "libctf 1.2.0" 1384d342c04Schristos 1394d342c04Schristos /* Define to the one symbol short name of this package. */ 1404d342c04Schristos #define PACKAGE_TARNAME "libctf" 1414d342c04Schristos 1424d342c04Schristos /* Define to the home page for this package. */ 1434d342c04Schristos #define PACKAGE_URL "" 1444d342c04Schristos 1454d342c04Schristos /* Define to the version of this package. */ 1464d342c04Schristos #define PACKAGE_VERSION "1.2.0" 1474d342c04Schristos 1484d342c04Schristos /* Define to 1 if you have the ANSI C header files. */ 1494d342c04Schristos #define STDC_HEADERS 1 1504d342c04Schristos 1514d342c04Schristos /* Enable extensions on AIX 3, Interix. */ 1524d342c04Schristos #ifndef _ALL_SOURCE 1534d342c04Schristos # define _ALL_SOURCE 1 1544d342c04Schristos #endif 1554d342c04Schristos /* Enable GNU extensions on systems that have them. */ 1564d342c04Schristos #ifndef _GNU_SOURCE 1574d342c04Schristos # define _GNU_SOURCE 1 1584d342c04Schristos #endif 1594d342c04Schristos /* Enable threading extensions on Solaris. */ 1604d342c04Schristos #ifndef _POSIX_PTHREAD_SEMANTICS 1614d342c04Schristos # define _POSIX_PTHREAD_SEMANTICS 1 1624d342c04Schristos #endif 1634d342c04Schristos /* Enable extensions on HP NonStop. */ 1644d342c04Schristos #ifndef _TANDEM_SOURCE 1654d342c04Schristos # define _TANDEM_SOURCE 1 1664d342c04Schristos #endif 1674d342c04Schristos /* Enable general extensions on Solaris. */ 1684d342c04Schristos #ifndef __EXTENSIONS__ 1694d342c04Schristos # define __EXTENSIONS__ 1 1704d342c04Schristos #endif 1714d342c04Schristos 1724d342c04Schristos 1734d342c04Schristos /* Version number of package */ 1744d342c04Schristos #define VERSION "1.2.0" 1754d342c04Schristos 1764d342c04Schristos /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 1774d342c04Schristos significant byte first (like Motorola and SPARC, unlike Intel). */ 1784d342c04Schristos #if defined AC_APPLE_UNIVERSAL_BUILD 1794d342c04Schristos # if defined __BIG_ENDIAN__ 1804d342c04Schristos # define WORDS_BIGENDIAN 1 1814d342c04Schristos # endif 1824d342c04Schristos #else 1834d342c04Schristos # ifndef WORDS_BIGENDIAN 1844d342c04Schristos # define WORDS_BIGENDIAN 1 1854d342c04Schristos # endif 1864d342c04Schristos #endif 1874d342c04Schristos 1884d342c04Schristos /* Enable large inode numbers on Mac OS X 10.5. */ 1894d342c04Schristos #ifndef _DARWIN_USE_64_BIT_INODE 1904d342c04Schristos # define _DARWIN_USE_64_BIT_INODE 1 1914d342c04Schristos #endif 1924d342c04Schristos 1934d342c04Schristos /* Number of bits in a file offset, on hosts where this is settable. */ 1944d342c04Schristos /* #undef _FILE_OFFSET_BITS */ 1954d342c04Schristos 1964d342c04Schristos /* Define for large files, on AIX-style hosts. */ 1974d342c04Schristos /* #undef _LARGE_FILES */ 1984d342c04Schristos 1994d342c04Schristos /* Define to 1 if on MINIX. */ 2004d342c04Schristos /* #undef _MINIX */ 2014d342c04Schristos 2024d342c04Schristos /* Define to 2 if the system does not provide POSIX.1 features except with 2034d342c04Schristos this defined. */ 2044d342c04Schristos /* #undef _POSIX_1_SOURCE */ 2054d342c04Schristos 2064d342c04Schristos /* Define to 1 if you need to in order for `stat' and other things to work. */ 2074d342c04Schristos /* #undef _POSIX_SOURCE */ 208