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