xref: /netbsd-src/external/gpl3/binutils/lib/libbfd/arch/sparc/config.h (revision 801f73adf8029e41ec107911c58034bb925796a2)
1 /* This file is automatically generated.  DO NOT EDIT! */
2 /* Generated from: NetBSD: mknative-binutils,v 1.16 2024/06/30 16:11:11 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.in by configure.  */
6 /* config.in.  Generated from configure.ac by autoheader.  */
7 
8 /* Check that config.h is #included before system headers
9     (this works only for glibc, but that should be enough).  */
10 #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
11 #  error config.h must be #included before system headers
12 #endif
13 #define __CONFIG_H__ 1
14 
15 /* Define if building universal (internal helper macro) */
16 /* #undef AC_APPLE_UNIVERSAL_BUILD */
17 
18 /* Name of host specific core header file to include in elf.c. */
19 /* #undef CORE_HEADER */
20 
21 /* Define to 1 if you want to enable -z separate-code in ELF linker by
22    default. */
23 #define DEFAULT_LD_Z_SEPARATE_CODE 0
24 
25 /* Define if you want run-time sanity checks. */
26 /* #undef ENABLE_CHECKING */
27 
28 /* Define to 1 if translation of program messages to the user's native
29    language is requested. */
30 /* #undef ENABLE_NLS */
31 
32 /* Define to 1 if you have the Mac OS X function
33    CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */
34 /* #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES */
35 
36 /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
37    the CoreFoundation framework. */
38 /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
39 
40 /* Define if the GNU dcgettext() function is already present or preinstalled.
41    */
42 /* #undef HAVE_DCGETTEXT */
43 
44 /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
45    don't. */
46 #define HAVE_DECL_ASPRINTF 1
47 
48 /* Define to 1 if you have the declaration of `basename', and to 0 if you
49    don't. */
50 #define HAVE_DECL_BASENAME 0
51 
52 /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
53 #define HAVE_DECL_FFS 1
54 
55 /* Define to 1 if you have the declaration of `fopen64', and to 0 if you
56    don't. */
57 #define HAVE_DECL_FOPEN64 0
58 
59 /* Define to 1 if you have the declaration of `fseeko', and to 0 if you don't.
60    */
61 #define HAVE_DECL_FSEEKO 1
62 
63 /* Define to 1 if you have the declaration of `fseeko64', and to 0 if you
64    don't. */
65 #define HAVE_DECL_FSEEKO64 0
66 
67 /* Define to 1 if you have the declaration of `ftello', and to 0 if you don't.
68    */
69 #define HAVE_DECL_FTELLO 1
70 
71 /* Define to 1 if you have the declaration of `ftello64', and to 0 if you
72    don't. */
73 #define HAVE_DECL_FTELLO64 0
74 
75 /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
76    */
77 #define HAVE_DECL_STPCPY 1
78 
79 /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
80    don't. */
81 #define HAVE_DECL_STRNLEN 1
82 
83 /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
84    don't. */
85 #define HAVE_DECL_VASPRINTF 1
86 
87 /* Define to 1 if you have the declaration of `___lc_codepage_func', and to 0
88    if you don't. */
89 #define HAVE_DECL____LC_CODEPAGE_FUNC 0
90 
91 /* Define to 1 if you have the <dlfcn.h> header file. */
92 #define HAVE_DLFCN_H 1
93 
94 /* Define to 1 if you have the `fcntl' function. */
95 #define HAVE_FCNTL 1
96 
97 /* Define to 1 if you have the <fcntl.h> header file. */
98 #define HAVE_FCNTL_H 1
99 
100 /* Define to 1 if you have the `fdopen' function. */
101 #define HAVE_FDOPEN 1
102 
103 /* Define to 1 if you have the `fileno' function. */
104 #define HAVE_FILENO 1
105 
106 /* Define to 1 if you have the `fls' function. */
107 /* #undef HAVE_FLS */
108 
109 /* Define to 1 if you have the `fopen64' function. */
110 /* #undef HAVE_FOPEN64 */
111 
112 /* Define to 1 if you have the `fseeko' function. */
113 #define HAVE_FSEEKO 1
114 
115 /* Define to 1 if you have the `fseeko64' function. */
116 /* #undef HAVE_FSEEKO64 */
117 
118 /* Define to 1 if you have the `ftello' function. */
119 #define HAVE_FTELLO 1
120 
121 /* Define to 1 if you have the `ftello64' function. */
122 /* #undef HAVE_FTELLO64 */
123 
124 /* Define to 1 if you have the `getgid' function. */
125 #define HAVE_GETGID 1
126 
127 /* Define to 1 if you have the `getpagesize' function. */
128 #define HAVE_GETPAGESIZE 1
129 
130 /* Define to 1 if you have the `getrlimit' function. */
131 #define HAVE_GETRLIMIT 1
132 
133 /* Define if the GNU gettext() function is already present or preinstalled. */
134 /* #undef HAVE_GETTEXT */
135 
136 /* Define to 1 if you have the `getuid' function. */
137 #define HAVE_GETUID 1
138 
139 /* Define if your compiler supports hidden visibility. */
140 #define HAVE_HIDDEN 1
141 
142 /* Define if you have the iconv() function and it works. */
143 #define HAVE_ICONV 1
144 
145 /* Define to 1 if you have the <inttypes.h> header file. */
146 #define HAVE_INTTYPES_H 1
147 
148 /* Define if <sys/procfs.h> has lwpstatus_t. */
149 /* #undef HAVE_LWPSTATUS_T */
150 
151 /* Define if <sys/procfs.h> has lwpstatus_t.pr_context. */
152 /* #undef HAVE_LWPSTATUS_T_PR_CONTEXT */
153 
154 /* Define if <sys/procfs.h> has lwpstatus_t.pr_fpreg. */
155 /* #undef HAVE_LWPSTATUS_T_PR_FPREG */
156 
157 /* Define if <sys/procfs.h> has lwpstatus_t.pr_reg. */
158 /* #undef HAVE_LWPSTATUS_T_PR_REG */
159 
160 /* Define if <sys/procfs.h> has lwpxstatus_t. */
161 /* #undef HAVE_LWPXSTATUS_T */
162 
163 /* Define to 1 if you have the `madvise' function. */
164 #define HAVE_MADVISE 1
165 
166 /* Define to 1 if you have the <memory.h> header file. */
167 #define HAVE_MEMORY_H 1
168 
169 /* Define to 1 if you have a working `mmap' system call. */
170 #define HAVE_MMAP 1
171 
172 /* Define to 1 if you have the `mprotect' function. */
173 #define HAVE_MPROTECT 1
174 
175 /* Define if <sys/procfs.h> has prpsinfo32_t. */
176 /* #undef HAVE_PRPSINFO32_T */
177 
178 /* Define if <sys/procfs.h> has prpsinfo32_t.pr_pid. */
179 /* #undef HAVE_PRPSINFO32_T_PR_PID */
180 
181 /* Define if <sys/procfs.h> has prpsinfo_t. */
182 /* #undef HAVE_PRPSINFO_T */
183 
184 /* Define if <sys/procfs.h> has prpsinfo_t.pr_pid. */
185 /* #undef HAVE_PRPSINFO_T_PR_PID */
186 
187 /* Define if <sys/procfs.h> has prstatus32_t. */
188 /* #undef HAVE_PRSTATUS32_T */
189 
190 /* Define if <sys/procfs.h> has prstatus32_t.pr_who. */
191 /* #undef HAVE_PRSTATUS32_T_PR_WHO */
192 
193 /* Define if <sys/procfs.h> has prstatus_t. */
194 /* #undef HAVE_PRSTATUS_T */
195 
196 /* Define if <sys/procfs.h> has prstatus_t.pr_who. */
197 /* #undef HAVE_PRSTATUS_T_PR_WHO */
198 
199 /* Define if <sys/procfs.h> has psinfo32_t. */
200 /* #undef HAVE_PSINFO32_T */
201 
202 /* Define if <sys/procfs.h> has psinfo32_t.pr_pid. */
203 /* #undef HAVE_PSINFO32_T_PR_PID */
204 
205 /* Define if <sys/procfs.h> has psinfo_t. */
206 /* #undef HAVE_PSINFO_T */
207 
208 /* Define if <sys/procfs.h> has psinfo_t.pr_pid. */
209 /* #undef HAVE_PSINFO_T_PR_PID */
210 
211 /* Define if <sys/procfs.h> has pstatus32_t. */
212 /* #undef HAVE_PSTATUS32_T */
213 
214 /* Define if <sys/procfs.h> has pstatus_t. */
215 /* #undef HAVE_PSTATUS_T */
216 
217 /* Define if <sys/procfs.h> has pxstatus_t. */
218 /* #undef HAVE_PXSTATUS_T */
219 
220 /* Define to 1 if you have the <stdint.h> header file. */
221 #define HAVE_STDINT_H 1
222 
223 /* Define to 1 if you have the <stdlib.h> header file. */
224 #define HAVE_STDLIB_H 1
225 
226 /* Define to 1 if you have the <strings.h> header file. */
227 #define HAVE_STRINGS_H 1
228 
229 /* Define to 1 if you have the <string.h> header file. */
230 #define HAVE_STRING_H 1
231 
232 /* Define if struct core_dumpx has member c_impl */
233 /* #undef HAVE_ST_C_IMPL */
234 
235 /* Define to 1 if you have the `sysconf' function. */
236 #define HAVE_SYSCONF 1
237 
238 /* Define to 1 if you have the <sys/file.h> header file. */
239 #define HAVE_SYS_FILE_H 1
240 
241 /* Define to 1 if you have the <sys/param.h> header file. */
242 #define HAVE_SYS_PARAM_H 1
243 
244 /* Define to 1 if you have the <sys/procfs.h> header file. */
245 /* #undef HAVE_SYS_PROCFS_H */
246 
247 /* Define to 1 if you have the <sys/resource.h> header file. */
248 #define HAVE_SYS_RESOURCE_H 1
249 
250 /* Define to 1 if you have the <sys/stat.h> header file. */
251 #define HAVE_SYS_STAT_H 1
252 
253 /* Define to 1 if you have the <sys/types.h> header file. */
254 #define HAVE_SYS_TYPES_H 1
255 
256 /* Define to 1 if you have the <unistd.h> header file. */
257 #define HAVE_UNISTD_H 1
258 
259 /* Define if <sys/procfs.h> has win32_pstatus_t. */
260 /* #undef HAVE_WIN32_PSTATUS_T */
261 
262 /* Define to 1 if you have the <windows.h> header file. */
263 /* #undef HAVE_WINDOWS_H */
264 
265 /* Define to 1 if zstd is enabled. */
266 /* #undef HAVE_ZSTD */
267 
268 /* Define to the sub-directory in which libtool stores uninstalled libraries.
269    */
270 #define LT_OBJDIR ".libs/"
271 
272 /* Name of package */
273 #define PACKAGE "bfd"
274 
275 /* Define to the address where bug reports for this package should be sent. */
276 #define PACKAGE_BUGREPORT ""
277 
278 /* Define to the full name of this package. */
279 #define PACKAGE_NAME "bfd"
280 
281 /* Define to the full name and version of this package. */
282 #define PACKAGE_STRING "bfd 2.42"
283 
284 /* Define to the one symbol short name of this package. */
285 #define PACKAGE_TARNAME "bfd"
286 
287 /* Define to the home page for this package. */
288 #define PACKAGE_URL ""
289 
290 /* Define to the version of this package. */
291 #define PACKAGE_VERSION "2.42"
292 
293 /* The size of `int', as computed by sizeof. */
294 #define SIZEOF_INT 4
295 
296 /* The size of `long', as computed by sizeof. */
297 #define SIZEOF_LONG 4
298 
299 /* The size of `long long', as computed by sizeof. */
300 #define SIZEOF_LONG_LONG 8
301 
302 /* The size of `off_t', as computed by sizeof. */
303 #define SIZEOF_OFF_T 8
304 
305 /* The size of `void *', as computed by sizeof. */
306 #define SIZEOF_VOID_P 4
307 
308 /* Define to 1 if you have the ANSI C header files. */
309 #define STDC_HEADERS 1
310 
311 /* If the compiler supports a TLS storage class, define it to that here */
312 #define TLS _Thread_local
313 
314 /* Name of host specific header file to include in trad-core.c. */
315 /* #undef TRAD_HEADER */
316 
317 /* Define if 64-bit archives should always be used. */
318 /* #undef USE_64_BIT_ARCHIVE */
319 
320 /* Use b modifier when opening binary files? */
321 /* #undef USE_BINARY_FOPEN */
322 
323 /* Define if we should use leading underscore on 64 bit mingw targets */
324 /* #undef USE_MINGW64_LEADING_UNDERSCORES */
325 
326 /* Use mmap if it's available? */
327 /* #undef USE_MMAP */
328 
329 /* Define if we should default to creating read-only plt entries */
330 #define USE_SECUREPLT 1
331 
332 /* Enable extensions on AIX 3, Interix.  */
333 #ifndef _ALL_SOURCE
334 # define _ALL_SOURCE 1
335 #endif
336 /* Enable GNU extensions on systems that have them.  */
337 #ifndef _GNU_SOURCE
338 # define _GNU_SOURCE 1
339 #endif
340 /* Enable threading extensions on Solaris.  */
341 #ifndef _POSIX_PTHREAD_SEMANTICS
342 # define _POSIX_PTHREAD_SEMANTICS 1
343 #endif
344 /* Enable extensions on HP NonStop.  */
345 #ifndef _TANDEM_SOURCE
346 # define _TANDEM_SOURCE 1
347 #endif
348 /* Enable general extensions on Solaris.  */
349 #ifndef __EXTENSIONS__
350 # define __EXTENSIONS__ 1
351 #endif
352 
353 
354 /* Version number of package */
355 #define VERSION "2.42"
356 
357 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
358    significant byte first (like Motorola and SPARC, unlike Intel). */
359 #if defined AC_APPLE_UNIVERSAL_BUILD
360 # if defined __BIG_ENDIAN__
361 #  define WORDS_BIGENDIAN 1
362 # endif
363 #else
364 # ifndef WORDS_BIGENDIAN
365 #  define WORDS_BIGENDIAN 1
366 # endif
367 #endif
368 
369 /* Enable large inode numbers on Mac OS X 10.5.  */
370 #ifndef _DARWIN_USE_64_BIT_INODE
371 # define _DARWIN_USE_64_BIT_INODE 1
372 #endif
373 
374 /* Number of bits in a file offset, on hosts where this is settable. */
375 /* #undef _FILE_OFFSET_BITS */
376 
377 /* Define for large files, on AIX-style hosts. */
378 /* #undef _LARGE_FILES */
379 
380 /* Define to 1 if on MINIX. */
381 /* #undef _MINIX */
382 
383 /* Define to 2 if the system does not provide POSIX.1 features except with
384    this defined. */
385 /* #undef _POSIX_1_SOURCE */
386 
387 /* Define to 1 if you need to in order for `stat' and other things to work. */
388 /* #undef _POSIX_SOURCE */
389 
390 /* Use structured /proc on Solaris. */
391 #define _STRUCTURED_PROC 1
392