* elf64-alpha.c (elf64_alpha_relocate_section): Soft fail
[binutils.git] / ld / config.in
blobc6c80ee37b523daca33faae77275565f8ea2dcbf
1 /* config.in.  Generated automatically 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 if using `alloca.c'. */
9 #undef C_ALLOCA
11 /* Define to 1 if NLS is requested */
12 #undef ENABLE_NLS
14 /* Additional extension a shared object might have. */
15 #undef EXTRA_SHLIB_EXTENSION
17 /* Define if you have `alloca', as a function or macro. */
18 #undef HAVE_ALLOCA
20 /* Define if you have <alloca.h> and it should be used (not on Ultrix). */
21 #undef HAVE_ALLOCA_H
23 /* Define if you have the <argz.h> header file. */
24 #undef HAVE_ARGZ_H
26 /* Define if you have the `dcgettext' function. */
27 #undef HAVE_DCGETTEXT
29 /* Define if you have the <dirent.h> header file, and it defines `DIR'. */
30 #undef HAVE_DIRENT_H
32 /* Define if you have the `getcwd' function. */
33 #undef HAVE_GETCWD
35 /* Define if you have the `getpagesize' function. */
36 #undef HAVE_GETPAGESIZE
38 /* Define as 1 if you have gettext and don't want to use GNU gettext. */
39 #undef HAVE_GETTEXT
41 /* Define if you have the <inttypes.h> header file. */
42 #undef HAVE_INTTYPES_H
44 /* Define if your locale.h file contains LC_MESSAGES. */
45 #undef HAVE_LC_MESSAGES
47 /* Define if you have the <limits.h> header file. */
48 #undef HAVE_LIMITS_H
50 /* Define if you have the <locale.h> header file. */
51 #undef HAVE_LOCALE_H
53 /* Define if you have the <malloc.h> header file. */
54 #undef HAVE_MALLOC_H
56 /* Define if you have the <memory.h> header file. */
57 #undef HAVE_MEMORY_H
59 /* Define if you have a working `mmap' system call. */
60 #undef HAVE_MMAP
62 /* Define if you have the `munmap' function. */
63 #undef HAVE_MUNMAP
65 /* Define if you have the <ndir.h> header file, and it defines `DIR'. */
66 #undef HAVE_NDIR_H
68 /* Define if you have the <nl_types.h> header file. */
69 #undef HAVE_NL_TYPES_H
71 /* Define if you have the `putenv' function. */
72 #undef HAVE_PUTENV
74 /* Define if you have the `sbrk' function. */
75 #undef HAVE_SBRK
77 /* Define if you have the `setenv' function. */
78 #undef HAVE_SETENV
80 /* Define if you have the `setlocale' function. */
81 #undef HAVE_SETLOCALE
83 /* Define if you have the <stdlib.h> header file. */
84 #undef HAVE_STDLIB_H
86 /* Define if you have the stpcpy function */
87 #undef HAVE_STPCPY
89 /* Define if you have the `strcasecmp' function. */
90 #undef HAVE_STRCASECMP
92 /* Define if you have the `strchr' function. */
93 #undef HAVE_STRCHR
95 /* Define if you have the <strings.h> header file. */
96 #undef HAVE_STRINGS_H
98 /* Define if you have the <string.h> header file. */
99 #undef HAVE_STRING_H
101 /* Define if you have the <sys/dir.h> header file, and it defines `DIR'. */
102 #undef HAVE_SYS_DIR_H
104 /* Define if you have the <sys/ndir.h> header file, and it defines `DIR'. */
105 #undef HAVE_SYS_NDIR_H
107 /* Define if you have the <sys/param.h> header file. */
108 #undef HAVE_SYS_PARAM_H
110 /* Define if you have the <unistd.h> header file. */
111 #undef HAVE_UNISTD_H
113 /* Define if you have the <values.h> header file. */
114 #undef HAVE_VALUES_H
116 /* Define if you have the `__argz_count' function. */
117 #undef HAVE___ARGZ_COUNT
119 /* Define if you have the `__argz_next' function. */
120 #undef HAVE___ARGZ_NEXT
122 /* Define if you have the `__argz_stringify' function. */
123 #undef HAVE___ARGZ_STRINGIFY
125 /* Define if environ is not declared in system header files. */
126 #undef NEED_DECLARATION_ENVIRON
128 /* Define if free is not declared in system header files. */
129 #undef NEED_DECLARATION_FREE
131 /* Define if getenv is not declared in system header files. */
132 #undef NEED_DECLARATION_GETENV
134 /* Define if sbrk is not declared in system header files. */
135 #undef NEED_DECLARATION_SBRK
137 /* Define if strstr is not declared in system header files. */
138 #undef NEED_DECLARATION_STRSTR
140 /* Name of package */
141 #undef PACKAGE
143 /* If using the C implementation of alloca, define if you know the
144    direction of stack growth for your system; otherwise it will be
145    automatically deduced at run-time.
146         STACK_DIRECTION > 0 => grows toward higher addresses
147         STACK_DIRECTION < 0 => grows toward lower addresses
148         STACK_DIRECTION = 0 => direction of growth unknown */
149 #undef STACK_DIRECTION
151 /* Define if you have the ANSI C header files. */
152 #undef STDC_HEADERS
154 /* Use b modifier when opening binary files? */
155 #undef USE_BINARY_FOPEN
157 /* Version number of package */
158 #undef VERSION
160 /* Define if `lex' declares `yytext' as a `char *' by default, not a `char[]'.
161    */
162 #undef YYTEXT_POINTER
164 /* Define to empty if `const' does not conform to ANSI C. */
165 #undef const
167 /* Define as `__inline' if that's what the C compiler calls it, or to nothing
168    if it is not supported. */
169 #undef inline
171 /* Define to `long' if <sys/types.h> does not define. */
172 #undef off_t
174 /* Define to `unsigned' if <sys/types.h> does not define. */
175 #undef size_t