* Makefile.am: Run "make dep-am".
[deliverable/binutils-gdb.git] / binutils / config.in
CommitLineData
42ecbf5e 1/* config.in. Generated from configure.in by autoheader. */
252b5132 2
42ecbf5e
DJ
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
7
8/* Define to 1 if using `alloca.c'. */
252b5132
RH
9#undef C_ALLOCA
10
42ecbf5e
DJ
11/* Define to 1 if NLS is requested */
12#undef ENABLE_NLS
252b5132 13
42ecbf5e
DJ
14/* Suffix used for executables, if any. */
15#undef EXECUTABLE_SUFFIX
252b5132 16
42ecbf5e 17/* Define to 1 if you have `alloca', as a function or macro. */
252b5132
RH
18#undef HAVE_ALLOCA
19
42ecbf5e
DJ
20/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
21 */
252b5132
RH
22#undef HAVE_ALLOCA_H
23
42ecbf5e
DJ
24/* Define to 1 if you have the <argz.h> header file. */
25#undef HAVE_ARGZ_H
252b5132 26
42ecbf5e
DJ
27/* Define to 1 if you have the `dcgettext' function. */
28#undef HAVE_DCGETTEXT
252b5132 29
398ee8f1
SE
30/* Define to 1 if you have the declaration of `environ', and to 0 if you
31 don't. */
32#undef HAVE_DECL_ENVIRON
33
34/* Define to 1 if you have the declaration of `fprintf', and to 0 if you
35 don't. */
36#undef HAVE_DECL_FPRINTF
37
b7d4af3a
JW
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
41
398ee8f1
SE
42/* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
43 */
44#undef HAVE_DECL_GETENV
45
42ecbf5e
DJ
46/* Is the prototype for getopt in <unistd.h> in the expected format? */
47#undef HAVE_DECL_GETOPT
252b5132 48
398ee8f1
SE
49/* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't.
50 */
51#undef HAVE_DECL_SBRK
52
82de001f
JJ
53/* Define to 1 if you have the declaration of `snprintf', and to 0 if you
54 don't. */
55#undef HAVE_DECL_SNPRINTF
56
3e321448
L
57/* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
58 */
59#undef HAVE_DECL_STPCPY
60
398ee8f1
SE
61/* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
62 */
63#undef HAVE_DECL_STRSTR
64
82de001f
JJ
65/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
66 don't. */
67#undef HAVE_DECL_VSNPRINTF
68
42ecbf5e
DJ
69/* Does the platform use an executable suffix? */
70#undef HAVE_EXECUTABLE_SUFFIX
252b5132 71
42ecbf5e
DJ
72/* Define to 1 if you have the <fcntl.h> header file. */
73#undef HAVE_FCNTL_H
252b5132 74
42ecbf5e
DJ
75/* Is fopen64 available? */
76#undef HAVE_FOPEN64
252b5132 77
42ecbf5e
DJ
78/* Define to 1 if you have the `getcwd' function. */
79#undef HAVE_GETCWD
252b5132 80
42ecbf5e
DJ
81/* Define to 1 if you have the `getc_unlocked' function. */
82#undef HAVE_GETC_UNLOCKED
252b5132 83
42ecbf5e
DJ
84/* Define to 1 if you have the `getpagesize' function. */
85#undef HAVE_GETPAGESIZE
252b5132 86
42ecbf5e
DJ
87/* Define as 1 if you have gettext and don't want to use GNU gettext. */
88#undef HAVE_GETTEXT
252b5132 89
42ecbf5e
DJ
90/* Does <utime.h> define struct utimbuf? */
91#undef HAVE_GOOD_UTIME_H
252b5132 92
42ecbf5e
DJ
93/* Define to 1 if you have the <inttypes.h> header file. */
94#undef HAVE_INTTYPES_H
252b5132 95
42ecbf5e
DJ
96/* Define if your locale.h file contains LC_MESSAGES. */
97#undef HAVE_LC_MESSAGES
cedd9a58 98
42ecbf5e
DJ
99/* Define to 1 if you have the <limits.h> header file. */
100#undef HAVE_LIMITS_H
252b5132 101
42ecbf5e
DJ
102/* Define to 1 if you have the <locale.h> header file. */
103#undef HAVE_LOCALE_H
104
105/* Define to 1 if you have the <malloc.h> header file. */
106#undef HAVE_MALLOC_H
252b5132 107
42ecbf5e
DJ
108/* Define to 1 if you have the <memory.h> header file. */
109#undef HAVE_MEMORY_H
110
111/* Define to 1 if you have a working `mmap' system call. */
112#undef HAVE_MMAP
113
114/* Define to 1 if you have the `munmap' function. */
252b5132
RH
115#undef HAVE_MUNMAP
116
42ecbf5e
DJ
117/* Define to 1 if you have the <nl_types.h> header file. */
118#undef HAVE_NL_TYPES_H
119
120/* Define to 1 if you have the `putenv' function. */
252b5132
RH
121#undef HAVE_PUTENV
122
42ecbf5e 123/* Define to 1 if you have the `sbrk' function. */
252b5132
RH
124#undef HAVE_SBRK
125
42ecbf5e 126/* Define to 1 if you have the `setenv' function. */
252b5132
RH
127#undef HAVE_SETENV
128
42ecbf5e 129/* Define to 1 if you have the `setlocale' function. */
252b5132
RH
130#undef HAVE_SETLOCALE
131
42ecbf5e 132/* Define to 1 if you have the `setmode' function. */
5af11cab
AM
133#undef HAVE_SETMODE
134
42ecbf5e
DJ
135/* Is stat64 available? */
136#undef HAVE_STAT64
137
138/* Define to 1 if you have the <stdint.h> header file. */
139#undef HAVE_STDINT_H
140
141/* Define to 1 if you have the <stdlib.h> header file. */
142#undef HAVE_STDLIB_H
143
144/* Define if you have the stpcpy function */
252b5132
RH
145#undef HAVE_STPCPY
146
42ecbf5e 147/* Define to 1 if you have the `strcasecmp' function. */
252b5132
RH
148#undef HAVE_STRCASECMP
149
42ecbf5e 150/* Define to 1 if you have the `strchr' function. */
252b5132
RH
151#undef HAVE_STRCHR
152
42ecbf5e 153/* Define to 1 if you have the `strcoll' function. */
9710509e
AM
154#undef HAVE_STRCOLL
155
42ecbf5e
DJ
156/* Define to 1 if you have the <strings.h> header file. */
157#undef HAVE_STRINGS_H
252b5132 158
42ecbf5e
DJ
159/* Define to 1 if you have the <string.h> header file. */
160#undef HAVE_STRING_H
252b5132 161
42ecbf5e
DJ
162/* Define to 1 if you have the <sys/file.h> header file. */
163#undef HAVE_SYS_FILE_H
252b5132 164
42ecbf5e
DJ
165/* Define to 1 if you have the <sys/param.h> header file. */
166#undef HAVE_SYS_PARAM_H
252b5132 167
42ecbf5e
DJ
168/* Define to 1 if you have the <sys/stat.h> header file. */
169#undef HAVE_SYS_STAT_H
252b5132 170
42ecbf5e
DJ
171/* Define to 1 if you have the <sys/types.h> header file. */
172#undef HAVE_SYS_TYPES_H
252b5132 173
42ecbf5e
DJ
174/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
175#undef HAVE_SYS_WAIT_H
252b5132 176
42ecbf5e
DJ
177/* Is the type time_t defined in <time.h>? */
178#undef HAVE_TIME_T_IN_TIME_H
252b5132 179
42ecbf5e
DJ
180/* Is the type time_t defined in <sys/types.h>? */
181#undef HAVE_TIME_T_IN_TYPES_H
252b5132 182
42ecbf5e
DJ
183/* Define to 1 if you have the <unistd.h> header file. */
184#undef HAVE_UNISTD_H
252b5132 185
42ecbf5e
DJ
186/* Define to 1 if you have the `utimes' function. */
187#undef HAVE_UTIMES
252b5132 188
42ecbf5e
DJ
189/* Define to 1 if you have the <values.h> header file. */
190#undef HAVE_VALUES_H
252b5132 191
42ecbf5e
DJ
192/* Define to 1 if you have the `__argz_count' function. */
193#undef HAVE___ARGZ_COUNT
252b5132 194
42ecbf5e
DJ
195/* Define to 1 if you have the `__argz_next' function. */
196#undef HAVE___ARGZ_NEXT
252b5132 197
42ecbf5e
DJ
198/* Define to 1 if you have the `__argz_stringify' function. */
199#undef HAVE___ARGZ_STRINGIFY
252b5132 200
42ecbf5e
DJ
201/* Name of package */
202#undef PACKAGE
2481e6a2 203
42ecbf5e
DJ
204/* Define to the address where bug reports for this package should be sent. */
205#undef PACKAGE_BUGREPORT
bb0cb4db 206
42ecbf5e
DJ
207/* Define to the full name of this package. */
208#undef PACKAGE_NAME
cedd9a58 209
42ecbf5e
DJ
210/* Define to the full name and version of this package. */
211#undef PACKAGE_STRING
fb5b5478 212
42ecbf5e
DJ
213/* Define to the one symbol short name of this package. */
214#undef PACKAGE_TARNAME
cedd9a58 215
42ecbf5e
DJ
216/* Define to the version of this package. */
217#undef PACKAGE_VERSION
252b5132 218
42ecbf5e
DJ
219/* If using the C implementation of alloca, define if you know the
220 direction of stack growth for your system; otherwise it will be
221 automatically deduced at run-time.
222 STACK_DIRECTION > 0 => grows toward higher addresses
223 STACK_DIRECTION < 0 => grows toward lower addresses
224 STACK_DIRECTION = 0 => direction of growth unknown */
225#undef STACK_DIRECTION
252b5132 226
42ecbf5e
DJ
227/* Define to 1 if you have the ANSI C header files. */
228#undef STDC_HEADERS
e46eba98 229
42ecbf5e
DJ
230/* Configured target name. */
231#undef TARGET
252b5132 232
42ecbf5e
DJ
233/* Define to 1 if user symbol names have a leading underscore, 0 if not. */
234#undef TARGET_PREPENDS_UNDERSCORE
252b5132 235
42ecbf5e
DJ
236/* Use b modifier when opening binary files? */
237#undef USE_BINARY_FOPEN
252b5132 238
42ecbf5e
DJ
239/* Version number of package */
240#undef VERSION
252b5132 241
42ecbf5e
DJ
242/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
243 `char[]'. */
244#undef YYTEXT_POINTER
252b5132 245
3e321448
L
246/* Enable GNU extensions on systems that have them. */
247#ifndef _GNU_SOURCE
248# undef _GNU_SOURCE
249#endif
250
42ecbf5e
DJ
251/* Enable LFS */
252#undef _LARGEFILE64_SOURCE
252b5132 253
42ecbf5e
DJ
254/* Define to empty if `const' does not conform to ANSI C. */
255#undef const
252b5132 256
42ecbf5e
DJ
257/* Define to `__inline__' or `__inline' if that's what the C compiler
258 calls it, or to nothing if 'inline' is not supported under any name. */
259#ifndef __cplusplus
260#undef inline
261#endif
252b5132 262
42ecbf5e
DJ
263/* Define to `long' if <sys/types.h> does not define. */
264#undef off_t
bb279dc0 265
42ecbf5e
DJ
266/* Define to `unsigned' if <sys/types.h> does not define. */
267#undef size_t
This page took 0.275771 seconds and 4 git commands to generate.