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