19fd8799cSchristos /* 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 */ 39fd8799cSchristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */ 49fd8799cSchristos 59fd8799cSchristos /* config.h. Generated from config.h.in by configure. */ 69fd8799cSchristos /* config.h.in. Generated from configure.ac by autoheader. */ 79fd8799cSchristos 89fd8799cSchristos /* Define if building universal (internal helper macro) */ 99fd8799cSchristos /* #undef AC_APPLE_UNIVERSAL_BUILD */ 109fd8799cSchristos 119fd8799cSchristos /* Enable expensive debugging of CTF deduplication type hashing */ 129fd8799cSchristos /* #undef ENABLE_LIBCTF_HASH_DEBUGGING */ 139fd8799cSchristos 149fd8799cSchristos /* Define to 1 if translation of program messages to the user's native 159fd8799cSchristos language is requested. */ 16*22ebeae4Schristos /* #undef ENABLE_NLS */ 179fd8799cSchristos 189fd8799cSchristos /* Whether libbfd was configured for an ELF target. */ 199fd8799cSchristos #define HAVE_BFD_ELF 1 209fd8799cSchristos 219fd8799cSchristos /* Define to 1 if you have the <byteswap.h> header file. */ 229fd8799cSchristos /* #undef HAVE_BYTESWAP_H */ 239fd8799cSchristos 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 369fd8799cSchristos /* Define to 1 if you have the declaration of `asprintf', and to 0 if you 379fd8799cSchristos don't. */ 389fd8799cSchristos #define HAVE_DECL_ASPRINTF 1 399fd8799cSchristos 409fd8799cSchristos /* Define to 1 if you have the declaration of `bswap_16', and to 0 if you 419fd8799cSchristos don't. */ 429fd8799cSchristos #define HAVE_DECL_BSWAP_16 0 439fd8799cSchristos 449fd8799cSchristos /* Define to 1 if you have the declaration of `bswap_32', and to 0 if you 459fd8799cSchristos don't. */ 469fd8799cSchristos #define HAVE_DECL_BSWAP_32 0 479fd8799cSchristos 489fd8799cSchristos /* Define to 1 if you have the declaration of `bswap_64', and to 0 if you 499fd8799cSchristos don't. */ 509fd8799cSchristos #define HAVE_DECL_BSWAP_64 0 519fd8799cSchristos 529fd8799cSchristos /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't. 539fd8799cSchristos */ 549fd8799cSchristos #define HAVE_DECL_STPCPY 1 559fd8799cSchristos 569fd8799cSchristos /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you 579fd8799cSchristos don't. */ 589fd8799cSchristos #define HAVE_DECL_VASPRINTF 1 599fd8799cSchristos 609fd8799cSchristos /* Define to 1 if you have the <dlfcn.h> header file. */ 619fd8799cSchristos #define HAVE_DLFCN_H 1 629fd8799cSchristos 639fd8799cSchristos /* Define to 1 if you have the <endian.h> header file. */ 649fd8799cSchristos #define HAVE_ENDIAN_H 1 659fd8799cSchristos 669fd8799cSchristos /* Define to 1 if you have the `getpagesize' function. */ 679fd8799cSchristos #define HAVE_GETPAGESIZE 1 689fd8799cSchristos 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 759fd8799cSchristos /* Define to 1 if you have the <inttypes.h> header file. */ 769fd8799cSchristos #define HAVE_INTTYPES_H 1 779fd8799cSchristos 789fd8799cSchristos /* Define to 1 if you have the <memory.h> header file. */ 799fd8799cSchristos #define HAVE_MEMORY_H 1 809fd8799cSchristos 819fd8799cSchristos /* Define to 1 if you have a working `mmap' system call. */ 829fd8799cSchristos #define HAVE_MMAP 1 839fd8799cSchristos 849fd8799cSchristos /* Whether the platform has a definition of O_CLOEXEC. */ 859fd8799cSchristos #define HAVE_O_CLOEXEC 1 869fd8799cSchristos 879fd8799cSchristos /* Define to 1 if you have the `pread' function. */ 889fd8799cSchristos #define HAVE_PREAD 1 899fd8799cSchristos 909fd8799cSchristos /* Define to 1 if you have the `qsort_r' function. */ 919fd8799cSchristos /* #undef HAVE_QSORT_R */ 929fd8799cSchristos 939fd8799cSchristos /* Whether a qsort_r exists with a void *arg as its last arg. */ 949fd8799cSchristos /* #undef HAVE_QSORT_R_ARG_LAST */ 959fd8799cSchristos 969fd8799cSchristos /* Whether a qsort_r exists with the compar function as its last arg. */ 979fd8799cSchristos /* #undef HAVE_QSORT_R_COMPAR_LAST */ 989fd8799cSchristos 999fd8799cSchristos /* Define to 1 if you have the <stdint.h> header file. */ 1009fd8799cSchristos #define HAVE_STDINT_H 1 1019fd8799cSchristos 1029fd8799cSchristos /* Define to 1 if you have the <stdlib.h> header file. */ 1039fd8799cSchristos #define HAVE_STDLIB_H 1 1049fd8799cSchristos 1059fd8799cSchristos /* Define to 1 if you have the <strings.h> header file. */ 1069fd8799cSchristos #define HAVE_STRINGS_H 1 1079fd8799cSchristos 1089fd8799cSchristos /* Define to 1 if you have the <string.h> header file. */ 1099fd8799cSchristos #define HAVE_STRING_H 1 1109fd8799cSchristos 1119fd8799cSchristos /* Define to 1 if you have the <sys/param.h> header file. */ 1129fd8799cSchristos #define HAVE_SYS_PARAM_H 1 1139fd8799cSchristos 1149fd8799cSchristos /* Define to 1 if you have the <sys/stat.h> header file. */ 1159fd8799cSchristos #define HAVE_SYS_STAT_H 1 1169fd8799cSchristos 1179fd8799cSchristos /* Define to 1 if you have the <sys/types.h> header file. */ 1189fd8799cSchristos #define HAVE_SYS_TYPES_H 1 1199fd8799cSchristos 1209fd8799cSchristos /* Define to 1 if you have the <unistd.h> header file. */ 1219fd8799cSchristos #define HAVE_UNISTD_H 1 1229fd8799cSchristos 1239fd8799cSchristos /* Define to the sub-directory in which libtool stores uninstalled libraries. 1249fd8799cSchristos */ 1259fd8799cSchristos #define LT_OBJDIR ".libs/" 1269fd8799cSchristos 1279fd8799cSchristos /* Name of package */ 1289fd8799cSchristos #define PACKAGE "libctf" 1299fd8799cSchristos 1309fd8799cSchristos /* Define to the address where bug reports for this package should be sent. */ 1319fd8799cSchristos #define PACKAGE_BUGREPORT "" 1329fd8799cSchristos 1339fd8799cSchristos /* Define to the full name of this package. */ 1349fd8799cSchristos #define PACKAGE_NAME "libctf" 1359fd8799cSchristos 1369fd8799cSchristos /* Define to the full name and version of this package. */ 1379fd8799cSchristos #define PACKAGE_STRING "libctf 1.2.0" 1389fd8799cSchristos 1399fd8799cSchristos /* Define to the one symbol short name of this package. */ 1409fd8799cSchristos #define PACKAGE_TARNAME "libctf" 1419fd8799cSchristos 1429fd8799cSchristos /* Define to the home page for this package. */ 1439fd8799cSchristos #define PACKAGE_URL "" 1449fd8799cSchristos 1459fd8799cSchristos /* Define to the version of this package. */ 1469fd8799cSchristos #define PACKAGE_VERSION "1.2.0" 1479fd8799cSchristos 1489fd8799cSchristos /* Define to 1 if you have the ANSI C header files. */ 1499fd8799cSchristos #define STDC_HEADERS 1 1509fd8799cSchristos 1519fd8799cSchristos /* Enable extensions on AIX 3, Interix. */ 1529fd8799cSchristos #ifndef _ALL_SOURCE 1539fd8799cSchristos # define _ALL_SOURCE 1 1549fd8799cSchristos #endif 1559fd8799cSchristos /* Enable GNU extensions on systems that have them. */ 1569fd8799cSchristos #ifndef _GNU_SOURCE 1579fd8799cSchristos # define _GNU_SOURCE 1 1589fd8799cSchristos #endif 1599fd8799cSchristos /* Enable threading extensions on Solaris. */ 1609fd8799cSchristos #ifndef _POSIX_PTHREAD_SEMANTICS 1619fd8799cSchristos # define _POSIX_PTHREAD_SEMANTICS 1 1629fd8799cSchristos #endif 1639fd8799cSchristos /* Enable extensions on HP NonStop. */ 1649fd8799cSchristos #ifndef _TANDEM_SOURCE 1659fd8799cSchristos # define _TANDEM_SOURCE 1 1669fd8799cSchristos #endif 1679fd8799cSchristos /* Enable general extensions on Solaris. */ 1689fd8799cSchristos #ifndef __EXTENSIONS__ 1699fd8799cSchristos # define __EXTENSIONS__ 1 1709fd8799cSchristos #endif 1719fd8799cSchristos 1729fd8799cSchristos 1739fd8799cSchristos /* Version number of package */ 1749fd8799cSchristos #define VERSION "1.2.0" 1759fd8799cSchristos 1769fd8799cSchristos /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 1779fd8799cSchristos significant byte first (like Motorola and SPARC, unlike Intel). */ 1789fd8799cSchristos #if defined AC_APPLE_UNIVERSAL_BUILD 1799fd8799cSchristos # if defined __BIG_ENDIAN__ 1809fd8799cSchristos # define WORDS_BIGENDIAN 1 1819fd8799cSchristos # endif 1829fd8799cSchristos #else 1839fd8799cSchristos # ifndef WORDS_BIGENDIAN 1849fd8799cSchristos # define WORDS_BIGENDIAN 1 1859fd8799cSchristos # endif 1869fd8799cSchristos #endif 1879fd8799cSchristos 1889fd8799cSchristos /* Enable large inode numbers on Mac OS X 10.5. */ 1899fd8799cSchristos #ifndef _DARWIN_USE_64_BIT_INODE 1909fd8799cSchristos # define _DARWIN_USE_64_BIT_INODE 1 1919fd8799cSchristos #endif 1929fd8799cSchristos 1939fd8799cSchristos /* Number of bits in a file offset, on hosts where this is settable. */ 1949fd8799cSchristos /* #undef _FILE_OFFSET_BITS */ 1959fd8799cSchristos 1969fd8799cSchristos /* Define for large files, on AIX-style hosts. */ 1979fd8799cSchristos /* #undef _LARGE_FILES */ 1989fd8799cSchristos 1999fd8799cSchristos /* Define to 1 if on MINIX. */ 2009fd8799cSchristos /* #undef _MINIX */ 2019fd8799cSchristos 2029fd8799cSchristos /* Define to 2 if the system does not provide POSIX.1 features except with 2039fd8799cSchristos this defined. */ 2049fd8799cSchristos /* #undef _POSIX_1_SOURCE */ 2059fd8799cSchristos 2069fd8799cSchristos /* Define to 1 if you need to in order for `stat' and other things to work. */ 2079fd8799cSchristos /* #undef _POSIX_SOURCE */ 208