Add support for arm-vxworks target
[deliverable/binutils-gdb.git] / ld / config.in
CommitLineData
252b5132
RH
1/* config.in. Generated automatically from configure.in by autoheader. */
2
87748b32
NC
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 if using `alloca.c'. */
252b5132
RH
9#undef C_ALLOCA
10
87748b32
NC
11/* Define to 1 if NLS is requested */
12#undef ENABLE_NLS
252b5132 13
87748b32
NC
14/* Additional extension a shared object might have. */
15#undef EXTRA_SHLIB_EXTENSION
252b5132 16
87748b32 17/* Define if you have `alloca', as a function or macro. */
252b5132
RH
18#undef HAVE_ALLOCA
19
87748b32 20/* Define if you have <alloca.h> and it should be used (not on Ultrix). */
252b5132
RH
21#undef HAVE_ALLOCA_H
22
87748b32
NC
23/* Define if you have the <argz.h> header file. */
24#undef HAVE_ARGZ_H
252b5132 25
87748b32
NC
26/* Define if you have the `dcgettext' function. */
27#undef HAVE_DCGETTEXT
252b5132 28
87748b32
NC
29/* Define if you have the <dirent.h> header file, and it defines `DIR'. */
30#undef HAVE_DIRENT_H
252b5132 31
87748b32
NC
32/* Define if you have the `getcwd' function. */
33#undef HAVE_GETCWD
252b5132 34
87748b32
NC
35/* Define if you have the `getpagesize' function. */
36#undef HAVE_GETPAGESIZE
252b5132 37
87748b32
NC
38/* Define as 1 if you have gettext and don't want to use GNU gettext. */
39#undef HAVE_GETTEXT
252b5132 40
87748b32
NC
41/* Define if you have the <inttypes.h> header file. */
42#undef HAVE_INTTYPES_H
252b5132 43
87748b32
NC
44/* Define if your locale.h file contains LC_MESSAGES. */
45#undef HAVE_LC_MESSAGES
252b5132 46
87748b32
NC
47/* Define if you have the <limits.h> header file. */
48#undef HAVE_LIMITS_H
252b5132 49
87748b32
NC
50/* Define if you have the <locale.h> header file. */
51#undef HAVE_LOCALE_H
252b5132 52
87748b32
NC
53/* Define if you have the <malloc.h> header file. */
54#undef HAVE_MALLOC_H
252b5132 55
87748b32
NC
56/* Define if you have the <memory.h> header file. */
57#undef HAVE_MEMORY_H
252b5132 58
87748b32
NC
59/* Define if you have a working `mmap' system call. */
60#undef HAVE_MMAP
252b5132 61
87748b32 62/* Define if you have the `munmap' function. */
252b5132
RH
63#undef HAVE_MUNMAP
64
87748b32
NC
65/* Define if you have the <ndir.h> header file, and it defines `DIR'. */
66#undef HAVE_NDIR_H
67
68/* Define if you have the <nl_types.h> header file. */
69#undef HAVE_NL_TYPES_H
70
71/* Define if you have the `putenv' function. */
252b5132
RH
72#undef HAVE_PUTENV
73
87748b32 74/* Define if you have the `sbrk' function. */
252b5132
RH
75#undef HAVE_SBRK
76
87748b32 77/* Define if you have the `setenv' function. */
252b5132
RH
78#undef HAVE_SETENV
79
87748b32 80/* Define if you have the `setlocale' function. */
252b5132
RH
81#undef HAVE_SETLOCALE
82
87748b32
NC
83/* Define if you have the <stdlib.h> header file. */
84#undef HAVE_STDLIB_H
85
86/* Define if you have the stpcpy function */
252b5132
RH
87#undef HAVE_STPCPY
88
87748b32 89/* Define if you have the `strcasecmp' function. */
252b5132
RH
90#undef HAVE_STRCASECMP
91
87748b32 92/* Define if you have the `strchr' function. */
252b5132
RH
93#undef HAVE_STRCHR
94
87748b32
NC
95/* Define if you have the <strings.h> header file. */
96#undef HAVE_STRINGS_H
252b5132 97
87748b32 98/* Define if you have the <string.h> header file. */
252b5132
RH
99#undef HAVE_STRING_H
100
87748b32 101/* Define if you have the <sys/dir.h> header file, and it defines `DIR'. */
252b5132
RH
102#undef HAVE_SYS_DIR_H
103
87748b32 104/* Define if you have the <sys/ndir.h> header file, and it defines `DIR'. */
252b5132
RH
105#undef HAVE_SYS_NDIR_H
106
87748b32 107/* Define if you have the <sys/param.h> header file. */
252b5132
RH
108#undef HAVE_SYS_PARAM_H
109
87748b32 110/* Define if you have the <unistd.h> header file. */
252b5132
RH
111#undef HAVE_UNISTD_H
112
87748b32 113/* Define if you have the <values.h> header file. */
252b5132
RH
114#undef HAVE_VALUES_H
115
87748b32
NC
116/* Define if you have the `__argz_count' function. */
117#undef HAVE___ARGZ_COUNT
252b5132 118
87748b32
NC
119/* Define if you have the `__argz_next' function. */
120#undef HAVE___ARGZ_NEXT
252b5132 121
87748b32
NC
122/* Define if you have the `__argz_stringify' function. */
123#undef HAVE___ARGZ_STRINGIFY
252b5132 124
87748b32
NC
125/* Define if environ is not declared in system header files. */
126#undef NEED_DECLARATION_ENVIRON
252b5132 127
87748b32
NC
128/* Define if free is not declared in system header files. */
129#undef NEED_DECLARATION_FREE
252b5132 130
87748b32
NC
131/* Define if getenv is not declared in system header files. */
132#undef NEED_DECLARATION_GETENV
252b5132 133
87748b32
NC
134/* Define if sbrk is not declared in system header files. */
135#undef NEED_DECLARATION_SBRK
252b5132
RH
136
137/* Define if strstr is not declared in system header files. */
138#undef NEED_DECLARATION_STRSTR
139
87748b32
NC
140/* Name of package */
141#undef PACKAGE
252b5132 142
87748b32
NC
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
252b5132 150
87748b32
NC
151/* Define if you have the ANSI C header files. */
152#undef STDC_HEADERS
252b5132 153
87748b32
NC
154/* Use b modifier when opening binary files? */
155#undef USE_BINARY_FOPEN
252b5132 156
87748b32
NC
157/* Version number of package */
158#undef VERSION
159
160/* Define if `lex' declares `yytext' as a `char *' by default, not a `char[]'.
161 */
162#undef YYTEXT_POINTER
93a6d436 163
87748b32
NC
164/* Define to empty if `const' does not conform to ANSI C. */
165#undef const
166
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
170
171/* Define to `long' if <sys/types.h> does not define. */
172#undef off_t
173
174/* Define to `unsigned' if <sys/types.h> does not define. */
175#undef size_t
This page took 0.093416 seconds and 4 git commands to generate.