* elf32-ppc.c (ppc_elf_check_relocs): Set PLT_IFUNC in local got
[deliverable/binutils-gdb.git] / binutils / config.in
CommitLineData
42ecbf5e 1/* config.in. Generated from configure.in 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
42ecbf5e
DJ
10/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
11 systems. This function is required for `alloca.c' support on those systems.
12 */
13#undef CRAY_STACKSEG_END
14
15/* Define to 1 if using `alloca.c'. */
252b5132
RH
16#undef C_ALLOCA
17
9cb80f72
RM
18/* Should ar and ranlib use -D behavior by default? */
19#undef DEFAULT_AR_DETERMINISTIC
20
8c61c153
AM
21/* Define to 1 if translation of program messages to the user's native
22 language is requested. */
42ecbf5e 23#undef ENABLE_NLS
252b5132 24
42ecbf5e
DJ
25/* Suffix used for executables, if any. */
26#undef EXECUTABLE_SUFFIX
252b5132 27
42ecbf5e 28/* Define to 1 if you have `alloca', as a function or macro. */
252b5132
RH
29#undef HAVE_ALLOCA
30
42ecbf5e
DJ
31/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
32 */
252b5132
RH
33#undef HAVE_ALLOCA_H
34
398ee8f1
SE
35/* Define to 1 if you have the declaration of `environ', and to 0 if you
36 don't. */
37#undef HAVE_DECL_ENVIRON
38
39/* Define to 1 if you have the declaration of `fprintf', and to 0 if you
40 don't. */
41#undef HAVE_DECL_FPRINTF
42
b7d4af3a
JW
43/* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
44 don't. */
45#undef HAVE_DECL_GETC_UNLOCKED
46
398ee8f1
SE
47/* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
48 */
49#undef HAVE_DECL_GETENV
50
42ecbf5e
DJ
51/* Is the prototype for getopt in <unistd.h> in the expected format? */
52#undef HAVE_DECL_GETOPT
252b5132 53
398ee8f1
SE
54/* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't.
55 */
56#undef HAVE_DECL_SBRK
57
82de001f
JJ
58/* Define to 1 if you have the declaration of `snprintf', and to 0 if you
59 don't. */
60#undef HAVE_DECL_SNPRINTF
61
3e321448
L
62/* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
63 */
64#undef HAVE_DECL_STPCPY
65
398ee8f1
SE
66/* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
67 */
68#undef HAVE_DECL_STRSTR
69
82de001f
JJ
70/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
71 don't. */
72#undef HAVE_DECL_VSNPRINTF
73
ae351704
AM
74/* Define to 1 if you have the <dlfcn.h> header file. */
75#undef HAVE_DLFCN_H
76
42ecbf5e
DJ
77/* Does the platform use an executable suffix? */
78#undef HAVE_EXECUTABLE_SUFFIX
252b5132 79
42ecbf5e
DJ
80/* Define to 1 if you have the <fcntl.h> header file. */
81#undef HAVE_FCNTL_H
252b5132 82
42ecbf5e
DJ
83/* Define to 1 if you have the `getc_unlocked' function. */
84#undef HAVE_GETC_UNLOCKED
252b5132 85
42ecbf5e
DJ
86/* Does <utime.h> define struct utimbuf? */
87#undef HAVE_GOOD_UTIME_H
252b5132 88
ae351704
AM
89/* Define if you have the iconv() function. */
90#undef HAVE_ICONV
91
42ecbf5e
DJ
92/* Define to 1 if you have the <inttypes.h> header file. */
93#undef HAVE_INTTYPES_H
252b5132 94
44350750
NC
95/* Define if your <locale.h> file defines LC_MESSAGES. */
96#undef HAVE_LC_MESSAGES
97
13a09c7c
L
98/* Define to 1 if you have the <limits.h> header file. */
99#undef HAVE_LIMITS_H
100
58797674
RM
101/* Define to 1 if you have the <locale.h> header file. */
102#undef HAVE_LOCALE_H
103
3bfcb652
NC
104/* Define if mbstate_t exists in wchar.h. */
105#undef HAVE_MBSTATE_T
106
42ecbf5e
DJ
107/* Define to 1 if you have the <memory.h> header file. */
108#undef HAVE_MEMORY_H
109
f9c026a8
NC
110/* Define to 1 if you have the `mkdtemp' function. */
111#undef HAVE_MKDTEMP
112
113/* Define to 1 if you have the `mkstemp' function. */
114#undef HAVE_MKSTEMP
115
42ecbf5e 116/* Define to 1 if you have the `sbrk' function. */
252b5132
RH
117#undef HAVE_SBRK
118
44350750
NC
119/* Define to 1 if you have the `setlocale' function. */
120#undef HAVE_SETLOCALE
121
42ecbf5e 122/* Define to 1 if you have the `setmode' function. */
5af11cab
AM
123#undef HAVE_SETMODE
124
42ecbf5e
DJ
125/* Define to 1 if you have the <stdint.h> header file. */
126#undef HAVE_STDINT_H
127
128/* Define to 1 if you have the <stdlib.h> header file. */
129#undef HAVE_STDLIB_H
130
42ecbf5e 131/* Define to 1 if you have the `strcoll' function. */
9710509e
AM
132#undef HAVE_STRCOLL
133
42ecbf5e
DJ
134/* Define to 1 if you have the <strings.h> header file. */
135#undef HAVE_STRINGS_H
252b5132 136
42ecbf5e
DJ
137/* Define to 1 if you have the <string.h> header file. */
138#undef HAVE_STRING_H
252b5132 139
42ecbf5e
DJ
140/* Define to 1 if you have the <sys/file.h> header file. */
141#undef HAVE_SYS_FILE_H
252b5132 142
13a09c7c
L
143/* Define to 1 if you have the <sys/param.h> header file. */
144#undef HAVE_SYS_PARAM_H
145
42ecbf5e
DJ
146/* Define to 1 if you have the <sys/stat.h> header file. */
147#undef HAVE_SYS_STAT_H
252b5132 148
42ecbf5e
DJ
149/* Define to 1 if you have the <sys/types.h> header file. */
150#undef HAVE_SYS_TYPES_H
252b5132 151
42ecbf5e
DJ
152/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
153#undef HAVE_SYS_WAIT_H
252b5132 154
42ecbf5e
DJ
155/* Is the type time_t defined in <time.h>? */
156#undef HAVE_TIME_T_IN_TIME_H
252b5132 157
42ecbf5e
DJ
158/* Is the type time_t defined in <sys/types.h>? */
159#undef HAVE_TIME_T_IN_TYPES_H
252b5132 160
42ecbf5e
DJ
161/* Define to 1 if you have the <unistd.h> header file. */
162#undef HAVE_UNISTD_H
252b5132 163
42ecbf5e
DJ
164/* Define to 1 if you have the `utimes' function. */
165#undef HAVE_UTIMES
252b5132 166
3bfcb652
NC
167/* Define to 1 if you have the <wchar.h> header file. */
168#undef HAVE_WCHAR_H
169
1b315056
CS
170/* Define to 1 if you have the <zlib.h> header file. */
171#undef HAVE_ZLIB_H
172
ae351704
AM
173/* Define as const if the declaration of iconv() needs const. */
174#undef ICONV_CONST
175
176/* Define to the sub-directory in which libtool stores uninstalled libraries.
177 */
178#undef LT_OBJDIR
179
42ecbf5e
DJ
180/* Name of package */
181#undef PACKAGE
2481e6a2 182
42ecbf5e
DJ
183/* Define to the address where bug reports for this package should be sent. */
184#undef PACKAGE_BUGREPORT
bb0cb4db 185
42ecbf5e
DJ
186/* Define to the full name of this package. */
187#undef PACKAGE_NAME
cedd9a58 188
42ecbf5e
DJ
189/* Define to the full name and version of this package. */
190#undef PACKAGE_STRING
fb5b5478 191
42ecbf5e
DJ
192/* Define to the one symbol short name of this package. */
193#undef PACKAGE_TARNAME
cedd9a58 194
81ecdfbb
RW
195/* Define to the home page for this package. */
196#undef PACKAGE_URL
197
42ecbf5e
DJ
198/* Define to the version of this package. */
199#undef PACKAGE_VERSION
252b5132 200
42ecbf5e
DJ
201/* If using the C implementation of alloca, define if you know the
202 direction of stack growth for your system; otherwise it will be
81ecdfbb 203 automatically deduced at runtime.
42ecbf5e
DJ
204 STACK_DIRECTION > 0 => grows toward higher addresses
205 STACK_DIRECTION < 0 => grows toward lower addresses
206 STACK_DIRECTION = 0 => direction of growth unknown */
207#undef STACK_DIRECTION
252b5132 208
42ecbf5e
DJ
209/* Define to 1 if you have the ANSI C header files. */
210#undef STDC_HEADERS
e46eba98 211
f2c621e4
AS
212/* Define if you can safely include both <string.h> and <strings.h>. */
213#undef STRING_WITH_STRINGS
214
42ecbf5e
DJ
215/* Configured target name. */
216#undef TARGET
252b5132 217
42ecbf5e
DJ
218/* Define to 1 if user symbol names have a leading underscore, 0 if not. */
219#undef TARGET_PREPENDS_UNDERSCORE
252b5132 220
42ecbf5e
DJ
221/* Use b modifier when opening binary files? */
222#undef USE_BINARY_FOPEN
252b5132 223
81ecdfbb
RW
224/* Enable extensions on AIX 3, Interix. */
225#ifndef _ALL_SOURCE
226# undef _ALL_SOURCE
227#endif
228/* Enable GNU extensions on systems that have them. */
229#ifndef _GNU_SOURCE
230# undef _GNU_SOURCE
231#endif
232/* Enable threading extensions on Solaris. */
233#ifndef _POSIX_PTHREAD_SEMANTICS
234# undef _POSIX_PTHREAD_SEMANTICS
235#endif
236/* Enable extensions on HP NonStop. */
237#ifndef _TANDEM_SOURCE
238# undef _TANDEM_SOURCE
239#endif
240/* Enable general extensions on Solaris. */
241#ifndef __EXTENSIONS__
242# undef __EXTENSIONS__
243#endif
244
245
42ecbf5e
DJ
246/* Version number of package */
247#undef VERSION
252b5132 248
42ecbf5e
DJ
249/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
250 `char[]'. */
251#undef YYTEXT_POINTER
252b5132 252
d053aef8
JK
253/* Number of bits in a file offset, on hosts where this is settable. */
254#undef _FILE_OFFSET_BITS
255
d053aef8
JK
256/* Define for large files, on AIX-style hosts. */
257#undef _LARGE_FILES
258
7357c5b6
AM
259/* Define to 1 if on MINIX. */
260#undef _MINIX
261
262/* Define to 2 if the system does not provide POSIX.1 features except with
263 this defined. */
264#undef _POSIX_1_SOURCE
265
266/* Define to 1 if you need to in order for `stat' and other things to work. */
267#undef _POSIX_SOURCE
This page took 0.517561 seconds and 4 git commands to generate.