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