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