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