1139825Simp/* This file is automatically generated.  DO NOT EDIT! */
286232Stmm/* Generated from: NetBSD: mknative-binutils,v 1.14 2022/12/24 20:17:46 christos Exp  */
3219567Smarius/* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
4219567Smarius
5219567Smarius/* config.h.  Generated from config.h.in by configure.  */
6219567Smarius/* config.h.in.  Generated from configure.ac by autoheader.  */
7219567Smarius
8219567Smarius/* Define if building universal (internal helper macro) */
9219567Smarius/* #undef AC_APPLE_UNIVERSAL_BUILD */
10219567Smarius
11219567Smarius/* Enable expensive debugging of CTF deduplication type hashing */
12219567Smarius/* #undef ENABLE_LIBCTF_HASH_DEBUGGING */
13219567Smarius
14219567Smarius/* Define to 1 if translation of program messages to the user's native
15219567Smarius   language is requested. */
16219567Smarius#define ENABLE_NLS 1
17219567Smarius
18219567Smarius/* Whether libbfd was configured for an ELF target. */
19219567Smarius#define HAVE_BFD_ELF 1
20219567Smarius
21219567Smarius/* Define to 1 if you have the <byteswap.h> header file. */
22219567Smarius/* #undef HAVE_BYTESWAP_H */
23219567Smarius
24219567Smarius/* Define to 1 if you have the declaration of `asprintf', and to 0 if you
25219567Smarius   don't. */
26219567Smarius#define HAVE_DECL_ASPRINTF 1
27219567Smarius
28219567Smarius/* Define to 1 if you have the declaration of `bswap_16', and to 0 if you
29219567Smarius   don't. */
30219567Smarius#define HAVE_DECL_BSWAP_16 0
3186232Stmm
3286232Stmm/* Define to 1 if you have the declaration of `bswap_32', and to 0 if you
3386232Stmm   don't. */
3486232Stmm#define HAVE_DECL_BSWAP_32 0
3586232Stmm
3686232Stmm/* Define to 1 if you have the declaration of `bswap_64', and to 0 if you
3786232Stmm   don't. */
3886232Stmm#define HAVE_DECL_BSWAP_64 0
3986232Stmm
4086232Stmm/* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
4186232Stmm   */
4286232Stmm#define HAVE_DECL_STPCPY 1
4386232Stmm
4486232Stmm/* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
4586232Stmm   don't. */
4686232Stmm#define HAVE_DECL_VASPRINTF 1
4786232Stmm
4886232Stmm/* Define to 1 if you have the <dlfcn.h> header file. */
4986232Stmm#define HAVE_DLFCN_H 1
5086232Stmm
5186232Stmm/* Define to 1 if you have the <endian.h> header file. */
5286232Stmm#define HAVE_ENDIAN_H 1
5386232Stmm
5486232Stmm/* Define to 1 if you have the `getpagesize' function. */
5586232Stmm#define HAVE_GETPAGESIZE 1
5686232Stmm
5786232Stmm/* Define to 1 if you have the <inttypes.h> header file. */
5886232Stmm#define HAVE_INTTYPES_H 1
5986232Stmm
6086232Stmm/* Define to 1 if you have the <memory.h> header file. */
6186232Stmm#define HAVE_MEMORY_H 1
6286232Stmm
6386232Stmm/* Define to 1 if you have a working `mmap' system call. */
6486232Stmm#define HAVE_MMAP 1
6586232Stmm
6686232Stmm/* Whether the platform has a definition of O_CLOEXEC. */
6786232Stmm#define HAVE_O_CLOEXEC 1
6886232Stmm
6986232Stmm/* Define to 1 if you have the `pread' function. */
7086232Stmm#define HAVE_PREAD 1
7186232Stmm
7286232Stmm/* Define to 1 if you have the `qsort_r' function. */
7386232Stmm/* #undef HAVE_QSORT_R */
7486232Stmm
7586232Stmm/* Whether a qsort_r exists with a void *arg as its last arg. */
7686232Stmm/* #undef HAVE_QSORT_R_ARG_LAST */
7786232Stmm
7886232Stmm/* Whether a qsort_r exists with the compar function as its last arg. */
7986232Stmm/* #undef HAVE_QSORT_R_COMPAR_LAST */
8086232Stmm
8186232Stmm/* Define to 1 if you have the <stdint.h> header file. */
8286232Stmm#define HAVE_STDINT_H 1
8386232Stmm
8486232Stmm/* Define to 1 if you have the <stdlib.h> header file. */
8586232Stmm#define HAVE_STDLIB_H 1
8686232Stmm
8786232Stmm/* Define to 1 if you have the <strings.h> header file. */
88128712Stmm#define HAVE_STRINGS_H 1
89128712Stmm
9086232Stmm/* Define to 1 if you have the <string.h> header file. */
91117119Stmm#define HAVE_STRING_H 1
92117119Stmm
93128712Stmm/* Define to 1 if you have the <sys/param.h> header file. */
9486232Stmm#define HAVE_SYS_PARAM_H 1
95128712Stmm
9686232Stmm/* Define to 1 if you have the <sys/stat.h> header file. */
97117119Stmm#define HAVE_SYS_STAT_H 1
98117119Stmm
99117119Stmm/* Define to 1 if you have the <sys/types.h> header file. */
10086232Stmm#define HAVE_SYS_TYPES_H 1
101
102/* Define to 1 if you have the <unistd.h> header file. */
103#define HAVE_UNISTD_H 1
104
105/* Define to the sub-directory in which libtool stores uninstalled libraries.
106   */
107#define LT_OBJDIR ".libs/"
108
109/* Name of package */
110#define PACKAGE "libctf"
111
112/* Define to the address where bug reports for this package should be sent. */
113#define PACKAGE_BUGREPORT ""
114
115/* Define to the full name of this package. */
116#define PACKAGE_NAME "libctf"
117
118/* Define to the full name and version of this package. */
119#define PACKAGE_STRING "libctf 1.2.0"
120
121/* Define to the one symbol short name of this package. */
122#define PACKAGE_TARNAME "libctf"
123
124/* Define to the home page for this package. */
125#define PACKAGE_URL ""
126
127/* Define to the version of this package. */
128#define PACKAGE_VERSION "1.2.0"
129
130/* Define to 1 if you have the ANSI C header files. */
131#define STDC_HEADERS 1
132
133/* Enable extensions on AIX 3, Interix.  */
134#ifndef _ALL_SOURCE
135# define _ALL_SOURCE 1
136#endif
137/* Enable GNU extensions on systems that have them.  */
138#ifndef _GNU_SOURCE
139# define _GNU_SOURCE 1
140#endif
141/* Enable threading extensions on Solaris.  */
142#ifndef _POSIX_PTHREAD_SEMANTICS
143# define _POSIX_PTHREAD_SEMANTICS 1
144#endif
145/* Enable extensions on HP NonStop.  */
146#ifndef _TANDEM_SOURCE
147# define _TANDEM_SOURCE 1
148#endif
149/* Enable general extensions on Solaris.  */
150#ifndef __EXTENSIONS__
151# define __EXTENSIONS__ 1
152#endif
153
154
155/* Version number of package */
156#define VERSION "1.2.0"
157
158/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
159   significant byte first (like Motorola and SPARC, unlike Intel). */
160#if defined AC_APPLE_UNIVERSAL_BUILD
161# if defined __BIG_ENDIAN__
162#  define WORDS_BIGENDIAN 1
163# endif
164#else
165# ifndef WORDS_BIGENDIAN
166#  define WORDS_BIGENDIAN 1
167# endif
168#endif
169
170/* Enable large inode numbers on Mac OS X 10.5.  */
171#ifndef _DARWIN_USE_64_BIT_INODE
172# define _DARWIN_USE_64_BIT_INODE 1
173#endif
174
175/* Number of bits in a file offset, on hosts where this is settable. */
176/* #undef _FILE_OFFSET_BITS */
177
178/* Define for large files, on AIX-style hosts. */
179/* #undef _LARGE_FILES */
180
181/* Define to 1 if on MINIX. */
182/* #undef _MINIX */
183
184/* Define to 2 if the system does not provide POSIX.1 features except with
185   this defined. */
186/* #undef _POSIX_1_SOURCE */
187
188/* Define to 1 if you need to in order for `stat' and other things to work. */
189/* #undef _POSIX_SOURCE */
190