* gas/app, gas/as.c, gas/as.h, gas/atof-generic.c, gas/cgen.c,
[binutils.git] / gold / config.in
blob1904650f91f680e5f0cc659ac70a48a51104b7b6
1 /* config.in.  Generated from configure.ac by autoheader.  */
3 /* Define to 1 if translation of program messages to the user's native
4    language is requested. */
5 #undef ENABLE_NLS
7 /* Define to enable linker plugins */
8 #undef ENABLE_PLUGINS
10 /* Define to do multi-threaded linking */
11 #undef ENABLE_THREADS
13 /* Default big endian (true or false) */
14 #undef GOLD_DEFAULT_BIG_ENDIAN
16 /* Default machine code */
17 #undef GOLD_DEFAULT_MACHINE
19 /* Default OSABI code */
20 #undef GOLD_DEFAULT_OSABI
22 /* Default size (32 or 64) */
23 #undef GOLD_DEFAULT_SIZE
25 /* Define to 1 if you have the <byteswap.h> header file. */
26 #undef HAVE_BYTESWAP_H
28 /* Define to 1 if you have the `chsize' function. */
29 #undef HAVE_CHSIZE
31 /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
32    don't. */
33 #undef HAVE_DECL_ASPRINTF
35 /* Define to 1 if you have the declaration of `basename', and to 0 if you
36    don't. */
37 #undef HAVE_DECL_BASENAME
39 /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
40 #undef HAVE_DECL_FFS
42 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
43    don't. */
44 #undef HAVE_DECL_SNPRINTF
46 /* Define to 1 if you have the declaration of `strverscmp', and to 0 if you
47    don't. */
48 #undef HAVE_DECL_STRVERSCMP
50 /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
51    don't. */
52 #undef HAVE_DECL_VASPRINTF
54 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
55    don't. */
56 #undef HAVE_DECL_VSNPRINTF
58 /* Define to 1 if you have the <ext/hash_map> header file. */
59 #undef HAVE_EXT_HASH_MAP
61 /* Define to 1 if you have the <ext/hash_set> header file. */
62 #undef HAVE_EXT_HASH_SET
64 /* Define to 1 if you have the `ffsll' function. */
65 #undef HAVE_FFSLL
67 /* Define to 1 if you have the `ftruncate' function. */
68 #undef HAVE_FTRUNCATE
70 /* Define to 1 if you have the <inttypes.h> header file. */
71 #undef HAVE_INTTYPES_H
73 /* Define to 1 if you have the `mallinfo' function. */
74 #undef HAVE_MALLINFO
76 /* Define to 1 if you have the <memory.h> header file. */
77 #undef HAVE_MEMORY_H
79 /* Define to 1 if you have the `mremap' function. */
80 #undef HAVE_MREMAP
82 /* Define if compiler supports #pragma omp threadprivate */
83 #undef HAVE_OMP_SUPPORT
85 /* Define to 1 if you have the `posix_fallocate' function. */
86 #undef HAVE_POSIX_FALLOCATE
88 /* Define to 1 if you have the `pread' function. */
89 #undef HAVE_PREAD
91 /* Define to 1 if you have the <stdint.h> header file. */
92 #undef HAVE_STDINT_H
94 /* Define to 1 if you have the <stdlib.h> header file. */
95 #undef HAVE_STDLIB_H
97 /* Define to 1 if you have the <strings.h> header file. */
98 #undef HAVE_STRINGS_H
100 /* Define to 1 if you have the <string.h> header file. */
101 #undef HAVE_STRING_H
103 /* Define to 1 if you have the <sys/stat.h> header file. */
104 #undef HAVE_SYS_STAT_H
106 /* Define to 1 if you have the <sys/types.h> header file. */
107 #undef HAVE_SYS_TYPES_H
109 /* Define to support 32-bit big-endian targets */
110 #undef HAVE_TARGET_32_BIG
112 /* Define to support 32-bit little-endian targets */
113 #undef HAVE_TARGET_32_LITTLE
115 /* Define to support 64-bit big-endian targets */
116 #undef HAVE_TARGET_64_BIG
118 /* Define to support 64-bit little-endian targets */
119 #undef HAVE_TARGET_64_LITTLE
121 /* Define if attributes work on C++ templates */
122 #undef HAVE_TEMPLATE_ATTRIBUTES
124 /* Define to 1 if you have the <tr1/unordered_map> header file. */
125 #undef HAVE_TR1_UNORDERED_MAP
127 /* Define if ::std::tr1::unordered_map::rehash is usable */
128 #undef HAVE_TR1_UNORDERED_MAP_REHASH
130 /* Define to 1 if you have the <tr1/unordered_set> header file. */
131 #undef HAVE_TR1_UNORDERED_SET
133 /* Define to 1 if you have the <unistd.h> header file. */
134 #undef HAVE_UNISTD_H
136 /* Define to 1 if you have the <zlib.h> header file. */
137 #undef HAVE_ZLIB_H
139 /* Name of package */
140 #undef PACKAGE
142 /* Define to the address where bug reports for this package should be sent. */
143 #undef PACKAGE_BUGREPORT
145 /* Define to the full name of this package. */
146 #undef PACKAGE_NAME
148 /* Define to the full name and version of this package. */
149 #undef PACKAGE_STRING
151 /* Define to the one symbol short name of this package. */
152 #undef PACKAGE_TARNAME
154 /* Define to the version of this package. */
155 #undef PACKAGE_VERSION
157 /* Define to 1 if you have the ANSI C header files. */
158 #undef STDC_HEADERS
160 /* System root for target files */
161 #undef TARGET_SYSTEM_ROOT
163 /* Whether the system root can be relocated */
164 #undef TARGET_SYSTEM_ROOT_RELOCATABLE
166 /* Version number of package */
167 #undef VERSION
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
173 /* Enable GNU extensions on systems that have them.  */
174 #ifndef _GNU_SOURCE
175 # undef _GNU_SOURCE
176 #endif