* elf.c (_bfd_elf_get_synthetic_symtab): Set BSF_GLOBAL on
[binutils.git] / binutils / config.in
blobf5296e8dc233ce6c8d1bfb2bb5dd6016d96e066d
1 /* config.in.  Generated from configure.in by autoheader.  */
3 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
4    systems. This function is required for `alloca.c' support on those systems.
5    */
6 #undef CRAY_STACKSEG_END
8 /* Define to 1 if using `alloca.c'. */
9 #undef C_ALLOCA
11 /* Define to 1 if NLS is requested */
12 #undef ENABLE_NLS
14 /* Suffix used for executables, if any. */
15 #undef EXECUTABLE_SUFFIX
17 /* Define to 1 if you have `alloca', as a function or macro. */
18 #undef HAVE_ALLOCA
20 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
21    */
22 #undef HAVE_ALLOCA_H
24 /* Define to 1 if you have the <argz.h> header file. */
25 #undef HAVE_ARGZ_H
27 /* Define to 1 if you have the `dcgettext' function. */
28 #undef HAVE_DCGETTEXT
30 /* Define to 1 if you have the declaration of `environ', and to 0 if you
31    don't. */
32 #undef HAVE_DECL_ENVIRON
34 /* Define to 1 if you have the declaration of `fprintf', and to 0 if you
35    don't. */
36 #undef HAVE_DECL_FPRINTF
38 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
39    don't. */
40 #undef HAVE_DECL_GETC_UNLOCKED
42 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
43    */
44 #undef HAVE_DECL_GETENV
46 /* Is the prototype for getopt in <unistd.h> in the expected format? */
47 #undef HAVE_DECL_GETOPT
49 /* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't.
50    */
51 #undef HAVE_DECL_SBRK
53 /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
54    */
55 #undef HAVE_DECL_STPCPY
57 /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
58    */
59 #undef HAVE_DECL_STRSTR
61 /* Does the platform use an executable suffix? */
62 #undef HAVE_EXECUTABLE_SUFFIX
64 /* Define to 1 if you have the <fcntl.h> header file. */
65 #undef HAVE_FCNTL_H
67 /* Is fopen64 available? */
68 #undef HAVE_FOPEN64
70 /* Define to 1 if you have the `getcwd' function. */
71 #undef HAVE_GETCWD
73 /* Define to 1 if you have the `getc_unlocked' function. */
74 #undef HAVE_GETC_UNLOCKED
76 /* Define to 1 if you have the `getpagesize' function. */
77 #undef HAVE_GETPAGESIZE
79 /* Define as 1 if you have gettext and don't want to use GNU gettext. */
80 #undef HAVE_GETTEXT
82 /* Does <utime.h> define struct utimbuf? */
83 #undef HAVE_GOOD_UTIME_H
85 /* Define to 1 if you have the <inttypes.h> header file. */
86 #undef HAVE_INTTYPES_H
88 /* Define if your locale.h file contains LC_MESSAGES. */
89 #undef HAVE_LC_MESSAGES
91 /* Define to 1 if you have the <limits.h> header file. */
92 #undef HAVE_LIMITS_H
94 /* Define to 1 if you have the <locale.h> header file. */
95 #undef HAVE_LOCALE_H
97 /* Define to 1 if you have the <malloc.h> header file. */
98 #undef HAVE_MALLOC_H
100 /* Define to 1 if you have the <memory.h> header file. */
101 #undef HAVE_MEMORY_H
103 /* Define to 1 if you have a working `mmap' system call. */
104 #undef HAVE_MMAP
106 /* Define to 1 if you have the `munmap' function. */
107 #undef HAVE_MUNMAP
109 /* Define to 1 if you have the <nl_types.h> header file. */
110 #undef HAVE_NL_TYPES_H
112 /* Define to 1 if you have the `putenv' function. */
113 #undef HAVE_PUTENV
115 /* Define to 1 if you have the `sbrk' function. */
116 #undef HAVE_SBRK
118 /* Define to 1 if you have the `setenv' function. */
119 #undef HAVE_SETENV
121 /* Define to 1 if you have the `setlocale' function. */
122 #undef HAVE_SETLOCALE
124 /* Define to 1 if you have the `setmode' function. */
125 #undef HAVE_SETMODE
127 /* Is stat64 available? */
128 #undef HAVE_STAT64
130 /* Define to 1 if you have the <stdint.h> header file. */
131 #undef HAVE_STDINT_H
133 /* Define to 1 if you have the <stdlib.h> header file. */
134 #undef HAVE_STDLIB_H
136 /* Define if you have the stpcpy function */
137 #undef HAVE_STPCPY
139 /* Define to 1 if you have the `strcasecmp' function. */
140 #undef HAVE_STRCASECMP
142 /* Define to 1 if you have the `strchr' function. */
143 #undef HAVE_STRCHR
145 /* Define to 1 if you have the `strcoll' function. */
146 #undef HAVE_STRCOLL
148 /* Define to 1 if you have the <strings.h> header file. */
149 #undef HAVE_STRINGS_H
151 /* Define to 1 if you have the <string.h> header file. */
152 #undef HAVE_STRING_H
154 /* Define to 1 if you have the <sys/file.h> header file. */
155 #undef HAVE_SYS_FILE_H
157 /* Define to 1 if you have the <sys/param.h> header file. */
158 #undef HAVE_SYS_PARAM_H
160 /* Define to 1 if you have the <sys/stat.h> header file. */
161 #undef HAVE_SYS_STAT_H
163 /* Define to 1 if you have the <sys/types.h> header file. */
164 #undef HAVE_SYS_TYPES_H
166 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
167 #undef HAVE_SYS_WAIT_H
169 /* Is the type time_t defined in <time.h>? */
170 #undef HAVE_TIME_T_IN_TIME_H
172 /* Is the type time_t defined in <sys/types.h>? */
173 #undef HAVE_TIME_T_IN_TYPES_H
175 /* Define to 1 if you have the <unistd.h> header file. */
176 #undef HAVE_UNISTD_H
178 /* Define to 1 if you have the `utimes' function. */
179 #undef HAVE_UTIMES
181 /* Define to 1 if you have the <values.h> header file. */
182 #undef HAVE_VALUES_H
184 /* Define to 1 if you have the `__argz_count' function. */
185 #undef HAVE___ARGZ_COUNT
187 /* Define to 1 if you have the `__argz_next' function. */
188 #undef HAVE___ARGZ_NEXT
190 /* Define to 1 if you have the `__argz_stringify' function. */
191 #undef HAVE___ARGZ_STRINGIFY
193 /* Name of package */
194 #undef PACKAGE
196 /* Define to the address where bug reports for this package should be sent. */
197 #undef PACKAGE_BUGREPORT
199 /* Define to the full name of this package. */
200 #undef PACKAGE_NAME
202 /* Define to the full name and version of this package. */
203 #undef PACKAGE_STRING
205 /* Define to the one symbol short name of this package. */
206 #undef PACKAGE_TARNAME
208 /* Define to the version of this package. */
209 #undef PACKAGE_VERSION
211 /* If using the C implementation of alloca, define if you know the
212    direction of stack growth for your system; otherwise it will be
213    automatically deduced at run-time.
214         STACK_DIRECTION > 0 => grows toward higher addresses
215         STACK_DIRECTION < 0 => grows toward lower addresses
216         STACK_DIRECTION = 0 => direction of growth unknown */
217 #undef STACK_DIRECTION
219 /* Define to 1 if you have the ANSI C header files. */
220 #undef STDC_HEADERS
222 /* Configured target name. */
223 #undef TARGET
225 /* Define to 1 if user symbol names have a leading underscore, 0 if not. */
226 #undef TARGET_PREPENDS_UNDERSCORE
228 /* Use b modifier when opening binary files? */
229 #undef USE_BINARY_FOPEN
231 /* Version number of package */
232 #undef VERSION
234 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
235    `char[]'. */
236 #undef YYTEXT_POINTER
238 /* Enable GNU extensions on systems that have them.  */
239 #ifndef _GNU_SOURCE
240 # undef _GNU_SOURCE
241 #endif
243 /* Enable LFS */
244 #undef _LARGEFILE64_SOURCE
246 /* Define to empty if `const' does not conform to ANSI C. */
247 #undef const
249 /* Define to `__inline__' or `__inline' if that's what the C compiler
250    calls it, or to nothing if 'inline' is not supported under any name.  */
251 #ifndef __cplusplus
252 #undef inline
253 #endif
255 /* Define to `long' if <sys/types.h> does not define. */
256 #undef off_t
258 /* Define to `unsigned' if <sys/types.h> does not define. */
259 #undef size_t