config.h revision 1.1 1 1.1 christos /* This file is automatically generated. DO NOT EDIT! */
2 1.1 christos /* Generated from: NetBSD: mknative-binutils,v 1.13 2020/04/04 01:34:53 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.in by configure. */
6 1.1 christos /* config.in. Generated from configure.ac by autoheader. */
7 1.1 christos
8 1.1 christos /* Check that config.h is #included before system headers
9 1.1 christos (this works only for glibc, but that should be enough). */
10 1.1 christos #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
11 1.1 christos # error config.h must be #included before system headers
12 1.1 christos #endif
13 1.1 christos #define __CONFIG_H__ 1
14 1.1 christos
15 1.1 christos /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
16 1.1 christos systems. This function is required for `alloca.c' support on those systems.
17 1.1 christos */
18 1.1 christos /* #undef CRAY_STACKSEG_END */
19 1.1 christos
20 1.1 christos /* Define to 1 if using `alloca.c'. */
21 1.1 christos /* #undef C_ALLOCA */
22 1.1 christos
23 1.1 christos /* Should ar and ranlib use -D behavior by default? */
24 1.1 christos #define DEFAULT_AR_DETERMINISTIC 0
25 1.1 christos
26 1.1 christos /* Should strings use -a behavior by default? */
27 1.1 christos #define DEFAULT_STRINGS_ALL 1
28 1.1 christos
29 1.1 christos /* Define to 1 if translation of program messages to the user's native
30 1.1 christos language is requested. */
31 1.1 christos #define ENABLE_NLS 1
32 1.1 christos
33 1.1 christos /* Suffix used for executables, if any. */
34 1.1 christos #define EXECUTABLE_SUFFIX ""
35 1.1 christos
36 1.1 christos /* Define to 1 if you have `alloca', as a function or macro. */
37 1.1 christos #define HAVE_ALLOCA 1
38 1.1 christos
39 1.1 christos /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
40 1.1 christos */
41 1.1 christos /* #undef HAVE_ALLOCA_H */
42 1.1 christos
43 1.1 christos /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
44 1.1 christos don't. */
45 1.1 christos #define HAVE_DECL_ASPRINTF 1
46 1.1 christos
47 1.1 christos /* Define to 1 if you have the declaration of `environ', and to 0 if you
48 1.1 christos don't. */
49 1.1 christos #define HAVE_DECL_ENVIRON 0
50 1.1 christos
51 1.1 christos /* Define to 1 if you have the declaration of `fprintf', and to 0 if you
52 1.1 christos don't. */
53 1.1 christos #define HAVE_DECL_FPRINTF 1
54 1.1 christos
55 1.1 christos /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
56 1.1 christos don't. */
57 1.1 christos #define HAVE_DECL_GETC_UNLOCKED 1
58 1.1 christos
59 1.1 christos /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
60 1.1 christos */
61 1.1 christos #define HAVE_DECL_GETENV 1
62 1.1 christos
63 1.1 christos /* Is the prototype for getopt in <unistd.h> in the expected format? */
64 1.1 christos #define HAVE_DECL_GETOPT 1
65 1.1 christos
66 1.1 christos /* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't.
67 1.1 christos */
68 1.1 christos #define HAVE_DECL_SBRK 1
69 1.1 christos
70 1.1 christos /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
71 1.1 christos don't. */
72 1.1 christos #define HAVE_DECL_SNPRINTF 1
73 1.1 christos
74 1.1 christos /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
75 1.1 christos */
76 1.1 christos #define HAVE_DECL_STPCPY 1
77 1.1 christos
78 1.1 christos /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
79 1.1 christos don't. */
80 1.1 christos #define HAVE_DECL_STRNLEN 1
81 1.1 christos
82 1.1 christos /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
83 1.1 christos */
84 1.1 christos #define HAVE_DECL_STRSTR 1
85 1.1 christos
86 1.1 christos /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
87 1.1 christos don't. */
88 1.1 christos #define HAVE_DECL_VSNPRINTF 1
89 1.1 christos
90 1.1 christos /* Define to 1 if you have the <dlfcn.h> header file. */
91 1.1 christos #define HAVE_DLFCN_H 1
92 1.1 christos
93 1.1 christos /* Does the platform use an executable suffix? */
94 1.1 christos /* #undef HAVE_EXECUTABLE_SUFFIX */
95 1.1 christos
96 1.1 christos /* Define to 1 if you have the <fcntl.h> header file. */
97 1.1 christos #define HAVE_FCNTL_H 1
98 1.1 christos
99 1.1 christos /* Define to 1 if you have the `getc_unlocked' function. */
100 1.1 christos #define HAVE_GETC_UNLOCKED 1
101 1.1 christos
102 1.1 christos /* Define to 1 if you have the `getpagesize' function. */
103 1.1 christos #define HAVE_GETPAGESIZE 1
104 1.1 christos
105 1.1 christos /* Does <utime.h> define struct utimbuf? */
106 1.1 christos #define HAVE_GOOD_UTIME_H 1
107 1.1 christos
108 1.1 christos /* Define if you have the iconv() function. */
109 1.1 christos #define HAVE_ICONV 1
110 1.1 christos
111 1.1 christos /* Define to 1 if you have the <inttypes.h> header file. */
112 1.1 christos #define HAVE_INTTYPES_H 1
113 1.1 christos
114 1.1 christos /* Define if your <locale.h> file defines LC_MESSAGES. */
115 1.1 christos #define HAVE_LC_MESSAGES 1
116 1.1 christos
117 1.1 christos /* Define to 1 if debuginfod is enabled. */
118 1.1 christos /* #undef HAVE_LIBDEBUGINFOD */
119 1.1 christos
120 1.1 christos /* Define to 1 if you have the <limits.h> header file. */
121 1.1 christos #define HAVE_LIMITS_H 1
122 1.1 christos
123 1.1 christos /* Define to 1 if you have the <locale.h> header file. */
124 1.1 christos #define HAVE_LOCALE_H 1
125 1.1 christos
126 1.1 christos /* Define to 1 if the system has the type `long long'. */
127 1.1 christos #define HAVE_LONG_LONG 1
128 1.1 christos
129 1.1 christos /* Define if mbstate_t exists in wchar.h. */
130 1.1 christos #define HAVE_MBSTATE_T 1
131 1.1 christos
132 1.1 christos /* Define to 1 if you have the <memory.h> header file. */
133 1.1 christos #define HAVE_MEMORY_H 1
134 1.1 christos
135 1.1 christos /* Define to 1 if you have the `mkdtemp' function. */
136 1.1 christos #define HAVE_MKDTEMP 1
137 1.1 christos
138 1.1 christos /* Define to 1 if you have the `mkstemp' function. */
139 1.1 christos #define HAVE_MKSTEMP 1
140 1.1 christos
141 1.1 christos /* Define to 1 if you have a working `mmap' system call. */
142 1.1 christos #define HAVE_MMAP 1
143 1.1 christos
144 1.1 christos /* Define to 1 if you have the `sbrk' function. */
145 1.1 christos #define HAVE_SBRK 1
146 1.1 christos
147 1.1 christos /* Define to 1 if you have the `setlocale' function. */
148 1.1 christos #define HAVE_SETLOCALE 1
149 1.1 christos
150 1.1 christos /* Define to 1 if you have the `setmode' function. */
151 1.1 christos #define HAVE_SETMODE 1
152 1.1 christos
153 1.1 christos /* Define to 1 if you have the <stdint.h> header file. */
154 1.1 christos #define HAVE_STDINT_H 1
155 1.1 christos
156 1.1 christos /* Define to 1 if you have the <stdlib.h> header file. */
157 1.1 christos #define HAVE_STDLIB_H 1
158 1.1 christos
159 1.1 christos /* Define to 1 if you have the `strcoll' function. */
160 1.1 christos #define HAVE_STRCOLL 1
161 1.1 christos
162 1.1 christos /* Define to 1 if you have the <strings.h> header file. */
163 1.1 christos #define HAVE_STRINGS_H 1
164 1.1 christos
165 1.1 christos /* Define to 1 if you have the <string.h> header file. */
166 1.1 christos #define HAVE_STRING_H 1
167 1.1 christos
168 1.1 christos /* Define to 1 if you have the <sys/file.h> header file. */
169 1.1 christos #define HAVE_SYS_FILE_H 1
170 1.1 christos
171 1.1 christos /* Define to 1 if you have the <sys/param.h> header file. */
172 1.1 christos #define HAVE_SYS_PARAM_H 1
173 1.1 christos
174 1.1 christos /* Define to 1 if you have the <sys/stat.h> header file. */
175 1.1 christos #define HAVE_SYS_STAT_H 1
176 1.1 christos
177 1.1 christos /* Define to 1 if you have the <sys/types.h> header file. */
178 1.1 christos #define HAVE_SYS_TYPES_H 1
179 1.1 christos
180 1.1 christos /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
181 1.1 christos #define HAVE_SYS_WAIT_H 1
182 1.1 christos
183 1.1 christos /* Is the type time_t defined in <time.h>? */
184 1.1 christos #define HAVE_TIME_T_IN_TIME_H 1
185 1.1 christos
186 1.1 christos /* Is the type time_t defined in <sys/types.h>? */
187 1.1 christos #define HAVE_TIME_T_IN_TYPES_H 1
188 1.1 christos
189 1.1 christos /* Define to 1 if you have the <unistd.h> header file. */
190 1.1 christos #define HAVE_UNISTD_H 1
191 1.1 christos
192 1.1 christos /* Define to 1 if you have the `utimes' function. */
193 1.1 christos #define HAVE_UTIMES 1
194 1.1 christos
195 1.1 christos /* Define to 1 if you have the <wchar.h> header file. */
196 1.1 christos #define HAVE_WCHAR_H 1
197 1.1 christos
198 1.1 christos /* Define to 1 if you have the <windows.h> header file. */
199 1.1 christos /* #undef HAVE_WINDOWS_H */
200 1.1 christos
201 1.1 christos /* Define as const if the declaration of iconv() needs const. */
202 1.1 christos #define ICONV_CONST
203 1.1 christos
204 1.1 christos /* Define to the sub-directory in which libtool stores uninstalled libraries.
205 1.1 christos */
206 1.1 christos #define LT_OBJDIR ".libs/"
207 1.1 christos
208 1.1 christos /* Name of package */
209 1.1 christos #define PACKAGE "binutils"
210 1.1 christos
211 1.1 christos /* Define to the address where bug reports for this package should be sent. */
212 1.1 christos #define PACKAGE_BUGREPORT ""
213 1.1 christos
214 1.1 christos /* Define to the full name of this package. */
215 1.1 christos #define PACKAGE_NAME "binutils"
216 1.1 christos
217 1.1 christos /* Define to the full name and version of this package. */
218 1.1 christos #define PACKAGE_STRING "binutils 2.34"
219 1.1 christos
220 1.1 christos /* Define to the one symbol short name of this package. */
221 1.1 christos #define PACKAGE_TARNAME "binutils"
222 1.1 christos
223 1.1 christos /* Define to the home page for this package. */
224 1.1 christos #define PACKAGE_URL ""
225 1.1 christos
226 1.1 christos /* Define to the version of this package. */
227 1.1 christos #define PACKAGE_VERSION "2.34"
228 1.1 christos
229 1.1 christos /* The size of `long', as computed by sizeof. */
230 1.1 christos #define SIZEOF_LONG 8
231 1.1 christos
232 1.1 christos /* The size of `long long', as computed by sizeof. */
233 1.1 christos #define SIZEOF_LONG_LONG 8
234 1.1 christos
235 1.1 christos /* If using the C implementation of alloca, define if you know the
236 1.1 christos direction of stack growth for your system; otherwise it will be
237 1.1 christos automatically deduced at runtime.
238 1.1 christos STACK_DIRECTION > 0 => grows toward higher addresses
239 1.1 christos STACK_DIRECTION < 0 => grows toward lower addresses
240 1.1 christos STACK_DIRECTION = 0 => direction of growth unknown */
241 1.1 christos /* #undef STACK_DIRECTION */
242 1.1 christos
243 1.1 christos /* Define to 1 if you have the ANSI C header files. */
244 1.1 christos #define STDC_HEADERS 1
245 1.1 christos
246 1.1 christos /* Define if you can safely include both <string.h> and <strings.h>. */
247 1.1 christos #define STRING_WITH_STRINGS 1
248 1.1 christos
249 1.1 christos /* Configured target name. */
250 1.1 christos #define TARGET "mipsn64el--netbsd"
251 1.1 christos
252 1.1 christos /* Define to 1 if user symbol names have a leading underscore, 0 if not. */
253 1.1 christos #define TARGET_PREPENDS_UNDERSCORE 0
254 1.1 christos
255 1.1 christos /* Use b modifier when opening binary files? */
256 1.1 christos /* #undef USE_BINARY_FOPEN */
257 1.1 christos
258 1.1 christos /* Enable extensions on AIX 3, Interix. */
259 1.1 christos #ifndef _ALL_SOURCE
260 1.1 christos # define _ALL_SOURCE 1
261 1.1 christos #endif
262 1.1 christos /* Enable GNU extensions on systems that have them. */
263 1.1 christos #ifndef _GNU_SOURCE
264 1.1 christos # define _GNU_SOURCE 1
265 1.1 christos #endif
266 1.1 christos /* Enable threading extensions on Solaris. */
267 1.1 christos #ifndef _POSIX_PTHREAD_SEMANTICS
268 1.1 christos # define _POSIX_PTHREAD_SEMANTICS 1
269 1.1 christos #endif
270 1.1 christos /* Enable extensions on HP NonStop. */
271 1.1 christos #ifndef _TANDEM_SOURCE
272 1.1 christos # define _TANDEM_SOURCE 1
273 1.1 christos #endif
274 1.1 christos /* Enable general extensions on Solaris. */
275 1.1 christos #ifndef __EXTENSIONS__
276 1.1 christos # define __EXTENSIONS__ 1
277 1.1 christos #endif
278 1.1 christos
279 1.1 christos
280 1.1 christos /* Version number of package */
281 1.1 christos #define VERSION "2.34"
282 1.1 christos
283 1.1 christos /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
284 1.1 christos `char[]'. */
285 1.1 christos /* #undef YYTEXT_POINTER */
286 1.1 christos
287 1.1 christos /* Enable large inode numbers on Mac OS X 10.5. */
288 1.1 christos #ifndef _DARWIN_USE_64_BIT_INODE
289 1.1 christos # define _DARWIN_USE_64_BIT_INODE 1
290 1.1 christos #endif
291 1.1 christos
292 1.1 christos /* Number of bits in a file offset, on hosts where this is settable. */
293 1.1 christos /* #undef _FILE_OFFSET_BITS */
294 1.1 christos
295 1.1 christos /* Define for large files, on AIX-style hosts. */
296 1.1 christos /* #undef _LARGE_FILES */
297 1.1 christos
298 1.1 christos /* Define to 1 if on MINIX. */
299 1.1 christos /* #undef _MINIX */
300 1.1 christos
301 1.1 christos /* Define to 2 if the system does not provide POSIX.1 features except with
302 1.1 christos this defined. */
303 1.1 christos /* #undef _POSIX_1_SOURCE */
304 1.1 christos
305 1.1 christos /* Define to 1 if you need to in order for `stat' and other things to work. */
306 1.1 christos /* #undef _POSIX_SOURCE */
307 1.1 christos
308 1.1 christos /* Define to `unsigned int' if <sys/types.h> does not define. */
309 1.1 christos /* #undef size_t */
310