xref: /netbsd-src/external/gpl3/binutils/lib/libgnuctf/arch/mipsn64eb/config.h (revision ccd9df534e375a4366c5b55f23782053c7a98d82)
12beb407aSchristos /* This file is automatically generated.  DO NOT EDIT! */
2*ccd9df53Srin /* Generated from: NetBSD: mknative-binutils,v 1.16 2024/06/30 16:11:11 christos Exp  */
32beb407aSchristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
42beb407aSchristos 
52beb407aSchristos /* config.h.  Generated from config.h.in by configure.  */
62beb407aSchristos /* config.h.in.  Generated from configure.ac by autoheader.  */
72beb407aSchristos 
82beb407aSchristos /* Define if building universal (internal helper macro) */
92beb407aSchristos /* #undef AC_APPLE_UNIVERSAL_BUILD */
102beb407aSchristos 
118c762729Schristos /* Enable expensive debugging of CTF deduplication type hashing */
128c762729Schristos /* #undef ENABLE_LIBCTF_HASH_DEBUGGING */
138c762729Schristos 
148c762729Schristos /* Define to 1 if translation of program messages to the user's native
158c762729Schristos    language is requested. */
16*ccd9df53Srin /* #undef ENABLE_NLS */
178c762729Schristos 
182beb407aSchristos /* Whether libbfd was configured for an ELF target. */
198c762729Schristos #define HAVE_BFD_ELF 1
202beb407aSchristos 
212beb407aSchristos /* Define to 1 if you have the <byteswap.h> header file. */
222beb407aSchristos /* #undef HAVE_BYTESWAP_H */
232beb407aSchristos 
24*ccd9df53Srin /* Define to 1 if you have the Mac OS X function
25*ccd9df53Srin    CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */
26*ccd9df53Srin /* #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES */
27*ccd9df53Srin 
28*ccd9df53Srin /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
29*ccd9df53Srin    the CoreFoundation framework. */
30*ccd9df53Srin /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
31*ccd9df53Srin 
32*ccd9df53Srin /* Define if the GNU dcgettext() function is already present or preinstalled.
33*ccd9df53Srin    */
34*ccd9df53Srin /* #undef HAVE_DCGETTEXT */
35*ccd9df53Srin 
362beb407aSchristos /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
372beb407aSchristos    don't. */
382beb407aSchristos #define HAVE_DECL_ASPRINTF 1
392beb407aSchristos 
408c762729Schristos /* Define to 1 if you have the declaration of `bswap_16', and to 0 if you
418c762729Schristos    don't. */
428c762729Schristos #define HAVE_DECL_BSWAP_16 0
438c762729Schristos 
448c762729Schristos /* Define to 1 if you have the declaration of `bswap_32', and to 0 if you
458c762729Schristos    don't. */
468c762729Schristos #define HAVE_DECL_BSWAP_32 0
478c762729Schristos 
488c762729Schristos /* Define to 1 if you have the declaration of `bswap_64', and to 0 if you
498c762729Schristos    don't. */
508c762729Schristos #define HAVE_DECL_BSWAP_64 0
518c762729Schristos 
528c762729Schristos /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
538c762729Schristos    */
548c762729Schristos #define HAVE_DECL_STPCPY 1
558c762729Schristos 
568c762729Schristos /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
578c762729Schristos    don't. */
588c762729Schristos #define HAVE_DECL_VASPRINTF 1
598c762729Schristos 
602beb407aSchristos /* Define to 1 if you have the <dlfcn.h> header file. */
612beb407aSchristos #define HAVE_DLFCN_H 1
622beb407aSchristos 
632beb407aSchristos /* Define to 1 if you have the <endian.h> header file. */
642beb407aSchristos #define HAVE_ENDIAN_H 1
652beb407aSchristos 
662beb407aSchristos /* Define to 1 if you have the `getpagesize' function. */
672beb407aSchristos #define HAVE_GETPAGESIZE 1
682beb407aSchristos 
69*ccd9df53Srin /* Define if the GNU gettext() function is already present or preinstalled. */
70*ccd9df53Srin /* #undef HAVE_GETTEXT */
71*ccd9df53Srin 
72*ccd9df53Srin /* Define if you have the iconv() function and it works. */
73*ccd9df53Srin #define HAVE_ICONV 1
74*ccd9df53Srin 
752beb407aSchristos /* Define to 1 if you have the <inttypes.h> header file. */
762beb407aSchristos #define HAVE_INTTYPES_H 1
772beb407aSchristos 
782beb407aSchristos /* Define to 1 if you have the <memory.h> header file. */
792beb407aSchristos #define HAVE_MEMORY_H 1
802beb407aSchristos 
812beb407aSchristos /* Define to 1 if you have a working `mmap' system call. */
822beb407aSchristos #define HAVE_MMAP 1
832beb407aSchristos 
842beb407aSchristos /* Whether the platform has a definition of O_CLOEXEC. */
852beb407aSchristos #define HAVE_O_CLOEXEC 1
862beb407aSchristos 
872beb407aSchristos /* Define to 1 if you have the `pread' function. */
882beb407aSchristos #define HAVE_PREAD 1
892beb407aSchristos 
902beb407aSchristos /* Define to 1 if you have the `qsort_r' function. */
912beb407aSchristos /* #undef HAVE_QSORT_R */
922beb407aSchristos 
932beb407aSchristos /* Whether a qsort_r exists with a void *arg as its last arg. */
942beb407aSchristos /* #undef HAVE_QSORT_R_ARG_LAST */
952beb407aSchristos 
962beb407aSchristos /* Whether a qsort_r exists with the compar function as its last arg. */
972beb407aSchristos /* #undef HAVE_QSORT_R_COMPAR_LAST */
982beb407aSchristos 
992beb407aSchristos /* Define to 1 if you have the <stdint.h> header file. */
1002beb407aSchristos #define HAVE_STDINT_H 1
1012beb407aSchristos 
1022beb407aSchristos /* Define to 1 if you have the <stdlib.h> header file. */
1032beb407aSchristos #define HAVE_STDLIB_H 1
1042beb407aSchristos 
1052beb407aSchristos /* Define to 1 if you have the <strings.h> header file. */
1062beb407aSchristos #define HAVE_STRINGS_H 1
1072beb407aSchristos 
1082beb407aSchristos /* Define to 1 if you have the <string.h> header file. */
1092beb407aSchristos #define HAVE_STRING_H 1
1102beb407aSchristos 
1112beb407aSchristos /* Define to 1 if you have the <sys/param.h> header file. */
1122beb407aSchristos #define HAVE_SYS_PARAM_H 1
1132beb407aSchristos 
1142beb407aSchristos /* Define to 1 if you have the <sys/stat.h> header file. */
1152beb407aSchristos #define HAVE_SYS_STAT_H 1
1162beb407aSchristos 
1172beb407aSchristos /* Define to 1 if you have the <sys/types.h> header file. */
1182beb407aSchristos #define HAVE_SYS_TYPES_H 1
1192beb407aSchristos 
1202beb407aSchristos /* Define to 1 if you have the <unistd.h> header file. */
1212beb407aSchristos #define HAVE_UNISTD_H 1
1222beb407aSchristos 
1232beb407aSchristos /* Define to the sub-directory in which libtool stores uninstalled libraries.
1242beb407aSchristos    */
1252beb407aSchristos #define LT_OBJDIR ".libs/"
1262beb407aSchristos 
1272beb407aSchristos /* Name of package */
1288c762729Schristos #define PACKAGE "libctf"
1292beb407aSchristos 
1302beb407aSchristos /* Define to the address where bug reports for this package should be sent. */
1312beb407aSchristos #define PACKAGE_BUGREPORT ""
1322beb407aSchristos 
1332beb407aSchristos /* Define to the full name of this package. */
1348c762729Schristos #define PACKAGE_NAME "libctf"
1352beb407aSchristos 
1362beb407aSchristos /* Define to the full name and version of this package. */
1378c762729Schristos #define PACKAGE_STRING "libctf 1.2.0"
1382beb407aSchristos 
1392beb407aSchristos /* Define to the one symbol short name of this package. */
1408c762729Schristos #define PACKAGE_TARNAME "libctf"
1412beb407aSchristos 
1422beb407aSchristos /* Define to the home page for this package. */
1432beb407aSchristos #define PACKAGE_URL ""
1442beb407aSchristos 
1452beb407aSchristos /* Define to the version of this package. */
1468c762729Schristos #define PACKAGE_VERSION "1.2.0"
1472beb407aSchristos 
1482beb407aSchristos /* Define to 1 if you have the ANSI C header files. */
1492beb407aSchristos #define STDC_HEADERS 1
1502beb407aSchristos 
1512beb407aSchristos /* Enable extensions on AIX 3, Interix.  */
1522beb407aSchristos #ifndef _ALL_SOURCE
1532beb407aSchristos # define _ALL_SOURCE 1
1542beb407aSchristos #endif
1552beb407aSchristos /* Enable GNU extensions on systems that have them.  */
1562beb407aSchristos #ifndef _GNU_SOURCE
1572beb407aSchristos # define _GNU_SOURCE 1
1582beb407aSchristos #endif
1592beb407aSchristos /* Enable threading extensions on Solaris.  */
1602beb407aSchristos #ifndef _POSIX_PTHREAD_SEMANTICS
1612beb407aSchristos # define _POSIX_PTHREAD_SEMANTICS 1
1622beb407aSchristos #endif
1632beb407aSchristos /* Enable extensions on HP NonStop.  */
1642beb407aSchristos #ifndef _TANDEM_SOURCE
1652beb407aSchristos # define _TANDEM_SOURCE 1
1662beb407aSchristos #endif
1672beb407aSchristos /* Enable general extensions on Solaris.  */
1682beb407aSchristos #ifndef __EXTENSIONS__
1692beb407aSchristos # define __EXTENSIONS__ 1
1702beb407aSchristos #endif
1712beb407aSchristos 
1722beb407aSchristos 
1732beb407aSchristos /* Version number of package */
1748c762729Schristos #define VERSION "1.2.0"
1752beb407aSchristos 
1762beb407aSchristos /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1772beb407aSchristos    significant byte first (like Motorola and SPARC, unlike Intel). */
1782beb407aSchristos #if defined AC_APPLE_UNIVERSAL_BUILD
1792beb407aSchristos # if defined __BIG_ENDIAN__
1802beb407aSchristos #  define WORDS_BIGENDIAN 1
1812beb407aSchristos # endif
1822beb407aSchristos #else
1832beb407aSchristos # ifndef WORDS_BIGENDIAN
1842beb407aSchristos #  define WORDS_BIGENDIAN 1
1852beb407aSchristos # endif
1862beb407aSchristos #endif
1872beb407aSchristos 
1882beb407aSchristos /* Enable large inode numbers on Mac OS X 10.5.  */
1892beb407aSchristos #ifndef _DARWIN_USE_64_BIT_INODE
1902beb407aSchristos # define _DARWIN_USE_64_BIT_INODE 1
1912beb407aSchristos #endif
1922beb407aSchristos 
1932beb407aSchristos /* Number of bits in a file offset, on hosts where this is settable. */
1942beb407aSchristos /* #undef _FILE_OFFSET_BITS */
1952beb407aSchristos 
1962beb407aSchristos /* Define for large files, on AIX-style hosts. */
1972beb407aSchristos /* #undef _LARGE_FILES */
1982beb407aSchristos 
1992beb407aSchristos /* Define to 1 if on MINIX. */
2002beb407aSchristos /* #undef _MINIX */
2012beb407aSchristos 
2022beb407aSchristos /* Define to 2 if the system does not provide POSIX.1 features except with
2032beb407aSchristos    this defined. */
2042beb407aSchristos /* #undef _POSIX_1_SOURCE */
2052beb407aSchristos 
2062beb407aSchristos /* Define to 1 if you need to in order for `stat' and other things to work. */
2072beb407aSchristos /* #undef _POSIX_SOURCE */
208