config.h revision 1.7 1 1.1 matt /* This file is automatically generated. DO NOT EDIT! */
2 1.7 christos /* Generated from: NetBSD: mknative-binutils,v 1.11 2018/11/08 02:08:35 christos Exp */
3 1.7 christos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */
4 1.1 matt
5 1.1 matt /* config.h. Generated from config.in by configure. */
6 1.4 christos /* config.in. Generated from configure.ac by autoheader. */
7 1.1 matt
8 1.3 skrll /* Check that config.h is #included before system headers
9 1.3 skrll (this works only for glibc, but that should be enough). */
10 1.3 skrll #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
11 1.3 skrll # error config.h must be #included before system headers
12 1.3 skrll #endif
13 1.3 skrll #define __CONFIG_H__ 1
14 1.3 skrll
15 1.7 christos /* Define to 1 if you want to emit gnu hash in the ELF linker by default. */
16 1.7 christos #define DEFAULT_EMIT_GNU_HASH 0
17 1.7 christos
18 1.7 christos /* Define to 1 if you want to emit sysv hash in the ELF linker by default. */
19 1.7 christos #define DEFAULT_EMIT_SYSV_HASH 1
20 1.7 christos
21 1.4 christos /* Define if you want compressed debug sections by default. */
22 1.4 christos /* #undef DEFAULT_FLAG_COMPRESS_DEBUG */
23 1.4 christos
24 1.6 christos /* Define to 1 if you want to enable -z relro in ELF linker by default. */
25 1.6 christos #define DEFAULT_LD_Z_RELRO 0
26 1.6 christos
27 1.7 christos /* Define to 1 if you want to enable -z separate-code in ELF linker by
28 1.7 christos default. */
29 1.7 christos #define DEFAULT_LD_Z_SEPARATE_CODE 0
30 1.7 christos
31 1.7 christos /* Define to 1 if you want to set DT_RUNPATH instead of DT_RPATH by default.
32 1.7 christos */
33 1.7 christos #define DEFAULT_NEW_DTAGS 0
34 1.7 christos
35 1.1 matt /* Define to 1 if translation of program messages to the user's native
36 1.1 matt language is requested. */
37 1.1 matt #define ENABLE_NLS 1
38 1.1 matt
39 1.1 matt /* Additional extension a shared object might have. */
40 1.1 matt /* #undef EXTRA_SHLIB_EXTENSION */
41 1.1 matt
42 1.1 matt /* Define to choose default GOT handling scheme */
43 1.1 matt #define GOT_HANDLING_DEFAULT GOT_HANDLING_TARGET_DEFAULT
44 1.1 matt
45 1.1 matt /* Define to 1 if you have the `close' function. */
46 1.1 matt #define HAVE_CLOSE 1
47 1.1 matt
48 1.1 matt /* Define to 1 if you have the declaration of `environ', and to 0 if you
49 1.1 matt don't. */
50 1.1 matt #define HAVE_DECL_ENVIRON 0
51 1.1 matt
52 1.1 matt /* Define to 1 if you have the declaration of `free', and to 0 if you don't.
53 1.1 matt */
54 1.1 matt #define HAVE_DECL_FREE 1
55 1.1 matt
56 1.1 matt /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
57 1.1 matt */
58 1.1 matt #define HAVE_DECL_GETENV 1
59 1.1 matt
60 1.1 matt /* Is the prototype for getopt in <unistd.h> in the expected format? */
61 1.1 matt #define HAVE_DECL_GETOPT 1
62 1.1 matt
63 1.1 matt /* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't.
64 1.1 matt */
65 1.1 matt #define HAVE_DECL_SBRK 1
66 1.1 matt
67 1.1 matt /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
68 1.1 matt */
69 1.1 matt #define HAVE_DECL_STRSTR 1
70 1.1 matt
71 1.1 matt /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
72 1.1 matt */
73 1.1 matt #define HAVE_DIRENT_H 1
74 1.1 matt
75 1.1 matt /* Define to 1 if you have the <dlfcn.h> header file. */
76 1.1 matt #define HAVE_DLFCN_H 1
77 1.1 matt
78 1.1 matt /* Define to 1 if you have the <elf-hints.h> header file. */
79 1.1 matt /* #undef HAVE_ELF_HINTS_H */
80 1.1 matt
81 1.1 matt /* Define to 1 if you have the <fcntl.h> header file. */
82 1.1 matt #define HAVE_FCNTL_H 1
83 1.1 matt
84 1.4 christos /* Define to 1 if you have the `getpagesize' function. */
85 1.4 christos #define HAVE_GETPAGESIZE 1
86 1.4 christos
87 1.1 matt /* Define to 1 if you have the `glob' function. */
88 1.1 matt #define HAVE_GLOB 1
89 1.1 matt
90 1.3 skrll /* Define .init_array/.fini_array sections are available and working. */
91 1.3 skrll /* #undef HAVE_INITFINI_ARRAY */
92 1.3 skrll
93 1.1 matt /* Define to 1 if you have the <inttypes.h> header file. */
94 1.1 matt #define HAVE_INTTYPES_H 1
95 1.1 matt
96 1.3 skrll /* Define if your <locale.h> file defines LC_MESSAGES. */
97 1.3 skrll #define HAVE_LC_MESSAGES 1
98 1.3 skrll
99 1.1 matt /* Define to 1 if you have the <limits.h> header file. */
100 1.1 matt #define HAVE_LIMITS_H 1
101 1.1 matt
102 1.3 skrll /* Define to 1 if you have the <locale.h> header file. */
103 1.3 skrll #define HAVE_LOCALE_H 1
104 1.3 skrll
105 1.1 matt /* Define to 1 if you have the `lseek' function. */
106 1.1 matt #define HAVE_LSEEK 1
107 1.1 matt
108 1.1 matt /* Define to 1 if you have the <memory.h> header file. */
109 1.1 matt #define HAVE_MEMORY_H 1
110 1.1 matt
111 1.1 matt /* Define to 1 if you have the `mkstemp' function. */
112 1.1 matt #define HAVE_MKSTEMP 1
113 1.1 matt
114 1.4 christos /* Define to 1 if you have a working `mmap' system call. */
115 1.4 christos #define HAVE_MMAP 1
116 1.4 christos
117 1.1 matt /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
118 1.1 matt /* #undef HAVE_NDIR_H */
119 1.1 matt
120 1.1 matt /* Define to 1 if you have the `open' function. */
121 1.1 matt #define HAVE_OPEN 1
122 1.1 matt
123 1.1 matt /* Define to 1 if you have the `realpath' function. */
124 1.1 matt #define HAVE_REALPATH 1
125 1.1 matt
126 1.1 matt /* Define to 1 if you have the `sbrk' function. */
127 1.1 matt #define HAVE_SBRK 1
128 1.1 matt
129 1.3 skrll /* Define to 1 if you have the `setlocale' function. */
130 1.3 skrll #define HAVE_SETLOCALE 1
131 1.3 skrll
132 1.1 matt /* Define to 1 if you have the <stdint.h> header file. */
133 1.1 matt #define HAVE_STDINT_H 1
134 1.1 matt
135 1.1 matt /* Define to 1 if you have the <stdlib.h> header file. */
136 1.1 matt #define HAVE_STDLIB_H 1
137 1.1 matt
138 1.1 matt /* Define to 1 if you have the <strings.h> header file. */
139 1.1 matt #define HAVE_STRINGS_H 1
140 1.1 matt
141 1.1 matt /* Define to 1 if you have the <string.h> header file. */
142 1.1 matt #define HAVE_STRING_H 1
143 1.1 matt
144 1.1 matt /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
145 1.1 matt */
146 1.1 matt /* #undef HAVE_SYS_DIR_H */
147 1.1 matt
148 1.1 matt /* Define to 1 if you have the <sys/file.h> header file. */
149 1.1 matt #define HAVE_SYS_FILE_H 1
150 1.1 matt
151 1.1 matt /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
152 1.1 matt */
153 1.1 matt /* #undef HAVE_SYS_NDIR_H */
154 1.1 matt
155 1.1 matt /* Define to 1 if you have the <sys/param.h> header file. */
156 1.1 matt #define HAVE_SYS_PARAM_H 1
157 1.1 matt
158 1.1 matt /* Define to 1 if you have the <sys/stat.h> header file. */
159 1.1 matt #define HAVE_SYS_STAT_H 1
160 1.1 matt
161 1.1 matt /* Define to 1 if you have the <sys/time.h> header file. */
162 1.1 matt #define HAVE_SYS_TIME_H 1
163 1.1 matt
164 1.1 matt /* Define to 1 if you have the <sys/types.h> header file. */
165 1.1 matt #define HAVE_SYS_TYPES_H 1
166 1.1 matt
167 1.1 matt /* Define to 1 if you have the <unistd.h> header file. */
168 1.1 matt #define HAVE_UNISTD_H 1
169 1.1 matt
170 1.1 matt /* Define to 1 if you have the `waitpid' function. */
171 1.1 matt #define HAVE_WAITPID 1
172 1.1 matt
173 1.3 skrll /* Define to 1 if you have the <windows.h> header file. */
174 1.1 matt /* #undef HAVE_WINDOWS_H */
175 1.1 matt
176 1.1 matt /* Define to the sub-directory in which libtool stores uninstalled libraries.
177 1.1 matt */
178 1.1 matt #define LT_OBJDIR ".libs/"
179 1.1 matt
180 1.1 matt /* Name of package */
181 1.1 matt #define PACKAGE "ld"
182 1.1 matt
183 1.1 matt /* Define to the address where bug reports for this package should be sent. */
184 1.1 matt #define PACKAGE_BUGREPORT ""
185 1.1 matt
186 1.1 matt /* Define to the full name of this package. */
187 1.4 christos #define PACKAGE_NAME "ld"
188 1.1 matt
189 1.1 matt /* Define to the full name and version of this package. */
190 1.7 christos #define PACKAGE_STRING "ld 2.31.1"
191 1.1 matt
192 1.1 matt /* Define to the one symbol short name of this package. */
193 1.4 christos #define PACKAGE_TARNAME "ld"
194 1.1 matt
195 1.1 matt /* Define to the home page for this package. */
196 1.1 matt #define PACKAGE_URL ""
197 1.1 matt
198 1.1 matt /* Define to the version of this package. */
199 1.7 christos #define PACKAGE_VERSION "2.31.1"
200 1.1 matt
201 1.3 skrll /* The size of `void *', as computed by sizeof. */
202 1.3 skrll #define SIZEOF_VOID_P 4
203 1.1 matt
204 1.1 matt /* Define to 1 if you have the ANSI C header files. */
205 1.1 matt #define STDC_HEADERS 1
206 1.1 matt
207 1.3 skrll /* Define if you can safely include both <string.h> and <strings.h>. */
208 1.3 skrll #define STRING_WITH_STRINGS 1
209 1.3 skrll
210 1.1 matt /* Use b modifier when opening binary files? */
211 1.1 matt /* #undef USE_BINARY_FOPEN */
212 1.1 matt
213 1.1 matt /* Enable extensions on AIX 3, Interix. */
214 1.1 matt #ifndef _ALL_SOURCE
215 1.1 matt # define _ALL_SOURCE 1
216 1.1 matt #endif
217 1.1 matt /* Enable GNU extensions on systems that have them. */
218 1.1 matt #ifndef _GNU_SOURCE
219 1.1 matt # define _GNU_SOURCE 1
220 1.1 matt #endif
221 1.1 matt /* Enable threading extensions on Solaris. */
222 1.1 matt #ifndef _POSIX_PTHREAD_SEMANTICS
223 1.1 matt # define _POSIX_PTHREAD_SEMANTICS 1
224 1.1 matt #endif
225 1.1 matt /* Enable extensions on HP NonStop. */
226 1.1 matt #ifndef _TANDEM_SOURCE
227 1.1 matt # define _TANDEM_SOURCE 1
228 1.1 matt #endif
229 1.1 matt /* Enable general extensions on Solaris. */
230 1.1 matt #ifndef __EXTENSIONS__
231 1.1 matt # define __EXTENSIONS__ 1
232 1.1 matt #endif
233 1.1 matt
234 1.1 matt
235 1.1 matt /* Version number of package */
236 1.7 christos #define VERSION "2.31.1"
237 1.1 matt
238 1.1 matt /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
239 1.1 matt `char[]'. */
240 1.2 matt #define YYTEXT_POINTER 1
241 1.1 matt
242 1.7 christos /* Enable large inode numbers on Mac OS X 10.5. */
243 1.7 christos #ifndef _DARWIN_USE_64_BIT_INODE
244 1.7 christos # define _DARWIN_USE_64_BIT_INODE 1
245 1.7 christos #endif
246 1.7 christos
247 1.1 matt /* Number of bits in a file offset, on hosts where this is settable. */
248 1.1 matt /* #undef _FILE_OFFSET_BITS */
249 1.1 matt
250 1.1 matt /* Define for large files, on AIX-style hosts. */
251 1.1 matt /* #undef _LARGE_FILES */
252 1.1 matt
253 1.1 matt /* Define to 1 if on MINIX. */
254 1.1 matt /* #undef _MINIX */
255 1.1 matt
256 1.1 matt /* Define to 2 if the system does not provide POSIX.1 features except with
257 1.1 matt this defined. */
258 1.1 matt /* #undef _POSIX_1_SOURCE */
259 1.1 matt
260 1.1 matt /* Define to 1 if you need to in order for `stat' and other things to work. */
261 1.1 matt /* #undef _POSIX_SOURCE */
262