* hppa-dis.c (print_insn_hppa): Don't print '%' before register names.
[binutils.git] / binutils / config.in
blobb690906d2f4a3823e3bfda936f4245772b6005c0
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 `strstr', and to 0 if you don't.
54    */
55 #undef HAVE_DECL_STRSTR
57 /* Does the platform use an executable suffix? */
58 #undef HAVE_EXECUTABLE_SUFFIX
60 /* Define to 1 if you have the <fcntl.h> header file. */
61 #undef HAVE_FCNTL_H
63 /* Is fopen64 available? */
64 #undef HAVE_FOPEN64
66 /* Define to 1 if you have the `getcwd' function. */
67 #undef HAVE_GETCWD
69 /* Define to 1 if you have the `getc_unlocked' function. */
70 #undef HAVE_GETC_UNLOCKED
72 /* Define to 1 if you have the `getpagesize' function. */
73 #undef HAVE_GETPAGESIZE
75 /* Define as 1 if you have gettext and don't want to use GNU gettext. */
76 #undef HAVE_GETTEXT
78 /* Does <utime.h> define struct utimbuf? */
79 #undef HAVE_GOOD_UTIME_H
81 /* Define to 1 if you have the <inttypes.h> header file. */
82 #undef HAVE_INTTYPES_H
84 /* Define if your locale.h file contains LC_MESSAGES. */
85 #undef HAVE_LC_MESSAGES
87 /* Define to 1 if you have the <limits.h> header file. */
88 #undef HAVE_LIMITS_H
90 /* Define to 1 if you have the <locale.h> header file. */
91 #undef HAVE_LOCALE_H
93 /* Define to 1 if you have the <malloc.h> header file. */
94 #undef HAVE_MALLOC_H
96 /* Define to 1 if you have the <memory.h> header file. */
97 #undef HAVE_MEMORY_H
99 /* Define to 1 if you have a working `mmap' system call. */
100 #undef HAVE_MMAP
102 /* Define to 1 if you have the `munmap' function. */
103 #undef HAVE_MUNMAP
105 /* Define to 1 if you have the <nl_types.h> header file. */
106 #undef HAVE_NL_TYPES_H
108 /* Define to 1 if you have the `putenv' function. */
109 #undef HAVE_PUTENV
111 /* Define to 1 if you have the `sbrk' function. */
112 #undef HAVE_SBRK
114 /* Define to 1 if you have the `setenv' function. */
115 #undef HAVE_SETENV
117 /* Define to 1 if you have the `setlocale' function. */
118 #undef HAVE_SETLOCALE
120 /* Define to 1 if you have the `setmode' function. */
121 #undef HAVE_SETMODE
123 /* Is stat64 available? */
124 #undef HAVE_STAT64
126 /* Define to 1 if you have the <stdint.h> header file. */
127 #undef HAVE_STDINT_H
129 /* Define to 1 if you have the <stdlib.h> header file. */
130 #undef HAVE_STDLIB_H
132 /* Define if you have the stpcpy function */
133 #undef HAVE_STPCPY
135 /* Define to 1 if you have the `strcasecmp' function. */
136 #undef HAVE_STRCASECMP
138 /* Define to 1 if you have the `strchr' function. */
139 #undef HAVE_STRCHR
141 /* Define to 1 if you have the `strcoll' function. */
142 #undef HAVE_STRCOLL
144 /* Define to 1 if you have the <strings.h> header file. */
145 #undef HAVE_STRINGS_H
147 /* Define to 1 if you have the <string.h> header file. */
148 #undef HAVE_STRING_H
150 /* Define to 1 if you have the <sys/file.h> header file. */
151 #undef HAVE_SYS_FILE_H
153 /* Define to 1 if you have the <sys/param.h> header file. */
154 #undef HAVE_SYS_PARAM_H
156 /* Define to 1 if you have the <sys/stat.h> header file. */
157 #undef HAVE_SYS_STAT_H
159 /* Define to 1 if you have the <sys/types.h> header file. */
160 #undef HAVE_SYS_TYPES_H
162 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
163 #undef HAVE_SYS_WAIT_H
165 /* Is the type time_t defined in <time.h>? */
166 #undef HAVE_TIME_T_IN_TIME_H
168 /* Is the type time_t defined in <sys/types.h>? */
169 #undef HAVE_TIME_T_IN_TYPES_H
171 /* Define to 1 if you have the <unistd.h> header file. */
172 #undef HAVE_UNISTD_H
174 /* Define to 1 if you have the `utimes' function. */
175 #undef HAVE_UTIMES
177 /* Define to 1 if you have the <values.h> header file. */
178 #undef HAVE_VALUES_H
180 /* Define to 1 if you have the `__argz_count' function. */
181 #undef HAVE___ARGZ_COUNT
183 /* Define to 1 if you have the `__argz_next' function. */
184 #undef HAVE___ARGZ_NEXT
186 /* Define to 1 if you have the `__argz_stringify' function. */
187 #undef HAVE___ARGZ_STRINGIFY
189 /* Name of package */
190 #undef PACKAGE
192 /* Define to the address where bug reports for this package should be sent. */
193 #undef PACKAGE_BUGREPORT
195 /* Define to the full name of this package. */
196 #undef PACKAGE_NAME
198 /* Define to the full name and version of this package. */
199 #undef PACKAGE_STRING
201 /* Define to the one symbol short name of this package. */
202 #undef PACKAGE_TARNAME
204 /* Define to the version of this package. */
205 #undef PACKAGE_VERSION
207 /* If using the C implementation of alloca, define if you know the
208    direction of stack growth for your system; otherwise it will be
209    automatically deduced at run-time.
210         STACK_DIRECTION > 0 => grows toward higher addresses
211         STACK_DIRECTION < 0 => grows toward lower addresses
212         STACK_DIRECTION = 0 => direction of growth unknown */
213 #undef STACK_DIRECTION
215 /* Define to 1 if you have the ANSI C header files. */
216 #undef STDC_HEADERS
218 /* Configured target name. */
219 #undef TARGET
221 /* Define to 1 if user symbol names have a leading underscore, 0 if not. */
222 #undef TARGET_PREPENDS_UNDERSCORE
224 /* Use b modifier when opening binary files? */
225 #undef USE_BINARY_FOPEN
227 /* Version number of package */
228 #undef VERSION
230 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
231    `char[]'. */
232 #undef YYTEXT_POINTER
234 /* Enable LFS */
235 #undef _LARGEFILE64_SOURCE
237 /* Define to empty if `const' does not conform to ANSI C. */
238 #undef const
240 /* Define to `__inline__' or `__inline' if that's what the C compiler
241    calls it, or to nothing if 'inline' is not supported under any name.  */
242 #ifndef __cplusplus
243 #undef inline
244 #endif
246 /* Define to `long' if <sys/types.h> does not define. */
247 #undef off_t
249 /* Define to `unsigned' if <sys/types.h> does not define. */
250 #undef size_t