]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/config.in
[gdb/symtab] Work around PR gas/29517, dwarf2 case
[thirdparty/binutils-gdb.git] / binutils / config.in
CommitLineData
35eafcc7 1/* config.in. Generated from configure.ac by autoheader. */
252b5132 2
df7b86aa
NC
3/* Check that config.h is #included before system headers
4 (this works only for glibc, but that should be enough). */
e6f88107 5#if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
df7b86aa
NC
6# error config.h must be #included before system headers
7#endif
e6f88107 8#define __CONFIG_H__ 1
df7b86aa 9
3f8f9745
RJ
10/* Define if building universal (internal helper macro) */
11#undef AC_APPLE_UNIVERSAL_BUILD
12
9cb80f72
RM
13/* Should ar and ranlib use -D behavior by default? */
14#undef DEFAULT_AR_DETERMINISTIC
15
18bf5643
NC
16/* Have objdump use colors in its disassembly by default */
17#undef DEFAULT_FOR_COLORED_DISASSEMBLY
18
c46b7066
NC
19/* Have readelf and objdump follow debug links by default */
20#undef DEFAULT_FOR_FOLLOW_LINKS
21
e6f6aa8d
NC
22/* Have nm use F and f for global and local ifunc symbols */
23#undef DEFAULT_F_FOR_IFUNC_SYMBOLS
24
7fac9594
NC
25/* Should strings use -a behavior by default? */
26#undef DEFAULT_STRINGS_ALL
27
43e05cd4
AM
28/* Define if you want run-time sanity checks. */
29#undef ENABLE_CHECKING
30
094e34f2
NA
31/* Handle .ctf type-info sections */
32#undef ENABLE_LIBCTF
33
8c61c153
AM
34/* Define to 1 if translation of program messages to the user's native
35 language is requested. */
42ecbf5e 36#undef ENABLE_NLS
252b5132 37
42ecbf5e
DJ
38/* Suffix used for executables, if any. */
39#undef EXECUTABLE_SUFFIX
252b5132 40
862776f2
AA
41/* Define to 1 if you have the Mac OS X function
42 CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */
43#undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES
44
45/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
46 the CoreFoundation framework. */
47#undef HAVE_CFPREFERENCESCOPYAPPVALUE
48
49/* Define if the GNU dcgettext() function is already present or preinstalled.
50 */
51#undef HAVE_DCGETTEXT
52
1f5345a6
ST
53/* Define to 1 if you have the declaration of `asprintf', and to 0 if you
54 don't. */
55#undef HAVE_DECL_ASPRINTF
56
398ee8f1
SE
57/* Define to 1 if you have the declaration of `environ', and to 0 if you
58 don't. */
59#undef HAVE_DECL_ENVIRON
60
b7d4af3a
JW
61/* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
62 don't. */
63#undef HAVE_DECL_GETC_UNLOCKED
64
42ecbf5e
DJ
65/* Is the prototype for getopt in <unistd.h> in the expected format? */
66#undef HAVE_DECL_GETOPT
252b5132 67
3e321448
L
68/* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
69 */
70#undef HAVE_DECL_STPCPY
71
b737d304
RO
72/* Define to 1 if you have the declaration of `strnlen', and to 0 if you
73 don't. */
74#undef HAVE_DECL_STRNLEN
75
ae351704
AM
76/* Define to 1 if you have the <dlfcn.h> header file. */
77#undef HAVE_DLFCN_H
78
42ecbf5e
DJ
79/* Does the platform use an executable suffix? */
80#undef HAVE_EXECUTABLE_SUFFIX
252b5132 81
42ecbf5e
DJ
82/* Define to 1 if you have the <fcntl.h> header file. */
83#undef HAVE_FCNTL_H
252b5132 84
d82e33de
BW
85/* Define to 1 if you have the `fseeko' function. */
86#undef HAVE_FSEEKO
87
88/* Define to 1 if you have the `fseeko64' function. */
89#undef HAVE_FSEEKO64
90
42ecbf5e
DJ
91/* Define to 1 if you have the `getc_unlocked' function. */
92#undef HAVE_GETC_UNLOCKED
252b5132 93
34156b23
L
94/* Define to 1 if you have the `getpagesize' function. */
95#undef HAVE_GETPAGESIZE
96
862776f2
AA
97/* Define if the GNU gettext() function is already present or preinstalled. */
98#undef HAVE_GETTEXT
99
42ecbf5e
DJ
100/* Does <utime.h> define struct utimbuf? */
101#undef HAVE_GOOD_UTIME_H
252b5132 102
862776f2 103/* Define if you have the iconv() function and it works. */
ae351704
AM
104#undef HAVE_ICONV
105
42ecbf5e
DJ
106/* Define to 1 if you have the <inttypes.h> header file. */
107#undef HAVE_INTTYPES_H
252b5132 108
44350750
NC
109/* Define if your <locale.h> file defines LC_MESSAGES. */
110#undef HAVE_LC_MESSAGES
111
301a9420
AM
112/* Define to 1 if debuginfod is enabled. */
113#undef HAVE_LIBDEBUGINFOD
114
28bc4951
AM
115/* Define to 1 if debuginfod section downloading is supported. */
116#undef HAVE_LIBDEBUGINFOD_FIND_SECTION
117
3bfcb652
NC
118/* Define if mbstate_t exists in wchar.h. */
119#undef HAVE_MBSTATE_T
120
42ecbf5e
DJ
121/* Define to 1 if you have the <memory.h> header file. */
122#undef HAVE_MEMORY_H
123
f9c026a8
NC
124/* Define to 1 if you have the `mkdtemp' function. */
125#undef HAVE_MKDTEMP
126
127/* Define to 1 if you have the `mkstemp' function. */
128#undef HAVE_MKSTEMP
129
34156b23
L
130/* Define to 1 if you have a working `mmap' system call. */
131#undef HAVE_MMAP
132
2952f10c
SM
133/* Define to 1 if msgpack is available. */
134#undef HAVE_MSGPACK
135
42ecbf5e
DJ
136/* Define to 1 if you have the <stdint.h> header file. */
137#undef HAVE_STDINT_H
138
139/* Define to 1 if you have the <stdlib.h> header file. */
140#undef HAVE_STDLIB_H
141
42ecbf5e
DJ
142/* Define to 1 if you have the <strings.h> header file. */
143#undef HAVE_STRINGS_H
252b5132 144
42ecbf5e
DJ
145/* Define to 1 if you have the <string.h> header file. */
146#undef HAVE_STRING_H
252b5132 147
985e0264
AM
148/* Define to 1 if `st_atimensec' is a member of `struct stat'. */
149#undef HAVE_STRUCT_STAT_ST_ATIMENSEC
150
151/* Define to 1 if `st_atimespec.tv_nsec' is a member of `struct stat'. */
152#undef HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC
153
154/* Define to 1 if `st_atim.st__tim.tv_nsec' is a member of `struct stat'. */
155#undef HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC
156
157/* Define to 1 if `st_atim.tv_nsec' is a member of `struct stat'. */
158#undef HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC
159
42ecbf5e
DJ
160/* Define to 1 if you have the <sys/file.h> header file. */
161#undef HAVE_SYS_FILE_H
252b5132 162
13a09c7c
L
163/* Define to 1 if you have the <sys/param.h> header file. */
164#undef HAVE_SYS_PARAM_H
165
42ecbf5e
DJ
166/* Define to 1 if you have the <sys/stat.h> header file. */
167#undef HAVE_SYS_STAT_H
252b5132 168
985e0264
AM
169/* Define to 1 if you have the <sys/time.h> header file. */
170#undef HAVE_SYS_TIME_H
171
42ecbf5e
DJ
172/* Define to 1 if you have the <sys/types.h> header file. */
173#undef HAVE_SYS_TYPES_H
252b5132 174
42ecbf5e
DJ
175/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
176#undef HAVE_SYS_WAIT_H
252b5132 177
42ecbf5e
DJ
178/* Define to 1 if you have the <unistd.h> header file. */
179#undef HAVE_UNISTD_H
252b5132 180
985e0264
AM
181/* Define to 1 if you have the `utimensat' function. */
182#undef HAVE_UTIMENSAT
183
42ecbf5e
DJ
184/* Define to 1 if you have the `utimes' function. */
185#undef HAVE_UTIMES
252b5132 186
b879806f
AM
187/* Define to 1 if you have the <windows.h> header file. */
188#undef HAVE_WINDOWS_H
189
2cac01e3
FS
190/* Define to 1 if zstd is enabled. */
191#undef HAVE_ZSTD
192
ae351704
AM
193/* Define as const if the declaration of iconv() needs const. */
194#undef ICONV_CONST
195
196/* Define to the sub-directory in which libtool stores uninstalled libraries.
197 */
198#undef LT_OBJDIR
199
42ecbf5e
DJ
200/* Name of package */
201#undef PACKAGE
2481e6a2 202
42ecbf5e
DJ
203/* Define to the address where bug reports for this package should be sent. */
204#undef PACKAGE_BUGREPORT
bb0cb4db 205
42ecbf5e
DJ
206/* Define to the full name of this package. */
207#undef PACKAGE_NAME
cedd9a58 208
42ecbf5e
DJ
209/* Define to the full name and version of this package. */
210#undef PACKAGE_STRING
fb5b5478 211
42ecbf5e
DJ
212/* Define to the one symbol short name of this package. */
213#undef PACKAGE_TARNAME
cedd9a58 214
81ecdfbb
RW
215/* Define to the home page for this package. */
216#undef PACKAGE_URL
217
42ecbf5e
DJ
218/* Define to the version of this package. */
219#undef PACKAGE_VERSION
252b5132 220
42ecbf5e
DJ
221/* Define to 1 if you have the ANSI C header files. */
222#undef STDC_HEADERS
e46eba98 223
42ecbf5e
DJ
224/* Configured target name. */
225#undef TARGET
252b5132 226
42ecbf5e
DJ
227/* Define to 1 if user symbol names have a leading underscore, 0 if not. */
228#undef TARGET_PREPENDS_UNDERSCORE
252b5132 229
985e0264
AM
230/* Define to 1 if the type of the st_atim member of a struct stat is struct
231 timespec. */
232#undef TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC
233
42ecbf5e
DJ
234/* Use b modifier when opening binary files? */
235#undef USE_BINARY_FOPEN
252b5132 236
81ecdfbb
RW
237/* Enable extensions on AIX 3, Interix. */
238#ifndef _ALL_SOURCE
239# undef _ALL_SOURCE
240#endif
241/* Enable GNU extensions on systems that have them. */
242#ifndef _GNU_SOURCE
243# undef _GNU_SOURCE
244#endif
245/* Enable threading extensions on Solaris. */
246#ifndef _POSIX_PTHREAD_SEMANTICS
247# undef _POSIX_PTHREAD_SEMANTICS
248#endif
249/* Enable extensions on HP NonStop. */
250#ifndef _TANDEM_SOURCE
251# undef _TANDEM_SOURCE
252#endif
253/* Enable general extensions on Solaris. */
254#ifndef __EXTENSIONS__
255# undef __EXTENSIONS__
256#endif
257
258
42ecbf5e
DJ
259/* Version number of package */
260#undef VERSION
252b5132 261
3f8f9745
RJ
262/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
263 significant byte first (like Motorola and SPARC, unlike Intel). */
264#if defined AC_APPLE_UNIVERSAL_BUILD
265# if defined __BIG_ENDIAN__
266# define WORDS_BIGENDIAN 1
267# endif
268#else
269# ifndef WORDS_BIGENDIAN
270# undef WORDS_BIGENDIAN
271# endif
272#endif
273
42ecbf5e
DJ
274/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
275 `char[]'. */
276#undef YYTEXT_POINTER
252b5132 277
d0ac1c44
SM
278/* Enable large inode numbers on Mac OS X 10.5. */
279#ifndef _DARWIN_USE_64_BIT_INODE
280# define _DARWIN_USE_64_BIT_INODE 1
281#endif
282
d053aef8
JK
283/* Number of bits in a file offset, on hosts where this is settable. */
284#undef _FILE_OFFSET_BITS
285
d053aef8
JK
286/* Define for large files, on AIX-style hosts. */
287#undef _LARGE_FILES
288
7357c5b6
AM
289/* Define to 1 if on MINIX. */
290#undef _MINIX
291
292/* Define to 2 if the system does not provide POSIX.1 features except with
293 this defined. */
294#undef _POSIX_1_SOURCE
295
296/* Define to 1 if you need to in order for `stat' and other things to work. */
297#undef _POSIX_SOURCE