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