]>
Commit | Line | Data |
---|---|---|
18ea4416 | 1 | /* config.in. Generated automatically from configure.in by autoheader. */ |
bfcf3112 | 2 | |
fef1696f ILT |
3 | /* Whether malloc must be declared even if <stdlib.h> is included. */ |
4 | #undef NEED_DECLARATION_MALLOC | |
5 | ||
6 | /* Whether realloc must be declared even if <stdlib.h> is included. */ | |
7 | #undef NEED_DECLARATION_REALLOC | |
8 | ||
9 | /* Whether free must be declared even if <stdlib.h> is included. */ | |
10 | #undef NEED_DECLARATION_FREE | |
11 | ||
21cbc60c JM |
12 | /* Whether strerror must be declared even if <string.h> is included. */ |
13 | #undef NEED_DECLARATION_STRERROR | |
14 | ||
bfcf3112 FF |
15 | /* Define if on AIX 3. |
16 | System headers sometimes define this. | |
17 | We just want to avoid a redefinition error message. */ | |
18 | #ifndef _ALL_SOURCE | |
19 | #undef _ALL_SOURCE | |
20 | #endif | |
21 | ||
52dd717d TT |
22 | /* Define if using alloca.c. */ |
23 | #undef C_ALLOCA | |
24 | ||
fef1696f ILT |
25 | /* Define to empty if the keyword does not work. */ |
26 | #undef const | |
27 | ||
52dd717d TT |
28 | /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems. |
29 | This function is required for alloca.c support on those systems. */ | |
30 | #undef CRAY_STACKSEG_END | |
31 | ||
32 | /* Define if you have alloca, as a function or macro. */ | |
33 | #undef HAVE_ALLOCA | |
34 | ||
35 | /* Define if you have <alloca.h> and it should be used (not on Ultrix). */ | |
36 | #undef HAVE_ALLOCA_H | |
37 | ||
bfcf3112 FF |
38 | /* Define if the `long double' type works. */ |
39 | #undef HAVE_LONG_DOUBLE | |
40 | ||
41 | /* Define if you have a working `mmap' system call. */ | |
42 | #undef HAVE_MMAP | |
43 | ||
52dd717d TT |
44 | /* Define as __inline if that's what the C compiler calls it. */ |
45 | #undef inline | |
46 | ||
bfcf3112 FF |
47 | /* Define if on MINIX. */ |
48 | #undef _MINIX | |
49 | ||
52dd717d TT |
50 | /* Define to `long' if <sys/types.h> doesn't define. */ |
51 | #undef off_t | |
52 | ||
bfcf3112 FF |
53 | /* Define if the system does not provide POSIX.1 features except |
54 | with this defined. */ | |
55 | #undef _POSIX_1_SOURCE | |
56 | ||
57 | /* Define if you need to in order for stat and other things to work. */ | |
58 | #undef _POSIX_SOURCE | |
59 | ||
c14cabba AC |
60 | /* Define as the return type of signal handlers (int or void). */ |
61 | #undef RETSIGTYPE | |
62 | ||
52dd717d TT |
63 | /* Define to `unsigned' if <sys/types.h> doesn't define. */ |
64 | #undef size_t | |
65 | ||
66 | /* If using the C implementation of alloca, define if you know the | |
67 | direction of stack growth for your system; otherwise it will be | |
68 | automatically deduced at run-time. | |
69 | STACK_DIRECTION > 0 => grows toward higher addresses | |
70 | STACK_DIRECTION < 0 => grows toward lower addresses | |
71 | STACK_DIRECTION = 0 => direction of growth unknown | |
72 | */ | |
73 | #undef STACK_DIRECTION | |
74 | ||
bfcf3112 FF |
75 | /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */ |
76 | #undef STAT_MACROS_BROKEN | |
77 | ||
78 | /* Define if you have the ANSI C header files. */ | |
79 | #undef STDC_HEADERS | |
80 | ||
81 | /* Define if fpregset_t type is available. */ | |
82 | #undef HAVE_FPREGSET_T | |
83 | ||
84 | /* Define if gregset_t type is available. */ | |
85 | #undef HAVE_GREGSET_T | |
86 | ||
3f550b59 FF |
87 | /* Define if the `long long' type works. */ |
88 | #undef CC_HAS_LONG_LONG | |
89 | ||
90 | /* Define if the "ll" format works to print long long ints. */ | |
91 | #undef PRINTF_HAS_LONG_LONG | |
92 | ||
07b77f5c FF |
93 | /* Define if the "%Lg" format works to print long doubles. */ |
94 | #undef PRINTF_HAS_LONG_DOUBLE | |
95 | ||
e7ab2a47 AC |
96 | /* Define if the "%Lg" format works to scan long doubles. */ |
97 | #undef SCANF_HAS_LONG_DOUBLE | |
98 | ||
4bd9f70f TT |
99 | /* Define if using Solaris thread debugging. */ |
100 | #undef HAVE_THREAD_DB_LIB | |
101 | ||
e3147bf2 | 102 | /* Define on a GNU/Linux system to work around problems in sys/procfs.h. */ |
f02156cf TT |
103 | #undef START_INFERIOR_TRAPS_EXPECTED |
104 | #undef sys_quotactl | |
105 | ||
106 | /* Define if you have HPUX threads */ | |
107 | #undef HAVE_HPUX_THREAD_SUPPORT | |
108 | ||
0728afad FF |
109 | /* Define if you want to use the memory mapped malloc package (mmalloc). */ |
110 | #undef USE_MMALLOC | |
111 | ||
112 | /* Define if the runtime uses a routine from mmalloc before gdb has a chance | |
113 | to initialize mmalloc, and we want to force checking to be used anyway. | |
114 | This may cause spurious memory corruption messages if the runtime tries | |
115 | to explicitly deallocate that memory when gdb calls exit. */ | |
52dd717d TT |
116 | #undef MMCHECK_FORCE |
117 | ||
118 | /* Define to 1 if NLS is requested. */ | |
119 | #undef ENABLE_NLS | |
120 | ||
121 | /* Define as 1 if you have gettext and don't want to use GNU gettext. */ | |
122 | #undef HAVE_GETTEXT | |
123 | ||
124 | /* Define as 1 if you have the stpcpy function. */ | |
125 | #undef HAVE_STPCPY | |
126 | ||
127 | /* Define if your locale.h file contains LC_MESSAGES. */ | |
128 | #undef HAVE_LC_MESSAGES | |
129 | ||
130 | /* Define if you have the __argz_count function. */ | |
131 | #undef HAVE___ARGZ_COUNT | |
132 | ||
133 | /* Define if you have the __argz_next function. */ | |
134 | #undef HAVE___ARGZ_NEXT | |
135 | ||
136 | /* Define if you have the __argz_stringify function. */ | |
137 | #undef HAVE___ARGZ_STRINGIFY | |
138 | ||
139 | /* Define if you have the dcgettext function. */ | |
140 | #undef HAVE_DCGETTEXT | |
141 | ||
142 | /* Define if you have the getcwd function. */ | |
143 | #undef HAVE_GETCWD | |
0728afad | 144 | |
bfcf3112 FF |
145 | /* Define if you have the getpagesize function. */ |
146 | #undef HAVE_GETPAGESIZE | |
147 | ||
52dd717d TT |
148 | /* Define if you have the munmap function. */ |
149 | #undef HAVE_MUNMAP | |
150 | ||
f02156cf TT |
151 | /* Define if you have the poll function. */ |
152 | #undef HAVE_POLL | |
153 | ||
52dd717d TT |
154 | /* Define if you have the putenv function. */ |
155 | #undef HAVE_PUTENV | |
156 | ||
38d715a4 FF |
157 | /* Define if you have the sbrk function. */ |
158 | #undef HAVE_SBRK | |
159 | ||
f02156cf TT |
160 | /* Define if you have the select function. */ |
161 | #undef HAVE_SELECT | |
162 | ||
52dd717d TT |
163 | /* Define if you have the setenv function. */ |
164 | #undef HAVE_SETENV | |
165 | ||
166 | /* Define if you have the setlocale function. */ | |
167 | #undef HAVE_SETLOCALE | |
168 | ||
72ae15f6 FF |
169 | /* Define if you have the setpgid function. */ |
170 | #undef HAVE_SETPGID | |
171 | ||
e7ab2a47 AC |
172 | /* Define if you have the sigaction function. */ |
173 | #undef HAVE_SIGACTION | |
174 | ||
52dd717d TT |
175 | /* Define if you have the stpcpy function. */ |
176 | #undef HAVE_STPCPY | |
177 | ||
178 | /* Define if you have the strcasecmp function. */ | |
179 | #undef HAVE_STRCASECMP | |
180 | ||
181 | /* Define if you have the strchr function. */ | |
182 | #undef HAVE_STRCHR | |
183 | ||
184 | /* Define if you have the <argz.h> header file. */ | |
185 | #undef HAVE_ARGZ_H | |
186 | ||
d8efbc66 FF |
187 | /* Define if you have the <endian.h> header file. */ |
188 | #undef HAVE_ENDIAN_H | |
189 | ||
bfcf3112 FF |
190 | /* Define if you have the <limits.h> header file. */ |
191 | #undef HAVE_LIMITS_H | |
192 | ||
31520669 FF |
193 | /* Define if you have the <link.h> header file. */ |
194 | #undef HAVE_LINK_H | |
195 | ||
52dd717d TT |
196 | /* Define if you have the <locale.h> header file. */ |
197 | #undef HAVE_LOCALE_H | |
198 | ||
199 | /* Define if you have the <malloc.h> header file. */ | |
200 | #undef HAVE_MALLOC_H | |
201 | ||
bfcf3112 FF |
202 | /* Define if you have the <memory.h> header file. */ |
203 | #undef HAVE_MEMORY_H | |
204 | ||
52dd717d TT |
205 | /* Define if you have the <nl_types.h> header file. */ |
206 | #undef HAVE_NL_TYPES_H | |
207 | ||
f02156cf TT |
208 | /* Define if you have the <objlist.h> header file. */ |
209 | #undef HAVE_OBJLIST_H | |
210 | ||
bfcf3112 FF |
211 | /* Define if you have the <sgtty.h> header file. */ |
212 | #undef HAVE_SGTTY_H | |
213 | ||
214 | /* Define if you have the <stddef.h> header file. */ | |
215 | #undef HAVE_STDDEF_H | |
216 | ||
fef1696f ILT |
217 | /* Define if you have the <stdlib.h> header file. */ |
218 | #undef HAVE_STDLIB_H | |
219 | ||
bfcf3112 FF |
220 | /* Define if you have the <string.h> header file. */ |
221 | #undef HAVE_STRING_H | |
222 | ||
223 | /* Define if you have the <strings.h> header file. */ | |
224 | #undef HAVE_STRINGS_H | |
225 | ||
52dd717d TT |
226 | /* Define if you have the <sys/param.h> header file. */ |
227 | #undef HAVE_SYS_PARAM_H | |
228 | ||
bfcf3112 FF |
229 | /* Define if you have the <sys/procfs.h> header file. */ |
230 | #undef HAVE_SYS_PROCFS_H | |
231 | ||
232 | /* Define if you have the <termio.h> header file. */ | |
233 | #undef HAVE_TERMIO_H | |
234 | ||
235 | /* Define if you have the <termios.h> header file. */ | |
236 | #undef HAVE_TERMIOS_H | |
237 | ||
238 | /* Define if you have the <unistd.h> header file. */ | |
239 | #undef HAVE_UNISTD_H | |
5d394f70 | 240 | |
52dd717d TT |
241 | /* Define if you have the <values.h> header file. */ |
242 | #undef HAVE_VALUES_H | |
243 | ||
f02156cf TT |
244 | /* Define if you have the dl library (-ldl). */ |
245 | #undef HAVE_LIBDL | |
5d394f70 | 246 | |
f02156cf TT |
247 | /* Define if you have the m library (-lm). */ |
248 | #undef HAVE_LIBM |