1262261Sdim/* This file is automatically generated.  DO NOT EDIT! */
2262261Sdim/* Generated from: NetBSD: mknative-binutils,v 1.14 2022/12/24 20:17:46 christos Exp  */
3262261Sdim/* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
4262261Sdim
5262261Sdim/* config.h.  Generated from config.h.in by configure.  */
6262261Sdim/* config.h.in.  Generated from configure.ac by autoheader.  */
7262261Sdim
8262261Sdim/* Define if building universal (internal helper macro) */
9262261Sdim/* #undef AC_APPLE_UNIVERSAL_BUILD */
10262261Sdim
11262261Sdim/* Enable expensive debugging of CTF deduplication type hashing */
12262261Sdim/* #undef ENABLE_LIBCTF_HASH_DEBUGGING */
13262261Sdim
14262261Sdim/* Define to 1 if translation of program messages to the user's native
15262261Sdim   language is requested. */
16262261Sdim#define ENABLE_NLS 1
17262261Sdim
18262261Sdim/* Whether libbfd was configured for an ELF target. */
19262261Sdim#define HAVE_BFD_ELF 1
20262261Sdim
21262261Sdim/* Define to 1 if you have the <byteswap.h> header file. */
22262261Sdim/* #undef HAVE_BYTESWAP_H */
23262261Sdim
24262261Sdim/* Define to 1 if you have the declaration of `asprintf', and to 0 if you
25262261Sdim   don't. */
26262261Sdim#define HAVE_DECL_ASPRINTF 1
27262261Sdim
28262261Sdim/* Define to 1 if you have the declaration of `bswap_16', and to 0 if you
29262261Sdim   don't. */
30262261Sdim#define HAVE_DECL_BSWAP_16 0
31262261Sdim
32262261Sdim/* Define to 1 if you have the declaration of `bswap_32', and to 0 if you
33262261Sdim   don't. */
34262261Sdim#define HAVE_DECL_BSWAP_32 0
35262261Sdim
36262261Sdim/* Define to 1 if you have the declaration of `bswap_64', and to 0 if you
37262261Sdim   don't. */
38262261Sdim#define HAVE_DECL_BSWAP_64 0
39262261Sdim
40262261Sdim/* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
41262261Sdim   */
42262261Sdim#define HAVE_DECL_STPCPY 1
43262261Sdim
44262261Sdim/* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
45262261Sdim   don't. */
46262261Sdim#define HAVE_DECL_VASPRINTF 1
47262261Sdim
48262261Sdim/* Define to 1 if you have the <dlfcn.h> header file. */
49262261Sdim#define HAVE_DLFCN_H 1
50262261Sdim
51262261Sdim/* Define to 1 if you have the <endian.h> header file. */
52262261Sdim#define HAVE_ENDIAN_H 1
53262261Sdim
54262261Sdim/* Define to 1 if you have the `getpagesize' function. */
55262261Sdim#define HAVE_GETPAGESIZE 1
56262261Sdim
57262261Sdim/* Define to 1 if you have the <inttypes.h> header file. */
58262261Sdim#define HAVE_INTTYPES_H 1
59262261Sdim
60262261Sdim/* Define to 1 if you have the <memory.h> header file. */
61262261Sdim#define HAVE_MEMORY_H 1
62262261Sdim
63262261Sdim/* Define to 1 if you have a working `mmap' system call. */
64262261Sdim#define HAVE_MMAP 1
65262261Sdim
66262261Sdim/* Whether the platform has a definition of O_CLOEXEC. */
67262261Sdim#define HAVE_O_CLOEXEC 1
68262261Sdim
69262261Sdim/* Define to 1 if you have the `pread' function. */
70262261Sdim#define HAVE_PREAD 1
71262261Sdim
72262261Sdim/* Define to 1 if you have the `qsort_r' function. */
73262261Sdim/* #undef HAVE_QSORT_R */
74262261Sdim
75262261Sdim/* Whether a qsort_r exists with a void *arg as its last arg. */
76262261Sdim/* #undef HAVE_QSORT_R_ARG_LAST */
77262261Sdim
78262261Sdim/* Whether a qsort_r exists with the compar function as its last arg. */
79262261Sdim/* #undef HAVE_QSORT_R_COMPAR_LAST */
80262261Sdim
81262261Sdim/* Define to 1 if you have the <stdint.h> header file. */
82262261Sdim#define HAVE_STDINT_H 1
83262261Sdim
84262261Sdim/* Define to 1 if you have the <stdlib.h> header file. */
85262261Sdim#define HAVE_STDLIB_H 1
86262261Sdim
87262261Sdim/* Define to 1 if you have the <strings.h> header file. */
88262261Sdim#define HAVE_STRINGS_H 1
89262261Sdim
90262261Sdim/* Define to 1 if you have the <string.h> header file. */
91262261Sdim#define HAVE_STRING_H 1
92262261Sdim
93262261Sdim/* Define to 1 if you have the <sys/param.h> header file. */
94262261Sdim#define HAVE_SYS_PARAM_H 1
95262261Sdim
96262261Sdim/* Define to 1 if you have the <sys/stat.h> header file. */
97262261Sdim#define HAVE_SYS_STAT_H 1
98262261Sdim
99262261Sdim/* Define to 1 if you have the <sys/types.h> header file. */
100262261Sdim#define HAVE_SYS_TYPES_H 1
101262261Sdim
102262261Sdim/* Define to 1 if you have the <unistd.h> header file. */
103262261Sdim#define HAVE_UNISTD_H 1
104262261Sdim
105262261Sdim/* Define to the sub-directory in which libtool stores uninstalled libraries.
106262261Sdim   */
107262261Sdim#define LT_OBJDIR ".libs/"
108262261Sdim
109262261Sdim/* Name of package */
110262261Sdim#define PACKAGE "libctf"
111262261Sdim
112262261Sdim/* Define to the address where bug reports for this package should be sent. */
113262261Sdim#define PACKAGE_BUGREPORT ""
114262261Sdim
115262261Sdim/* Define to the full name of this package. */
116262261Sdim#define PACKAGE_NAME "libctf"
117262261Sdim
118262261Sdim/* Define to the full name and version of this package. */
119262261Sdim#define PACKAGE_STRING "libctf 1.2.0"
120262261Sdim
121262261Sdim/* Define to the one symbol short name of this package. */
122262261Sdim#define PACKAGE_TARNAME "libctf"
123262261Sdim
124262261Sdim/* Define to the home page for this package. */
125262261Sdim#define PACKAGE_URL ""
126262261Sdim
127262261Sdim/* Define to the version of this package. */
128262261Sdim#define PACKAGE_VERSION "1.2.0"
129262261Sdim
130262261Sdim/* Define to 1 if you have the ANSI C header files. */
131262261Sdim#define STDC_HEADERS 1
132262261Sdim
133262261Sdim/* Enable extensions on AIX 3, Interix.  */
134262261Sdim#ifndef _ALL_SOURCE
135262261Sdim# define _ALL_SOURCE 1
136262261Sdim#endif
137262261Sdim/* Enable GNU extensions on systems that have them.  */
138262261Sdim#ifndef _GNU_SOURCE
139262261Sdim# define _GNU_SOURCE 1
140262261Sdim#endif
141262261Sdim/* Enable threading extensions on Solaris.  */
142262261Sdim#ifndef _POSIX_PTHREAD_SEMANTICS
143262261Sdim# define _POSIX_PTHREAD_SEMANTICS 1
144262261Sdim#endif
145262261Sdim/* Enable extensions on HP NonStop.  */
146262261Sdim#ifndef _TANDEM_SOURCE
147262261Sdim# define _TANDEM_SOURCE 1
148262261Sdim#endif
149262261Sdim/* Enable general extensions on Solaris.  */
150262261Sdim#ifndef __EXTENSIONS__
151262261Sdim# define __EXTENSIONS__ 1
152262261Sdim#endif
153262261Sdim
154262261Sdim
155262261Sdim/* Version number of package */
156262261Sdim#define VERSION "1.2.0"
157262261Sdim
158262261Sdim/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
159262261Sdim   significant byte first (like Motorola and SPARC, unlike Intel). */
160262261Sdim#if defined AC_APPLE_UNIVERSAL_BUILD
161262261Sdim# if defined __BIG_ENDIAN__
162262261Sdim#  define WORDS_BIGENDIAN 1
163262261Sdim# endif
164262261Sdim#else
165262261Sdim# ifndef WORDS_BIGENDIAN
166262261Sdim/* #  undef WORDS_BIGENDIAN */
167262261Sdim# endif
168262261Sdim#endif
169262261Sdim
170262261Sdim/* Enable large inode numbers on Mac OS X 10.5.  */
171262261Sdim#ifndef _DARWIN_USE_64_BIT_INODE
172262261Sdim# define _DARWIN_USE_64_BIT_INODE 1
173262261Sdim#endif
174262261Sdim
175262261Sdim/* Number of bits in a file offset, on hosts where this is settable. */
176262261Sdim/* #undef _FILE_OFFSET_BITS */
177262261Sdim
178262261Sdim/* Define for large files, on AIX-style hosts. */
179262261Sdim/* #undef _LARGE_FILES */
180262261Sdim
181262261Sdim/* Define to 1 if on MINIX. */
182262261Sdim/* #undef _MINIX */
183262261Sdim
184262261Sdim/* Define to 2 if the system does not provide POSIX.1 features except with
185262261Sdim   this defined. */
186262261Sdim/* #undef _POSIX_1_SOURCE */
187262261Sdim
188262261Sdim/* Define to 1 if you need to in order for `stat' and other things to work. */
189262261Sdim/* #undef _POSIX_SOURCE */
190262261Sdim