Change regcache list to be an hash map
[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
502bdb00
JW
52/* Define to 1 if you have the declaration of `environ', and to 0 if you
53 don't. */
54#undef HAVE_DECL_ENVIRON
55
56/* Define to 1 if you have the declaration of `free', and to 0 if you don't.
57 */
58#undef HAVE_DECL_FREE
59
60/* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
61 */
62#undef HAVE_DECL_GETENV
63
42ecbf5e
DJ
64/* Is the prototype for getopt in <unistd.h> in the expected format? */
65#undef HAVE_DECL_GETOPT
252b5132 66
502bdb00
JW
67/* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't.
68 */
69#undef HAVE_DECL_SBRK
70
71/* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
72 */
73#undef HAVE_DECL_STRSTR
74
42ecbf5e
DJ
75/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
76 */
77#undef HAVE_DIRENT_H
252b5132 78
ae351704
AM
79/* Define to 1 if you have the <dlfcn.h> header file. */
80#undef HAVE_DLFCN_H
81
b030a24e
DJ
82/* Define to 1 if you have the <elf-hints.h> header file. */
83#undef HAVE_ELF_HINTS_H
84
5d3236ee
DK
85/* Define to 1 if you have the <fcntl.h> header file. */
86#undef HAVE_FCNTL_H
87
2aec968d
L
88/* Define to 1 if you have the `getpagesize' function. */
89#undef HAVE_GETPAGESIZE
90
42ecbf5e
DJ
91/* Define to 1 if you have the `glob' function. */
92#undef HAVE_GLOB
252b5132 93
02ecc8e9
L
94/* Define .init_array/.fini_array sections are available and working. */
95#undef HAVE_INITFINI_ARRAY
96
42ecbf5e
DJ
97/* Define to 1 if you have the <inttypes.h> header file. */
98#undef HAVE_INTTYPES_H
252b5132 99
44350750
NC
100/* Define if your <locale.h> file defines LC_MESSAGES. */
101#undef HAVE_LC_MESSAGES
102
a3ffa599
L
103/* Define to 1 if you have the <limits.h> header file. */
104#undef HAVE_LIMITS_H
105
58797674
RM
106/* Define to 1 if you have the <locale.h> header file. */
107#undef HAVE_LOCALE_H
108
5d3236ee
DK
109/* Define to 1 if you have the `lseek' function. */
110#undef HAVE_LSEEK
111
42ecbf5e
DJ
112/* Define to 1 if you have the <memory.h> header file. */
113#undef HAVE_MEMORY_H
0ca2f5d5 114
dc27aea4
AM
115/* Define to 1 if you have the `mkstemp' function. */
116#undef HAVE_MKSTEMP
117
2aec968d
L
118/* Define to 1 if you have a working `mmap' system call. */
119#undef HAVE_MMAP
120
42ecbf5e
DJ
121/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
122#undef HAVE_NDIR_H
123
5d3236ee
DK
124/* Define to 1 if you have the `open' function. */
125#undef HAVE_OPEN
126
42ecbf5e 127/* Define to 1 if you have the `realpath' function. */
3f817358
NC
128#undef HAVE_REALPATH
129
42ecbf5e 130/* Define to 1 if you have the `sbrk' function. */
252b5132
RH
131#undef HAVE_SBRK
132
58797674
RM
133/* Define to 1 if you have the `setlocale' function. */
134#undef HAVE_SETLOCALE
135
42ecbf5e
DJ
136/* Define to 1 if you have the <stdint.h> header file. */
137#undef HAVE_STDINT_H
138
139/* Define to 1 if you have the <stdlib.h> header file. */
140#undef HAVE_STDLIB_H
141
42ecbf5e
DJ
142/* Define to 1 if you have the <strings.h> header file. */
143#undef HAVE_STRINGS_H
252b5132 144
42ecbf5e
DJ
145/* Define to 1 if you have the <string.h> header file. */
146#undef HAVE_STRING_H
252b5132 147
42ecbf5e
DJ
148/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
149 */
150#undef HAVE_SYS_DIR_H
252b5132 151
5d3236ee
DK
152/* Define to 1 if you have the <sys/file.h> header file. */
153#undef HAVE_SYS_FILE_H
154
42ecbf5e
DJ
155/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
156 */
157#undef HAVE_SYS_NDIR_H
252b5132 158
a3ffa599
L
159/* Define to 1 if you have the <sys/param.h> header file. */
160#undef HAVE_SYS_PARAM_H
161
42ecbf5e
DJ
162/* Define to 1 if you have the <sys/stat.h> header file. */
163#undef HAVE_SYS_STAT_H
252b5132 164
5d3236ee
DK
165/* Define to 1 if you have the <sys/time.h> header file. */
166#undef HAVE_SYS_TIME_H
167
42ecbf5e
DJ
168/* Define to 1 if you have the <sys/types.h> header file. */
169#undef HAVE_SYS_TYPES_H
252b5132 170
42ecbf5e
DJ
171/* Define to 1 if you have the <unistd.h> header file. */
172#undef HAVE_UNISTD_H
252b5132 173
dc27aea4
AM
174/* Define to 1 if you have the `waitpid' function. */
175#undef HAVE_WAITPID
176
8a1241ef 177/* Define to 1 if you have the <windows.h> header file. */
3917d5d5
DK
178#undef HAVE_WINDOWS_H
179
ae351704
AM
180/* Define to the sub-directory in which libtool stores uninstalled libraries.
181 */
182#undef LT_OBJDIR
183
87748b32
NC
184/* Name of package */
185#undef PACKAGE
252b5132 186
42ecbf5e
DJ
187/* Define to the address where bug reports for this package should be sent. */
188#undef PACKAGE_BUGREPORT
252b5132 189
42ecbf5e
DJ
190/* Define to the full name of this package. */
191#undef PACKAGE_NAME
2d92cb7d 192
42ecbf5e
DJ
193/* Define to the full name and version of this package. */
194#undef PACKAGE_STRING
2d92cb7d 195
42ecbf5e
DJ
196/* Define to the one symbol short name of this package. */
197#undef PACKAGE_TARNAME
252b5132 198
81ecdfbb
RW
199/* Define to the home page for this package. */
200#undef PACKAGE_URL
201
42ecbf5e
DJ
202/* Define to the version of this package. */
203#undef PACKAGE_VERSION
0ca2f5d5 204
58797674
RM
205/* The size of `void *', as computed by sizeof. */
206#undef SIZEOF_VOID_P
42ecbf5e
DJ
207
208/* Define to 1 if you have the ANSI C header files. */
209#undef STDC_HEADERS
ceae3e33 210
208a4923
NC
211/* Define if you can safely include both <string.h> and <strings.h>. */
212#undef STRING_WITH_STRINGS
213
87748b32
NC
214/* Use b modifier when opening binary files? */
215#undef USE_BINARY_FOPEN
252b5132 216
81ecdfbb
RW
217/* Enable extensions on AIX 3, Interix. */
218#ifndef _ALL_SOURCE
219# undef _ALL_SOURCE
220#endif
221/* Enable GNU extensions on systems that have them. */
222#ifndef _GNU_SOURCE
223# undef _GNU_SOURCE
224#endif
225/* Enable threading extensions on Solaris. */
226#ifndef _POSIX_PTHREAD_SEMANTICS
227# undef _POSIX_PTHREAD_SEMANTICS
228#endif
229/* Enable extensions on HP NonStop. */
230#ifndef _TANDEM_SOURCE
231# undef _TANDEM_SOURCE
232#endif
233/* Enable general extensions on Solaris. */
234#ifndef __EXTENSIONS__
235# undef __EXTENSIONS__
236#endif
237
238
42ecbf5e
DJ
239/* Version number of package */
240#undef VERSION
93a6d436 241
42ecbf5e
DJ
242/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
243 `char[]'. */
244#undef YYTEXT_POINTER
67310ccd 245
d0ac1c44
SM
246/* Enable large inode numbers on Mac OS X 10.5. */
247#ifndef _DARWIN_USE_64_BIT_INODE
248# define _DARWIN_USE_64_BIT_INODE 1
249#endif
250
d053aef8
JK
251/* Number of bits in a file offset, on hosts where this is settable. */
252#undef _FILE_OFFSET_BITS
253
d053aef8
JK
254/* Define for large files, on AIX-style hosts. */
255#undef _LARGE_FILES
256
7357c5b6
AM
257/* Define to 1 if on MINIX. */
258#undef _MINIX
259
260/* Define to 2 if the system does not provide POSIX.1 features except with
261 this defined. */
262#undef _POSIX_1_SOURCE
263
264/* Define to 1 if you need to in order for `stat' and other things to work. */
265#undef _POSIX_SOURCE
This page took 0.927816 seconds and 4 git commands to generate.