Minor fixes in sim, gold, gdb for Autoconf 2.64, Automake 1.11.
[deliverable/binutils-gdb.git] / gold / config.in
CommitLineData
bae7f79e
ILT
1/* config.in. Generated from configure.ac by autoheader. */
2
3/* Define to 1 if translation of program messages to the user's native
4 language is requested. */
5#undef ENABLE_NLS
6
89fc3421
CC
7/* Define to enable linker plugins */
8#undef ENABLE_PLUGINS
9
fe9a4c12
ILT
10/* Define to do multi-threaded linking */
11#undef ENABLE_THREADS
12
fbfba508
ILT
13/* Default big endian (true or false) */
14#undef GOLD_DEFAULT_BIG_ENDIAN
15
16/* Default machine code */
17#undef GOLD_DEFAULT_MACHINE
18
36959681
ILT
19/* Default OSABI code */
20#undef GOLD_DEFAULT_OSABI
21
fbfba508
ILT
22/* Default size (32 or 64) */
23#undef GOLD_DEFAULT_SIZE
24
15d5fa16
ILT
25/* Define to 1 if you have the <byteswap.h> header file. */
26#undef HAVE_BYTESWAP_H
27
9201d894
ILT
28/* Define to 1 if you have the `chsize' function. */
29#undef HAVE_CHSIZE
30
1b77ea50
ILT
31/* Define to 1 if you have the declaration of `asprintf', and to 0 if you
32 don't. */
33#undef HAVE_DECL_ASPRINTF
34
35/* Define to 1 if you have the declaration of `basename', and to 0 if you
36 don't. */
37#undef HAVE_DECL_BASENAME
38
39/* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
40#undef HAVE_DECL_FFS
41
3d857b98
DK
42/* Define to 1 if you have the declaration of `memmem', and to 0 if you
43 don't. */
44#undef HAVE_DECL_MEMMEM
45
1b77ea50
ILT
46/* Define to 1 if you have the declaration of `snprintf', and to 0 if you
47 don't. */
48#undef HAVE_DECL_SNPRINTF
49
3d857b98
DK
50/* Define to 1 if you have the declaration of `strndup', and to 0 if you
51 don't. */
52#undef HAVE_DECL_STRNDUP
53
1b77ea50
ILT
54/* Define to 1 if you have the declaration of `strverscmp', and to 0 if you
55 don't. */
56#undef HAVE_DECL_STRVERSCMP
57
58/* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
59 don't. */
60#undef HAVE_DECL_VASPRINTF
61
62/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
63 don't. */
64#undef HAVE_DECL_VSNPRINTF
65
54dc6425
ILT
66/* Define to 1 if you have the <ext/hash_map> header file. */
67#undef HAVE_EXT_HASH_MAP
68
69/* Define to 1 if you have the <ext/hash_set> header file. */
70#undef HAVE_EXT_HASH_SET
71
fd03461a
ILT
72/* Define to 1 if you have the `ffsll' function. */
73#undef HAVE_FFSLL
74
9201d894
ILT
75/* Define to 1 if you have the `ftruncate' function. */
76#undef HAVE_FTRUNCATE
77
54dc6425
ILT
78/* Define to 1 if you have the <inttypes.h> header file. */
79#undef HAVE_INTTYPES_H
80
e44fcf3b
ILT
81/* Define to 1 if you have the `mallinfo' function. */
82#undef HAVE_MALLINFO
83
54dc6425
ILT
84/* Define to 1 if you have the <memory.h> header file. */
85#undef HAVE_MEMORY_H
86
2f35ab9b
ILT
87/* Define to 1 if you have the `mremap' function. */
88#undef HAVE_MREMAP
89
155a0dd7
ILT
90/* Define if compiler supports #pragma omp threadprivate */
91#undef HAVE_OMP_SUPPORT
92
9201d894
ILT
93/* Define to 1 if you have the `posix_fallocate' function. */
94#undef HAVE_POSIX_FALLOCATE
95
82dcae9d
ILT
96/* Define to 1 if you have the `pread' function. */
97#undef HAVE_PREAD
98
54dc6425
ILT
99/* Define to 1 if you have the <stdint.h> header file. */
100#undef HAVE_STDINT_H
101
102/* Define to 1 if you have the <stdlib.h> header file. */
103#undef HAVE_STDLIB_H
104
105/* Define to 1 if you have the <strings.h> header file. */
106#undef HAVE_STRINGS_H
107
108/* Define to 1 if you have the <string.h> header file. */
109#undef HAVE_STRING_H
110
111/* Define to 1 if you have the <sys/stat.h> header file. */
112#undef HAVE_SYS_STAT_H
113
114/* Define to 1 if you have the <sys/types.h> header file. */
115#undef HAVE_SYS_TYPES_H
116
193a53d9
ILT
117/* Define to support 32-bit big-endian targets */
118#undef HAVE_TARGET_32_BIG
119
120/* Define to support 32-bit little-endian targets */
121#undef HAVE_TARGET_32_LITTLE
122
123/* Define to support 64-bit big-endian targets */
124#undef HAVE_TARGET_64_BIG
125
126/* Define to support 64-bit little-endian targets */
127#undef HAVE_TARGET_64_LITTLE
128
04bf7072
ILT
129/* Define if attributes work on C++ templates */
130#undef HAVE_TEMPLATE_ATTRIBUTES
131
54dc6425
ILT
132/* Define to 1 if you have the <tr1/unordered_map> header file. */
133#undef HAVE_TR1_UNORDERED_MAP
134
40fde488
CD
135/* Define if ::std::tr1::unordered_map::rehash is usable */
136#undef HAVE_TR1_UNORDERED_MAP_REHASH
137
54dc6425
ILT
138/* Define to 1 if you have the <tr1/unordered_set> header file. */
139#undef HAVE_TR1_UNORDERED_SET
140
141/* Define to 1 if you have the <unistd.h> header file. */
142#undef HAVE_UNISTD_H
143
9a0910c3
ILT
144/* Define to 1 if you have the <zlib.h> header file. */
145#undef HAVE_ZLIB_H
146
bae7f79e
ILT
147/* Name of package */
148#undef PACKAGE
149
150/* Define to the address where bug reports for this package should be sent. */
151#undef PACKAGE_BUGREPORT
152
153/* Define to the full name of this package. */
154#undef PACKAGE_NAME
155
156/* Define to the full name and version of this package. */
157#undef PACKAGE_STRING
158
159/* Define to the one symbol short name of this package. */
160#undef PACKAGE_TARNAME
161
162/* Define to the version of this package. */
163#undef PACKAGE_VERSION
164
54dc6425
ILT
165/* Define to 1 if you have the ANSI C header files. */
166#undef STDC_HEADERS
167
ad2d6943
ILT
168/* System root for target files */
169#undef TARGET_SYSTEM_ROOT
170
171/* Whether the system root can be relocated */
172#undef TARGET_SYSTEM_ROOT_RELOCATABLE
173
bae7f79e
ILT
174/* Version number of package */
175#undef VERSION
92e059d8
ILT
176
177/* Define to 1 if your processor stores words with the most significant byte
178 first (like Motorola and SPARC, unlike Intel and VAX). */
179#undef WORDS_BIGENDIAN
fa99aa09
ILT
180
181/* Enable GNU extensions on systems that have them. */
182#ifndef _GNU_SOURCE
183# undef _GNU_SOURCE
184#endif
This page took 0.150737 seconds and 4 git commands to generate.