xref: /netbsd-src/external/gpl3/binutils.old/usr.bin/common/arch/earm/config.h (revision e992f068c547fd6e84b3f104dc2340adcc955732)
1 /* This file is automatically generated.  DO NOT EDIT! */
2 /* Generated from: NetBSD: mknative-binutils,v 1.14 2022/12/24 20:17:46 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 /* Should ar and ranlib use -D behavior by default? */
16 #define DEFAULT_AR_DETERMINISTIC 0
17 
18 /* Have readelf and objdump follow debug links by default */
19 #define DEFAULT_FOR_FOLLOW_LINKS 1
20 
21 /* Have nm use F and f for global and local ifunc symbols */
22 #define DEFAULT_F_FOR_IFUNC_SYMBOLS 0
23 
24 /* Should strings use -a behavior by default? */
25 #define DEFAULT_STRINGS_ALL 1
26 
27 /* Define if you want run-time sanity checks. */
28 /* #undef ENABLE_CHECKING */
29 
30 /* Handle .ctf type-info sections */
31 #define ENABLE_LIBCTF 1
32 
33 /* Define to 1 if translation of program messages to the user's native
34    language is requested. */
35 #define ENABLE_NLS 1
36 
37 /* Suffix used for executables, if any. */
38 #define EXECUTABLE_SUFFIX ""
39 
40 /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
41    don't. */
42 #define HAVE_DECL_ASPRINTF 1
43 
44 /* Define to 1 if you have the declaration of `environ', and to 0 if you
45    don't. */
46 #define HAVE_DECL_ENVIRON 0
47 
48 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
49    don't. */
50 #define HAVE_DECL_GETC_UNLOCKED 1
51 
52 /* Is the prototype for getopt in <unistd.h> in the expected format? */
53 #define HAVE_DECL_GETOPT 1
54 
55 /* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't.
56    */
57 #define HAVE_DECL_SBRK 1
58 
59 /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
60    */
61 #define HAVE_DECL_STPCPY 1
62 
63 /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
64    don't. */
65 #define HAVE_DECL_STRNLEN 1
66 
67 /* Define to 1 if you have the <dlfcn.h> header file. */
68 #define HAVE_DLFCN_H 1
69 
70 /* Does the platform use an executable suffix? */
71 /* #undef HAVE_EXECUTABLE_SUFFIX */
72 
73 /* Define to 1 if you have the <fcntl.h> header file. */
74 #define HAVE_FCNTL_H 1
75 
76 /* Define to 1 if you have the `getc_unlocked' function. */
77 #define HAVE_GETC_UNLOCKED 1
78 
79 /* Define to 1 if you have the `getpagesize' function. */
80 #define HAVE_GETPAGESIZE 1
81 
82 /* Does <utime.h> define struct utimbuf? */
83 #define HAVE_GOOD_UTIME_H 1
84 
85 /* Define if you have the iconv() function. */
86 #define HAVE_ICONV 1
87 
88 /* Define to 1 if you have the <inttypes.h> header file. */
89 #define HAVE_INTTYPES_H 1
90 
91 /* Define if your <locale.h> file defines LC_MESSAGES. */
92 #define HAVE_LC_MESSAGES 1
93 
94 /* Define to 1 if debuginfod is enabled. */
95 /* #undef HAVE_LIBDEBUGINFOD */
96 
97 /* Define if mbstate_t exists in wchar.h. */
98 #define HAVE_MBSTATE_T 1
99 
100 /* Define to 1 if you have the <memory.h> header file. */
101 #define HAVE_MEMORY_H 1
102 
103 /* Define to 1 if you have the `mkdtemp' function. */
104 #define HAVE_MKDTEMP 1
105 
106 /* Define to 1 if you have the `mkstemp' function. */
107 #define HAVE_MKSTEMP 1
108 
109 /* Define to 1 if you have a working `mmap' system call. */
110 #define HAVE_MMAP 1
111 
112 /* Define to 1 if msgpack is available. */
113 /* #undef HAVE_MSGPACK */
114 
115 /* Define to 1 if you have the `sbrk' function. */
116 #define HAVE_SBRK 1
117 
118 /* Define to 1 if you have the <stdint.h> header file. */
119 #define HAVE_STDINT_H 1
120 
121 /* Define to 1 if you have the <stdlib.h> header file. */
122 #define HAVE_STDLIB_H 1
123 
124 /* Define to 1 if you have the <strings.h> header file. */
125 #define HAVE_STRINGS_H 1
126 
127 /* Define to 1 if you have the <string.h> header file. */
128 #define HAVE_STRING_H 1
129 
130 /* Define to 1 if `st_atimensec' is a member of `struct stat'. */
131 /* #undef HAVE_STRUCT_STAT_ST_ATIMENSEC */
132 
133 /* Define to 1 if `st_atimespec.tv_nsec' is a member of `struct stat'. */
134 /* #undef HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC */
135 
136 /* Define to 1 if `st_atim.st__tim.tv_nsec' is a member of `struct stat'. */
137 /* #undef HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC */
138 
139 /* Define to 1 if `st_atim.tv_nsec' is a member of `struct stat'. */
140 #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
141 
142 /* Define to 1 if you have the <sys/file.h> header file. */
143 #define HAVE_SYS_FILE_H 1
144 
145 /* Define to 1 if you have the <sys/param.h> header file. */
146 #define HAVE_SYS_PARAM_H 1
147 
148 /* Define to 1 if you have the <sys/stat.h> header file. */
149 #define HAVE_SYS_STAT_H 1
150 
151 /* Define to 1 if you have the <sys/time.h> header file. */
152 #define HAVE_SYS_TIME_H 1
153 
154 /* Define to 1 if you have the <sys/types.h> header file. */
155 #define HAVE_SYS_TYPES_H 1
156 
157 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
158 #define HAVE_SYS_WAIT_H 1
159 
160 /* Define to 1 if you have the <unistd.h> header file. */
161 #define HAVE_UNISTD_H 1
162 
163 /* Define to 1 if you have the `utimensat' function. */
164 #define HAVE_UTIMENSAT 1
165 
166 /* Define to 1 if you have the `utimes' function. */
167 #define HAVE_UTIMES 1
168 
169 /* Define to 1 if you have the <windows.h> header file. */
170 /* #undef HAVE_WINDOWS_H */
171 
172 /* Define as const if the declaration of iconv() needs const. */
173 #define ICONV_CONST
174 
175 /* Define to the sub-directory in which libtool stores uninstalled libraries.
176    */
177 #define LT_OBJDIR ".libs/"
178 
179 /* Name of package */
180 #define PACKAGE "binutils"
181 
182 /* Define to the address where bug reports for this package should be sent. */
183 #define PACKAGE_BUGREPORT ""
184 
185 /* Define to the full name of this package. */
186 #define PACKAGE_NAME "binutils"
187 
188 /* Define to the full name and version of this package. */
189 #define PACKAGE_STRING "binutils 2.39"
190 
191 /* Define to the one symbol short name of this package. */
192 #define PACKAGE_TARNAME "binutils"
193 
194 /* Define to the home page for this package. */
195 #define PACKAGE_URL ""
196 
197 /* Define to the version of this package. */
198 #define PACKAGE_VERSION "2.39"
199 
200 /* The size of `long', as computed by sizeof. */
201 #define SIZEOF_LONG 4
202 
203 /* The size of `long long', as computed by sizeof. */
204 #define SIZEOF_LONG_LONG 8
205 
206 /* Define to 1 if you have the ANSI C header files. */
207 #define STDC_HEADERS 1
208 
209 /* Configured target name. */
210 #define TARGET "armv7--netbsdelf-eabi"
211 
212 /* Define to 1 if user symbol names have a leading underscore, 0 if not. */
213 #define TARGET_PREPENDS_UNDERSCORE 0
214 
215 /* Define to 1 if the type of the st_atim member of a struct stat is struct
216    timespec. */
217 #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
218 
219 /* Use b modifier when opening binary files? */
220 /* #undef USE_BINARY_FOPEN */
221 
222 /* Enable extensions on AIX 3, Interix.  */
223 #ifndef _ALL_SOURCE
224 # define _ALL_SOURCE 1
225 #endif
226 /* Enable GNU extensions on systems that have them.  */
227 #ifndef _GNU_SOURCE
228 # define _GNU_SOURCE 1
229 #endif
230 /* Enable threading extensions on Solaris.  */
231 #ifndef _POSIX_PTHREAD_SEMANTICS
232 # define _POSIX_PTHREAD_SEMANTICS 1
233 #endif
234 /* Enable extensions on HP NonStop.  */
235 #ifndef _TANDEM_SOURCE
236 # define _TANDEM_SOURCE 1
237 #endif
238 /* Enable general extensions on Solaris.  */
239 #ifndef __EXTENSIONS__
240 # define __EXTENSIONS__ 1
241 #endif
242 
243 
244 /* Version number of package */
245 #define VERSION "2.39"
246 
247 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
248    `char[]'. */
249 #define YYTEXT_POINTER 1
250 
251 /* Enable large inode numbers on Mac OS X 10.5.  */
252 #ifndef _DARWIN_USE_64_BIT_INODE
253 # define _DARWIN_USE_64_BIT_INODE 1
254 #endif
255 
256 /* Number of bits in a file offset, on hosts where this is settable. */
257 /* #undef _FILE_OFFSET_BITS */
258 
259 /* Define for large files, on AIX-style hosts. */
260 /* #undef _LARGE_FILES */
261 
262 /* Define to 1 if on MINIX. */
263 /* #undef _MINIX */
264 
265 /* Define to 2 if the system does not provide POSIX.1 features except with
266    this defined. */
267 /* #undef _POSIX_1_SOURCE */
268 
269 /* Define to 1 if you need to in order for `stat' and other things to work. */
270 /* #undef _POSIX_SOURCE */
271