xref: /netbsd-src/external/gpl3/binutils/usr.bin/common/arch/mips64eb/config.h (revision ccd9df534e375a4366c5b55f23782053c7a98d82)
142c67cd1Smrg /* This file is automatically generated.  DO NOT EDIT! */
2*ccd9df53Srin /* Generated from: NetBSD: mknative-binutils,v 1.16 2024/06/30 16:11:11 christos Exp  */
38005419bSchristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
442c67cd1Smrg 
5cb8d4d4aSmrg /* config.h.  Generated from config.in by configure.  */
6f51ed01fSchristos /* config.in.  Generated from configure.ac by autoheader.  */
742c67cd1Smrg 
85dc4313eSmrg /* Check that config.h is #included before system headers
95dc4313eSmrg    (this works only for glibc, but that should be enough).  */
105dc4313eSmrg #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
115dc4313eSmrg #  error config.h must be #included before system headers
125dc4313eSmrg #endif
135dc4313eSmrg #define __CONFIG_H__ 1
145dc4313eSmrg 
155dc4313eSmrg /* Should ar and ranlib use -D behavior by default? */
165dc4313eSmrg #define DEFAULT_AR_DETERMINISTIC 0
175dc4313eSmrg 
18*ccd9df53Srin /* Have objdump use colors in its disassembly by default */
19*ccd9df53Srin #define DEFAULT_FOR_COLORED_DISASSEMBLY 0
20*ccd9df53Srin 
218c762729Schristos /* Have readelf and objdump follow debug links by default */
228c762729Schristos #define DEFAULT_FOR_FOLLOW_LINKS 1
238c762729Schristos 
248c762729Schristos /* Have nm use F and f for global and local ifunc symbols */
258c762729Schristos #define DEFAULT_F_FOR_IFUNC_SYMBOLS 0
268c762729Schristos 
27f51ed01fSchristos /* Should strings use -a behavior by default? */
28f51ed01fSchristos #define DEFAULT_STRINGS_ALL 1
29f51ed01fSchristos 
308c762729Schristos /* Define if you want run-time sanity checks. */
318c762729Schristos /* #undef ENABLE_CHECKING */
328c762729Schristos 
338c762729Schristos /* Handle .ctf type-info sections */
348c762729Schristos #define ENABLE_LIBCTF 1
358c762729Schristos 
36b1d73e21Sskrll /* Define to 1 if translation of program messages to the user's native
37b1d73e21Sskrll    language is requested. */
38*ccd9df53Srin /* #undef ENABLE_NLS */
3942c67cd1Smrg 
4042c67cd1Smrg /* Suffix used for executables, if any. */
4142c67cd1Smrg #define EXECUTABLE_SUFFIX ""
4242c67cd1Smrg 
43*ccd9df53Srin /* Define to 1 if you have the Mac OS X function
44*ccd9df53Srin    CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */
45*ccd9df53Srin /* #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES */
46*ccd9df53Srin 
47*ccd9df53Srin /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
48*ccd9df53Srin    the CoreFoundation framework. */
49*ccd9df53Srin /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
50*ccd9df53Srin 
51*ccd9df53Srin /* Define if the GNU dcgettext() function is already present or preinstalled.
52*ccd9df53Srin    */
53*ccd9df53Srin /* #undef HAVE_DCGETTEXT */
54*ccd9df53Srin 
558005419bSchristos /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
568005419bSchristos    don't. */
578005419bSchristos #define HAVE_DECL_ASPRINTF 1
588005419bSchristos 
59b1d73e21Sskrll /* Define to 1 if you have the declaration of `environ', and to 0 if you
60b1d73e21Sskrll    don't. */
61b1d73e21Sskrll #define HAVE_DECL_ENVIRON 0
62b1d73e21Sskrll 
63b1d73e21Sskrll /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
64b1d73e21Sskrll    don't. */
65b1d73e21Sskrll #define HAVE_DECL_GETC_UNLOCKED 1
66b1d73e21Sskrll 
67b1d73e21Sskrll /* Is the prototype for getopt in <unistd.h> in the expected format? */
68b1d73e21Sskrll #define HAVE_DECL_GETOPT 1
69b1d73e21Sskrll 
70b1d73e21Sskrll /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
71b1d73e21Sskrll    */
72b1d73e21Sskrll #define HAVE_DECL_STPCPY 1
73b1d73e21Sskrll 
74f51ed01fSchristos /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
75f51ed01fSchristos    don't. */
76f51ed01fSchristos #define HAVE_DECL_STRNLEN 1
77f51ed01fSchristos 
78b1d73e21Sskrll /* Define to 1 if you have the <dlfcn.h> header file. */
79b1d73e21Sskrll #define HAVE_DLFCN_H 1
80b1d73e21Sskrll 
81b1d73e21Sskrll /* Does the platform use an executable suffix? */
82b1d73e21Sskrll /* #undef HAVE_EXECUTABLE_SUFFIX */
83b1d73e21Sskrll 
84b1d73e21Sskrll /* Define to 1 if you have the <fcntl.h> header file. */
85b1d73e21Sskrll #define HAVE_FCNTL_H 1
86b1d73e21Sskrll 
87*ccd9df53Srin /* Define to 1 if you have the `fseeko' function. */
88*ccd9df53Srin #define HAVE_FSEEKO 1
89*ccd9df53Srin 
90*ccd9df53Srin /* Define to 1 if you have the `fseeko64' function. */
91*ccd9df53Srin /* #undef HAVE_FSEEKO64 */
92*ccd9df53Srin 
93b1d73e21Sskrll /* Define to 1 if you have the `getc_unlocked' function. */
94b1d73e21Sskrll #define HAVE_GETC_UNLOCKED 1
95b1d73e21Sskrll 
961ddbc14eSchristos /* Define to 1 if you have the `getpagesize' function. */
971ddbc14eSchristos #define HAVE_GETPAGESIZE 1
981ddbc14eSchristos 
99*ccd9df53Srin /* Define if the GNU gettext() function is already present or preinstalled. */
100*ccd9df53Srin /* #undef HAVE_GETTEXT */
101*ccd9df53Srin 
102b1d73e21Sskrll /* Does <utime.h> define struct utimbuf? */
103b1d73e21Sskrll #define HAVE_GOOD_UTIME_H 1
104b1d73e21Sskrll 
105*ccd9df53Srin /* Define if you have the iconv() function and it works. */
106b1d73e21Sskrll #define HAVE_ICONV 1
107b1d73e21Sskrll 
108b1d73e21Sskrll /* Define to 1 if you have the <inttypes.h> header file. */
109b1d73e21Sskrll #define HAVE_INTTYPES_H 1
110b1d73e21Sskrll 
1115dc4313eSmrg /* Define if your <locale.h> file defines LC_MESSAGES. */
1125dc4313eSmrg #define HAVE_LC_MESSAGES 1
1135dc4313eSmrg 
1141ddbc14eSchristos /* Define to 1 if debuginfod is enabled. */
1151ddbc14eSchristos /* #undef HAVE_LIBDEBUGINFOD */
1161ddbc14eSchristos 
117*ccd9df53Srin /* Define to 1 if debuginfod section downloading is supported. */
118*ccd9df53Srin /* #undef HAVE_LIBDEBUGINFOD_FIND_SECTION */
119*ccd9df53Srin 
1205dc4313eSmrg /* Define if mbstate_t exists in wchar.h. */
1215dc4313eSmrg #define HAVE_MBSTATE_T 1
1225dc4313eSmrg 
123b1d73e21Sskrll /* Define to 1 if you have the <memory.h> header file. */
124b1d73e21Sskrll #define HAVE_MEMORY_H 1
125b1d73e21Sskrll 
126b1d73e21Sskrll /* Define to 1 if you have the `mkdtemp' function. */
127b1d73e21Sskrll #define HAVE_MKDTEMP 1
128b1d73e21Sskrll 
129b1d73e21Sskrll /* Define to 1 if you have the `mkstemp' function. */
130b1d73e21Sskrll #define HAVE_MKSTEMP 1
131b1d73e21Sskrll 
1321ddbc14eSchristos /* Define to 1 if you have a working `mmap' system call. */
1331ddbc14eSchristos #define HAVE_MMAP 1
1341ddbc14eSchristos 
1358c762729Schristos /* Define to 1 if msgpack is available. */
1368c762729Schristos /* #undef HAVE_MSGPACK */
1378c762729Schristos 
138b1d73e21Sskrll /* Define to 1 if you have the <stdint.h> header file. */
139b1d73e21Sskrll #define HAVE_STDINT_H 1
140b1d73e21Sskrll 
141b1d73e21Sskrll /* Define to 1 if you have the <stdlib.h> header file. */
142b1d73e21Sskrll #define HAVE_STDLIB_H 1
143b1d73e21Sskrll 
144b1d73e21Sskrll /* Define to 1 if you have the <strings.h> header file. */
145b1d73e21Sskrll #define HAVE_STRINGS_H 1
146b1d73e21Sskrll 
147b1d73e21Sskrll /* Define to 1 if you have the <string.h> header file. */
148b1d73e21Sskrll #define HAVE_STRING_H 1
149b1d73e21Sskrll 
1508c762729Schristos /* Define to 1 if `st_atimensec' is a member of `struct stat'. */
1518c762729Schristos /* #undef HAVE_STRUCT_STAT_ST_ATIMENSEC */
1528c762729Schristos 
1538c762729Schristos /* Define to 1 if `st_atimespec.tv_nsec' is a member of `struct stat'. */
1548c762729Schristos /* #undef HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC */
1558c762729Schristos 
1568c762729Schristos /* Define to 1 if `st_atim.st__tim.tv_nsec' is a member of `struct stat'. */
1578c762729Schristos /* #undef HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC */
1588c762729Schristos 
1598c762729Schristos /* Define to 1 if `st_atim.tv_nsec' is a member of `struct stat'. */
1608c762729Schristos #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
1618c762729Schristos 
162b1d73e21Sskrll /* Define to 1 if you have the <sys/file.h> header file. */
163b1d73e21Sskrll #define HAVE_SYS_FILE_H 1
164b1d73e21Sskrll 
165b1d73e21Sskrll /* Define to 1 if you have the <sys/param.h> header file. */
166b1d73e21Sskrll #define HAVE_SYS_PARAM_H 1
167b1d73e21Sskrll 
168b1d73e21Sskrll /* Define to 1 if you have the <sys/stat.h> header file. */
169b1d73e21Sskrll #define HAVE_SYS_STAT_H 1
170b1d73e21Sskrll 
1718c762729Schristos /* Define to 1 if you have the <sys/time.h> header file. */
1728c762729Schristos #define HAVE_SYS_TIME_H 1
1738c762729Schristos 
174b1d73e21Sskrll /* Define to 1 if you have the <sys/types.h> header file. */
175b1d73e21Sskrll #define HAVE_SYS_TYPES_H 1
176b1d73e21Sskrll 
177b1d73e21Sskrll /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
178b1d73e21Sskrll #define HAVE_SYS_WAIT_H 1
17942c67cd1Smrg 
180b1d73e21Sskrll /* Define to 1 if you have the <unistd.h> header file. */
181b1d73e21Sskrll #define HAVE_UNISTD_H 1
18242c67cd1Smrg 
1838c762729Schristos /* Define to 1 if you have the `utimensat' function. */
1848c762729Schristos #define HAVE_UTIMENSAT 1
1858c762729Schristos 
186b1d73e21Sskrll /* Define to 1 if you have the `utimes' function. */
187b1d73e21Sskrll #define HAVE_UTIMES 1
18842c67cd1Smrg 
189f51ed01fSchristos /* Define to 1 if you have the <windows.h> header file. */
190f51ed01fSchristos /* #undef HAVE_WINDOWS_H */
19142c67cd1Smrg 
192*ccd9df53Srin /* Define to 1 if zstd is enabled. */
193*ccd9df53Srin /* #undef HAVE_ZSTD */
194*ccd9df53Srin 
195b1d73e21Sskrll /* Define as const if the declaration of iconv() needs const. */
196c4608cd2Smrg #define ICONV_CONST
19742c67cd1Smrg 
198b1d73e21Sskrll /* Define to the sub-directory in which libtool stores uninstalled libraries.
199b1d73e21Sskrll    */
200b1d73e21Sskrll #define LT_OBJDIR ".libs/"
20142c67cd1Smrg 
202b1d73e21Sskrll /* Name of package */
203b1d73e21Sskrll #define PACKAGE "binutils"
20442c67cd1Smrg 
205b1d73e21Sskrll /* Define to the address where bug reports for this package should be sent. */
206b1d73e21Sskrll #define PACKAGE_BUGREPORT ""
207b1d73e21Sskrll 
208b1d73e21Sskrll /* Define to the full name of this package. */
209f51ed01fSchristos #define PACKAGE_NAME "binutils"
210b1d73e21Sskrll 
211b1d73e21Sskrll /* Define to the full name and version of this package. */
212*ccd9df53Srin #define PACKAGE_STRING "binutils 2.42"
213b1d73e21Sskrll 
214b1d73e21Sskrll /* Define to the one symbol short name of this package. */
215f51ed01fSchristos #define PACKAGE_TARNAME "binutils"
216b1d73e21Sskrll 
217cb8d4d4aSmrg /* Define to the home page for this package. */
218cb8d4d4aSmrg #define PACKAGE_URL ""
219cb8d4d4aSmrg 
220b1d73e21Sskrll /* Define to the version of this package. */
221*ccd9df53Srin #define PACKAGE_VERSION "2.42"
222b1d73e21Sskrll 
223b1d73e21Sskrll /* Define to 1 if you have the ANSI C header files. */
224b1d73e21Sskrll #define STDC_HEADERS 1
22542c67cd1Smrg 
22642c67cd1Smrg /* Configured target name. */
22742c67cd1Smrg #define TARGET "mips64--netbsd"
22842c67cd1Smrg 
22942c67cd1Smrg /* Define to 1 if user symbol names have a leading underscore, 0 if not. */
23042c67cd1Smrg #define TARGET_PREPENDS_UNDERSCORE 0
23142c67cd1Smrg 
2328c762729Schristos /* Define to 1 if the type of the st_atim member of a struct stat is struct
2338c762729Schristos    timespec. */
2348c762729Schristos #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
2358c762729Schristos 
236b1d73e21Sskrll /* Use b modifier when opening binary files? */
237b1d73e21Sskrll /* #undef USE_BINARY_FOPEN */
238b1d73e21Sskrll 
239b1d73e21Sskrll /* Enable extensions on AIX 3, Interix.  */
240b1d73e21Sskrll #ifndef _ALL_SOURCE
241b1d73e21Sskrll # define _ALL_SOURCE 1
242b1d73e21Sskrll #endif
243b1d73e21Sskrll /* Enable GNU extensions on systems that have them.  */
244b1d73e21Sskrll #ifndef _GNU_SOURCE
245b1d73e21Sskrll # define _GNU_SOURCE 1
246b1d73e21Sskrll #endif
247b1d73e21Sskrll /* Enable threading extensions on Solaris.  */
248b1d73e21Sskrll #ifndef _POSIX_PTHREAD_SEMANTICS
249b1d73e21Sskrll # define _POSIX_PTHREAD_SEMANTICS 1
250b1d73e21Sskrll #endif
251b1d73e21Sskrll /* Enable extensions on HP NonStop.  */
252b1d73e21Sskrll #ifndef _TANDEM_SOURCE
253b1d73e21Sskrll # define _TANDEM_SOURCE 1
254b1d73e21Sskrll #endif
255b1d73e21Sskrll /* Enable general extensions on Solaris.  */
256b1d73e21Sskrll #ifndef __EXTENSIONS__
257b1d73e21Sskrll # define __EXTENSIONS__ 1
258b1d73e21Sskrll #endif
259b1d73e21Sskrll 
260cb8d4d4aSmrg 
261cb8d4d4aSmrg /* Version number of package */
262*ccd9df53Srin #define VERSION "2.42"
263cb8d4d4aSmrg 
264cb8d4d4aSmrg /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
265cb8d4d4aSmrg    `char[]'. */
266cb8d4d4aSmrg #define YYTEXT_POINTER 1
267cb8d4d4aSmrg 
2688005419bSchristos /* Enable large inode numbers on Mac OS X 10.5.  */
2698005419bSchristos #ifndef _DARWIN_USE_64_BIT_INODE
2708005419bSchristos # define _DARWIN_USE_64_BIT_INODE 1
2718005419bSchristos #endif
2728005419bSchristos 
273cb8d4d4aSmrg /* Number of bits in a file offset, on hosts where this is settable. */
274cb8d4d4aSmrg /* #undef _FILE_OFFSET_BITS */
275cb8d4d4aSmrg 
276cb8d4d4aSmrg /* Define for large files, on AIX-style hosts. */
277cb8d4d4aSmrg /* #undef _LARGE_FILES */
278cb8d4d4aSmrg 
279cb8d4d4aSmrg /* Define to 1 if on MINIX. */
280cb8d4d4aSmrg /* #undef _MINIX */
281cb8d4d4aSmrg 
282cb8d4d4aSmrg /* Define to 2 if the system does not provide POSIX.1 features except with
283cb8d4d4aSmrg    this defined. */
284cb8d4d4aSmrg /* #undef _POSIX_1_SOURCE */
285cb8d4d4aSmrg 
286cb8d4d4aSmrg /* Define to 1 if you need to in order for `stat' and other things to work. */
287cb8d4d4aSmrg /* #undef _POSIX_SOURCE */
288