1/* This file is automatically generated.  DO NOT EDIT! */
2/* Generated from: NetBSD: mknative-binutils,v 1.14 2022/12/24 20:17:46 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#define ENABLE_NLS 1
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 declaration of `asprintf', and to 0 if you
25   don't. */
26#define HAVE_DECL_ASPRINTF 1
27
28/* Define to 1 if you have the declaration of `bswap_16', and to 0 if you
29   don't. */
30#define HAVE_DECL_BSWAP_16 0
31
32/* Define to 1 if you have the declaration of `bswap_32', and to 0 if you
33   don't. */
34#define HAVE_DECL_BSWAP_32 0
35
36/* Define to 1 if you have the declaration of `bswap_64', and to 0 if you
37   don't. */
38#define HAVE_DECL_BSWAP_64 0
39
40/* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
41   */
42#define HAVE_DECL_STPCPY 1
43
44/* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
45   don't. */
46#define HAVE_DECL_VASPRINTF 1
47
48/* Define to 1 if you have the <dlfcn.h> header file. */
49#define HAVE_DLFCN_H 1
50
51/* Define to 1 if you have the <endian.h> header file. */
52#define HAVE_ENDIAN_H 1
53
54/* Define to 1 if you have the `getpagesize' function. */
55#define HAVE_GETPAGESIZE 1
56
57/* Define to 1 if you have the <inttypes.h> header file. */
58#define HAVE_INTTYPES_H 1
59
60/* Define to 1 if you have the <memory.h> header file. */
61#define HAVE_MEMORY_H 1
62
63/* Define to 1 if you have a working `mmap' system call. */
64#define HAVE_MMAP 1
65
66/* Whether the platform has a definition of O_CLOEXEC. */
67#define HAVE_O_CLOEXEC 1
68
69/* Define to 1 if you have the `pread' function. */
70#define HAVE_PREAD 1
71
72/* Define to 1 if you have the `qsort_r' function. */
73/* #undef HAVE_QSORT_R */
74
75/* Whether a qsort_r exists with a void *arg as its last arg. */
76/* #undef HAVE_QSORT_R_ARG_LAST */
77
78/* Whether a qsort_r exists with the compar function as its last arg. */
79/* #undef HAVE_QSORT_R_COMPAR_LAST */
80
81/* Define to 1 if you have the <stdint.h> header file. */
82#define HAVE_STDINT_H 1
83
84/* Define to 1 if you have the <stdlib.h> header file. */
85#define HAVE_STDLIB_H 1
86
87/* Define to 1 if you have the <strings.h> header file. */
88#define HAVE_STRINGS_H 1
89
90/* Define to 1 if you have the <string.h> header file. */
91#define HAVE_STRING_H 1
92
93/* Define to 1 if you have the <sys/param.h> header file. */
94#define HAVE_SYS_PARAM_H 1
95
96/* Define to 1 if you have the <sys/stat.h> header file. */
97#define HAVE_SYS_STAT_H 1
98
99/* Define to 1 if you have the <sys/types.h> header file. */
100#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