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