1/* This file is automatically generated.  DO NOT EDIT! */
2/* Generated from: NetBSD: mknative-binutils,v 1.15 2023/02/07 20:37:30 christos Exp  */
3/* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
4
5/* config.h.  Generated from config.h.in by configure.  */
6/* config.h.in.  Generated from configure.ac by autoheader.  */
7
8/* Define if building universal (internal helper macro) */
9/* #undef AC_APPLE_UNIVERSAL_BUILD */
10
11/* Enable expensive debugging of CTF deduplication type hashing */
12/* #undef ENABLE_LIBCTF_HASH_DEBUGGING */
13
14/* Define to 1 if translation of program messages to the user's native
15   language is requested. */
16/* #undef ENABLE_NLS */
17
18/* Whether libbfd was configured for an ELF target. */
19#define HAVE_BFD_ELF 1
20
21/* Define to 1 if you have the <byteswap.h> header file. */
22/* #undef HAVE_BYTESWAP_H */
23
24/* Define to 1 if you have the Mac OS X function
25   CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */
26/* #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES */
27
28/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
29   the CoreFoundation framework. */
30/* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
31
32/* Define if the GNU dcgettext() function is already present or preinstalled.
33   */
34/* #undef HAVE_DCGETTEXT */
35
36/* Define to 1 if you have the declaration of `asprintf', and to 0 if you
37   don't. */
38#define HAVE_DECL_ASPRINTF 1
39
40/* Define to 1 if you have the declaration of `bswap_16', and to 0 if you
41   don't. */
42#define HAVE_DECL_BSWAP_16 0
43
44/* Define to 1 if you have the declaration of `bswap_32', and to 0 if you
45   don't. */
46#define HAVE_DECL_BSWAP_32 0
47
48/* Define to 1 if you have the declaration of `bswap_64', and to 0 if you
49   don't. */
50#define HAVE_DECL_BSWAP_64 0
51
52/* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
53   */
54#define HAVE_DECL_STPCPY 1
55
56/* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
57   don't. */
58#define HAVE_DECL_VASPRINTF 1
59
60/* Define to 1 if you have the <dlfcn.h> header file. */
61#define HAVE_DLFCN_H 1
62
63/* Define to 1 if you have the <endian.h> header file. */
64#define HAVE_ENDIAN_H 1
65
66/* Define to 1 if you have the `getpagesize' function. */
67#define HAVE_GETPAGESIZE 1
68
69/* Define if the GNU gettext() function is already present or preinstalled. */
70/* #undef HAVE_GETTEXT */
71
72/* Define if you have the iconv() function and it works. */
73#define HAVE_ICONV 1
74
75/* Define to 1 if you have the <inttypes.h> header file. */
76#define HAVE_INTTYPES_H 1
77
78/* Define to 1 if you have the <memory.h> header file. */
79#define HAVE_MEMORY_H 1
80
81/* Define to 1 if you have a working `mmap' system call. */
82#define HAVE_MMAP 1
83
84/* Whether the platform has a definition of O_CLOEXEC. */
85#define HAVE_O_CLOEXEC 1
86
87/* Define to 1 if you have the `pread' function. */
88#define HAVE_PREAD 1
89
90/* Define to 1 if you have the `qsort_r' function. */
91/* #undef HAVE_QSORT_R */
92
93/* Whether a qsort_r exists with a void *arg as its last arg. */
94/* #undef HAVE_QSORT_R_ARG_LAST */
95
96/* Whether a qsort_r exists with the compar function as its last arg. */
97/* #undef HAVE_QSORT_R_COMPAR_LAST */
98
99/* Define to 1 if you have the <stdint.h> header file. */
100#define HAVE_STDINT_H 1
101
102/* Define to 1 if you have the <stdlib.h> header file. */
103#define HAVE_STDLIB_H 1
104
105/* Define to 1 if you have the <strings.h> header file. */
106#define HAVE_STRINGS_H 1
107
108/* Define to 1 if you have the <string.h> header file. */
109#define HAVE_STRING_H 1
110
111/* Define to 1 if you have the <sys/param.h> header file. */
112#define HAVE_SYS_PARAM_H 1
113
114/* Define to 1 if you have the <sys/stat.h> header file. */
115#define HAVE_SYS_STAT_H 1
116
117/* Define to 1 if you have the <sys/types.h> header file. */
118#define HAVE_SYS_TYPES_H 1
119
120/* Define to 1 if you have the <unistd.h> header file. */
121#define HAVE_UNISTD_H 1
122
123/* Define to the sub-directory in which libtool stores uninstalled libraries.
124   */
125#define LT_OBJDIR ".libs/"
126
127/* Name of package */
128#define PACKAGE "libctf"
129
130/* Define to the address where bug reports for this package should be sent. */
131#define PACKAGE_BUGREPORT ""
132
133/* Define to the full name of this package. */
134#define PACKAGE_NAME "libctf"
135
136/* Define to the full name and version of this package. */
137#define PACKAGE_STRING "libctf 1.2.0"
138
139/* Define to the one symbol short name of this package. */
140#define PACKAGE_TARNAME "libctf"
141
142/* Define to the home page for this package. */
143#define PACKAGE_URL ""
144
145/* Define to the version of this package. */
146#define PACKAGE_VERSION "1.2.0"
147
148/* Define to 1 if you have the ANSI C header files. */
149#define STDC_HEADERS 1
150
151/* Enable extensions on AIX 3, Interix.  */
152#ifndef _ALL_SOURCE
153# define _ALL_SOURCE 1
154#endif
155/* Enable GNU extensions on systems that have them.  */
156#ifndef _GNU_SOURCE
157# define _GNU_SOURCE 1
158#endif
159/* Enable threading extensions on Solaris.  */
160#ifndef _POSIX_PTHREAD_SEMANTICS
161# define _POSIX_PTHREAD_SEMANTICS 1
162#endif
163/* Enable extensions on HP NonStop.  */
164#ifndef _TANDEM_SOURCE
165# define _TANDEM_SOURCE 1
166#endif
167/* Enable general extensions on Solaris.  */
168#ifndef __EXTENSIONS__
169# define __EXTENSIONS__ 1
170#endif
171
172
173/* Version number of package */
174#define VERSION "1.2.0"
175
176/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
177   significant byte first (like Motorola and SPARC, unlike Intel). */
178#if defined AC_APPLE_UNIVERSAL_BUILD
179# if defined __BIG_ENDIAN__
180#  define WORDS_BIGENDIAN 1
181# endif
182#else
183# ifndef WORDS_BIGENDIAN
184/* #  undef WORDS_BIGENDIAN */
185# endif
186#endif
187
188/* Enable large inode numbers on Mac OS X 10.5.  */
189#ifndef _DARWIN_USE_64_BIT_INODE
190# define _DARWIN_USE_64_BIT_INODE 1
191#endif
192
193/* Number of bits in a file offset, on hosts where this is settable. */
194/* #undef _FILE_OFFSET_BITS */
195
196/* Define for large files, on AIX-style hosts. */
197/* #undef _LARGE_FILES */
198
199/* Define to 1 if on MINIX. */
200/* #undef _MINIX */
201
202/* Define to 2 if the system does not provide POSIX.1 features except with
203   this defined. */
204/* #undef _POSIX_1_SOURCE */
205
206/* Define to 1 if you need to in order for `stat' and other things to work. */
207/* #undef _POSIX_SOURCE */
208