Automatic date update in version.in
[deliverable/binutils-gdb.git] / gold / config.in
CommitLineData
bae7f79e
ILT
1/* config.in. Generated from configure.ac by autoheader. */
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
81ecdfbb
RW
10/* Define if building universal (internal helper macro) */
11#undef AC_APPLE_UNIVERSAL_BUILD
12
2760f24c
RG
13/* Set the default --hash-style value */
14#undef DEFAULT_HASH_STYLE
15
6b1edb94
L
16/* Define to 1 if you want to enable -z relro in ELF linker by default. */
17#undef DEFAULT_LD_Z_RELRO
18
bae7f79e
ILT
19/* Define to 1 if translation of program messages to the user's native
20 language is requested. */
21#undef ENABLE_NLS
22
89fc3421
CC
23/* Define to enable linker plugins */
24#undef ENABLE_PLUGINS
25
fe9a4c12
ILT
26/* Define to do multi-threaded linking */
27#undef ENABLE_THREADS
28
fbfba508
ILT
29/* Default big endian (true or false) */
30#undef GOLD_DEFAULT_BIG_ENDIAN
31
32/* Default machine code */
33#undef GOLD_DEFAULT_MACHINE
34
36959681
ILT
35/* Default OSABI code */
36#undef GOLD_DEFAULT_OSABI
37
fbfba508
ILT
38/* Default size (32 or 64) */
39#undef GOLD_DEFAULT_SIZE
40
15d5fa16
ILT
41/* Define to 1 if you have the <byteswap.h> header file. */
42#undef HAVE_BYTESWAP_H
43
9201d894
ILT
44/* Define to 1 if you have the `chsize' function. */
45#undef HAVE_CHSIZE
46
1b77ea50
ILT
47/* Define to 1 if you have the declaration of `asprintf', and to 0 if you
48 don't. */
49#undef HAVE_DECL_ASPRINTF
50
51/* Define to 1 if you have the declaration of `basename', and to 0 if you
52 don't. */
53#undef HAVE_DECL_BASENAME
54
e755667f
NA
55/* Define to 1 if you have the declaration of `bswap_16', and to 0 if you
56 don't. */
57#undef HAVE_DECL_BSWAP_16
58
59/* Define to 1 if you have the declaration of `bswap_32', and to 0 if you
60 don't. */
61#undef HAVE_DECL_BSWAP_32
62
63/* Define to 1 if you have the declaration of `bswap_64', and to 0 if you
64 don't. */
65#undef HAVE_DECL_BSWAP_64
66
1b77ea50
ILT
67/* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
68#undef HAVE_DECL_FFS
69
81ecdfbb
RW
70/* Define to 1 if you have the declaration of `memmem', and to 0 if you don't.
71 */
3d857b98
DK
72#undef HAVE_DECL_MEMMEM
73
1b77ea50
ILT
74/* Define to 1 if you have the declaration of `snprintf', and to 0 if you
75 don't. */
76#undef HAVE_DECL_SNPRINTF
77
3d857b98
DK
78/* Define to 1 if you have the declaration of `strndup', and to 0 if you
79 don't. */
80#undef HAVE_DECL_STRNDUP
81
1b77ea50
ILT
82/* Define to 1 if you have the declaration of `strverscmp', and to 0 if you
83 don't. */
84#undef HAVE_DECL_STRVERSCMP
85
86/* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
87 don't. */
88#undef HAVE_DECL_VASPRINTF
89
90/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
91 don't. */
92#undef HAVE_DECL_VSNPRINTF
93
0bf402d5
ILT
94/* Define to 1 if you have the <dlfcn.h> header file. */
95#undef HAVE_DLFCN_H
96
54dc6425
ILT
97/* Define to 1 if you have the <ext/hash_map> header file. */
98#undef HAVE_EXT_HASH_MAP
99
100/* Define to 1 if you have the <ext/hash_set> header file. */
101#undef HAVE_EXT_HASH_SET
102
7c0640fa
CC
103/* Define to 1 if you have the `fallocate' function. */
104#undef HAVE_FALLOCATE
105
fd03461a
ILT
106/* Define to 1 if you have the `ffsll' function. */
107#undef HAVE_FFSLL
108
9201d894
ILT
109/* Define to 1 if you have the `ftruncate' function. */
110#undef HAVE_FTRUNCATE
111
54dc6425
ILT
112/* Define to 1 if you have the <inttypes.h> header file. */
113#undef HAVE_INTTYPES_H
114
44350750
NC
115/* Define if your <locale.h> file defines LC_MESSAGES. */
116#undef HAVE_LC_MESSAGES
117
f4238194
AN
118/* Define to 1 if you have the `link' function. */
119#undef HAVE_LINK
120
58797674
RM
121/* Define to 1 if you have the <locale.h> header file. */
122#undef HAVE_LOCALE_H
123
e44fcf3b
ILT
124/* Define to 1 if you have the `mallinfo' function. */
125#undef HAVE_MALLINFO
126
9331846e
CC
127/* Define to 1 if you have the `mallinfo2' function. */
128#undef HAVE_MALLINFO2
129
54dc6425
ILT
130/* Define to 1 if you have the <memory.h> header file. */
131#undef HAVE_MEMORY_H
132
f4238194
AN
133/* Define to 1 if you have the `mkdtemp' function. */
134#undef HAVE_MKDTEMP
135
88597d34
ILT
136/* Define to 1 if you have the `mmap' function. */
137#undef HAVE_MMAP
138
139/* Define to 1 if you have the mremap function with MREMAP_MAYMOVE support */
2f35ab9b
ILT
140#undef HAVE_MREMAP
141
155a0dd7
ILT
142/* Define if compiler supports #pragma omp threadprivate */
143#undef HAVE_OMP_SUPPORT
144
9201d894
ILT
145/* Define to 1 if you have the `posix_fallocate' function. */
146#undef HAVE_POSIX_FALLOCATE
147
82dcae9d
ILT
148/* Define to 1 if you have the `pread' function. */
149#undef HAVE_PREAD
150
c8dc28bc
CC
151/* Have PTHREAD_PRIO_INHERIT. */
152#undef HAVE_PTHREAD_PRIO_INHERIT
153
d9a893b8
ILT
154/* Define to 1 if you have the `readv' function. */
155#undef HAVE_READV
156
58797674
RM
157/* Define to 1 if you have the `setlocale' function. */
158#undef HAVE_SETLOCALE
159
5d329b7d
ILT
160/* Define if struct stat has a field st_mtim with timespec for mtime */
161#undef HAVE_STAT_ST_MTIM
162
54dc6425
ILT
163/* Define to 1 if you have the <stdint.h> header file. */
164#undef HAVE_STDINT_H
165
166/* Define to 1 if you have the <stdlib.h> header file. */
167#undef HAVE_STDLIB_H
168
169/* Define to 1 if you have the <strings.h> header file. */
170#undef HAVE_STRINGS_H
171
172/* Define to 1 if you have the <string.h> header file. */
173#undef HAVE_STRING_H
174
d675ff46
RÁE
175/* Define to 1 if you have the `sysconf' function. */
176#undef HAVE_SYSCONF
177
88597d34
ILT
178/* Define to 1 if you have the <sys/mman.h> header file. */
179#undef HAVE_SYS_MMAN_H
180
54dc6425
ILT
181/* Define to 1 if you have the <sys/stat.h> header file. */
182#undef HAVE_SYS_STAT_H
183
184/* Define to 1 if you have the <sys/types.h> header file. */
185#undef HAVE_SYS_TYPES_H
186
193a53d9
ILT
187/* Define to support 32-bit big-endian targets */
188#undef HAVE_TARGET_32_BIG
189
190/* Define to support 32-bit little-endian targets */
191#undef HAVE_TARGET_32_LITTLE
192
193/* Define to support 64-bit big-endian targets */
194#undef HAVE_TARGET_64_BIG
195
196/* Define to support 64-bit little-endian targets */
197#undef HAVE_TARGET_64_LITTLE
198
04bf7072
ILT
199/* Define if attributes work on C++ templates */
200#undef HAVE_TEMPLATE_ATTRIBUTES
201
d675ff46
RÁE
202/* Define to 1 if you have the `times' function. */
203#undef HAVE_TIMES
204
81c82a68
ILT
205/* Define if std::tr1::hash<off_t> is usable */
206#undef HAVE_TR1_HASH_OFF_T
207
54dc6425
ILT
208/* Define to 1 if you have the <tr1/unordered_map> header file. */
209#undef HAVE_TR1_UNORDERED_MAP
210
40fde488
CD
211/* Define if ::std::tr1::unordered_map::rehash is usable */
212#undef HAVE_TR1_UNORDERED_MAP_REHASH
213
54dc6425
ILT
214/* Define to 1 if you have the <tr1/unordered_set> header file. */
215#undef HAVE_TR1_UNORDERED_SET
216
217/* Define to 1 if you have the <unistd.h> header file. */
218#undef HAVE_UNISTD_H
219
8356f2d0
CC
220/* Define to 1 if you have the <unordered_map> header file. */
221#undef HAVE_UNORDERED_MAP
222
223/* Define to 1 if you have the <unordered_set> header file. */
224#undef HAVE_UNORDERED_SET
225
0bf402d5
ILT
226/* Define to 1 if you have the <windows.h> header file. */
227#undef HAVE_WINDOWS_H
228
3f3cddf1
ILT
229/* Default library search path */
230#undef LIB_PATH
231
232/* Whether configured as a native linker */
233#undef NATIVE_LINKER
234
bae7f79e
ILT
235/* Name of package */
236#undef PACKAGE
237
238/* Define to the address where bug reports for this package should be sent. */
239#undef PACKAGE_BUGREPORT
240
241/* Define to the full name of this package. */
242#undef PACKAGE_NAME
243
244/* Define to the full name and version of this package. */
245#undef PACKAGE_STRING
246
247/* Define to the one symbol short name of this package. */
248#undef PACKAGE_TARNAME
249
81ecdfbb
RW
250/* Define to the home page for this package. */
251#undef PACKAGE_URL
252
bae7f79e
ILT
253/* Define to the version of this package. */
254#undef PACKAGE_VERSION
255
c8dc28bc
CC
256/* Define to necessary symbol if this constant uses a non-standard name on
257 your system. */
258#undef PTHREAD_CREATE_JOINABLE
259
54dc6425
ILT
260/* Define to 1 if you have the ANSI C header files. */
261#undef STDC_HEADERS
262
ad2d6943
ILT
263/* System root for target files */
264#undef TARGET_SYSTEM_ROOT
265
266/* Whether the system root can be relocated */
267#undef TARGET_SYSTEM_ROOT_RELOCATABLE
268
81ecdfbb
RW
269/* Enable extensions on AIX 3, Interix. */
270#ifndef _ALL_SOURCE
271# undef _ALL_SOURCE
272#endif
fa99aa09
ILT
273/* Enable GNU extensions on systems that have them. */
274#ifndef _GNU_SOURCE
275# undef _GNU_SOURCE
276#endif
81ecdfbb
RW
277/* Enable threading extensions on Solaris. */
278#ifndef _POSIX_PTHREAD_SEMANTICS
279# undef _POSIX_PTHREAD_SEMANTICS
280#endif
281/* Enable extensions on HP NonStop. */
282#ifndef _TANDEM_SOURCE
283# undef _TANDEM_SOURCE
284#endif
285/* Enable general extensions on Solaris. */
286#ifndef __EXTENSIONS__
287# undef __EXTENSIONS__
288#endif
289
290
291/* Version number of package */
292#undef VERSION
293
294/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
295 significant byte first (like Motorola and SPARC, unlike Intel). */
296#if defined AC_APPLE_UNIVERSAL_BUILD
297# if defined __BIG_ENDIAN__
298# define WORDS_BIGENDIAN 1
299# endif
300#else
301# ifndef WORDS_BIGENDIAN
302# undef WORDS_BIGENDIAN
303# endif
304#endif
305
306/* Define to 1 if on MINIX. */
307#undef _MINIX
308
309/* Define to 2 if the system does not provide POSIX.1 features except with
310 this defined. */
311#undef _POSIX_1_SOURCE
312
313/* Define to 1 if you need to in order for `stat' and other things to work. */
314#undef _POSIX_SOURCE
This page took 0.881821 seconds and 4 git commands to generate.