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