Initial import from FreeBSD RELENG_4:
[dragonfly.git] / gnu / usr.bin / binutils / gdb / config.h
1 /* config.h.  Generated automatically by configure.  */
2 /* config.in.  Generated automatically from configure.in by autoheader.  */
3
4 /* Whether malloc must be declared even if <stdlib.h> is included.  */
5 /* #undef NEED_DECLARATION_MALLOC */
6
7 /* Whether realloc must be declared even if <stdlib.h> is included.  */
8 /* #undef NEED_DECLARATION_REALLOC */
9
10 /* Whether free must be declared even if <stdlib.h> is included.  */
11 /* #undef NEED_DECLARATION_FREE */
12
13 /* Whether strerror must be declared even if <string.h> is included.  */
14 /* #undef NEED_DECLARATION_STRERROR */
15
16 /* Define if on AIX 3.
17    System headers sometimes define this.
18    We just want to avoid a redefinition error message.  */
19 #ifndef _ALL_SOURCE
20 /* #undef _ALL_SOURCE */
21 #endif
22
23 /* Define if using alloca.c.  */
24 /* #undef C_ALLOCA */
25
26 /* Define to empty if the keyword does not work.  */
27 /* #undef const */
28
29 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
30    This function is required for alloca.c support on those systems.  */
31 /* #undef CRAY_STACKSEG_END */
32
33 /* Define if you have alloca, as a function or macro.  */
34 #define HAVE_ALLOCA 1
35
36 /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
37 /* #undef HAVE_ALLOCA_H */
38
39 /* Define if the `long double' type works.  */
40 #define HAVE_LONG_DOUBLE 1
41
42 /* Define if you have a working `mmap' system call.  */
43 #define HAVE_MMAP 1
44
45 /* Define as __inline if that's what the C compiler calls it.  */
46 /* #undef inline */
47
48 /* Define to `long' if <sys/types.h> doesn't define.  */
49 /* #undef off_t */
50
51 /* Define if you need to in order for stat and other things to work.  */
52 /* #undef _POSIX_SOURCE */
53
54 /* Define as the return type of signal handlers (int or void).  */
55 #define RETSIGTYPE void
56
57 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
58 /* #undef size_t */
59
60 /* If using the C implementation of alloca, define if you know the
61    direction of stack growth for your system; otherwise it will be
62    automatically deduced at run-time.
63  STACK_DIRECTION > 0 => grows toward higher addresses
64  STACK_DIRECTION < 0 => grows toward lower addresses
65  STACK_DIRECTION = 0 => direction of growth unknown
66  */
67 /* #undef STACK_DIRECTION */
68
69 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
70 /* #undef STAT_MACROS_BROKEN */
71
72 /* Define if you have the ANSI C header files.  */
73 #define STDC_HEADERS 1
74
75 /* Define if ioctl argument PIOCSET is available. */
76 /* #undef HAVE_PROCFS_PIOCSET */
77
78 /* /proc PID entries are directories containing the files
79    ctl as map status */
80 /* #undef HAVE_MULTIPLE_PROC_FDS */
81
82 /* Define if the `long long' type works.  */
83 #define CC_HAS_LONG_LONG 1
84
85 /* Define if the "ll" format works to print long long ints. */
86 #define PRINTF_HAS_LONG_LONG 1
87
88 /* Define if the "%Lg" format works to print long doubles. */
89 #define PRINTF_HAS_LONG_DOUBLE 1
90
91 /* Define if the "%Lg" format works to scan long doubles. */
92 #define SCANF_HAS_LONG_DOUBLE 1
93
94 /* Define if using Solaris thread debugging.  */
95 /* #undef HAVE_THREAD_DB_LIB */
96
97 /* Define on a GNU/Linux system to work around problems in sys/procfs.h.  */
98 /* #undef START_INFERIOR_TRAPS_EXPECTED */
99 /* #undef sys_quotactl */
100
101 /* Define if you have HPUX threads */
102 /* #undef HAVE_HPUX_THREAD_SUPPORT */
103
104 /* Define if you want to use the memory mapped malloc package (mmalloc). */
105 /* #undef USE_MMALLOC */
106
107 /* Define if the runtime uses a routine from mmalloc before gdb has a chance
108    to initialize mmalloc, and we want to force checking to be used anyway.
109    This may cause spurious memory corruption messages if the runtime tries
110    to explicitly deallocate that memory when gdb calls exit. */
111 /* #undef MMCHECK_FORCE */
112
113 /* Define if you want to use the full-screen terminal user interface.  */
114 /* #undef TUI */
115
116 /* Define if <proc_service.h> on solaris uses int instead of
117    size_t, and assorted other type changes. */
118 /* #undef PROC_SERVICE_IS_OLD */
119
120 /* Set to true if the save_state_t structure is present */
121 #define HAVE_STRUCT_SAVE_STATE_T 0
122
123 /* Set to true if the save_state_t structure has the ss_wide member */
124 #define HAVE_STRUCT_MEMBER_SS_WIDE 0
125
126 /* Define if you have the __argz_count function.  */
127 /* #undef HAVE___ARGZ_COUNT */
128
129 /* Define if you have the __argz_next function.  */
130 /* #undef HAVE___ARGZ_NEXT */
131
132 /* Define if you have the __argz_stringify function.  */
133 /* #undef HAVE___ARGZ_STRINGIFY */
134
135 /* Define if you have the bcopy function.  */
136 #define HAVE_BCOPY 1
137
138 /* Define if you have the btowc function.  */
139 /* #undef HAVE_BTOWC */
140
141 /* Define if you have the bzero function.  */
142 #define HAVE_BZERO 1
143
144 /* Define if you have the dcgettext function.  */
145 /* #undef HAVE_DCGETTEXT */
146
147 /* Define if you have the getcwd function.  */
148 #define HAVE_GETCWD 1
149
150 /* Define if you have the getpagesize function.  */
151 #define HAVE_GETPAGESIZE 1
152
153 /* Define if you have the isascii function.  */
154 #define HAVE_ISASCII 1
155
156 /* Define if you have the munmap function.  */
157 #define HAVE_MUNMAP 1
158
159 /* Define if you have the putenv function.  */
160 #define HAVE_PUTENV 1
161
162 /* Define if you have the sbrk function.  */
163 #define HAVE_SBRK 1
164
165 /* Define if you have the setenv function.  */
166 #define HAVE_SETENV 1
167
168 /* Define if you have the setlocale function.  */
169 #define HAVE_SETLOCALE 1
170
171 /* Define if you have the setpgid function.  */
172 #define HAVE_SETPGID 1
173
174 /* Define if you have the sigaction function.  */
175 #define HAVE_SIGACTION 1
176
177 /* Define if you have the stpcpy function.  */
178 /* #undef HAVE_STPCPY */
179
180 /* Define if you have the strcasecmp function.  */
181 #define HAVE_STRCASECMP 1
182
183 /* Define if you have the strchr function.  */
184 #define HAVE_STRCHR 1
185
186 /* Define if you have the <argz.h> header file.  */
187 /* #undef HAVE_ARGZ_H */
188
189 /* Define if you have the <asm/debugreg.h> header file.  */
190 /* #undef HAVE_ASM_DEBUGREG_H */
191
192 /* Define if you have the <ctype.h> header file.  */
193 #define HAVE_CTYPE_H 1
194
195 /* Define if you have the <curses.h> header file.  */
196 #define HAVE_CURSES_H 1
197
198 /* Define if you have the <endian.h> header file.  */
199 /* #undef HAVE_ENDIAN_H */
200
201 /* Define if you have the <limits.h> header file.  */
202 #define HAVE_LIMITS_H 1
203
204 /* Define if you have the <link.h> header file.  */
205 #define HAVE_LINK_H 1
206
207 /* Define if you have the <locale.h> header file.  */
208 #define HAVE_LOCALE_H 1
209
210 /* Define if you have the <malloc.h> header file.  */
211 /* #undef HAVE_MALLOC_H */
212
213 /* Define if you have the <memory.h> header file.  */
214 #define HAVE_MEMORY_H 1
215
216 /* Define if you have the <nl_types.h> header file.  */
217 #define HAVE_NL_TYPES_H 1
218
219 /* Define if you have the <objlist.h> header file.  */
220 /* #undef HAVE_OBJLIST_H */
221
222 /* Define if you have the <ptrace.h> header file.  */
223 /* #undef HAVE_PTRACE_H */
224
225 /* Define if you have the <sgtty.h> header file.  */
226 #define HAVE_SGTTY_H 1
227
228 /* Define if you have the <stddef.h> header file.  */
229 #define HAVE_STDDEF_H 1
230
231 /* Define if you have the <stdlib.h> header file.  */
232 #define HAVE_STDLIB_H 1
233
234 /* Define if you have the <string.h> header file.  */
235 #define HAVE_STRING_H 1
236
237 /* Define if you have the <sys/debugreg.h> header file.  */
238 /* #undef HAVE_SYS_DEBUGREG_H */
239
240 /* Define if you have the <sys/param.h> header file.  */
241 #define HAVE_SYS_PARAM_H 1
242
243 /* Define if you have the <sys/procfs.h> header file.  */
244 #define HAVE_SYS_PROCFS_H 1
245
246 /* Define if you have the <sys/ptrace.h> header file.  */
247 #define HAVE_SYS_PTRACE_H 1
248
249 /* Define if you have the <sys/reg.h> header file.  */
250 /* #undef HAVE_SYS_REG_H */
251
252 /* Define if you have the <sys/wait.h> header file.  */
253 #define HAVE_SYS_WAIT_H 1
254
255 /* Define if you have the <term.h> header file.  */
256 #define HAVE_TERM_H 1
257
258 /* Define if you have the <termio.h> header file.  */
259 /* #undef HAVE_TERMIO_H */
260
261 /* Define if you have the <termios.h> header file.  */
262 #define HAVE_TERMIOS_H 1
263
264 /* Define if you have the <unistd.h> header file.  */
265 #define HAVE_UNISTD_H 1
266
267 /* Define if you have the <values.h> header file.  */
268 /* #undef HAVE_VALUES_H */
269
270 /* Define if you have the <wait.h> header file.  */
271 /* #undef HAVE_WAIT_H */
272
273 /* Define if you have the <wchar.h> header file.  */
274 /* #undef HAVE_WCHAR_H */
275
276 /* Define if you have the <wctype.h> header file.  */
277 /* #undef HAVE_WCTYPE_H */
278
279 /* Define if you have the dl library (-ldl).  */
280 /* #undef HAVE_LIBDL */
281
282 /* Define if you have the m library (-lm).  */
283 #define HAVE_LIBM 1
284
285 /* Define if you have the w library (-lw).  */
286 /* #undef HAVE_LIBW */
287
288 /* Define if you have the stpcpy function */
289 /* #undef HAVE_STPCPY */
290
291 /* Define if your locale.h file contains LC_MESSAGES. */
292 #define HAVE_LC_MESSAGES 1
293
294 /* Define to 1 if NLS is requested */
295 #define ENABLE_NLS 1
296
297 /* Define as 1 if you have gettext and don't want to use GNU gettext. */
298 /* #undef HAVE_GETTEXT */
299
300 /* Define if malloc is not declared in system header files. */
301 /* #undef NEED_DECLARATION_MALLOC */
302
303 /* Define if realloc is not declared in system header files. */
304 /* #undef NEED_DECLARATION_REALLOC */
305
306 /* Define if free is not declared in system header files. */
307 /* #undef NEED_DECLARATION_FREE */
308
309 /* Define if strerror is not declared in system header files. */
310 /* #undef NEED_DECLARATION_STRERROR */
311
312 /* Define if strdup is not declared in system header files. */
313 /* #undef NEED_DECLARATION_STRDUP */
314
315 /* Define if <sys/procfs.h> has pstatus_t. */
316 /* #undef HAVE_PSTATUS_T */
317
318 /* Define if <sys/procfs.h> has prrun_t. */
319 /* #undef HAVE_PRRUN_T */
320
321 /* Define if <sys/procfs.h> has gregset_t. */
322 #define HAVE_GREGSET_T 1
323
324 /* Define if <sys/procfs.h> has fpregset_t. */
325 #define HAVE_FPREGSET_T 1
326