DWARF: Check version >= 3 for DW_FORM_ref_addr
[deliverable/binutils-gdb.git] / ld / config.in
CommitLineData
35eafcc7 1/* config.in. Generated from configure.ac by autoheader. */
252b5132 2
df7b86aa
NC
3/* Check that config.h is #included before system headers
4 (this works only for glibc, but that should be enough). */
00716ab1 5#if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
df7b86aa
NC
6# error config.h must be #included before system headers
7#endif
8#define __CONFIG_H__ 1
9
2760f24c
RG
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
6c3bc0f8
NC
16/* Define if you want compressed debug sections by default. */
17#undef DEFAULT_FLAG_COMPRESS_DEBUG
18
b32632c4
L
19/* The default method for DT_TEXTREL check in ELF linker. */
20#undef DEFAULT_LD_TEXTREL_CHECK
21
22/* Define to 1 if DT_TEXTREL check is warning in ELF linker by default. */
23#undef DEFAULT_LD_TEXTREL_CHECK_WARNING
24
647e4d46
L
25/* Define to 1 if you want to enable -z relro in ELF linker by default. */
26#undef DEFAULT_LD_Z_RELRO
27
f6aec96d
L
28/* Define to 1 if you want to enable -z separate-code in ELF linker by
29 default. */
30#undef DEFAULT_LD_Z_SEPARATE_CODE
31
6734f10a
SB
32/* Define to 1 if you want to set DT_RUNPATH instead of DT_RPATH by default.
33 */
34#undef DEFAULT_NEW_DTAGS
35
094e34f2
NA
36/* Handle .ctf type-info sections */
37#undef ENABLE_LIBCTF
38
8c61c153
AM
39/* Define to 1 if translation of program messages to the user's native
40 language is requested. */
42ecbf5e 41#undef ENABLE_NLS
252b5132 42
42ecbf5e
DJ
43/* Additional extension a shared object might have. */
44#undef EXTRA_SHLIB_EXTENSION
252b5132 45
7a283e07 46/* Define to choose default GOT handling scheme */
7fb9f789
NC
47#undef GOT_HANDLING_DEFAULT
48
5d3236ee
DK
49/* Define to 1 if you have the `close' function. */
50#undef HAVE_CLOSE
51
bfd133d0
AM
52/* Define to 1 if you have the declaration of `asprintf', and to 0 if you
53 don't. */
54#undef HAVE_DECL_ASPRINTF
55
502bdb00
JW
56/* Define to 1 if you have the declaration of `environ', and to 0 if you
57 don't. */
58#undef HAVE_DECL_ENVIRON
59
60/* Define to 1 if you have the declaration of `free', and to 0 if you don't.
61 */
62#undef HAVE_DECL_FREE
63
64/* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
65 */
66#undef HAVE_DECL_GETENV
67
42ecbf5e
DJ
68/* Is the prototype for getopt in <unistd.h> in the expected format? */
69#undef HAVE_DECL_GETOPT
252b5132 70
502bdb00
JW
71/* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't.
72 */
73#undef HAVE_DECL_SBRK
74
75/* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
76 */
77#undef HAVE_DECL_STRSTR
78
42ecbf5e
DJ
79/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
80 */
81#undef HAVE_DIRENT_H
252b5132 82
ae351704
AM
83/* Define to 1 if you have the <dlfcn.h> header file. */
84#undef HAVE_DLFCN_H
85
b030a24e
DJ
86/* Define to 1 if you have the <elf-hints.h> header file. */
87#undef HAVE_ELF_HINTS_H
88
5d3236ee
DK
89/* Define to 1 if you have the <fcntl.h> header file. */
90#undef HAVE_FCNTL_H
91
2aec968d
L
92/* Define to 1 if you have the `getpagesize' function. */
93#undef HAVE_GETPAGESIZE
94
42ecbf5e
DJ
95/* Define to 1 if you have the `glob' function. */
96#undef HAVE_GLOB
252b5132 97
02ecc8e9
L
98/* Define .init_array/.fini_array sections are available and working. */
99#undef HAVE_INITFINI_ARRAY
100
42ecbf5e
DJ
101/* Define to 1 if you have the <inttypes.h> header file. */
102#undef HAVE_INTTYPES_H
252b5132 103
44350750
NC
104/* Define if your <locale.h> file defines LC_MESSAGES. */
105#undef HAVE_LC_MESSAGES
106
a3ffa599
L
107/* Define to 1 if you have the <limits.h> header file. */
108#undef HAVE_LIMITS_H
109
58797674
RM
110/* Define to 1 if you have the <locale.h> header file. */
111#undef HAVE_LOCALE_H
112
5d3236ee
DK
113/* Define to 1 if you have the `lseek' function. */
114#undef HAVE_LSEEK
115
42ecbf5e
DJ
116/* Define to 1 if you have the <memory.h> header file. */
117#undef HAVE_MEMORY_H
0ca2f5d5 118
dc27aea4
AM
119/* Define to 1 if you have the `mkstemp' function. */
120#undef HAVE_MKSTEMP
121
2aec968d
L
122/* Define to 1 if you have a working `mmap' system call. */
123#undef HAVE_MMAP
124
42ecbf5e
DJ
125/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
126#undef HAVE_NDIR_H
127
5d3236ee
DK
128/* Define to 1 if you have the `open' function. */
129#undef HAVE_OPEN
130
42ecbf5e 131/* Define to 1 if you have the `realpath' function. */
3f817358
NC
132#undef HAVE_REALPATH
133
42ecbf5e 134/* Define to 1 if you have the `sbrk' function. */
252b5132
RH
135#undef HAVE_SBRK
136
58797674
RM
137/* Define to 1 if you have the `setlocale' function. */
138#undef HAVE_SETLOCALE
139
42ecbf5e
DJ
140/* Define to 1 if you have the <stdint.h> header file. */
141#undef HAVE_STDINT_H
142
143/* Define to 1 if you have the <stdlib.h> header file. */
144#undef HAVE_STDLIB_H
145
42ecbf5e
DJ
146/* Define to 1 if you have the <strings.h> header file. */
147#undef HAVE_STRINGS_H
252b5132 148
42ecbf5e
DJ
149/* Define to 1 if you have the <string.h> header file. */
150#undef HAVE_STRING_H
252b5132 151
42ecbf5e
DJ
152/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
153 */
154#undef HAVE_SYS_DIR_H
252b5132 155
5d3236ee
DK
156/* Define to 1 if you have the <sys/file.h> header file. */
157#undef HAVE_SYS_FILE_H
158
42ecbf5e
DJ
159/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
160 */
161#undef HAVE_SYS_NDIR_H
252b5132 162
a3ffa599
L
163/* Define to 1 if you have the <sys/param.h> header file. */
164#undef HAVE_SYS_PARAM_H
165
42ecbf5e
DJ
166/* Define to 1 if you have the <sys/stat.h> header file. */
167#undef HAVE_SYS_STAT_H
252b5132 168
5d3236ee
DK
169/* Define to 1 if you have the <sys/time.h> header file. */
170#undef HAVE_SYS_TIME_H
171
42ecbf5e
DJ
172/* Define to 1 if you have the <sys/types.h> header file. */
173#undef HAVE_SYS_TYPES_H
252b5132 174
42ecbf5e
DJ
175/* Define to 1 if you have the <unistd.h> header file. */
176#undef HAVE_UNISTD_H
252b5132 177
dc27aea4
AM
178/* Define to 1 if you have the `waitpid' function. */
179#undef HAVE_WAITPID
180
8a1241ef 181/* Define to 1 if you have the <windows.h> header file. */
3917d5d5
DK
182#undef HAVE_WINDOWS_H
183
ae351704
AM
184/* Define to the sub-directory in which libtool stores uninstalled libraries.
185 */
186#undef LT_OBJDIR
187
87748b32
NC
188/* Name of package */
189#undef PACKAGE
252b5132 190
42ecbf5e
DJ
191/* Define to the address where bug reports for this package should be sent. */
192#undef PACKAGE_BUGREPORT
252b5132 193
42ecbf5e
DJ
194/* Define to the full name of this package. */
195#undef PACKAGE_NAME
2d92cb7d 196
42ecbf5e
DJ
197/* Define to the full name and version of this package. */
198#undef PACKAGE_STRING
2d92cb7d 199
42ecbf5e
DJ
200/* Define to the one symbol short name of this package. */
201#undef PACKAGE_TARNAME
252b5132 202
81ecdfbb
RW
203/* Define to the home page for this package. */
204#undef PACKAGE_URL
205
42ecbf5e
DJ
206/* Define to the version of this package. */
207#undef PACKAGE_VERSION
0ca2f5d5 208
58797674
RM
209/* The size of `void *', as computed by sizeof. */
210#undef SIZEOF_VOID_P
42ecbf5e
DJ
211
212/* Define to 1 if you have the ANSI C header files. */
213#undef STDC_HEADERS
ceae3e33 214
208a4923
NC
215/* Define if you can safely include both <string.h> and <strings.h>. */
216#undef STRING_WITH_STRINGS
217
23ae20f5
NC
218/* Define to 1 if you want to support the --error-handling-script command line
219 option. */
220#undef SUPPORT_ERROR_HANDLING_SCRIPT
221
87748b32
NC
222/* Use b modifier when opening binary files? */
223#undef USE_BINARY_FOPEN
252b5132 224
81ecdfbb
RW
225/* Enable extensions on AIX 3, Interix. */
226#ifndef _ALL_SOURCE
227# undef _ALL_SOURCE
228#endif
229/* Enable GNU extensions on systems that have them. */
230#ifndef _GNU_SOURCE
231# undef _GNU_SOURCE
232#endif
233/* Enable threading extensions on Solaris. */
234#ifndef _POSIX_PTHREAD_SEMANTICS
235# undef _POSIX_PTHREAD_SEMANTICS
236#endif
237/* Enable extensions on HP NonStop. */
238#ifndef _TANDEM_SOURCE
239# undef _TANDEM_SOURCE
240#endif
241/* Enable general extensions on Solaris. */
242#ifndef __EXTENSIONS__
243# undef __EXTENSIONS__
244#endif
245
246
42ecbf5e
DJ
247/* Version number of package */
248#undef VERSION
93a6d436 249
42ecbf5e
DJ
250/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
251 `char[]'. */
252#undef YYTEXT_POINTER
67310ccd 253
d0ac1c44
SM
254/* Enable large inode numbers on Mac OS X 10.5. */
255#ifndef _DARWIN_USE_64_BIT_INODE
256# define _DARWIN_USE_64_BIT_INODE 1
257#endif
258
d053aef8
JK
259/* Number of bits in a file offset, on hosts where this is settable. */
260#undef _FILE_OFFSET_BITS
261
d053aef8
JK
262/* Define for large files, on AIX-style hosts. */
263#undef _LARGE_FILES
264
7357c5b6
AM
265/* Define to 1 if on MINIX. */
266#undef _MINIX
267
268/* Define to 2 if the system does not provide POSIX.1 features except with
269 this defined. */
270#undef _POSIX_1_SOURCE
271
272/* Define to 1 if you need to in order for `stat' and other things to work. */
273#undef _POSIX_SOURCE
This page took 0.950256 seconds and 4 git commands to generate.