]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - bfd/config.in
Finalized intl-update patches
[thirdparty/binutils-gdb.git] / bfd / 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). */
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
1a528d3e
MM
10/* Define if building universal (internal helper macro) */
11#undef AC_APPLE_UNIVERSAL_BUILD
12
8bc7f138
L
13/* Name of host specific core header file to include in elf.c. */
14#undef CORE_HEADER
15
f6aec96d
L
16/* Define to 1 if you want to enable -z separate-code in ELF linker by
17 default. */
18#undef DEFAULT_LD_Z_SEPARATE_CODE
19
43e05cd4
AM
20/* Define if you want run-time sanity checks. */
21#undef ENABLE_CHECKING
22
7ff1a5b5
AM
23/* Define to 1 if translation of program messages to the user's native
24 language is requested. */
5464f5a1 25#undef ENABLE_NLS
252b5132 26
862776f2
AA
27/* Define to 1 if you have the Mac OS X function
28 CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */
29#undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES
30
31/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
32 the CoreFoundation framework. */
33#undef HAVE_CFPREFERENCESCOPYAPPVALUE
34
35/* Define if the GNU dcgettext() function is already present or preinstalled.
36 */
37#undef HAVE_DCGETTEXT
38
d6f1bafa
IB
39/* Define to 1 if you have the declaration of `asprintf', and to 0 if you
40 don't. */
41#undef HAVE_DECL_ASPRINTF
42
fddc4048
JG
43/* Define to 1 if you have the declaration of `basename', and to 0 if you
44 don't. */
2e9ebff5
JG
45#undef HAVE_DECL_BASENAME
46
d34a2b1d
JG
47/* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
48#undef HAVE_DECL_FFS
49
83c79df8
AM
50/* Define to 1 if you have the declaration of `fopen64', and to 0 if you
51 don't. */
52#undef HAVE_DECL_FOPEN64
d34a2b1d 53
ec7b76fe
JG
54/* Define to 1 if you have the declaration of `fseeko', and to 0 if you don't.
55 */
56#undef HAVE_DECL_FSEEKO
57
58/* Define to 1 if you have the declaration of `fseeko64', and to 0 if you
59 don't. */
60#undef HAVE_DECL_FSEEKO64
61
62/* Define to 1 if you have the declaration of `ftello', and to 0 if you don't.
63 */
64#undef HAVE_DECL_FTELLO
65
66/* Define to 1 if you have the declaration of `ftello64', and to 0 if you
67 don't. */
68#undef HAVE_DECL_FTELLO64
69
be5cacdb
L
70/* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
71 */
72#undef HAVE_DECL_STPCPY
73
b737d304
RO
74/* Define to 1 if you have the declaration of `strnlen', and to 0 if you
75 don't. */
76#undef HAVE_DECL_STRNLEN
77
d6f1bafa
IB
78/* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
79 don't. */
80#undef HAVE_DECL_VASPRINTF
81
9d099144
AM
82/* Define to 1 if you have the declaration of `___lc_codepage_func', and to 0
83 if you don't. */
84#undef HAVE_DECL____LC_CODEPAGE_FUNC
85
ae351704
AM
86/* Define to 1 if you have the <dlfcn.h> header file. */
87#undef HAVE_DLFCN_H
88
5464f5a1 89/* Define to 1 if you have the `fcntl' function. */
252b5132
RH
90#undef HAVE_FCNTL
91
5464f5a1
NN
92/* Define to 1 if you have the <fcntl.h> header file. */
93#undef HAVE_FCNTL_H
94
95/* Define to 1 if you have the `fdopen' function. */
252b5132
RH
96#undef HAVE_FDOPEN
97
428b207a
TT
98/* Define to 1 if you have the `fileno' function. */
99#undef HAVE_FILENO
100
a767a1c4
SM
101/* Define to 1 if you have the `fls' function. */
102#undef HAVE_FLS
103
2e6f4fae
DJ
104/* Define to 1 if you have the `fopen64' function. */
105#undef HAVE_FOPEN64
106
5464f5a1 107/* Define to 1 if you have the `fseeko' function. */
c1ea0c09
AC
108#undef HAVE_FSEEKO
109
5464f5a1 110/* Define to 1 if you have the `fseeko64' function. */
c1ea0c09
AC
111#undef HAVE_FSEEKO64
112
5464f5a1 113/* Define to 1 if you have the `ftello' function. */
c1ea0c09
AC
114#undef HAVE_FTELLO
115
5464f5a1 116/* Define to 1 if you have the `ftello64' function. */
c1ea0c09
AC
117#undef HAVE_FTELLO64
118
5464f5a1 119/* Define to 1 if you have the `getgid' function. */
633fd09f
ILT
120#undef HAVE_GETGID
121
5464f5a1 122/* Define to 1 if you have the `getpagesize' function. */
252b5132
RH
123#undef HAVE_GETPAGESIZE
124
9d782e8d
MW
125/* Define to 1 if you have the `getrlimit' function. */
126#undef HAVE_GETRLIMIT
127
862776f2
AA
128/* Define if the GNU gettext() function is already present or preinstalled. */
129#undef HAVE_GETTEXT
130
5464f5a1 131/* Define to 1 if you have the `getuid' function. */
633fd09f
ILT
132#undef HAVE_GETUID
133
8722de9c
AM
134/* Define if your compiler supports hidden visibility. */
135#undef HAVE_HIDDEN
136
862776f2
AA
137/* Define if you have the iconv() function and it works. */
138#undef HAVE_ICONV
139
5464f5a1
NN
140/* Define to 1 if you have the <inttypes.h> header file. */
141#undef HAVE_INTTYPES_H
142
5464f5a1
NN
143/* Define if <sys/procfs.h> has lwpstatus_t. */
144#undef HAVE_LWPSTATUS_T
145
146/* Define if <sys/procfs.h> has lwpstatus_t.pr_context. */
147#undef HAVE_LWPSTATUS_T_PR_CONTEXT
148
16231b7b
DG
149/* Define if <sys/procfs.h> has lwpstatus_t.pr_fpreg. */
150#undef HAVE_LWPSTATUS_T_PR_FPREG
151
5464f5a1
NN
152/* Define if <sys/procfs.h> has lwpstatus_t.pr_reg. */
153#undef HAVE_LWPSTATUS_T_PR_REG
154
155/* Define if <sys/procfs.h> has lwpxstatus_t. */
156#undef HAVE_LWPXSTATUS_T
157
158/* Define to 1 if you have the `madvise' function. */
252b5132
RH
159#undef HAVE_MADVISE
160
5464f5a1
NN
161/* Define to 1 if you have the <memory.h> header file. */
162#undef HAVE_MEMORY_H
163
164/* Define to 1 if you have a working `mmap' system call. */
165#undef HAVE_MMAP
166
167/* Define to 1 if you have the `mprotect' function. */
252b5132
RH
168#undef HAVE_MPROTECT
169
5464f5a1
NN
170/* Define if <sys/procfs.h> has prpsinfo32_t. */
171#undef HAVE_PRPSINFO32_T
252b5132 172
335e41d4
JK
173/* Define if <sys/procfs.h> has prpsinfo32_t.pr_pid. */
174#undef HAVE_PRPSINFO32_T_PR_PID
175
5464f5a1
NN
176/* Define if <sys/procfs.h> has prpsinfo_t. */
177#undef HAVE_PRPSINFO_T
252b5132 178
335e41d4
JK
179/* Define if <sys/procfs.h> has prpsinfo_t.pr_pid. */
180#undef HAVE_PRPSINFO_T_PR_PID
181
5464f5a1
NN
182/* Define if <sys/procfs.h> has prstatus32_t. */
183#undef HAVE_PRSTATUS32_T
252b5132 184
5464f5a1
NN
185/* Define if <sys/procfs.h> has prstatus32_t.pr_who. */
186#undef HAVE_PRSTATUS32_T_PR_WHO
252b5132 187
5464f5a1
NN
188/* Define if <sys/procfs.h> has prstatus_t. */
189#undef HAVE_PRSTATUS_T
252b5132 190
5464f5a1
NN
191/* Define if <sys/procfs.h> has prstatus_t.pr_who. */
192#undef HAVE_PRSTATUS_T_PR_WHO
49c97a80 193
5464f5a1
NN
194/* Define if <sys/procfs.h> has psinfo32_t. */
195#undef HAVE_PSINFO32_T
252b5132 196
335e41d4
JK
197/* Define if <sys/procfs.h> has psinfo32_t.pr_pid. */
198#undef HAVE_PSINFO32_T_PR_PID
199
5464f5a1
NN
200/* Define if <sys/procfs.h> has psinfo_t. */
201#undef HAVE_PSINFO_T
252b5132 202
335e41d4
JK
203/* Define if <sys/procfs.h> has psinfo_t.pr_pid. */
204#undef HAVE_PSINFO_T_PR_PID
205
5464f5a1
NN
206/* Define if <sys/procfs.h> has pstatus32_t. */
207#undef HAVE_PSTATUS32_T
252b5132 208
5464f5a1
NN
209/* Define if <sys/procfs.h> has pstatus_t. */
210#undef HAVE_PSTATUS_T
252b5132 211
5464f5a1
NN
212/* Define if <sys/procfs.h> has pxstatus_t. */
213#undef HAVE_PXSTATUS_T
252b5132 214
5464f5a1
NN
215/* Define to 1 if you have the <stdint.h> header file. */
216#undef HAVE_STDINT_H
217
218/* Define to 1 if you have the <stdlib.h> header file. */
252b5132
RH
219#undef HAVE_STDLIB_H
220
5464f5a1 221/* Define to 1 if you have the <strings.h> header file. */
252b5132
RH
222#undef HAVE_STRINGS_H
223
5464f5a1
NN
224/* Define to 1 if you have the <string.h> header file. */
225#undef HAVE_STRING_H
226
5464f5a1
NN
227/* Define if struct core_dumpx has member c_impl */
228#undef HAVE_ST_C_IMPL
229
230/* Define to 1 if you have the `sysconf' function. */
231#undef HAVE_SYSCONF
232
5464f5a1 233/* Define to 1 if you have the <sys/file.h> header file. */
252b5132
RH
234#undef HAVE_SYS_FILE_H
235
d0ac1c44
SM
236/* Define to 1 if you have the <sys/param.h> header file. */
237#undef HAVE_SYS_PARAM_H
238
5464f5a1 239/* Define to 1 if you have the <sys/procfs.h> header file. */
252b5132
RH
240#undef HAVE_SYS_PROCFS_H
241
9d782e8d
MW
242/* Define to 1 if you have the <sys/resource.h> header file. */
243#undef HAVE_SYS_RESOURCE_H
244
5464f5a1 245/* Define to 1 if you have the <sys/stat.h> header file. */
05864e2a
AM
246#undef HAVE_SYS_STAT_H
247
5464f5a1 248/* Define to 1 if you have the <sys/types.h> header file. */
05864e2a
AM
249#undef HAVE_SYS_TYPES_H
250
5464f5a1 251/* Define to 1 if you have the <unistd.h> header file. */
252b5132
RH
252#undef HAVE_UNISTD_H
253
5464f5a1
NN
254/* Define if <sys/procfs.h> has win32_pstatus_t. */
255#undef HAVE_WIN32_PSTATUS_T
252b5132 256
17d5dae2
KT
257/* Define to 1 if you have the <windows.h> header file. */
258#undef HAVE_WINDOWS_H
259
2cac01e3
FS
260/* Define to 1 if zstd is enabled. */
261#undef HAVE_ZSTD
262
ae351704
AM
263/* Define to the sub-directory in which libtool stores uninstalled libraries.
264 */
265#undef LT_OBJDIR
266
5464f5a1
NN
267/* Name of package */
268#undef PACKAGE
252b5132 269
5464f5a1
NN
270/* Define to the address where bug reports for this package should be sent. */
271#undef PACKAGE_BUGREPORT
8d88c4ca 272
5464f5a1
NN
273/* Define to the full name of this package. */
274#undef PACKAGE_NAME
7ee38065 275
5464f5a1
NN
276/* Define to the full name and version of this package. */
277#undef PACKAGE_STRING
252b5132 278
5464f5a1
NN
279/* Define to the one symbol short name of this package. */
280#undef PACKAGE_TARNAME
7ee38065 281
81ecdfbb
RW
282/* Define to the home page for this package. */
283#undef PACKAGE_URL
284
5464f5a1
NN
285/* Define to the version of this package. */
286#undef PACKAGE_VERSION
252b5132 287
81ecdfbb 288/* The size of `int', as computed by sizeof. */
d5efd9fc
AM
289#undef SIZEOF_INT
290
81ecdfbb 291/* The size of `long', as computed by sizeof. */
5464f5a1 292#undef SIZEOF_LONG
7ee38065 293
81ecdfbb 294/* The size of `long long', as computed by sizeof. */
5464f5a1 295#undef SIZEOF_LONG_LONG
252b5132 296
81ecdfbb 297/* The size of `off_t', as computed by sizeof. */
5464f5a1 298#undef SIZEOF_OFF_T
8d88c4ca 299
81ecdfbb 300/* The size of `void *', as computed by sizeof. */
d5efd9fc
AM
301#undef SIZEOF_VOID_P
302
5464f5a1
NN
303/* Define to 1 if you have the ANSI C header files. */
304#undef STDC_HEADERS
252b5132 305
c6d6a048
TT
306/* If the compiler supports a TLS storage class, define it to that here */
307#undef TLS
308
252b5132
RH
309/* Name of host specific header file to include in trad-core.c. */
310#undef TRAD_HEADER
311
865422fa 312/* Define if 64-bit archives should always be used. */
e6cc316a
L
313#undef USE_64_BIT_ARCHIVE
314
5464f5a1
NN
315/* Use b modifier when opening binary files? */
316#undef USE_BINARY_FOPEN
c1ea0c09 317
ef72a554
KT
318/* Define if we should use leading underscore on 64 bit mingw targets */
319#undef USE_MINGW64_LEADING_UNDERSCORES
320
252b5132
RH
321/* Use mmap if it's available? */
322#undef USE_MMAP
323
6ec7057a
RH
324/* Define if we should default to creating read-only plt entries */
325#undef USE_SECUREPLT
326
7357c5b6
AM
327/* Enable extensions on AIX 3, Interix. */
328#ifndef _ALL_SOURCE
329# undef _ALL_SOURCE
330#endif
331/* Enable GNU extensions on systems that have them. */
332#ifndef _GNU_SOURCE
333# undef _GNU_SOURCE
334#endif
335/* Enable threading extensions on Solaris. */
336#ifndef _POSIX_PTHREAD_SEMANTICS
337# undef _POSIX_PTHREAD_SEMANTICS
338#endif
339/* Enable extensions on HP NonStop. */
340#ifndef _TANDEM_SOURCE
341# undef _TANDEM_SOURCE
342#endif
343/* Enable general extensions on Solaris. */
344#ifndef __EXTENSIONS__
345# undef __EXTENSIONS__
346#endif
347
81ecdfbb
RW
348
349/* Version number of package */
350#undef VERSION
351
1a528d3e
MM
352/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
353 significant byte first (like Motorola and SPARC, unlike Intel). */
354#if defined AC_APPLE_UNIVERSAL_BUILD
355# if defined __BIG_ENDIAN__
356# define WORDS_BIGENDIAN 1
357# endif
358#else
359# ifndef WORDS_BIGENDIAN
360# undef WORDS_BIGENDIAN
361# endif
362#endif
363
d0ac1c44
SM
364/* Enable large inode numbers on Mac OS X 10.5. */
365#ifndef _DARWIN_USE_64_BIT_INODE
366# define _DARWIN_USE_64_BIT_INODE 1
367#endif
368
81ecdfbb
RW
369/* Number of bits in a file offset, on hosts where this is settable. */
370#undef _FILE_OFFSET_BITS
371
372/* Define for large files, on AIX-style hosts. */
373#undef _LARGE_FILES
374
375/* Define to 1 if on MINIX. */
376#undef _MINIX
377
378/* Define to 2 if the system does not provide POSIX.1 features except with
379 this defined. */
380#undef _POSIX_1_SOURCE
381
382/* Define to 1 if you need to in order for `stat' and other things to work. */
383#undef _POSIX_SOURCE
c8693053
RO
384
385/* Use structured /proc on Solaris. */
386#undef _STRUCTURED_PROC